ul.xydac-custom-meta {
	display: none;
	margin-top: 12px;
	margin-bottom: 3px;
}

.xydac-custom-meta-div ul {
	list-style: none;
}

.xydac-custom-meta li {
	display: inline;
	background-color: #F1F1F1;
	border-color: #DFDFDF #DFDFDF #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

ul.xydac-custom-meta li.active {
	background-color: #E9E9E9;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #CCCCCC #CCCCCC #E9E9E9;
}

ul.xydac-custom-meta li {
	padding: 5px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.xydac-custom-meta li a {
	text-decoration: none;
	color: #999999;
	font-size: 130%;
}

.xydac-custom-meta li.active a {
	text-decoration: none;
	color: #21759B;
}

.xydac-custom-meta-div div.tabs-panel {
	overflow: auto;
	padding: 0.5em 0.9em;
	border-style: solid;
	border-width: 1px;
}

.xydac-custom-meta .heading {
	padding-left: 10px;
}

.xydac-custom-meta .tab-content {
	overflow: visible;
	/*border: 1px solid #DFDFDF;*/
}


.xydac-custom-meta label {
	display: block;
}

.xydac-custom-meta label span {
	display: inline;
	font-weight: normal;
}

.xydac-custom-meta span {
	color: #999;
	display: block;
}


.xydac-custom-meta h4 {
	color: #999;
	font-size: 1em;
	margin: 15px 6px;
	text-transform: uppercase;
}

.xydac-custom-meta label.radio,
.xydac-custom-meta label.checkbox {
	display: inline;
	font-weight: normal;
}
.xydac-custom-meta p input[type=radio],.xydac-custom-meta p input[type=checkbox]{
	margin: 10px
}

.xydac-custom-meta label.neo {
	width: 30%;
	float: left;
	height: 2em;
	line-height: 2em;
	display: inline;
	margin-top: 0;
}

.xydac-custom-meta select.neo {
	width: 50%;
	margin-bottom: 10px;
	float: left;
}


p.customEditor {
	padding-left: 0px;
}

.xydac-custom-meta .customEditor {
	margin: 15px 6px;
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #FFFFFF;
}

.xydac-custom-meta textarea.wp-editor-area,
.xydac-custom-meta .customEditor textarea {
	border: 0;
}

.xydac-custom-meta .wp_themeSkin iframe {
	background: #FFF;
}
.xydac-custom-meta a.xydac_image::before{
	content: "\f306";
	font: 400 18px/1 dashicons;
	
	width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 2px;
}
/*
.xydac-custom-meta a.xydac_image {
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	
}*/
.xydac-custom-meta .xeditor {
	height: 300px;
}

#post-body .xydac-custom-meta .customEditor .mceStatusbar a.mceResize {
	top: -2px;
}

.xydac-custom-meta span {
	display: inline;
}

.xydac-custom-meta .hrule {
	height: 0px;
	color: #DFDFDF;
	border: 1px solid;
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
	width: 98%;
}

.xydac-custom-meta div.xydac_cms_field {
	position: relative;
}

.xydac-custom-meta a.xydac_add_more,.xydac-custom-meta a.xydac_add_more_page
	{
	position: absolute;
    right: 0;
    top: 0;
	text-decoration: none;
}
.xydac-custom-meta a.xydac_add_more::after{
	content: "\f502";
	font-family: Dashicons;
    font-weight: 400;
    line-height: 1;
	font-size: 200%;

}
/*
.xydac-custom-meta a.xydac_add_more:focus,.xydac-custom-meta a.xydac_add_more:hover,.xydac-custom-meta a.xydac_add_more_page:focus,.xydac-custom-meta a.xydac_add_more_page:hover
	{
	background: #21759B;
	color: #FFFFFF;
}
*/
.xydac_form_inline {
	width: 100%;
}

.xydac_form_inline .xydac_title {
	width: 45%;
}

.xydac_form_inline .xydac_detail {
	width: 50%;
}
/* ---------- */
div.xydacfieldform {
	background-color: #F9F9F9;
}

div.xydacfieldform  h3 {
	color: #21759B;
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DFDFDF;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}
div.xydacfieldform .form-field {
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 0 1px 1px;
	margin: 0px;
	clear: both;
    padding:10px;
}
#col-left 
div.xydacfieldform .form-field {
	border-width: 0 1px 1px;
}
/*
div.xydacfieldform .form-field p{
	padding:0 5px;
}
div.xydacfieldform .form-field label{
	line-height:28px;
}
 /* ---------- */
div.xydacfieldform .xydac_home {
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 10px
}

div.xydacfieldform .xydac_home table {
	width: 100%;
}

div.xydacfieldform .xydac_home .xydac_home_label {
	width: 30%;
	vertical-align: top;
}

div.xydacfieldform .xydac_home label {
	font-weight: bold;
}

div.xydacfieldform .xydac_home input[type='text'] {
	margin: 1px;
	padding: 5px;
	width: 300px;
	border-color: #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
	font-size: 12px
}

div.xydacfieldform .xydac_home .xydac_save {
	width: 150px;
	margin-top: 30px;
}

div.xydacfieldform .xydac_home p {
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

/*Added for Submit Button*/
.col-wrap p.xydacformsubmit{
    margin-top:10px;
}

.xydac_button {
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(center top, #B5421C, #D54E21);
	text-shadow: 1px 1px 1px #B5421C;
	display: block;
	font-family: "Lucida Grande", Tahoma, "Bitstream Vera Sans", Arial,
		sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 9px;
}

.xydac_button:hover {
	background-image: -moz-linear-gradient(center top, #D54E21, #B5421C);
	color: #EEEEEE;
	text-shadow: 1px 1px 1px #333;
	display: block;
}

p.xydacdonation {
	display: block;
	padding: 5px;
	text-align: center;
	background: #f2f2f2;
}

p.xydacdonation a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #D54E21;
	text-decoration: none;
}

.xydacinactive {
	background-color: #F4F4F4;
}

.xydacactive {
	background-color: #FCFCFC;
}

.xydactableerror {
	color: #BC0B0B;
	font-weight: bold;
}

#manage_post_type {
	width: 200px
}

#manage_page_type {
	width: 200px
}

.toplevel_page_xydac_ultimate_cms .column-xydac-name {
	width: 20%;
	color: #000;
}

.toplevel_page_xydac_ultimate_cms .column-xydac-description {
	width: 60%;
}

.toplevel_page_xydac_ultimate_cms .column-xydac-install {
	width: 20%;
}

.toplevel_page_xydac_ultimate_cms .xydac_moreinfo {
	padding: 4px 0;
}
/* ==archive= */
.xydac_mainbox_cols {
	float: left;
}

.xydac_box h4 {
	display: block;
	margin: 0px;
	padding: 6px;
	background: url('images/archiveh4.jpg') no-repeat bottom center
		transparent;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.xydac_box .h4wrap {
	background: url('images/archiveh4wrap.jpg') repeat-x bottom center
		transparent;
}

.xydac_box a {
	display: block;
	color: #000;
}

.xydac_box p {
	margin: 0px;
	padding: 6px;
	color: 23538a
}

.xydac_box {
	margin: 5px;
	border: 2px solid #d5d5d5;
	background: #FAFAFA;
	height: 100px;
	position: relative;
}

.xydac_box:hover {
	background: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
	background: -o-linear-gradient(#F9F9F9, #ECECEC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9),
		to(#ECECEC) ); /* older webkit syntax */
	background: -webkit-linear-gradient(#F9F9F9, #ECECEC);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
	border: 1px solid #ECECEC;
}

.xydac_clear {
	clear: both;
}

.xydac_main_wrapper {
	margin: auto;
}

.xydac_main_wrapper table {
	background-color: #F9F9F9;
	border-color: #DFDFDF;
	-moz-border-radius: 3px 3px 3px 3px;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin: 0;
	width: 100%;
}

.xydac_main_wrapper a {
	text-decoration: none;
}

.xydac_main_wrapper thead th,.xydac_main_wrapper tfoot th {
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
}

.xydac_main_wrapper thead th:first-of-type {
	-moz-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
}

.xydac_main_wrapper thead th:last-of-type {
	-moz-border-radius-topright: 3px;
	border-radius-topright: 3px;
}

.xydac_main_wrapper tfoot th:first-of-type {
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
}

.xydac_main_wrapper tfoot th:last-of-type {
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
}

.xydac_main_wrapper td,.xydac_main_wrapper th {
	border-style: solid;
	border-width: 1px 0;
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
}

.xydac_main_wrapper tfoot th {
	border-bottom: medium none;
}

.xydac_main_wrapper .no-items td {
	border-bottom-width: 0;
}

.xydac_main_wrapper td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
	color: #555555;
}

.xydac_main_wrapper td p,.xydac_main_wrapper td ol,.xydac_main_wrapper td ul
	{
	font-size: 12px;
	color: #333333;
}

.xydac_main_wrapper th {
	font-size: 14px;
	line-height: 1.3em;
	padding: 7px 7px 8px;
	vertical-align: top;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Admin table used on Ultimate CMS module page */
.admin-table {margin-bottom:10px;}
.admin-table tr {
    border: 1px solid #bfbfbf;
}
.admin-table th {
    border-right: 1px solid #bfbfbf;
    vertical-align: middle;
    font-size: 130%;
    padding: 10px;
    background: #dfdfdf; /* Old browsers */
    background: -moz-linear-gradient(left,  #dfdfdf 0%, #bfbfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dfdfdf), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* IE10+ */
    background: linear-gradient(to right,  #dfdfdf 0%,#bfbfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#bfbfbf',GradientType=1 ); /* IE6-9 */

}
.admin-table td {
    background: #f2f2f2;
}
.admin-table input[type="text"]{
    min-width: 50%;
    padding: 5px;
}

.admin-table pre{
    margin:0;
    padding:5px;
    width:100%;
    
}
.admin-table .checkbox{
    padding-right: 15px;
}




/* Tool tips as help for plugin */
.xydactooltip::before{
	content: "\f223";
	font-family: Dashicons;
   font-weight: 400;
   line-height: 1;
   font-size: 130%;
}

.xydactooltip {
	cursor: help; 
	text-decoration: none;
	position: absolute;
	right:2em;top:6px;
	float:right;
}
.post-new-php .xydactooltip,
.post-php .xydactooltip
{
	top:30%;
}
.xydactooltip span {
	margin-left: -999em;
	color:black;
	position: absolute;
}
.xydactooltip:hover span {
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	position: absolute; right: 0em; top: 2em; z-index: 99;
	margin-left: 0; width: 350px;
	padding:5px;
	border-top-right-radius: 0px;
	
}
.xydactooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.xydactooltip .info { 
	background: #2a2d2d;
    color: #fff; 	}
		
/** 
Accordion
**/

div#accordion .accordion-toggle {
    cursor: pointer;
    background: #e5e5e5;/*F6F6F6;*/
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 0px;
}
div#accordion .accordion-toggle.active{
	background: #f1f1f1;
}
div#accordion .accordion-toggle::after{
	float: right;
    border-radius: 50%;
    display: block;
    padding: 1px 2px 1px 0;
    color: #444;
    content: "\f140";
    font: 400 20px/1 dashicons;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

div#accordion .accordion-toggle.active::after {
	content:  "\f142";
	float: right;
}
div#accordion .accordion-content {
	cursor: pointer;
	background: #F6F6F6;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 0px;
	display: none;
}

div#accordion .accordion-content {
	background-color: #F9F9F9;
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 1px;
}

div#accordion .form-field {
	margin: 0px;
    padding:8px;
} 
	

div#accordion .accordion-content{
	display: block;
}
div#accordion .accordion-toggle{
	cursor: auto;
}

