/* =========================================================================
                                    SHORTCODES
   ========================================================================= */
/* ======================
    Accordion
   ====================== */
.ui-accordion{
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 21px;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 15px;
	min-height: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background: #f0f0f0;
	background-position: 97%;
	color: #7c7c7c;
	outline: 0;
	border: 1px solid #dedede;
	line-height: normal;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.14);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.14);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.14);
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active.ui-state-active {
	background: #f0f0f0;
	background-position: 97%;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.ui-accordion .ui-accordion-header.top-space {
	margin-top: 40px;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 15px;
	border-top: 0;
	overflow: auto;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #dedede;
	margin-top: -1px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}  
   
/* ======================
    Tabs
   ====================== */ 
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 21px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 15px;
	text-decoration: none;
	background: #f0f0f0;
	font-weight: bold;
	color: #7c7c7c;
	outline: 0;
	border: 1px solid #dedede;
	margin-left: -1px;
}
.ui-tabs .ui-tabs-nav li:first-child a {
	margin-left: 0px;
}
.ui-tabs .ui-tabs-panel p:last-child,.ui-accordion .ui-accordion-content p:last-child {
	margin-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	border-bottom: none;
	background: #fbfbfb;
	padding-bottom: 16px;
	color: #32343a;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #dedede;
	margin-top: -1px;
	padding: 20px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.ui-tabs .ui-tabs-panel p {
	width: 100%;
}
/******************************
		Notificaton
******************************/
.notification,div.wpcf7-response-output {
	font-size: 12px;
	margin: 0px 0px 20px 0px !important;
	padding: 15px 40px 15px 15px !important;
	position: relative;
	text-align: center;
	border: none !important;
}
.notification span.close {
	cursor: pointer;
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 12px;
	width: 12px;
}
.notification.blue {
	background: #abe2ff;
	color: #6cb1d6;
}
.notification.red,
div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #ff9299;
	color: #ca6067;
}
.notification.green,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #97fd8f;
	color: #47b23e;
}
.notification.yellow {
	background: #ffd563;
	color: #bb9737;
}
.notification.black {
	background: #6b6b6b;
	color: #fefefe;
}
/* ==============================
   Icons
   ============================== */
.font-icon {
	display: inline-block !important;
	text-align: center;
	margin: 0px 10px 10px 0px;
}
.font-icon.small {
	font-size: 10px;
}
.font-icon.medium {
	font-size: 18px;
}
.font-icon.large {
	font-size: 50px;
}
.font-icon.small {
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.font-icon.medium {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.font-icon.large {
	width: 90px;
	height: 90px;
	line-height: 84px;
}
.font-icon.small.social {
	font-size: 12px;
}
.font-icon.small.social {
	line-height: 30px;
}
.font-icon.medium.social {
	line-height: 40px;
}
.font-icon.large.social {
	line-height: 90px;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/* ==============================
   BUTTON
   ============================== */
.button.black {
	background-color: #000;
	
}
.button.red {
	background-color: #fc3b3b;
	
}
.button.blue {
	background-color: #1677b2;
	
}
.button.green {
	background-color: #3cc81a;
	
}
.button.grey {
	background-color: #c4c4c4;
	
}
.button.yellow {
	background-color: #f6c035;
	
}
.button.pink {
	background-color: #f63160;
	
}
.button {
	background: none;   
	border: medium none;    
	-webkit-transition: none;
	-moz-transition: none;
	color: #FFFFFF;   
	display: inline-block;  
	font-size: 14px;    
	font-weight: bold;    
	margin: 0 10px 10px 0;    
	padding: 10px 25px;   
	text-decoration: none;
	zoom: 1;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.button,button:hover, button:focus, .button:hover, .button:focus {
	background-color: #000;
	color: #fff;
}
.button:hover {
	color: #fff;
}
.button.style1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button.style2 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
/*************************
	Video
*************************/
.fluid-width-video-wrapper {
	margin-bottom: 35px;
}
.gallery-slider .slides .fluid-width-video-wrapper {
	margin-bottom: 0px;
}
.fluid-width-video-wrapper iframe {
	border: none !important;
}
/*************************
	Column Shortcodes
*************************/
.column-block {
	margin-right: 5%;
	float: left;
	margin-bottom: 50px;
}
.one-third{ width:30%; }
.one-fourth{ width:21.25%; }
.one-half{ width:47.5%; }
.two-third{ width:65%; }
.three-fourth{ width:73.75%; }

.full-width .column-block {
	margin-right: 3.75%;
}
.column-block *:last-child {
    margin-bottom: 0 !important;
}
.full-width .one-third {
	width: 30.83%;
}
.full-width .one-fourth {
	width:22.1875%;
}
.full-width .one-half {
	width:48.125%;
}
.full-width .two-third {
	width:65.41%;
}
.full-width .three-fourth {
	width: 74.0625%;
}
.clear {
	clear:both;
	float: none;
}
.last {
	margin-right: 0 !important;
}

@media only screen and (max-width: 1378px) {

	.full-width .column-block {
		margin-right: 5%;
	}
	.column-block *:last-child {
	    margin-bottom: 0 !important;
	}
	.full-width .one-third {
		width: 30%;
	}
	.full-width .one-fourth {
		width:21.25%;
	}
	.full-width .one-half {
		width:47.5%;
	}
	.full-width .two-third {
		width:65%;
	}
	.full-width .three-fourth {
		width: 73.75%;
	}	
	.clear {
		clear:both;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.column-block {
		float: none;
		width: 100% !important;
		margin-right: 0;
	}
}