/** 
Accordion
**/

.nav-tab.right{
	float: right;
	background: #6a00ff;
	color:#fff;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.xydac-custom-meta{
	margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
ul.xydac-custom-meta li {
	margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.xydac-custom-meta li a{
	margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
}

.xydac-custom-meta .tab-content{
	float: left;
	width: 80%;
}
.xydac-custom-meta::after{
	clear: both;
}

#xydac-page-custom-meta-div .inside,
#xydac-custom-meta-div .inside{
	padding: 0;
	margin:0;
}
ul.xydac-custom-meta li.active,
ul.xydac-custom-meta li{
	border:0;
}
.post-new-php div.xydacfieldform .form-field>label,
.post-php div.xydacfieldform .form-field>label{
	float: left;
	width: 25%;
}
.post-new-php .form-field .xydac-custom-meta,
.post-php .form-field .xydac-custom-meta{
	float: left;
	width: 70%;
	margin: 0;
}


.post-new-php .xydac-custom-meta select,
.post-new-php .xydac-custom-meta textarea,
.post-new-php .xydac-custom-meta input[type='text'],
.post-php .xydac-custom-meta select,
.post-php .xydac-custom-meta textarea,
.post-php .xydac-custom-meta input[type='text']
	{
	margin-bottom: 0px;
	width: 100%;
}


.xydac_cms_field::after{
	content:" ";
	clear: both;
}

.admin-tab-content{
	padding: 10px;
	border-left: 1px solid #eee;
	background: #f9f9f9;
}

.noshow{
	display: none;
}

.editbox{
	background: #fff;
    padding: 10px;
    margin: 0;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.form-field{
	position: relative;
}


/**
Settings page
**/



.toplevel_page_xydac_ultimate_cms .form-table td.righttdcol{
    border: 1px solid #ddd;
    padding: 0;
}

.xydac_custom_field_form .form-table td,
.xydac_custom_field_form .form-table th{
	border-bottom: 3px solid #f1f1f1;
    border-left: 3px solid #f1f1f1;
	background: #fff;
	padding: 15px 10px;
}

.xydac_custom_field_form .form-table th{
	background: #e5e5e5;
}


.xydac_custom_field_form input[type='text'],
.xydac_custom_field_form textarea,
.xydac_custom_field_form select{
	width: 100%;
	background: transparent;
	box-shadow: none;
	border-width: 0 0 1px 0;
}
.xydac_custom_field_form input[type='checkbox']{
	border-width: 0 0 2px 0;
	background: transparent;
	box-shadow: none;
}

.xydac_custom_field_form input:focus{
	border-width: 0 0 2px 0;
    box-shadow: none;
}
.xydac_custom_field_form .xydac-col-post_type-field_has_multiple{
	width: 110px;
}
.xydac_custom_field_form .xydac-col-post_type-field_order{
	width: 150px;
}

.xydac_custom_field_form .topbar{
	padding: 20px 0;
}
.xydac_custom_field_form td.info{
	background: transparent;
	padding: 20px;
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width: 782px){
	.xydac_fields_edit td:not(.column-primary)::before {
		padding: 6px 10px;
	}
}

@media screen and (min-width: 782px){
	#col-container .col-left{
		width: 35%;
	}
	#col-container .col-left.editmode{
		width: 65%;
	}

	#col-container .col-right.editmode{
		width: 35%;
	}
	.two_cols_display{
		position: relative;
		float: left;
		width: 45%;
	}
}

.activeshade .active th.check-column {
    border-left: 4px solid #00a0d2;
}

.module_manager .xydac-col-module_manager-description{
	width: 85%;
}

.CodeMirror {
	border: 1px solid #eee;	
}
.editbox .CodeMirror {
	min-height: 500px;
}
.editbox textarea {
	width: 100%;
	display: block;
}
.importlogs{
	width: 80%;
    min-height: 600px;
    margin-top: 10px;
    background: #000;
    color: #00ec00;
    padding: 10px;
}
.importlogs p{
	padding:0;
	margin: 0;
}
/*============START nivoslider=============================*/
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(./fieldTypes/nivoslider/default/loading.gif)
		no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -40px; /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(./fieldTypes/nivoslider/default/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(./fieldTypes/nivoslider/default/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-default a.nivo-prevNav {
	left: 15px;
}

.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
	color: #fff;
}/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/
.theme-pascal.slider-wrapper {
	background: url(./fieldTypes/nivoslider/pascal/slider.png) no-repeat;
	width: 668px;
	height: 299px;
	margin: 0 auto;
	padding-top: 17px;
	position: relative;
}

.theme-pascal .nivoSlider {
	position: relative;
	width: 630px;
	height: 235px;
	margin-left: 19px;
	background: url(./fieldTypes/nivoslider/pascal/loading.gif) no-repeat
		50% 50%;
}

.theme-pascal .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 630px; /* Make sure your images are the same size */
	height: 235px; /* Make sure your images are the same size */
}

.theme-pascal .nivoSlider a {
	border: 0;
	display: block;
}

.theme-pascal .nivo-controlNav {
	background: url(./fieldTypes/nivoslider/pascal/controlnav.png) no-repeat;
	width: 251px;
	height: 40px;
	position: absolute;
	left: 200px; /* Tweak this to center bullets */
	bottom: -42px;
	padding: 8px 0 0 82px;
	z-index: 20;
}

.theme-pascal .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(./fieldTypes/nivoslider/pascal/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.theme-pascal .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.theme-pascal .nivo-directionNav a {
	display: none;
}

.theme-pascal .nivo-caption {
	bottom: 40%;
	left: auto;
	right: 0px;
	width: auto;
	max-width: 630px;
	overflow: hidden;
	background: #fff;
	text-shadow: none;
	font-family: arial, serif;
	color: #4c4b4b;
}

.theme-pascal .nivo-caption p {
	padding: 5px 15px;
	color: #333;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
}

.theme-pascal .nivo-caption a {
	color: #333;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
}

.theme-pascal .ribbon {
	background: url(./fieldTypes/nivoslider/pascal/ribbon.png) no-repeat;
	width: 111px;
	height: 111px;
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 300;
}/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/
.theme-orman.slider-wrapper {
	background: url(./fieldTypes/nivoslider/orman/slider.png) no-repeat;
	width: 722px;
	height: 337px;
	margin: 0 auto;
	padding-top: 18px;
	position: relative;
}

.theme-orman .nivoSlider {
	position: relative;
	width: 568px;
	height: 268px;
	margin-left: 77px;
	background: url(./fieldTypes/nivoslider/orman/loading.gif) no-repeat 50%
		50%;
}

.theme-orman .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 568px; /* Make sure your images are the same size */
	height: 268px; /* Make sure your images are the same size */
}

.theme-orman .nivoSlider a {
	border: 0;
	display: block;
}

.theme-orman .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -30px; /* Tweak this to center bullets */
}

.theme-orman .nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(./fieldTypes/nivoslider/orman/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 7px;
	float: left;
}

.theme-orman .nivo-controlNav a.active {
	background-position: 0 -10px;
}

.theme-orman .nivo-directionNav a {
	display: block;
	width: 25px;
	height: 200px;
	background: url(./fieldTypes/nivoslider/orman/arrows.png) no-repeat 0%
		50%;
	text-indent: -9999px;
	border: 0;
	top: 40px;
}

.theme-orman a.nivo-nextNav {
	background-position: 100% 50%;
	right: -40px;
	padding-right: 20px;
}

.theme-orman a.nivo-prevNav {
	left: -40px;
	padding-left: 20px;
}

.theme-orman .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

.theme-orman .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.theme-orman .nivo-caption a:hover {
	color: #fff;
}

.theme-orman .ribbon {
	background: url(./fieldTypes/nivoslider/orman/ribbon.png) no-repeat;
	width: 111px;
	height: 111px;
	position: absolute;
	top: -3px;
	left: 56px;
	z-index: 300;
}/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default #slider {
		/*  margin:100px auto 0 auto; */
		width:618px; /* Make sure your images are the same size */
		height:246px; /* Make sure your images are the same size */
	}
/*============END nivoslider=============================*/

/*============START radiobutton=============================*/

/*============END radiobutton=============================*/

/*============START richtextarea=============================*/

/*============END richtextarea=============================*/

/*============START text=============================*/

/*============END text=============================*/

/*============START textarea=============================*/

/*============END textarea=============================*/

/*============START Xydac Page Types - project=============================*/

/*============END project=============================*/

/*============START Xydac Shortcodes - tabs=============================*/
.xys_tabs .featured_tabs li,.xys_tabs .tabs li,.xys_tabs .tabs_framed li,.xys_tabs .tabs_button li,.xys_tabs .tabs_vertical li{padding:0;margin:0;list-style-type:none;float:left;}
.xys_tabs .featured_tabs a,.xys_tabs .tabs a,.xys_tabs .tabs_framed a,.xys_tabs .tabs_button a,.xys_tabs .tabs_vertical a{display:block;text-decoration:none;position:relative;text-transform:uppercase;;line-height:12px;}

/* Tabs 
-------------------------------------------------------------- */
.xys_tabs .tabs{
  margin:0;list-style-type:none;
  height:30px;
}
.xys_tabs .tabs a{
	height:25px;
	background: #ddd;
  padding: 10px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
}
.xys_tabs .tabs a.current{
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
}
.xys_tabs .tabs_content{display:none;padding:5px 0;border: 1px solid #ddd;}
.xys_tabs .tabs_container{margin-bottom:15px;}
.xys_tabs {width:550px;}

/*============END tabs=============================*/

/*============START Xydac Shortcodes - box=============================*/
div.xys_box h6{font-size:12px;letter-spacing:1.6px;margin:0;padding:0 0 5px 0;text-transform:uppercase;}
div.xys_box .titled_box{margin-bottom:20px;color:#888;}
div.xys_box .titled_box_title{border:1px solid #111;padding:10px 20px;}
div.xys_box .titled_box_content{position:relative;overflow:hidden;clear:both;padding:2px;border: 1px solid #e5e5e5;}
div.xys_box .titled_box_content {
background-color:#f6f6f6;
background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
background:-moz-linear-gradient(top,#fff,#f6f6f6);
background:-o-linear-gradient(top,#fff,#f6f6f6);
background:linear-gradient(top,#fff,#f6f6f6);}
/*============END box=============================*/

/*============START Xydac Shortcodes - button=============================*/
.xys_button a.button{
    background: #ECECEC;
    border-radius: 15px;
    /* padding: 10px 20px; */
    display: block;
    /* font-family: arial; */
    /* font-weight: bold; */
    color: #7f7f7f;
    text-decoration: none;
    /* text-shadow: 0px 1px 0px #fff; */
    /* border: 1px solid #a7a7a7; */
    width: max-content;
    margin: 0px auto;
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    /* -webkit-transition: box-shadow 0.5s; */
}
.xys_button a.button i{
	float: right;
	margin-top: 2px;
}
.xys_button a.button:active{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	
}
/*============END button=============================*/

/*============START Xydac Shortcodes - code=============================*/

/*============END code=============================*/

/*============START Xydac Shortcodes - gallary=============================*/
.theme-default #gallaryslider {
  /*  margin:100px auto 0 auto; */
  width:370px; /* Make sure your images are the same size */
  height:480px; /* Make sure your images are the same size */
  background:#fff;
  
	}


/*============END gallary=============================*/

/*============START Xydac Post Types - xydac_archive_type=============================*/

/*============END xydac_archive_type=============================*/

/*============START Xydac Post Types - xydac_taxonomy_type=============================*/

/*============END xydac_taxonomy_type=============================*/

/*============START Xydac Post Types - xydac_page_type=============================*/

/*============END xydac_page_type=============================*/

/*============START Xydac Post Types - xydac_post_type=============================*/

/*============END xydac_post_type=============================*/

/*============START Xydac Post Types - xydac_shortcode_type=============================*/

/*============END xydac_shortcode_type=============================*/

