 

[data-bgcolor]::before {
  	background-color: attr(data-bgcolor);
}

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

.clear2 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}
::selection {
	background: #171515;
	color: #FFF;
	text-shadow: none;
}

 
::-moz-selection {
	background: #171515; 
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #171515; 
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }






body {
	line-height: 1.5;
	color: #555;
	 
	margin-left: 5%;
	margin-right: 5%;
}

a {
	text-decoration: none !important;
	color: #171515;
}

a:hover { color: #222; }

a img { border: none;
	touch-select     : none;
	touch-action     : none;
	-ms-touch-select     : none;
	-ms-touch-action     : none;
	-webkit-touch-callout: none;
	-webkit-user-select  : none;
	-khtml-user-select   : none;
	-moz-user-select     : none;
	-ms-user-select      : none;
	user-select          : none;

 }

img { max-width: 100%;

		touch-select     : none;
	touch-action     : none;
	-ms-touch-select     : none;
	-ms-touch-action     : none;
	-webkit-touch-callout: none;
	-webkit-user-select  : none;
	-khtml-user-select   : none;
	-moz-user-select     : none;
	-ms-user-select      : none;
	user-select          : none;

 }

iframe { border: none !important; }






h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-weight: normal;
	line-height: 1.2;
	 
	
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #eee;
	 
	 
	
}

.dark.parallax h1,
.dark.parallax h2,
.dark.parallax h3,
.dark.parallax h4,
.dark.parallax h5,
.dark.parallax h6 {
	color: #fff;
	     text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.65);
	 
	
}


h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: normal; }

h5,
h6 { font-weight: normal;; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #171515; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 16px; }


.uppercase { text-transform: uppercase !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
	position: relative;
	overflow: hidden !important;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}
.dark .line {
	border-top: 1px solid #585E64;
}

.line.line-sm { margin: 30px 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}
.block {
	display: block !important;
}
.center { text-align: center !important; }

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #171515 !important; }

.color { color: #171515 !important; }

.border-color { border-color: #171515 !important; }

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}


.bganimate {
	-webkit-animation:BgAnimated 30s infinite linear;
	 -moz-animation:BgAnimated 30s infinite linear;
		-ms-animation:BgAnimated 30s infinite linear;
		 -o-animation:BgAnimated 30s infinite linear;
			animation:BgAnimated 30s infinite linear;
}
 @-webkit-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-moz-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-ms-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-o-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}


.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vertical-middle {
	height: auto !important;
	left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }






.section {
	position: relative;
	 
	padding: 30px 0;
	
	overflow: hidden;
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}

.section .container { z-index: 2; }

.mobile .container .section .container { width: 100% !important }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }


.section.dark {
	background: #111219;
}
.section.light {
	background: #fff;
}


.mobile .section.mobile-hide-image {
	background-image: none !important;

}


.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 0;
	float: left;
}

.no-margin {
	margin: 0 !important;

}
@media (min-width: 900px) {
.col_half.no-margin { width: 50%; }
.col_one_third.no-margin { width: 33.3%; }
.col_two_third.no-margin { width: 66.66%; }
.col_one_fourth.no-margin { width: 25%; }
.col_three_fourth.no-margin { width: 75%; }
.col_one_fifth.no-margin{ width: 20%; }
.col_two_fifth.no-margin { width: 40%; }
.col_three_fifth.no-margin { width: 60%; }
.col_four_fifth.no-margin { width: 80.0%; }
.col_one_sixth.no-margin { width: 16.66%; }
.col_five_sixth.no-margin { width: 83.33%; }
}


.postcontent,
.sidebar { margin-right: 40px; }

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
	margin-right: 0 !important;
	clear: right;
}


.col-quote {
	   
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #FFF;
    background-color: #8DDAFD;
    padding: 3%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.col-quote p {
	position: relative;
	z-index: 1;
}
.col-quote:before {
	content: '\e02c';
    font-size: 128px;
    font-family: 'icons';
    position: absolute;
    opacity: 1.25;
    right: 20px;
    bottom: 0;
    line-height: 0.9;
    color: rgba(24, 86, 163, 0.15);
    z-index: 0;
    text-shadow: none;
}
.col-quote:before{
	content: attr(data-icon-bg);
}





.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

#page-title .fslider { min-height: 300px; }

#page-title.page-title-color span {
   
    font-size: 14px;
}
 

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }






.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	
	z-index:1;
}

.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide { float: left; }


.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }






#top-bar {
	position: relative;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
	    border-bottom-color: rgba(255,255,255,0.1);
    background-color: #282828;
}



#top-bar .col_half { width: auto; }






.top-links {
	position: relative;
	float: left;
}

.top-links ul {
	margin: 0;
	list-style: none;
}

.top-links ul li {
	float: left;
	position: relative;
	height: 44px;
	border-left: 1px solid #EEE;
	 
    transition: all 0.5s;
}

.top-links ul li:first-child,
.top-links ul ul li { border-left: 0 !important; }

.top-links li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	height: 44px;
	color: #666;
}

.top-links li i {
	position: relative;
	top: 1px;
}

.top-links li i.icon-angle-down { margin: 0 0 0 2px !important; }

.top-links li i:first-child { margin-right: 2px; }

.top-links li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}

.top-links li:hover { background-color: #EEE; }

.top-links ul ul,
.top-links ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 44px;
	left: 0;
	width: 180px;
	margin: 0;
	border-top: 1px solid #171515;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto; }

.top-links ul ul li {
	float: none;
	height: 40px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
	 padding:  0 10px;
}

.top-links ul ul li:hover { background-color: #F9F9F9; }

.top-links ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE; 
}

.top-links ul ul a {
	height: 36px;
    line-height: 40px;
    font-size: 13px;
}

 

.top-links ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.top-links ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}

.top-links ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
	left: auto;
	right: 0;
}





#top-social,
#top-social ul { margin: 0; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}

#top-social li { border-left: 1px solid #EEE; }

#top-social li:first-child { border-left: 0 !important; }

#top-social li a {
	float: none;
	width: 40px;
	font-weight: normal;;
	color: #666;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon {
	width: 40px;
	text-align: center;
	font-size: 14px;
}





#top-login { margin-bottom: 0; }

#top-login .checkbox { margin-bottom: 10px; }

#top-login .form-control { position: relative; }

#top-login .form-control:focus { border-color: #CCC; }

#top-login .input-group#top-login-username { margin-bottom: -1px; }

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#top-login .input-group#top-login-password { margin-bottom: 10px; }

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}






#header {
	position: relative;
	background-color: transparent;
	border-bottom: 1px solid #000;
	    z-index: 20;
}

.mobile #header {
	border-bottom: none !important;
}
.device-xxs #header,
.device-xs #header,
.device-sm #header {
	    background-color: #fff;
}

.ha-header-bottom #header {
	position: relative;
	background-color: transparent;
	border-bottom: 1px solid #000 ;
	    z-index: 999999920;
}

.ha-header-bottom #header ul li a {
	color: #F5F5F5;
}

#header .container { position: relative;  }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

.box #header .container {
	 
	background-color: transparent;
	padding: 0;
	 
}

.container.full {
	 
	width: 100% !important;
	 
}

.ha-header.full .container  {
	 
	width: 100% !important;
	 
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}

.ha-header-rotateBack.first .trans #header ,
 

.ha-header-rotateBack.trans:not(.box) #header  { border-bottom-color: rgba(255, 255, 255, 0.2) }
    

 

.ha-header-bottom  #header { border-bottom : none; }

 .ha-header.box  #header{
 	border: none;
 }







#logo {
	position: relative;
	float: left;
	left:10px;
	margin-right: 15%;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
	font-size: 36px;
    line-height: 100%;
    margin-top: 7px;
    height: 102px;
    max-height: 110px;
    


}

#header  #logo {
	 
	margin-right: 30px;
	 
}

.trans  #logo {
	margin-left: 2% ;
}

.rows #logo {
	margin-left: 0;
}
 

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	 
    transition : all .35s ;

}

#logo a.standard-logo {    
	display: block;
    height: 102px;
     
}

#logo a.retina-logo { display: none; }






.header-extras {
	float: right;
	margin: 30px 0 0;
}

.header-extras li {
	float: left;
	margin-left: 20px;
	height: 40px;
	overflow: hidden;
	list-style: none;
}

.header-extras li i { margin-top: 3px !important; }

.header-extras li:first-child { margin-left: 0; }

.header-extras li .he-text {
	float: left;
	padding-left: 10px;
	font-weight: normal;;
	font-size: 14px;
	line-height: 1.43;
}

.header-extras li .he-text span {
	display: block;
	font-weight: 400;
	color: #171515;
}






#primary-menu {
	float: left;
	height: 100px;
}


.right-menu #primary-menu {
	float: right;

}
.mobile   #primary-menu {
	float: none;

}

body:not(.mobile) .bordered.right-menu #primary-menu {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.trans .bordered.right-menu #primary-menu {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#header  #primary-menu > ul {
	float: left;
	 
	padding-top: 10px;
	margin-bottom: 0px;
}

.trans #header #primary-menu > ul {

	padding-top: 30px;

}
 

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	height: 100px;
	margin: 0, auto;
	margin-top: 0px;

}
.sticky-header #primary-menu ul {
	 
	margin-top: 11px;
}

#primary-menu > ul { float: left; }

#primary-menu ul li {
	position: relative;
	float: left;
	margin-left: 2px;
}

#primary-menu .menu-section .imgdiv {
	max-height: 150px;
	overflow: hidden;
}
#primary-menu .menu-section img {
	width: 100%
}


#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul li:first-child { margin-left: 0; }

#primary-menu ul li a {
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 15px;
	color: #444;
	font-weight: normal;;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: none;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#primary-menu ul li span { display: none; }

#primary-menu ul li i {
	position: relative;
	font-size: 14px !important;
	top: 1px;
	line-height: 99px;
	width: 14px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a { color: #000; }

#primary-menu > ul > li.sub-menu > a > div {
	font-weight: 100;
	-webkit-backface-visibility: hidden;

 }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #F1F1F1;
	background-color: rgba(242,242,242,1);
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
	border: 1px solid #fff;
	border-top: 2px solid #171515;
	height: auto;
	z-index: 199;
	top: 100px;
	left: 0;
	margin: 0;
}

.trans .full-warp #primary-menu ul li .mega-menu-content,
.full-warp #primary-menu ul li .mega-menu-content { 
	box-shadow: none;
	background-color: rgba(242,242,242,1);
}

.trans #primary-menu ul li .mega-menu-content {
	background-color: rgba(242,242,242,0.96);

}


 #primary-menu ul li .mega-menu-content ul.subopen {
    padding-left: 0 !important;
}

#primary-menu ul ul ul {
	top: 0px !important;
	left: 361px;
	min-width: 280px;
	padding-bottom: 20px;
	box-shadow: none;
}

#primary-menu ul ul ul:before {
	width: 200px;
	height: 300px;
	content: '';
}


#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul ul.menu-pos-invert { right: 338px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul a {
	font-size: 12px;
	font-weight: normal;
	height: 40px !important;
	line-height: 42px !important;
	color: #000 ;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: 0 !important;
	letter-spacing: 0;
	background: transparent;
	-webkit-transition: all .2s;
	-o-transition: all .2s  ;
	transition: all .2s  
}

.mobile #primary-menu li.no-mega-menu  {
	overflow: hidden;

}

#primary-menu ul > .no-mega-menu ul a {
	height: 27px !important;
	transition : color 0.25s, margin 0.25s;

}
#primary-menu ul > .no-mega-menu ul li:hover2 {
	border-bottom: 1px solid #FF0000;
	margin-left: -1px;
	background: #fff;
	transition : background 0.25s,border 0.1s;


}
#primary-menu ul > .no-mega-menu ul li:hover > a {
	/*margin-left: 10px;
	border-left: 2px solid #FF0000;*/

}
 	

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("../images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}






#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content { width: 400px; }

 

.trans.trans-box #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1220px;
}

#primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

#header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 0px; width: 100%; margin-top: -6px }

#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 ; padding-left: 15px; }

#primary-menu ul li .mega-menu-content ul {
	display: block;
	position: relative;
	top: 0;
	min-width: inherit;
}

#primary-menu ul li .mega-menu-content > ul { float: left; }

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}

#primary-menu ul li .mega-menu-content ul.subclose {
	display: none !important;
}
#primary-menu ul li .mega-menu-content ul.subopen {
	    display: block !important;
    background-color: #0AA7E9 !important;
    border-top: 3px solid currentColor;
    color: #FFF;
}

#primary-menu ul li .mega-menu-content ul.subopen li{
	 
    color: #FFF;
}

#primary-menu ul li .mega-menu-content ul.subopen li > a{
	 
    color: #FFF;
}

#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul,
#primary-menu ul li .mega-menu-content.col-6 > ul,
#primary-menu ul li .mega-menu-content.col-7 > ul

 {
	width: 50%;
	margin: 0;
	 
}

#primary-menu ul li .mega-menu-content.col-3 > ul { width: 33.3%; }

#primary-menu ul li .mega-menu-content.col-4 > ul { width: 25%; }

#primary-menu ul li .mega-menu-content.col-5 > ul { width: 20%; }
#primary-menu ul li .mega-menu-content.col-6 > ul { width: 16.5%; }
#primary-menu ul li .mega-menu-content.col-7 > ul { width: 14.2%; }

#primary-menu ul li .mega-menu-content.col-2.has-extra > ul { width: 25%; }
#primary-menu ul li .mega-menu-content.col-3.has-extra > ul { width: 23%; }

#primary-menu ul li .mega-menu-content.col-4.has-extra > ul { width: 19%; }

#primary-menu ul li .mega-menu-content.col-5.has-extra > ul { width: 20%; }


#primary-menu ul li .mega-menu-content > ul:first-child { border-left: 0; }

#primary-menu ul li .mega-menu-content ul a {
	height: 42px;
	line-height: 42px;
}

#primary-menu ul li .mega-menu-content ul {
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#primary-menu ul li .mega-menu-content.style-2 > ul { padding: 30px 20px; padding-bottom: 10px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section { margin-top: 20px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section:first-child { margin-top: 0; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section > a {
	font-size: 13px;
	font-weight: normal;;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	margin-bottom: 15px;
	color: #444 !important;
	padding: 0;
	height: auto !important;
	line-height: 1.3 !important;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section:hover > a {
	background-color: transparent;
	font-weight: normal;;
	padding: 0;
	color: #444 !important;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section > a:hover { color: #171515 !important; }

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-section.sub-menu:hover > a { background: none; }

#primary-menu ul li .mega-menu-content.style-2 li { border: 0; }

#primary-menu ul li .mega-menu-content.style-2 ul a {
	padding-left: 0px;
    height: 25px !important;
    line-height: 30px !important;
    text-transform: none;
}


#primary-menu ul > .no-mega-menu ul li > a > span,
#primary-menu ul li .mega-menu-content.style-2 ul a span {
	width: 0%;
	height:2px;
	transition : width .4s ease-in-out ;
	margin-top: -5px;

}
#primary-menu ul > .no-mega-menu ul li > a > span {
	margin-top: -11px;
}
#primary-menu ul > .no-mega-menu ul li:hover > a > span,
#primary-menu ul li .mega-menu-content.style-2 ul a:hover span {

	width: 100%;
}



#primary-menu.style-2 {
	float: none;
	max-width: none;
	border-top: 1px solid #F5F5F5;
}

#primary-menu.style-2 > div > ul { float: left; }

#primary-menu.style-2,
#primary-menu.style-2 > div > ul,
#primary-menu.style-2 > div > ul > li > a { height: 60px; }

#logo + #primary-menu.style-2 {
	height: 100px;
	border-top: 0;
}

#primary-menu.style-2 > div > ul > li > a { line-height: 60px; }

#primary-menu.style-2 > div > ul > li > a i { line-height: 59px; }

#primary-menu.style-2 ul ul,
#primary-menu.style-2 ul li .mega-menu-content { top: 60px; }

#logo + #primary-menu.style-2 > ul > li > ul,
#logo + #primary-menu.style-2 ul li .mega-menu-content { top: 100px; }

 

#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a { color: #171515; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
	float: none;
	display: inline-block;
	width: auto;
	text-align: left;
}





#primary-menu.style-3 > ul > li > a {
	height: 44px;
	line-height: 44px;
	margin: 28px 0;
	border-radius: 2px;
}

#primary-menu.style-3 > ul > li > a i { line-height: 43px; }

#primary-menu.style-3 > ul > li:hover > a {
	color: #444;
	background-color: #F5F5F5;
}

#primary-menu.style-3 > ul > li.current > a {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #171515;
}





#primary-menu.style-4 > ul > li > a {
	height: 44px;
	line-height: 42px;
	margin: 28px 0;
	border-radius: 2px;
	border: 1px solid transparent;
}

#primary-menu.style-4 > ul > li > a i { line-height: 41px; }

#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a { border-color: #171515; }





#primary-menu.style-5 > ul {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #EEE;
}

#primary-menu.style-5 > ul > li { margin-left: 15px; }

#primary-menu.style-5 > ul > li:first-child { margin-left: 0; }

#primary-menu.style-5 > ul > li > a { line-height: 1; }

#primary-menu.style-5 > ul > li > a > div {
	padding: 25px 0;
	line-height: 1;
}

#primary-menu.style-5 > ul > li > a i {
	display: block;
	width: auto;
	top: 0;
	margin: 0 0 8px;
	font-size: 28px !important;
	line-height: 1;
	text-align: center;
}





#primary-menu.style-6 > ul > li > a { position: relative; }

#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	border-top: 2px solid #171515;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after { width: 100%; }





#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
	
	margin-left: 1px;
}



.trans #primary-menu.sub-title > ul > li,
.trans #primary-menu.sub-title.style-2 > div > ul > li {
	background: none !important;
	margin-left: 11px;
	 
}
#primary-menu.sub-title ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

#primary-menu.sub-title > ul > li > a {
    height: auto;
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

.trans #primary-menu.sub-title > ul > li > a {
    text-shadow: 0px 0px 4px rgba(51, 51, 51, 0.3);

}
.device-md .trans #primary-menu.sub-title > ul > li > a,
.device-lg .trans #primary-menu.sub-title > ul > li > a {
	color: #fff;
}
.device-md .trans #primary-menu.sub-title > ul > li:hover > a,
.device-lg .trans #primary-menu.sub-title > ul > li:hover > a {
	color: #fff !important;
}
.device-xxs .trans #primary-menu.sub-title > ul > li > a,
.device-xs .trans #primary-menu.sub-title > ul > li > a,
.device-sm .trans #primary-menu.sub-title > ul > li > a {
	color: #444 !important;
}
#primary-menu.sub-title ul li a {
	height: auto;
	line-height: 14px;
	padding: 27px 16px 32px;
	text-transform: uppercase;
	border-top: 5px solid transparent;
}

#primary-menu.sub-title ul li ul li a div {
	text-transform: none !important;
}

.trans #primary-menu.sub-title ul  li  a {
	height: auto;
    line-height: 14px;
    padding: 10px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

.trans #primary-menu ul > .no-mega-menu li  a {
	 text-transform: none !important;
}

#primary-menu.sub-title ul li span {
	display: block;
	margin-top: 10px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 400;
	color: #888;
	text-transform: capitalize;
}

#primary-menu.sub-title ul li i { line-height: 13px; }

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li:hover > a {
	background-color: #171515;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover span,
#primary-menu.sub-title > ul > li.current span,
#primary-menu.sub-title.style-2 > div > ul > li:hover span,
#primary-menu.sub-title.style-2 > div > ul > li.current span { color: #EEE; }

#primary-menu.sub-title.style-2 ul ul span { display: none; }





#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; }

#primary-menu.sub-title.style-2,
#primary-menu.sub-title.style-2 > div > ul,
#primary-menu.sub-title.style-2 > div > ul > li > a { height: 80px; }

#primary-menu.sub-title.style-2 div ul ul,
#primary-menu.sub-title.style-2 ul li .mega-menu-content { top: 80px; }

#primary-menu.sub-title.style-2 ul li .mega-menu-content ul { top: 0; }

 

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image: none; }

#primary-menu.sub-title.style-2 > div > ul > li > a {
	height: auto;
	line-height: 14px;
	padding: 17px 20px 22px;
}






@media (min-width: 992px) {

.overlay-menu:not(.top-search-open) #primary-menu-trigger {
	opacity: 1;
	pointer-events: auto;
	left: auto;
	right: 75px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

.overlay-menu:not(.top-search-open)   #primary-menu-trigger { 
	right: 90px;
    font-size: 45px;
}

.overlay-menu #primary-menu > #overlay-menu-close {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 25px;
	left: auto;
	right: 25px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #444;
	z-index: 300;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: opacity .4s ease, transform .45s .15s ease;
	-o-transition: opacity .4s ease, transform .45s .15s ease;
	transition: opacity .4s ease, transform .45s .15s ease;
}

.overlay-menu #primary-menu > ul {
	opacity: 0 !important;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 299;
	background: rgba(255,255,255,0.95);
	-webkit-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease;
}

.overlay-menu #primary-menu > ul.show {
	opacity: 1 !important;
	display: inherit !important;
	pointer-events: auto;
}

.overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
	opacity: 1;
	-webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
	-o-transition: opacity .7s .4s ease, transform .45s .15s ease;
	transition: opacity .7s .4s ease, transform .45s .15s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.overlay-menu #primary-menu > ul > li {
	float: none;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.overlay-menu #primary-menu > ul > li > a {
	height: 60px !important;
	line-height: 60px !important;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
	-o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
	transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
}

.overlay-menu #primary-menu > ul.show > li > a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

}






#top-mini {
	position: relative;
	float: right;
	transition: opacity 0.2s, height 0.2s,  color 0.2s;
	-webkit-transition: opacity 0.2s, height 0.2s,  color 0.2s;
	margin-right: 15px;
	margin-top: 20px;
}

.rows.ha-header-rotateBack.first #top-mini,
.rows #top-mini {
	float: left;
    display: block;
    width: 85%;
    top: -2px;
    margin-left: 11px;
    margin-top: 0px;
    height: 45px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(244, 244, 244, 0.50);
}


.top-search-open .rows.ha-header-rotateBack.first #top-mini,
.top-search-open .rows #top-mini {
	height: 120px ;
	width: 100%;
	border : none;

}

.top-search-open .mini:not(#top-search) {
	display: none
}
.top-search-open #top-search .top-search-trigger {
	background: transparent;
	    position: relative;
    top: 0px;
    float: right;
    right: 16%;
}
.top-search-open .full #top-search .top-search-trigger {
	top: -20px;
}
.mobile.top-search-open #top-search .top-search-trigger {
	top: -10px;
}
.ha-header-box #top-mini {
	opacity: 0 ;
	display: none;
}
.ha-header-rotate #top-mini .mini a ,
.ha-header-rotate #top-mini .mini {
	color: #fff;
}


.mobile .rows #top-mini {
	border: none ;
	    border: none;
    float: right;
    margin-top: 43px;
}
.mobile .rows #top-mini .mini:before{
	content: '';
}

 
.rows.ha-header-rotateBack #top-mini {
	border-bottom: 1px solid rgb(226, 226, 226);
}


.bordered #top-mini {
	margin-right: 10px;
    margin-left: 24px;
}

#top-mini .mini i {
	font-size: 14px ;
}
#top-mini .mini {
	float: left;
	margin: 20px 0 20px 15px;
	    padding-top: 10px;
	        font-size: 14px;
	        color: #444;
	text-transform: uppercase;

}

.rows #top-mini .mini {
	margin: 0;
	margin-left: 4%;
	float: right;
	font-size: 12px;
	letter-spacing: 2px;
}

.mobile #top-search form {
    padding: 0px;
    margin: 0px;
    width: 100% !important;
    height: 60px !important;
    top: -25px;
}
.mobile #top-search form input {
	height: 100% !important;
    font-size: 24px;
    padding-top: 30px;
    letter-spacing: 0.5px;
}



#top-mini .mini > a {
	color: #444;
	transition: color 0.25s;
}

.mobile.top-search-open .top-search-trigger {
	    transition: all 0.25s;

    position: absolute;
    right: 58px;
    top: -4px;
}



 
body.mobile #page-title h4 {
	display: none;
}



.device-lg .ha-header-rotateBack.first.trans #top-mini .mini > a > i ,
.device-lg .ha-header-rotateBack.first.trans #top-mini .mini ,
.device-md .ha-header-rotateBack.first.trans #top-mini .mini > a > i,
.device-md .ha-header-rotateBack.first.trans #top-mini .mini,
.device-lg .trans #top-mini .mini > a > i ,
.device-lg .trans #top-mini .mini ,
.device-md .trans #top-mini .mini > a > i,
.device-md .trans #top-mini .mini {
	color: #fff ;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;

	 
}

.device-lg .ha-header-rotateBack.trans #top-mini .mini > a > i ,
.device-lg .ha-header-rotateBack.trans #top-mini .mini ,
.device-md .ha-header-rotateBack.trans #top-mini .mini > a > i,
.device-md .ha-header-rotateBack.trans #top-mini .mini {
	color: #808080 ;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	 
} 

 
.top-search-open #top-mini {
    width: 100%;
    position: absolute;
    float: none;
    margin: 0px !important;
    height: 120px;
}

.top-search-open #top-mini .mini {
		margin-left: 0px;
		width: 100%
	}

.top-search-open #top-search  i:before {
	/*content: '\e117';*/
       position: relative;
    z-index: 222;
    top: 30px;
    left: 0px;
    font-size: 44px;
 
}

.mobile.top-search-open #top-search  i:before {
	font-size: 32px;
	    color: #fff;
}

.top-search-open #top-search  {

	position: relative;
    z-index: 222;
    top : 0px;
}


 body.mobile.top-search-open #top-search {
 	top : 22px;
 }
 

 
 
.device-lg  .trans #top-search a,
.device-md  .trans #top-search a {
	color: #fff;
}

.top-search-trigger {
	width: 28px;
	height: 28px;
	float: left;
}


.device-lg .rows .top-search-trigger,
.device-md .rows .top-search-trigger {
    padding: 4px;
    background-color: #347ABF;
    height: 28px;
    width: 28px;
    padding-left: 7px;
    display: block;
}


.device-lg  .ha-header-rotateBack.trans #top-search a,
.device-md  .ha-header-rotateBack.trans #top-search a {
	color: #444;
}
 
.device-lg .rows.ha-header-rotateBack .top-search-trigger,
.device-md .rows.ha-header-rotateBack .top-search-trigger {

    background-color: #E2E2E2;

}

 

#top-cart a:hover { color: #171515; }

#top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100% !important;
	height: 10% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	    background-color: #171820;
    color: #fff;
}

body.top-search-open #top-search form {
	opacity: 1;
    z-index: 22;
    position: absolute;
    height: 100px !important;
    width: 96% !important;
    
}
body.top-search-open .full #top-search form{
	top: -25px;
}

#top-search form input {
	box-shadow: none !important;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 32px;
	padding: 10px 80px 10px 0;
	height: 100%;
	background-color: transparent;
	color: #333;
	font-weight: 700;
	margin-top: 0 !important;
	letter-spacing: 2px;
}

/*
::-webkit-input-placeholder {
    color:    #eee;
}
:-moz-placeholder {
    color:    #eee;
}
::-moz-placeholder {
    color:    #eee;
}
:-ms-input-placeholder {
    color:    #eee;
}
*/

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header  #top-search form input { padding-left: 40px;     padding-top: 38px; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; border-bottom: 2px solid #fff; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
	color: #555;
	opacity: 1;
	text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
	color: #555;
	text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
	color: #555;
	text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }


#top-cart { margin-right: 0; }

#top-cart > a > span {
	display: block;
	position: absolute;
	top: -7px;
	left: auto;
	right: -14px;
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #171515;
	border-radius: 50%;
}

#top-cart .top-cart-content {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 280px;
	background-color: #FFF;
	box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #171515;
	top: 60px;
	right: -15px;
	left: auto;
	margin: -10000px 0 0;
	-webkit-transition: opacity .5s ease, top .4s ease;
	-o-transition: opacity .5s ease, top .4s ease;
	transition: opacity .5s ease, top .4s ease;
}

.style-2 .container #top-cart .top-cart-content { top: 40px; }

.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; }

#top-cart.top-cart-open .top-cart-content {
	opacity: 1;
	z-index: 11;
	margin-top: 0;
}

.top-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.top-cart-items { padding: 15px; }

.top-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #F5F5F5;
}

.top-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.top-cart-item-image {
	float: left;
	margin-right: 15px;
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #EEE;
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
	display: block;
	width: 44px !important;
	height: 44px !important;
}

.top-cart-item-image:hover { border-color: #171515; }

.top-cart-item-desc {
	position: relative;
	overflow: hidden;
}

.top-cart-item-desc a {
	text-align: left !important;
	font-size: 13px !important;
	width: auto !important;
	height: auto !important;
	font-weight: normal;
}

.top-cart-item-desc a:hover { color: #171515 !important; }

.top-cart-item-desc span.top-cart-item-price {
	display: block;
	line-height: 20px;
	font-size: 12px !important;
	color: #999;
}

.top-cart-item-desc span.top-cart-item-quantity {
	display: block;
	position: absolute;
	font-size: 12px !important;
	right: 0;
	top: 2px;
	color: #444;
}

.top-cart-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
	font-size: 20px;
	color: #171515;
}





.starter,
#slider {
	margin-top:120px;
}
.device-sm .starter ,
.device-xs .starter ,
.device-xxs .starter {
	margin-top: 0px
}
#header,
#header-wrap,

#primary-menu:not(.style-2) {
	height: 120px;
	-webkit-transition: height .4s ease, opacity .3s ease, background .23s ease;
	-o-transition: height .4s ease, opacity .3s ease , background .23s ease;
	transition: height .4s ease, opacity .3s ease, background .23s ease;
}

.mobile #primary-menu {
	width: 99% !important;
	margin-bottom: 60px;
}

.mobile-menu-open #primary-menu {
	margin-top: 25px;
}
.mobile #header-wrap {
	padding-bottom: 0px;
}

#primary-menu:not(.style-2) > ul {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	margin-top: 15px;

}

#logo ,
 #logo img {
 	-webkit-transition: all .66s  ;
	-o-transition: all .66s  ;
	transition: all .66s  ;
 }
.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s, height 0s;
	transition: transform 0.5s, height 0s;
	height: 240px;
	 
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective > div {
	 
	text-align: left;
	padding:0;
	height: 50%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background: #FFF;

}
.device-md .ha-header-bottom.trans #logo,
.device-md .ha-header-front.trans #logo ,
.device-lg .ha-header-bottom.trans #logo,
.device-lg .ha-header-front.trans #logo {
	left: 45px;
}
.trans .ha-header-front {
	background: transparent;
}

.device-xxs .trans .ha-header-front,
.device-xs .trans .ha-header-front,
.device-sm .trans .ha-header-front {
	background: #fff;
}



.chg-bg {
	background: transparent;
}

 

.ha-header-perspective .ha-header-bottom {
	 
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 1;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;
	top: 0;
	background: #101213;
}


.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.device-md .trans .ha-header-front #logo img,
.device-lg .trans .ha-header-front #logo img {
	position: absolute !important;
}
 

 
 
 



.ha-header-large {
	height: 420px;
}

.ha-header-small {
	height: 220px;
}

.ha-header-hide {
	height: 220px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ha-header-show {
	height: 220px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.ha-header-show .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 0%;
}

.ha-header-subshow {
	height: 220px;
}

.ha-header-subshow .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
}

.ha-header-shrink {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;

}

.ha-header-shrink .ha-header-bottom {
	opacity: 0;
}

.ha-header-rotate {
	height: 240px;
	 
}

.ha-header-rotate .ha-header-front {
	-webkit-transform: translateY(-100%) rotateX(90deg);
	-moz-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(0deg) translateY(-100%);
	-moz-transform: rotateX(0deg) translateY(-100%);
	transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
	    
}

.ha-header-rotateBack .ha-header-front {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ha-header-color {
	height: 420px;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
	background: #f3796c;
}

.ha-header-color h1,
.ha-header-color nav a {
	color: #fff;
}

.ha-header-box {
    width: 120px !important;
    top: 0px;
    left: 250px;
    overflow: hidden;
}

.ha-header-box #logo {
    width: 120px;
    overflow: hidden;
    left: -14px;
    
    transition: all 0.35 ease;
}
.ha-header-box.trans .ha-header-bottom #logo {
    width: 100px;
    overflow: hidden;
    padding-left: 0px;
    left: 28px;
}
.ha-header-box #logo img {
    height: auto;
    margin: auto;
    
}

.device-sm .ha-header-box #logo {
        width: 47px;
}
.device-sm .ha-header-box #top-mini  {

	opacity: 0
	 
}
.device-sm .ha-header-box #primary-menu-trigger  {

	opacity: 0
	 
}


.ha-header-box  .ha-header-bottom {
	top: 50%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateX(0deg) translateY(-100%);
    -moz-transform: rotateX(0deg) translateY(-100%);
    transform: rotateX(0deg) translateY(-100%);
}

.ha-header-box .ha-header-front {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    -moz-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
 }

.ha-header-box h1 {
	padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
	 
}

.ha-header-box h1:after {
	opacity: 1;
}

.ha-header-box nav {
	 opacity: 0
}




 


.rows #primary-menu {
	padding: 0px;
    height: auto;
    width: 85%;
    margin-top: -35px;
}


#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap { height: 60px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .25s ease;
	-o-transition: top .25s ease;
	transition: top .25s ease;
}

.rows #primary-menu > ul > li.no-mega-menu > ul{
	top: 40px;
		min-height: 270px;
    min-width: 400px;
    padding: 20px;
    padding-bottom: 30px;
}
 #primary-menu > ul > li.no-mega-menu > ul{
	top: 78px;
	min-height: 270px;
    min-width: 380px;
    padding: 20px;
    padding-bottom: 30px;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
	opacity: 1;
	-webkit-transition: height .2s ease, margin .2s ease, opacity .2s  ease;
	-o-transition: height .2s ease, margin .2s ease, opacity .2s  ease;
	transition: height .2s ease, margin .2s ease, opacity .2s  ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap { position: relative; }

#header.sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img,
#header.sticky-header:not(.static-sticky) #primary-menu,
#header.sticky-header:not(.static-sticky) #primary-menu > ul,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { height: 80px; }
#header.sticky-header:not(.static-sticky) #primary-menu > ul {
	margin-top: 2px;

}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img {
    margin-top: -2px;
    padding-bottom: 11px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2 { height: 161px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { line-height: 80px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a i { line-height: 79px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > ul,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > .mega-menu-content,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li.mega-menu > .mega-menu-content { top: 70px; }



#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }




#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
	margin: 0;
	border-radius: 0;
}




#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
	height: 36px;
	line-height: 34px;
	margin: 12px 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a i { line-height: 33px; }




#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a { line-height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
	padding: 0;
	line-height: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
	display: inline-block;
	width: 14px;
	top: 1px;
	margin: 0 5px 0 0;
	font-size: 14px !important;
	line-height: 59px;
}




#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
	background: none !important;
	margin-left: 2px;

}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a {
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: none;
	font-size: 14px;
	border-top: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a i { line-height: 59px; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > ul,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > .mega-menu-content,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li.mega-menu > .mega-menu-content { top: 58px; }





#page-menu,
#page-menu-wrap {
	position: relative;
	height: 44px;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#page-menu-wrap { background-color: #171515; }

#page-menu.sticky-page-menu #page-menu-wrap {
	    position: fixed;
    z-index: 49;
    top: 0px;
    left: 0;
    width: 90%;
    margin-left: 5%;
	-webkit-backface-visibility: hidden;
}

#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap { top: 0; }

#page-submenu-trigger {
	    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 42px;
    padding-left: 4px;
    color: #FFF;
    padding: 2px;
}

#page-menu .menu-title {
	float: left;
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

#page-menu .menu-title span { font-weight: normal; }

#page-menu nav {
	position: relative;
	float: right;
}

#page-menu nav ul {
	margin-bottom: 0;
	height: 44px;
}

#page-menu nav li {
	position: relative;
	float: left;
	list-style: none;
}

#page-menu nav li a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 17px;
	color: #FFF;
	font-size: 14px;
}

body:not(.device-touch) #page-menu nav li a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page-menu nav li a:hover,
#page-menu nav li.current a { background-color: rgba(0,0,0,0.15); }





#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
	position: fixed;
    z-index: 99;
    top: 5px;
    left: auto;
    right: 0px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none;
}

#page-menu.dots-menu #page-menu-wrap {
	position: relative;
	box-shadow: none;
}

#page-menu.dots-menu .menu-title { display: none; }

#page-menu.dots-menu nav {
	float: none;
	width: 24px;
}

#page-menu.dots-menu nav ul { height: auto; }

#page-menu.dots-menu nav ul li {
	float: none;
	width: 14px;
	height: 14px;
	margin: 10px 6px;
}

#page-menu.dots-menu nav li a {
	position: relative;
	width: 10px;
	height: 10px;
	line-height: 1.5;
	padding: 0;
	margin: 0 2px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	color: #777;
}

#page-menu.dots-menu nav li a:hover { background-color: rgba(0,0,0,0.7) }

#page-menu.dots-menu nav li.current a { background-color: #171515; }

#page-menu.dots-menu nav li .dots-menu-caption {
	position: absolute;
	width: auto;
	top: -11px;
	right: 25px;
	background-color: #171515;
	color: #FFF;
	padding: 5px 14px;
	white-space: nowrap;
	pointer-events: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	border-radius: 2px;
	opacity: 0;
}

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -6px;
	left: auto;
	right: -5px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 6px solid #171515;
}

#page-menu.dots-menu nav li a:hover + .dots-menu-caption {
	opacity: 1;
	right: 30px;
}





.one-page-arrow {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	color: #222;
}





@media (min-width: 992px) {


.side-header #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 260px;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-right: 1px solid #EEE;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
}

.side-header #header-wrap {
	width: 300px;
	height: 100%;
	overflow: auto;
	padding-right: 40px;
}

.side-header #header .container {
	width: 260px !important;
	padding: 0 30px !important;
	margin: 0 !important;
}

.side-header #logo {
	float: none;
	margin: 60px 0 40px;
}

.side-header #logo img { height: auto !important; }

.side-header #logo:not(.nobottomborder):after,
.side-header #primary-menu:not(.nobottomborder):after {
	display: block;
	content: '';
	width: 20%;
	border-bottom: 1px solid #E5E5E5;
}

.side-header .center #logo:after { margin: 0 auto; }

.side-header #primary-menu { margin-bottom: 30px; }

.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; }

.side-header #primary-menu,
.side-header #primary-menu ul {
	float: none;
	height: auto;
}

.side-header #primary-menu ul li {
	float: none;
	margin: 15px 0 0;
}

.side-header #primary-menu ul li:first-child { margin-top: 0; }

.side-header #primary-menu ul li a {
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-transform: uppercase;
}

.side-header #primary-menu ul li i { line-height: 24px; }

.side-header #primary-menu ul ul {
	position: relative;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	height: auto;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 5px 0;
	padding-left: 12px;
}

.side-header #primary-menu ul ul ul {
	top: 0 !important;
	left: 0;
}

.side-header #primary-menu ul ul.menu-pos-invert {
	left: 0;
	right: auto;
}

.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; }

.side-header #primary-menu ul ul li {
	margin: 0;
	border: 0;
}

.side-header #primary-menu ul ul li:first-child { border-top: 0; }

.side-header #primary-menu ul ul a {
	font-size: 12px;
	height: auto !important;
	line-height: 24px !important;
	padding: 2px 0 !important;
}

.side-header #primary-menu ul ul li:hover > a {
	background-color: transparent !important;
	color: #444 !important;
}

.side-header #primary-menu ul > li.sub-menu > a,
.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; }

.side-header #primary-menu ul > li.sub-menu > a:after {
	position: absolute;
	content: '\e7a5';
	top: 1px;
	right: 0;
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}

.side-header #primary-menu ul > li.sub-menu:hover > a:after {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.side-header:not(.open-header) #wrapper {
	margin: 0 0 0 260px !important;
	width: auto !important;
}

.side-header:not(.open-header) #wrapper .container {
	width: auto;
	margin: 0 40px;
}





.side-header.open-header.push-wrapper { overflow-x: hidden; }

.side-header.open-header #header { left: -260px; }

.side-header.open-header.side-header-open #header { left: 0; }

.side-header.open-header #wrapper { left: 0; }

.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; }

#header-trigger { display: none; }

.side-header.open-header #header-trigger {
	display: block;
	position: fixed;
	cursor: pointer;
	top: 20px;
	left: 20px;
	z-index: 11;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #FFF;
	text-align: center;
	border-radius: 2px;
}

.side-header.open-header.side-header-open #header-trigger { left: 280px; }

.side-header.open-header #header-trigger i:nth-child(1),
.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; }

.side-header.open-header.side-header-open #header-trigger i:nth-child(1),
.side-header.open-header #header-trigger i:nth-child(2) { display: none; }


.side-header.open-header #header,
.side-header.open-header #header-trigger,
.side-header.open-header.push-wrapper #wrapper {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}





.side-header.side-header-right #header {
	left: auto;
	right: 0;
	border: none;
	border-left: 1px solid #EEE;
}

.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; }

.side-header.side-header-right.open-header #header {
	left: auto;
	right: -260px;
}

.side-header.side-header-right.open-header.side-header-open #header {
	left: auto;
	right: 0;
}

.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; }

.side-header.side-header-right.open-header #header-trigger {
	left: auto;
	right: 20px;
}

.side-header.side-header-right.open-header.side-header-open #header-trigger {
	left: auto;
	right: 280px;
}

.side-header.side-header-right.open-header #header,
.side-header.side-header-right.open-header #header-trigger {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}


}





body.side-push-panel { overflow-x: hidden; }

#side-panel {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 399;
	width: 300px;
	height: 100%;
	background-color: #F5F5F5;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

body.side-panel-left #side-panel {
	left: -300px;
	right: auto;
}

body.side-push-panel #wrapper,
body.side-push-panel #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel #wrapper,
body.side-panel-left.side-push-panel #header.sticky-header .container {
	left: 0;
	right: auto;
}

#side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 330px;
	height: 100%;
	overflow: auto;
	padding: 50px 70px 50px 40px;
}

body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }

#side-panel .widget {
	margin-top: 40px;
	padding-top: 40px;
	width: 220px;
	border-top: 1px solid #E5E5E5;
}

#side-panel .widget:first-child {
	padding-top: 0;
	border-top: 0;
	margin: 0;
}

body.side-panel-open #side-panel { right: 0; }

body.side-panel-left.side-panel-open #side-panel {
	left: 0;
	right: auto;
}

body.side-push-panel.side-panel-open #wrapper,
body.side-push-panel.side-panel-open #header.sticky-header .container { right: 300px; }

body.side-panel-left.side-push-panel.side-panel-open #wrapper,
body.side-panel-left.side-push-panel.side-panel-open #header.sticky-header .container {
	left: 300px;
	right: auto;
}

#side-panel-trigger {
	display: block;
	cursor: pointer;
	z-index: 11;
	margin-right: 5px;
}

#side-panel-trigger-close a { display: none; }

#side-panel,
body.side-push-panel #wrapper,
body.side-push-panel #header .container {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel #wrapper,
body.side-panel-left.side-push-panel #header .container {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

.body-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
	opacity: 1;
	z-index: 298;
	pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('../images/icons/close.html') 15 15, default; }






#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
}





.boxed-slider { padding-top: 40px; }





.fslider[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px -2px -2px 0;
	height: 75px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 120px !important;
	height: 60px !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 0;
	opacity: 1;
}





.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}





.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: url('images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#slider .container {
	position: relative;
	height: 100%;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

#slider.canvas-slider a {
	display: block;
	height: 100%;
}





.boxedcontainer {
	max-width: 1140px;
	margin:auto;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner .button { height: auto !important; }

.tparrows.preview2:after { line-height: 1 !important; }





.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url('images/grid.html') repeat;
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}





.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 550px;
	color: #fff;
	font-size: 22px;
	font-weight: normal !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}
.two-slides .slider-caption {
	padding: 5% 2%;
	top: 20%
}
.mobile .two-slides .slider-caption {
	padding: 2% 9%;
	top: 5%
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #000;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 64px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.two-slides .slider-caption h2 {
	font-size: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.slider-caption span {
	margin-bottom: 10px;
    font-size: 18px;
    width: 70%;
    display: block;
    letter-spacing: 0.5px;
    line-height: 19px;
     
}

.mobile .slider-caption span {
	font-size: 14px !important;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	 width: 80%;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}





#slider .owl-theme .owl-controls { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	text-align: center;
	margin-left: 7px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.flex-prev i { margin-left: 9px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }

.flex-next i { margin-left: 11px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }





#slide-number {
	position: absolute;
    opacity: 1;
    top: auto;
    right: 20px;
    bottom: 4px;
    z-index: 20;
    width: 36px;
    text-align: center;
    color: rgba(245, 245, 245, 0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    font-size: 21px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: monospace;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}





#slider .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 15px;
}

#slider .owl-controls .owl-dots span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }





.page-title ,
#page-title {
	position: relative;
	padding: 10px 0;
	background-color: #F5F5F5;
	 
}

body:not(.mobile) .page-title-category
 {
 	background-position: center 200px; width: 100%; height: 300px; opacity: 0.25;     background-repeat: no-repeat;
 }

body.mobile .page-title-category {
	background-position: center 0px; 
	width: 100%; 
	height: 240px; 
	opacity: 0.25;     
	background-repeat: no-repeat;
 }
 

.page-title-category-text {
	position: absolute !important;
    top: 50%;
 
    left: 50%;
    padding: 0px 7px;
}
body.mobile .page-title-category-text {
	position: absolute !important;
    top: 45%;
     
}

body:not(.mobile) #page-title.page-title-color {

	 padding: 150px 150px;
}

body:not(.mobile) #page-title.page-title-color.small {

	 padding: 150px 150px;
}

body:not(.mobile) #page-title.page-title-color.small-title {

	 padding: 60px 150px;
}


#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	font-size: 30px;
	text-transform: capitalize;
}

#page-title span {
	display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
    
}

.filler {
	height: 120px;
	clear: both;
}
.mobile .filler {
	display: none;
}
small,
 .small {
	font-size: 80%;
     
}
#page-title.page-title-color span {
	width: 50%;
}
.mobile #page-title span {
	width: 95%;
}

#page-title.page-title-color h1,
#page-title.page-title-color span {
	color: #FFF;
}

body:not(.mobile) #page-title.page-title-color h1::after {
	content: ' ';
	height: 11px;
	display: block;;
	border-bottom: 2px solid #dfdfdf;
	width: 50px;
}
.page-title-box{
	max-height: 350px !important;
    padding-top: 120px !important;
    padding-bottom: 100px !important;
    background-color: #F5F5F5  !important;
    height: 350px !important;

}

.page-title-box h4.pr {
	margin-top: -250px;
}

.mobile .page-title-box h4.pr {
	display: none;
}
.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}


small.bread {
	font-size: 13px;
    display: block;
    color: #E5383A;
}
small.bread a{
	color: #c7c7c7;
}
body .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #171515; }

.breadcrumb i { width: auto !important; }




#page-title.page-title-dark {
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
	border-bottom: none;
}

#page-title.page-title-slider {
	    padding: 0;
    min-height: 420px;
    max-height: 420px;
    overflow: hidden;
}
#page-title.page-title-slider h4 {
	      position: absolute;
    z-index: 4;
    top: 150px;
}
.mobile #page-title.page-title-slider {
	    padding: 0;
    min-height: 50%;
}

#page-title.page-title-dark  { color: rgba(255,255,255,0.9) !important; }

#page-title h4 span { 
    display: table;
    padding: 8px 23px 5px 23px;
    margin-top: 2px;
    color: #FFF;
    
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }




#page-title.page-title-right { text-align: right; }

#page-title.page-title-right .breadcrumb {
	left: 15px !important;
	right: auto !important;
}




#page-title.page-title-center { text-align: center; }

#page-title.page-title-center span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 20px 0 0 !important;
}




#page-title.page-title-pattern {
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	background-attachment: fixed;
}




#page-title.page-title-parallax {
	padding: 100px 0;
	text-shadow: none;
	border-bottom: none;
}

body.mobile .page-title-box,
body.mobile #page-title.page-title-parallax {
	top : 0 !important;
	height: 50% !important;
}
#page-title.page-title-parallax h1 {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 2px;
}

#page-title h4 span { font-size: 22px; }

#page-title.page-title-parallax .breadcrumb { font-size: 13px; }

#page-title.page-title-parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
    padding: 125px 0;
    height: 450px;
    max-height: 450px;
    background-color: #F5F6F6;
}





#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
	font-weight: normal;
	font-size: 18px;
	color: #444;
}

#page-title.page-title-mini span { display: none; }





#page-title.page-title-nobg {
	background: transparent !important;
	border-bottom: 1px solid #F5F5F5;
}





#page-title.page-title-video {
	background: none;
	position: relative;
	overflow: hidden;
}

#page-title.page-title-video .container { z-index: 3; }

#page-title.page-title-video .video-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#page-title.page-title-video .video-wrap video { width: 100%; }





.page-content{
	font-size: 18px;
    margin-bottom: 120px;
    
    color: #3C3C3C;
    line-height: 24px;
}

#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	    z-index: 12;
}

#content.page{
	background: #F5F6F6;
}

.dark,
.dark p {  color: #F5F5F5 }

.section.dark p {
	color: #dedede !important;
}

.bg-text-dark {
	background-color: #121820;
}
.bg-text-dark.trans{
	    background-color: rgba(18, 24, 32, 0.70);
}

.section.dark.parallax p {
	color: #fff;
}
.has-light-bg p,
.semi-dark p {
	color: #000;
}

.semi-dark {
	color: #000;
}
.content-wrap {
	position: relative;
	padding: 0px 0;
	background: #f5f5f5;
}
.content-wrap.dark {
	background: #090909 !important;
	}

#content .container { position: relative; }




#portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.07);
	float: left;
	border-radius: 4px;
}

#portfolio-filter li {
	float: left;
	position: relative;
}

#portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-left: 1px solid rgba(0,0,0,0.07);
}

.dark #portfolio-filter li a {
	color: #ddd;
}
 #portfolio-filter.s-filter{
 	    float: right;
    position: relative;
    top: -62px;
 }


#portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

#portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

#portfolio-filter li a:hover { color: #171515; }

#portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #171515;
	margin: -1px 0;
	padding: 13px 18px;
}

#portfolio-filter li.activeFilter a { font-weight: normal;; }


.bothsidebar #portfolio-filter li a { padding: 12px 14px; }

.bothsidebar #portfolio-filter li.activeFilter a { padding: 13px 18px; }





#portfolio-shuffle {
	float: right;
	width: 41px;
	height: 41px;
	border: 1px solid rgba(0,0,0,0.07);
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#portfolio-shuffle:hover {
	background-color: #171515;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}





#portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) #portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	position: relative;
	float: left;
	width: 276px;
	margin: 0 12px 12px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 276px;
	height: 207px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}





.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.portfolio-desc h3 a { color: #222; }

.portfolio-desc h3 a:hover { color: #171515; }

.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
}

.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #000; }

.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; }

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; }





#portfolio.portfolio-nomargin,
#portfolio.portfolio-full { margin: 0 !important; }

.portfolio-nomargin .portfolio-item {
	width: 284px;
	margin: 0 !important;
}

.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 284px;
	height: 213px;
}

.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; }





#portfolio.portfolio-full {
	margin: 0 !important;
	width: 100.4%;
}

.portfolio-full .portfolio-item {
	width: 25%;
	margin: 0 !important;
	overflow: hidden !important;
}

.portfolio-full .portfolio-item-sizer { width: 25%; }

.portfolio-full .portfolio-item .portfolio-image,
.portfolio-full .portfolio-item .portfolio-image > a,
.portfolio-full .portfolio-item .portfolio-image .slide a,
.portfolio-full .portfolio-item .portfolio-image img {
	width: 100% !important;
	height: auto !important;
}

.portfolio-full .portfolio-desc { padding: 15px; }





.postcontent #portfolio { margin: 0 -12px -12px 0; }

.postcontent .portfolio-item {
	width: 206px;
	margin: 0 12px 12px 0;
}

.postcontent .portfolio-item .portfolio-image,
.postcontent .portfolio-item .portfolio-image a,
.postcontent .portfolio-item .portfolio-image img {
	width: 206px;
	height: 155px;
}

.postcontent .portfolio-desc h3 { font-size: 17px; }

.postcontent .portfolio-desc span { font-size: 12px; }





.postcontent .portfolio-nomargin .portfolio-item { width: 214px; }

.postcontent .portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 214px;
	height: 161px;
}





.postcontent .portfolio-notitle .portfolio-desc {
	height: 70px;
	bottom: -71px;
}

.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -70px; }

.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }





.bothsidebar #portfolio { margin: 0; }

.bothsidebar .portfolio-item {
	width: 145px;
	margin: 0;
}

.bothsidebar .portfolio-item .portfolio-image,
.bothsidebar .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-item .portfolio-image img {
	width: 145px;
	height: 108px;
}

.bothsidebar .portfolio-desc { display: none !important; }





.portfolio-masonry .portfolio-item .portfolio-image,
.portfolio-masonry .portfolio-item .portfolio-image > a,
.portfolio-masonry .portfolio-item .portfolio-image .slide a,
.portfolio-masonry .portfolio-item .portfolio-image img { height: auto !important; }

.portfolio-masonry.mixed-masonry {  }

.portfolio-masonry.mixed-masonry .portfolio-item,
.portfolio-masonry.mixed-masonry .portfolio-item .portfolio-image,
.portfolio-masonry.mixed-masonry .portfolio-item .portfolio-image > a,
.portfolio-masonry.mixed-masonry .portfolio-item .portfolio-image .slide a,
.portfolio-masonry.mixed-masonry .portfolio-item .portfolio-image img {  }





#portfolio.portfolio-3 { margin: 0 -15px -15px 0; }

.portfolio-3 .portfolio-item {
	width: 370px;
	margin: 0 15px 15px 0;
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
	width: 370px;
	height: 278px;
}





.portfolio-3.portfolio-nomargin .portfolio-item { width: 379px; }

.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 379px;
	height: 284px;
}





.postcontent #portfolio.portfolio-3 { margin: 0 -16px -16px 0; }

.postcontent .portfolio-3 .portfolio-item {
	width: 276px;
	margin: 0 16px 16px 0;
}

.postcontent .portfolio-3 .portfolio-item .portfolio-image,
.postcontent .portfolio-3 .portfolio-item .portfolio-image a,
.postcontent .portfolio-3 .portfolio-item .portfolio-image img {
	width: 276px;
	height: 207px;
}

.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; }

.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; }





.postcontent .portfolio-3.portfolio-nomargin .portfolio-item { width: 285px; }

.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 285px;
	height: 214px;
}





.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 72px;
	bottom: -73px;
}

.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -72px; }

.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }





.bothsidebar #portfolio.portfolio-3 { margin: 0 -11px -11px 0; }

.bothsidebar .portfolio-3 .portfolio-item {
	width: 186px;
	margin: 0 11px 11px 0;
}

.bothsidebar .portfolio-3 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-3 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-3 .portfolio-item .portfolio-image img {
	width: 186px;
	height: 140px;
}

.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; }

.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; }

.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; }





.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item { width: 192px; }

.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 192px;
	height: 144px;
}





.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }





#portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.portfolio-2 .portfolio-item {
	width: 560px;
	margin: 0 20px 20px 0;
}

.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
	width: 560px;
	height: 420px;
}

.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; }

.portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.portfolio-2 .portfolio-desc span {
	margin-top: 4px;
	font-size: 14px;
}





.portfolio-2.portfolio-nomargin .portfolio-item { width: 569px; }

.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 569px;
	height: 427px;
}

.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; }





.portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}

.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }





.postcontent #portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.postcontent .portfolio-2 .portfolio-item {
	width: 420px;
	margin: 0 20px 20px 0;
}

.postcontent .portfolio-2 .portfolio-item .portfolio-image,
.postcontent .portfolio-2 .portfolio-item .portfolio-image a,
.postcontent .portfolio-2 .portfolio-item .portfolio-image img {
	width: 420px;
	height: 315px;
}

.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; }

.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; }





.postcontent .portfolio-2.portfolio-nomargin .portfolio-item { width: 429px; }

.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 429px;
	height: 322px;
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; }





.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}

.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }

.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }





.bothsidebar #portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.bothsidebar .portfolio-2 .portfolio-item {
	width: 280px;
	margin: 0 20px 20px 0;
}

.bothsidebar .portfolio-2 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-2 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-2 .portfolio-item .portfolio-image img {
	width: 280px;
	height: 210px;
}

.bothsidebar .portfolio-2 .portfolio-desc {
	display: block !important;
	padding-top: 15px;
	padding-bottom: 0;
}

.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; }

.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; }





.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item { width: 289px; }

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 289px;
	height: 217px;
}

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; }





.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 75px;
	bottom: -76px;
}

.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -75px; }

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }





#portfolio.portfolio-5 { margin: 0 -10px -10px 0; }

.portfolio-5 .portfolio-item {
	width: 220px;
	margin: 0 10px 10px 0;
}

.portfolio-5 .portfolio-item .portfolio-image,
.portfolio-5 .portfolio-item .portfolio-image a,
.portfolio-5 .portfolio-item .portfolio-image img {
	width: 220px;
	height: 165px;
}

.portfolio-5 .portfolio-desc h3 { font-size: 17px; }





.portfolio-5.portfolio-nomargin .portfolio-item { width: 227px; }

.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-5.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 227px;
	height: 170px;
}





.portfolio-5.portfolio-notitle .portfolio-desc {
	height: 71px;
	bottom: -72px;
}

.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -71px; }

.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -30px !important; }





.postcontent #portfolio.portfolio-5 { margin: 0; }

.postcontent .portfolio-5 .portfolio-item {
	width: 172px;
	margin: 0;
}

.postcontent .portfolio-5 .portfolio-item .portfolio-image,
.postcontent .portfolio-5 .portfolio-item .portfolio-image a,
.postcontent .portfolio-5 .portfolio-item .portfolio-image img {
	width: 172px;
	height: 128px;
}

.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; }

.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; }

.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; }





.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }





#portfolio.portfolio-6 { margin: 0 -6px -6px 0; }

.portfolio-6 .portfolio-item {
	width: 185px;
	margin: 0 6px 6px 0;
}

.portfolio-6 .portfolio-item .portfolio-image,
.portfolio-6 .portfolio-item .portfolio-image a,
.portfolio-6 .portfolio-item .portfolio-image img {
	width: 185px;
	height: 139px;
}

.portfolio-6 .portfolio-desc h3 { font-size: 15px; }

.portfolio-6 .portfolio-desc span { font-size: 12px; }





.portfolio-6.portfolio-nomargin .portfolio-item { width: 189px; }

.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-6.portfolio-nomargin .portfolio-item .portfolio-image img {
	width: 189px;
	height: 142px;
}





.portfolio-6.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }

.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }





#portfolio.portfolio-1 { margin: 0 0px -40px 0; }

.portfolio-1 .portfolio-item {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #c1c1c1;
}

.portfolio-1 .portfolio-item .portfolio-image {
	float: left;
	margin-right: 40px;
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
	float: right;
	margin: 0 0 0 40px;
}

.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
	display: block;
	width: 720px;
	height: 320px;
}

.portfolio-1 .portfolio-desc {
	float: left;
	width: 380px;
	padding: 10px 0;
}

.portfolio-1 .alt .portfolio-desc { float: right; }

.portfolio-1 .portfolio-desc h3 { font-size: 22px; }

.portfolio-1 .portfolio-desc span {
	margin-top: 6px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc p {
	margin: 20px 0 25px;
	font-size: 14px;
}

.portfolio-1 .portfolio-desc li { margin: 3px 0; }





.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
	width: 540px;
	height: 300px;
}

.postcontent .portfolio-1 .portfolio-desc { width: 280px; }



.page-title-separator {
	display: block;
	height: 4px;
	margin-top: 10px;
	margin-bottom: -8px;
	width: 12%;
}


.mobile .page-title-separator{
	width: 75%;
}

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-right: 20px; }

.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image { margin: 0 0 0 20px; }

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
	width: 320px;
	height: 178px;
}

.bothsidebar .portfolio-1 .portfolio-desc {
	display: block !important;
	width: 240px;
}

.bothsidebar .portfolio-1 .portfolio-desc h3 { font-size: 19px; }

.bothsidebar .portfolio-1 .portfolio-desc span {
	margin-top: 5px;
	font-size: 13px;
}

.bothsidebar .portfolio-1 .portfolio-desc p {
	margin: 15px 0 0 0;
	font-size: 13px;
}

.bothsidebar .portfolio-1 .portfolio-desc ul,
.bothsidebar .portfolio-1 .portfolio-desc .btn { display: none; }





#portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; }

.portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 60px;
	padding-bottom: 0;
	border-bottom: 0;
	overflow: hidden;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
	float: none;
	margin: 0 !important;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 1140px;
	height: 500px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	transform: translateX(-60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
	position: absolute;
	float: none;
	width: 380px;
	height: 100%;
	padding: 30px;
	background-color: #F9F9F9;
	top: 0;
	left: auto;
	right: -380px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc { right: 0; }

.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -380px;
	right: auto;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	-webkit-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc { left: 0; }

.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 33%; }

.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 33%;
}





.postcontent #portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; }

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 860px;
	height: 377px;
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
	width: 320px;
	padding: 25px;
	right: -320px;
}

.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -320px;
	right: auto;
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 32%; }

.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 32%;
}





.bothsidebar #portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; }

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 580px;
	height: 254px;
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
	width: 240px;
	padding: 20px;
	right: -240px;
}

.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -240px;
	right: auto;
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 29%; }

.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 29%;
}





#portfolio.portfolio-parallax { margin: 0 !important; }

#portfolio.portfolio-parallax .portfolio-item {
	float: none;
	width: 100% !important;
	height: 500px !important;
	margin: 0 !important;
}

#portfolio.portfolio-parallax .portfolio-item .portfolio-image {
	width: 100% !important;
	height: 500px !important;
	background-attachment: fixed;
}

#portfolio.portfolio-parallax .portfolio-desc {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -57px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	padding: 0;
	opacity: 0;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) #portfolio.portfolio-parallax .portfolio-desc {
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

#portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; }

#portfolio.portfolio-parallax .portfolio-desc h3 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -1px;
}

#portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; }

#portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; }

#portfolio.portfolio-parallax .portfolio-desc span {
	margin-top: 12px;
	font-size: 16px;
	color: #CCC;
}

#portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; }

#portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; }

#portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}

#portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	display: inline-block;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #FFF;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) #portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}

#portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div { width: 120px; }

#portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0,0,0,0.4); }





.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

.portfolio-overlay a.left-icon {  }

.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}

.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon { opacity: 1; }

.portfolio-overlay a:hover {
	color: #171515;
	background-color: #EEE;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; }

.portfolio-overlay a i.icon-line-play {
	position: relative;
	left: 2px;
}


.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
}

.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.portfolio-overlay .portfolio-desc h3 {
	font-weight: normal;
	color: #F5F5F5 !important;
	line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }

.portfolio-overlay .portfolio-desc span {
	margin-top: 7px;
	color: #DDD !important;
}

.portfolio-overlay .portfolio-desc span a {
	color: #DDD !important;
	font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover { background: transparent; }

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; }





.portfolio-single {}





.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
	display: block;
	width: 100%;
}

.portfolio-single-image-full {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin: -80px 0 80px !important;
}

.portfolio-single-video { height: auto !important; }





.portfolio-single-image-full .swiper-container {
	width:100%;
	height:600px;
	background-color: #333;
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 { width:100%; }

.portfolio-single-image-full .swiper-slide { overflow: hidden; }

.portfolio-single-image-full .swiper-slide img {
	width: 100%;
	height: auto;
}





.masonry-thumbs { position: relative; }

.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	max-width: 100% !important;
	overflow: hidden;
}

.masonry-thumbs.col-2 a { width: 50%; }

.masonry-thumbs.col-3 a { width: 33.30%; }

.masonry-thumbs.col-4 a { width: 25%; }

.masonry-thumbs.col-5 a { width: 20%; }

.masonry-thumbs.col-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}

.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }





.portfolio-single-content { font-size: 14px; }

.portfolio-single-content h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-weight: 600 !important;
}


.portfolio-ajax-modal { width: 1000px !important; }

.modal-padding { padding: 40px; }

.ajax-modal-title {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 25px 40px;
}

.ajax-modal-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}


#portfolio-ajax-wrap {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	-o-transition: max-height .4s ease;
	transition: max-height .4s ease;
}

#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; }

#portfolio-ajax-container {
	display: none;
	padding-bottom: 60px;
}

#portfolio-ajax-single h2 { font-size: 26px; }





.portfolio-meta,
.portfolio-share {
	list-style: none;
	font-size: 14px;
}

.portfolio-meta li {
	margin: 8px 0;
	color: #666;
}

.portfolio-meta li:first-child { margin-top: 0; }

.portfolio-meta li span {
	display: inline-block;
	width: 37%;
	font-weight: normal;;
	color: #333;
}

.portfolio-meta li span:nth-child(2){
	width: 62%;
}

.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}





#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

.page-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}

img.page-img {
	padding-top: 15px;
    padding-bottom: 15px;
}
.nopadding img.page-img,
.nomargin img.page-img {
	padding-top: 0px;
    padding-bottom: 0px;
    float: left;
}

 
.page-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}

#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #171515; }

#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}





.iportfolio {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
}

.iportfolio .portfolio-image {
	position: relative;
	overflow: hidden;
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}






#posts { position: relative; 
	padding-top: 5%;
}

.entry {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 25px;
	border-bottom: 2px solid #F5F5F5;
}
.dark .entry {
    
    border-bottom: 2px solid #545454;
    }
.entry.search {
	padding-bottom: 10px;
}

.entry-image { margin-bottom: 14px; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.entry-image iframe { display: block; }

.entry-image img { border-radius: 3px; }

.entry-title h2 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
}

.fixed .entry-title {
    min-height: 80px !important;
    overflow: hidden;
}

.fixed .entry-content {
    max-height: 120px;
    min-height: 180px;
    border-bottom: 1px solid #d0d0d0;
}

.fixed .entry-content p {
    min-height: 95px !important;
}

.entry-title h2 a { color: #333;    text-transform: capitalize; }
.dark .entry-title h2 a { color: #fefefe; }

.dark .ipost .entry-title h2 a, 
.dark .ipost .entry-title h3 a, 
.dark .ipost .entry-title h4 a {
	color: #FFF; 
}
.dark .ipost {
 	    color: #DADADA;
    letter-spacing: 0.33px;
    word-spacing: 1px;
}
.entry-meta {
	    margin: 0;
    list-style: none;
    padding: 0 !important;
}

.single-post .entry-meta { margin-bottom: 20px; }

.entry-meta li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-style: italic;
}

.dark .entry-meta li {
	color: #eee;
}
.entry-meta li:before {
	content: '/';
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5
}

footer .entry-meta li {
	float: none;;
	padding-bottom: 12px;
}

.entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.entry-meta li a { color: #999; }

.entry-meta li a:hover { color: #171515; }

.entry-meta li:first-child:before { display: none; }
footer .entry-meta li:first-child:before { display: inline-block; }

.entry-meta li ins {
	font-weight: normal;
	text-decoration: none;
}

.entry-c {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}

#posts .entry-content { margin-top: -5px; }

#posts.post-grid .entry-content {
	max-height: 120px;
}

#posts .entry-content:before {
	content: ' ';
    height: 22px;
    width: 100px;
    border-top: 1px solid #D0D0D0;
    display: block;
}
.dark #posts .entry-content:before {
	border-top: 1px solid #596062;
}

#posts .search .entry-content:before {
	height: 11px;
}




#posts .search .meta-section {
    position: relative;
    top: 0px;
    float: left;
    margin-top: -38px;
    padding: 4px 13px 4px 0px;
    background: #F5F5F5;
    color: #777777;
}
.dark #posts .search .meta-section {
	background: #090909;
	color: #aaa;
}
.single-post .entry-content .entry-image { max-width: 350px; }

.entry-content { position: relative; }

.search .entry-content {
	    height: 60px;
	    overflow: hidden;;
}
.entry-link {
	display: block;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 3px;
}
.entry-title  {
	min-height: 20px;
	padding: 4px 0px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #171515;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-style: italic;
}





.small-thumbs .entry-image,
.ievent .entry-image {
	float: left;
	width: 47%;
	margin: 0 30px 0 0;
}

.small-thumbs .entry-image img,
.ievent .entry-image img { border-radius: 0; }

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img { border-radius: 5px; }

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
	font-size: 20px;
	font-weight: normal;
}





.small-thumbs.alt .entry-image {
	float: right;
	margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
	float: none;
	margin: 0 0 20px 0;
}





.bothsidebar .small-thumbs .entry-image {
	width: 200px;
	margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; }

.bothsidebar .small-thumbs .entry-c .entry-image {
	width: 100%;
	margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; }





.post-grid { margin-right: -28px; }

.post-grid .entry {
	float: left;
	width: 264px;
	margin-right: 28px;
}

.post-grid .entry-image,
.post-grid .entry-image img { height: 140px; }

.post-grid .entry-image img { border-radius: 0; }

.post-grid .entry-title h2 {
	font-size: 17px;
	font-weight: normal;
}
.post-grid .search .entry-title h2 {
	    font-size: 17px;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 12px;
}

.post-grid .entry-link { font-size: 24px; }

.post-grid .entry-link span { font-size: 13px; }





.post-grid.grid-3 { margin-right: -30px; }

.post-grid.grid-3 .entry {
	width: 360px;
	margin-right: 30px;
}

.post-grid.grid-3 .entry-image,
.post-grid.grid-3 .entry-image img { height: 202px; }

.post-grid.grid-3 .entry-title h2 { font-size: 18px; }





.postcontent .post-grid.grid-3 { margin-right: -25px; }

.postcontent .post-grid.grid-3 .entry {
	width: 270px;
	margin-right: 25px;
}

.postcontent .post-grid.grid-3 .entry-image,
.postcontent .post-grid.grid-3 .entry-image img { height: 152px; }

.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; }





.post-grid.grid-2 { margin-right: -40px; }

.post-grid.grid-2 .entry {
	width: 550px;
	margin-right: 40px;
}

.post-grid.grid-2 .entry-image,
.post-grid.grid-2 .entry-image img { height: 309px; }

.post-grid.grid-2 .entry-title h2 { font-size: 20px; }





.postcontent .post-grid.grid-2 .entry { width: 410px; }

.postcontent .post-grid.grid-2 .entry-image,
.postcontent .post-grid.grid-2 .entry-image img { height: 230px; }

.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; }





.bothsidebar .post-grid.grid-2 .entry { width: 270px; }

.bothsidebar .post-grid.grid-2 .entry-image,
.bothsidebar .post-grid.grid-2 .entry-image img { height: 152px; }

.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; }





.post-masonry .entry-image,
.post-masonry .entry-image img { height: auto !important; }





.post-masonry-full { margin: -80px 0 -80px -1px !important; }

.post-masonry-full .entry {
	width: 24.9% !important;
	margin: 0 !important;
	padding: 40px 30px;
	border-bottom: 1px dashed;
	border-left: 1px dashed;
	border-color: #E5E5E5;
}

.post-masonry-full.grid-3 .entry { width: 33.30% !important; }





.timeline-border {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -71px;
	width: 0;
	border-left: 1px dashed #CCC;
	height: 100%;
}

.post-timeline { margin-right: -140px !important; }

.post-timeline .entry {
	width: 500px !important;
	margin-right: 140px !important;
}

.entry.entry-date-section {
	width: 100% !important;
	margin: 50px -70px 80px;
	padding: 0;
	border: 0;
	text-align: center;
}

.entry.entry-date-section span {
	display: inline-block;
	padding: 10px 15px;
	background-color: #FFF;
	border: 2px solid #EEE;
	font-size: 18px;
	font-weight: normal;;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-timeline .entry-timeline {
	display: none;
	position: absolute;
	border: 2px solid #CCC;
	background-color: #FFF;
	padding-top: 0;
	text-indent: -9999px;
	top: 40px;
	left: auto;
	right: -76px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	font-size: 26px;
	font-weight: normal;;
	color: #AAA;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry.entry-date-section + .entry .entry-timeline { top: 70px; }

.post-timeline .entry-timeline div.timeline-divider {
	position: absolute;
	top: 4px;
	left: -58px;
	width: 50px;
	height: 0;
	border-top: 1px dashed #CCC;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
	right: auto;
	left: -77px;
}

.post-timeline .alt .entry-timeline div.timeline-divider {
	left: auto;
	right: -58px;
}

.post-timeline .entry-timeline span {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	font-weight: normal;
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
	border-color: #171515;
	color: #171515;
}





.postcontent .timeline-border {
	left: 32px;
	margin-left: 0;
}

.postcontent .post-timeline {
	padding-left: 100px;
	margin-right: 0 !important;
}

.postcontent .post-timeline .entry {
	width: 100% !important;
	margin-right: 140px !important;
}

.postcontent .post-timeline .entry-timeline {
	display: block;
	border: 3px solid #CCC;
	background-color: #FFF;
	padding-top: 10px;
	text-indent: 0;
	top: 20px;
	left: -100px;
	right: auto;
	width: 64px;
	height: 64px;
	font-size: 24px;
}

.postcontent .post-timeline .entry-timeline div.timeline-divider {
	top: 29px;
	left: 64px;
	width: 32px;
}





.ipost .entry-image img { border-radius: 0; }

.ipost .entry-title h3,
.ipost .entry-title h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.ipost .entry-title h4 {     font-size: 17px;
    line-height: 20px; }

.ipost .entry-title h3 a,
.ipost .entry-title h4 a { color: #333; }

.has-image .ipost .entry-title h4 {
	padding-top: 10px;
}
.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover { color: #171515; }

.ipost .entry-meta { margin-right: -10px; }

.meta-over-image .ipost .entry-meta{
	margin-right: -10px;
    position: absolute;
    z-index: 999;
    background: #FFFFFF;
    padding: 0px 12px;
    color: #000;
    top: -16px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 32px;
}

.meta-over-image .ipost2 .entry-meta {
top: -8px;
}
.ipost .entry-meta li {
	font-size: 13px;
	margin-right: 10px;
}
.dark .meta-over-image .ipost .entry-meta {
	background: #090909;
	color: #eee;
	    letter-spacing: 1px;
}

.ipost .entry-content { margin-top: 7px; font-size: 13px; }

.ipost .entry-content p { margin-bottom: 0; }


.more-link {
	display: inline-block;
	border-bottom: 1px solid #171515;
	padding: 0 2px;
	font-style: italic;
}

.more-link:hover { border-bottom-color: #555; }





.overlay-icon {
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}

.overlay-icon i {
	line-height: 48px;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}





.spost,
.mpost {
	margin-top: 6px;
    padding-top: 9px;
    border-top: 1px solid #D4D4D4;

}

.mpost {
	margin-top: 25px;
	padding-top: 25px;
}

.spost:first-child,
.mpost:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.spost .entry-image,
.mpost .entry-image {
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
	width: 48px;
	height: 48px;
}

.spost .entry-image a i,
.mpost .entry-image a i {
	font-size: 28px;
	line-height: 48px;
	color: #666;
	background-color: #EEE;
}

.spost .entry-title h4,
.mpost .entry-title h4 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a { color: #333; }

.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover { color: #171515; }

.spost .entry-meta { margin: 8px -10px 0 0; }

.spost .entry-meta li,
.mpost .entry-meta li {
	font-size: 12px;
	margin: 0 10px 0 0;
}





.mpost .entry-image { margin-right: 20px; }

.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
	width: 170px;
	height: 128px;
}

.mpost .entry-image a,
.mpost .entry-image img { border-radius: 2px; }

.mpost .entry-image a i {
	font-size: 42px;
	line-height: 128px;
}

.mpost .entry-title h4 {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
}

.mpost .entry-meta { margin-top: 5px; }

.mpost .entry-meta li i { margin-right: 2px; }

.mpost .entry-content { margin-top: 15px; }

.post-navigation + .line { margin: 40px 0 50px; }





.author-image {
	float: left;
	width: 84px;
	height: 84px;
	margin-right: 15px;
}

.author-image img {
	width: 84px;
	height: 84px;
}






#comments {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.commentlist {
	list-style: none;
	padding-bottom: 50px;
	margin: 0 0 50px;
	border-bottom: 1px solid #EEE;
}

#reviews .commentlist {
	padding-bottom: 30px;
	margin: 0 0 20px;
}

.commentlist ul { list-style: none; }

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 30px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
	position: relative;
	margin: 30px 0 0 30px;
}

#reviews .commentlist li { margin-top: 20px; }

.comment-wrap {
	position: relative;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding: 20px 20px 20px 35px;
}

.commentlist ul .comment-wrap {
	margin-left: 25px;
	padding-left: 20px;
}

#reviews .comment-wrap {
	border: 0;
	padding: 10px 0 0 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
	padding-top: 0;
	margin-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
	position: relative;
	overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content { padding: 0 0 0 15px; }

.commentlist li .comment-meta {
	float: left;
	margin-right: 0;
	line-height: 1;
}

.comment-avatar {
	position: absolute;
	top: 15px;
	left: -35px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.commentlist li .children .comment-avatar { left: -25px; }

.comment-content .comment-author {
	margin-bottom: -10px;
	font-size: 16px;
	font-weight: normal;;
	color: #555;
}

.comment-content .comment-author a {
	border: none;
	color: #333;
}

.comment-content .comment-author a:hover { color: #171515; }

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #AAA;
}

.comment-content .comment-author span a:hover { color: #888; }

.comment-reply-link,
.review-comment-ratings {
	display: block;
	position: absolute;
	top: 4px;
	left: auto;
	text-align: center;
	right: 0px;
	width: 14px;
	height: 14px;
	color: #CCC;
	font-size: 14px;
	line-height: 1;
}

.review-comment-ratings {
	width: auto;
	color: #333;
}

.comment-reply-link:hover { color: #888; }






#respond,
#respond form { margin-bottom: 0; }

.commentlist li #respond { margin: 30px 0 0; }

.commentlist li li #respond { margin-left: 30px; }

#respond p { margin: 10px 0 0 0; }

#respond p:first-child { margin-top: 0; }

#respond label small {
	color: #999;
	font-weight: normal;
}

#respond input[type="text"],
#respond textarea { margin-bottom: 0; }

#respond .col_one_third,
#respond .col_full { margin-bottom: 20px; }

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
	display: block !important;
	width: 100% !important;
	margin: 0;
}


.label {
    display: inline;
    padding: 0.3em 0.6em .3em;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
        font-size: 100%;
    font-weight: normal;
}


img.alignleft,
div.alignleft {
	float: left;
	margin: 5px 20px 13px 0;
	max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
	display: block;
	float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
	display: block;
	margin: 10px 0;
	float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

img.alignright,
div.alignright {
	float: right;
	margin: 5px 0 13px 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 13px 20px;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	display: block;
	margin: 0;
}

p.wp-caption-text {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background-color: #EEE;
	border-radius: 50px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}





#infscr-loading,
#portfolio-ajax-loader {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	line-height: 48px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

#infscr-loading img,
#portfolio-ajax-loader img {
	display: none;
	width: 24px;
	height: 24px;
	margin: 12px;
}

#portfolio-ajax-loader { display: none; }

#portfolio-ajax-loader img { display: block; }






#shop {
	position: relative;
	margin: 0 -20px -20px 0;
}

.product {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
}

.product-image {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.product-image > a,
.product-image .slide a,
.product-image img {
	display: block;
	width: 100%;
	height: 100%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.product-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.product-desc {
	padding: 15px 0;
	font-size: 14px;
}

.product-title { margin-bottom: 7px; }

.product-title h3 {
	margin: 0;
	font-size: 20px;
}

.product-title h3 a,
.single-product .product-title h2 a { color: #333; }

.product-title h3 a:hover,
.single-product .product-title h2 a:hover { color: #171515; }

.product-price {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	margin-bottom: 4px;
}

.product-price del {
	font-weight: 400;
	font-size: 90%;
	color: #888;
}

.product-price ins {
	text-decoration: none;
	color: #171515;
}

.product-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	bottom: -44px;
	left: 0;
	z-index: 6;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay {
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

.product:hover .product-overlay { bottom: 0; }

.product-overlay a {
	display: block;
	float: left;
	width: 50%;
	font-size: 13px;
	color: #333;
	background-color: #F5F5F5;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product-overlay a.item-quick-view { border-right: 0; }

.product-overlay a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.product-overlay a:hover {
	background-color: #333;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sale-flash {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 10px;
	background-color: #171515;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 5;
}

.sale-flash.out-of-stock { background-color: #777; }





#shop.product-3 { margin: 0 -30px -30px 0; }

.product-3 .product {
	margin: 0 30px 30px 0;
	width: 360px;
}

.product-3 .product-image { height: 480px; }





.postcontent #shop.product-3 { margin: 0 -25px -25px 0; }

.postcontent .product-3 .product {
	margin: 0 25px 25px 0;
	width: 270px;
}

.postcontent .product-3 .product-image { height: 360px; }





.postcontent #shop.product-2 { margin: 0 -40px -40px 0; }

.postcontent .product-2 .product {
	margin: 0 40px 40px 0;
	width: 410px;
}

.postcontent .product-2 .product-image { height: 547px; }





.bothsidebar #shop.product-2 { margin: 0 -40px -20px 0; }

.bothsidebar .product-2 .product {
	margin: 0 40px 20px 0;
	width: 270px;
}

.bothsidebar .product-2 .product-image { height: 360px; }





#shop.product-1 { margin: 0 0 -40px 0; }

.product-1 .product {
	float: none;
	margin: 0 0 40px 0;
	width: 100%;
}

.product-1 .product-image {
	float: left;
	width: 300px;
	height: 400px;
	margin-right: 30px;
}

.product-1 .product.alt .product-image {
	float: right;
	margin: 0 0 0 30px;
}

.product-1 .product-desc {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.product-1 .product-title h3 { font-size: 22px; }

.product-1 .product-desc .product-price { font-size: 20px; }

.product-1 .product-desc .product-rating { margin-bottom: 15px; }





.bothsidebar .product-1 .product {
	border-top: 1px solid #F5F5F5;
	padding-top: 40px;
}

.bothsidebar .product-1 .product:first-child {
	border-top: 0;
	padding-top: 0;
}

.bothsidebar .product-1 .product-image {
	width: 240px;
	height: 320px;
}

.bothsidebar .product-1 .product-title h3 { font-size: 20px; }

.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; }





.single-product .product {
	width: 100%;
	margin: 0;
}

.shop-quick-view-ajax,
.portfolio-ajax-modal {
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
}

.single-product .product-image,
.single-product .product-image img { height: auto; }

.single-product .product-desc { padding: 0; }

.single-product .product-title h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.single-product .product-price {
	float: left;
	font-size: 24px;
	color: #171515;
	margin-bottom: 0;
}

.single-product .product-rating {
	float: right;
	position: relative;
	top: 9px;
}

.single-product .product-desc .line { margin: 20px 0; }

.quantity {
	float: left;
	margin-right: 30px;
}

.quantity .qty {
	float: left;
	width: 50px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background-color: #EEE;
	text-align: center;
	margin-bottom: 0;
}

.quantity .plus,
.quantity .minus {
	display: block;
	float: left;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #EEE;
	font-size: 16px;
	font-weight: normal;;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.quantity .plus:hover,
.quantity .minus:hover { background-color: #DDD; }

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.single-product .add-to-cart.button {
	height: 40px;
	line-height: 40px;
}

.product-meta {
	font-size: 13px;
	color: #777;
}

.product-meta > .panel-body { margin-bottom: -5px; }

.product-meta > .panel-body > span {
	display: block;
	margin-bottom: 5px;
}


.single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; }

.single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; }

.single-product .feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	font-weight: normal;;
	line-height: 18px;
	margin-bottom: 7px;
}

.single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; }

.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; }





.product.iproduct {
	float: none;
	margin: 0;
	width: 100%;
}

.iproduct .product-image,
.iproduct .product-image a,
.iproduct .product-image img { height: auto; }






.cart .remove {
	font-size: 14px;
	color: #FF0000;
}

.cart .remove:hover { color: #000; }

.cart th {
	padding: 12px 15px !important;
	font-size: 14px;
	color: #555;
}

.cart td {
	padding: 12px 15px !important;
	vertical-align: middle !important;
	border-color: #E5E5E5 !important;
}

.cart-product-thumbnail a {
	display: block;
	width: 68px;
}

.cart-product-thumbnail img {
	display: block;
	width: 64px;
	height: 64px;
	border: 2px solid #EEE;
}

.cart-product-thumbnail img:hover { border-color: #171515; }

.cart-product-name a,
.product-name a {
	font-weight: normal;;
	font-size: 13px;
	color: #333;
}

.cart-product-name a:hover,
.product-name a:hover { color: #666; }

.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal { text-align: center !important; }

.cart-product-quantity .quantity {
	display: inline-block;
	margin: 0;
	float: none;
}

td.actions {
	padding: 20px 15px !important;
	vertical-align: top !important;
	background-color: #F5F5F5;
}






.events .entry,
.ievent {
	padding: 20px 0px;
	border-bottom: none;
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
	    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    line-height: 1;
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}

.events .entry-c,
.ievent .entry-c { padding: 5px 0; }

.single-event .entry-image img { border-radius: 0; }

.single-event .events-meta { font-size: 14px; }

.single-event .events-meta .iconlist li,
.parallax .iconlist li { margin: 5px 0; }

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.85);
	text-align: center;
	line-height: 80px;
	font-size: 22px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	z-index: 5;
}

.single-event .countdown {
	display: inline-block;
	position: relative;
	top: 7px;
}

.single-event .countdown-section {
	padding: 0 15px;
	border-left-color: rgba(255,255,255,0.3);
	color: #CCC;
}

.single-event .countdown-amount { color: #FFF; }

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
	background: transparent;
	width: auto;
	text-align: right;
	bottom: 30px;
	left: auto;
	right: 30px;
}

.parallax .entry-overlay-meta {
	padding: 20px;
	font-size: 14px;
	text-align: left;
	right: 38px;
	bottom: 130px;
	width: 368px;
	height: auto;
	line-height: inherit;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
	right: auto;
	left: 30px;
}

.parallax.overlay-left .entry-overlay-meta { left: 38px; }

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
	bottom: 100px;
	right: auto;
	left: 50%;
	margin-left: -192px;
}

.parallax.overlay-center .entry-overlay-meta {
	top: 100px;
	bottom: auto;
	margin-left: -184px;
}

.parallax .entry-overlay-meta h2 {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	padding-bottom: 17px;
}

.parallax .entry-overlay-meta h2 a { color: #FFF; }

.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }

.parallax .countdown { top: 0; }

.parallax .countdown-section {
	border-left: 0;
	width: 80px;
	height: 80px;
	margin: 0 8px;
	font-size: 13px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	padding-top: 14px;
}

.parallax .countdown-amount {
	font-size: 28px;
	margin-bottom: 6px;
}





.ievent {
	position: relative;
	margin-top: 20px;
}

.ievent:first-child { margin-top: 0; }

.ievent .entry-image {
	width: 30%;
	margin-right: 20px;
}

.ievent .entry-content { margin-top: 20px; }

.ievent .entry-title h2 { font-size: 18px; }

.ievent .entry-meta { margin-right: -10px; }

.ievent .entry-meta li {
	font-size: 13px;
	margin-right: 10px;
	padding-left: 10px;
}

.ievent .entry-meta li:first-child { padding-left: 0; }





.countdown { display: block; }

.countdown-row {
	display: block;
	position: relative;
	text-align: center;
}

.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 25%;
	border-left: 1px dotted #BBB;
	color: #888;
	text-transform: capitalize;
}

.countdown-section:first-child { border-left: 0; }

.countdown-amount {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.countdown-descr {
	display: block;
	width: 100%;
}





.countdown-medium .countdown-section { font-size: 14px; }

.countdown-medium .countdown-amount {
	font-size: 30px;
	margin-bottom: 7px;
}





.countdown-large .countdown-section { font-size: 18px; }

.countdown-large .countdown-amount {
	font-size: 44px;
	font-weight: normal;
	margin-bottom: 8px;
}





.countdown.countdown-inline { display: inline-block; }

.countdown.countdown-inline .countdown-row {
	display: inline-block;
	text-align: center;
}

.countdown.countdown-inline .countdown-section {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	border: none;
	color: inherit;
	margin-left: 7px;
	text-transform: lowercase;
}

.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }

.countdown.countdown-inline .countdown-amount {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	font-weight: normal;;
	margin: 0 3px 0 0;
}

.countdown.countdown-inline .countdown-descr {
	display: inline-block;
	width: auto;
}





body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
	border: none;
	padding: 15px;
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 15px !important;
}






.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #171515;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover { background-color: #171515; }

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-large {
	padding: 0px 10px 2px 25px;
    font-size: 15px;
    height: 42px;
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: none;
}

.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
}

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }





.button.button-border {
	border: 2px solid #aaa;
	background-color: transparent;
	color: #bbb;
	line-height: 36px;
	font-weight: normal;
	text-shadow: none;
}

.button.button-border2 {

	border-left: none;
	border-right: none;
}
.button.button-border.button-mini { line-height: 24px; }

.button.button-border.button-small { line-height: 30px; }

.button.button-border.button-large { line-height: 42px; }

.button.button-border.button-xlarge { line-height: 48px; }

.button.button-border.button-desc { line-height: 1; }

.button.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-light {
	border-color: #fff;
	color: #fff;
}

.button.button-border.button-dark {
	border-color: #000;
	color: #000;
}

.button.button-border.button-light:hover {
	background-color: #EEE;
	color: #000 !important;
	text-shadow: none;
}





.button.button-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.button.button-3d:hover {
	background-color: #171515 !important;
	opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
	text-shadow: none;
	color: #333;
}





.button.button-reveal {
	padding: 0 28px;
	overflow: hidden;
}

.button.button-reveal i:before {
	content: '\e28d';
	font-family: 'icons';
	font-style:normal;
	font-size: 19.333px;
}
.button.button-reveal i {
	display: block;
	position: absolute;
	font-style:normal;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	content: '\f095';
	font-family: 'icons'
}

.button.button-reveal.button-border i { top: -2px; }

.button.button-reveal.tright i {
	left: auto;
	right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button.button-reveal span {
	display: inline-block;
	position: relative;
	left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini { padding: 0 17px; }

.button.button-reveal.button-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
	left: auto;
	right: -22px;
}

.button.button-reveal.button-small { padding: 0 22px; }

.button.button-reveal.button-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px;
}

.button.button-reveal.button-small.tright i {
	left: auto;
	right: -26px;
}

.button.button-reveal.button-large { padding: 0 32px; }

.button.button-reveal.button-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px;
}

.button.button-reveal.button-large.tright i {
	left: auto;
	right: -38px;
}

.button.button-reveal.button-xlarge { padding: 0 40px; }

.button.button-reveal.button-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
	left: auto;
	right: -44px;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
	left: auto;
	right: 0;
}

.button.button-reveal:hover span { left: 16px; }

.button.button-reveal.button-mini:hover span { left: 11px; }

.button.button-reveal.button-small:hover span { left: 13px; }

.button.button-reveal.button-large:hover span { left: 19px; }

.button.button-reveal.button-xlarge:hover span { left: 22px; }

.button.button-reveal.tright:hover span { left: -16px; }

.button.button-reveal.button-mini.tright:hover span { left: -11px; }

.button.button-reveal.button-small.tright:hover span { left: -13px; }

.button.button-reveal.button-large.tright:hover span { left: -19px; }

.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }





.button.button-full {
	display: block !important;
	white-space: normal;
	margin: 0;
	height: auto;
	line-height: 1.6;
	padding: 30px 0;
	font-size: 30px;
	font-weight: 300;
	text-transform: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.button.button-full strong {
	font-weight: normal;
	border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.button.button-full.button-light strong { border-bottom-color: #333; }

.button.button-full.button-light:hover strong { border-bottom-color: #EEE; }





.button-red { background-color: #C02942; }
.button-3d.button-red:hover,
.button-reveal.button-red:hover { background-color: #C02942 !important; }

.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover { background-color: #53777A !important; }

.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover { background-color: #ECD078 !important; }

.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover { background-color: #59BA41 !important; }

.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover { background-color: #774F38 !important; }

.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover { background-color: #40C0CB !important; }

.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover { background-color: #AEE239 !important; }

.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover { background-color: #5D4157 !important; }

.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover { background-color: #A8CABA !important; }

.button-pink { background-color: #F89FA1; }
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover { background-color: #F89FA1 !important; }

.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover { background-color: #1693A5 !important; }

.button-blue { background-color: #1265A8; }
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover { background-color: #1265A8 !important; }

.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover { background-color: #EB9C4D !important; }

.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover { background-color: #111 !important; }

.button-white { background-color: #F9F9F9; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }



 



.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}






.promo {
	position: relative;
	padding: 30px 200px 30px 0;
}

.promo h3 {
	font-weight: normal;;
	margin-bottom: 0;
	 
}

.promo > .container > .content >  p {
	display: block;
    color: #444;
    font-weight: 300;
    font-size: 14px;
    margin-top: 6px;
    width: 75%;
    letter-spacing: 1px;
}

.promo > .container > .content  {
	float: left;
	margin-left: 60px;
	width: 80%;
}
.promo > .container > .icon {
	float: left;
	width: 3%;
	
	font-size: 60px;
	color: #f2f5f9;
	margin-top: 18px;
}

.promo .bt {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -18px;
	left: auto;
	right: 0;
}

.promo a.button.button-mini { margin-top: -12px; }

.promo a.button.button-small { margin-top: -15px; }

.promo a.button.button-large { margin-top: -22px; }

.promo a.button.button-xlarge { margin-top: -25px; }

.promo a.button.button-desc { margin-top: -40px; }





.promo-uppercase { text-transform: uppercase; }

.promo-uppercase h3 { font-size: 22px; }

.promo-uppercase > span,
.promo-uppercase > .container > span { font-size: 15px; }





.promo.promo-border {
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	padding-left: 30px;
}

.promo.promo-border a.button { right: 30px; }





.promo.promo-light {
	background-color: #F5F5F5;
	border-radius: 3px;
	padding-left: 30px;
}

.promo.promo-light a.button { right: 30px; }





.promo.promo-dark {
	border: 0 !important;
	background-color: #333;
	padding: 15px 150px 15px 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
}

.promo.promo-dark h3 { color: #FFF; }

.promo.promo-dark > h3 span,
.promo.promo-dark > .container > h3 span {
	padding: 2px 8px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.15);
	color: #FFF;
	font-weight: 400;
}

.promo.promo-dark  p,
.promo.promo-dark > .container  p {
	color: #E2E2E2;
	margin-top: 8px;
}

.promo.promo-dark a.button { right: 30px; }





.promo.promo-flat { background-color: #171515; }

.promo.promo-flat > p,
.promo.promo-flat > .container > p { color: rgba(255,255,255,0.9); }

.promo.promo-flat a.button:not(.button-border) {
	background-color: rgba(0,0,0,0.2);
	color: #FFF;
}

.promo.promo-flat a.button:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #444;
	text-shadow: none;
}





.promo-full {
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 40px 0 !important;
}

.promo-full a.button { right: 15px !important; }

.promo-full.promo-right a.button {
	right: auto !important;
	left: 15px !important;
}




.promo.parallax { padding: 80px 0 !important; }





.promo.promo-right {
	text-align: right;
	padding: 30px 0 30px 200px;
}

.promo.promo-right a.button {
	left: 0;
	right: auto;
}





.promo.promo-right.promo-border:not(.promo-mini),
.promo.promo-dark.promo-right:not(.promo-mini) { padding-right: 30px; }

.promo.promo-right.promo-border a.button,
.promo.promo-dark.promo-right a.button { left: 30px; }





.promo.promo-center {
	text-align: center;
	padding: 30px 20px;
}

.promo.promo-center a.button {
	position: relative;
	top: 0;
	margin: 20px 0 0;
	left: 0 !important;
	right: 0;
}





.promo.promo-mini {
	text-align: left;
	padding: 20px 25px;
}

.promo.promo-mini h3 {
	font-size: 20px;
	line-height: 1.5;
}

.promo.promo-mini.promo-uppercase h3 { font-size: 18px; }

.promo.promo-mini.promo-dark h3 { line-height: 1.7; }

.promo.promo-mini a.button {
	position: relative;
	top: 0;
	margin: 20px 0 0;
	left: 0 !important;
	right: 0;
}





.promo.promo-mini.promo-center { text-align: center; }





.promo.promo-mini.promo-right { text-align: right; }






.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #171515;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box .before-heading { font-size: 14px; }





.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}





.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #171515;
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }





.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }

.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }





.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }





.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }





.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}

.feature-box.fbox-light .fbox-icon i { line-height: 62px; }

.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }

.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }





.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }





.feature-box.fbox-border .fbox-icon {
	border: 1px solid #171515;
	border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #171515;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }





.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }





.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }





.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #171515;
	border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }





.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }

.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}





.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }

.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }

.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }

.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }

.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }





.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }





.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feature-box.fbox-right.fbox-large { padding-right: 115px; }

.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }

.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }





.feature-box h3 + .fbox-icon { margin-top: 20px !important; }

.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }

.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
}





.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }

.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }

.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }





.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #171515; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #171515; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}




.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('../images/icons/iconalt.html');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #171515; }

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #171515; }

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}





.feature-box.media-box { padding: 0; }

.feature-box.media-box .fbox-media { margin: 0 0 25px; }

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feature-box.media-box .fbox-media iframe { display: block; }

.feature-box.media-box p { margin-top: 17px; }

.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }

.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }





.process-steps {
	margin: 0 0 40px;
	list-style: none;
}

.process-steps li {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	overflow: hidden;
}

.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
.process-steps.process-5 li { width: 20%; }

.process-steps li .i-circled { margin-bottom: 0 !important; }

.process-steps li .i-bordered { background-color: #FFF; }

.process-steps li h5 {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
	font-weight: normal;
	color: #171515;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
	background-color: #171515 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-color: #171515 !important;
}

.process-steps li:before,
.process-steps li:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: -26px;
	width: 50%;
	border-top: 1px dashed #DDD;
}

.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }






.style-msg,
.style-msg2 {
	display: block;
	color: #444;
	border-left: 4px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #C5EBD4;
	color: #184B21;
}

.errormsg {
	background: #FFCCCC;
	color: #740D0A;
}

.infomsg {
	background: #B9DFF4;
	color: #124F70;
}

.alertmsg {
	background: #FCE0B6;
	color: #975E06;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
	display: block;
	padding: 15px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
	background: rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.style-msg2 .sb-msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 5px;
}






.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}

.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
	background-image: url('../images/icons/iconalt.html');
	background-position: center center;
	background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
	background-color: #171515;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}





.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}





.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}





.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}





.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}





.i-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.2) url('images/grid.html') repeat;
}

.i-overlay img,
.i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px !important;
	height: 48px !important;
	font-size: 48px;
	line-height: 1;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
}

.on-hover.i-overlay { opacity: 0; }

body:not(.device-touch) .on-hover.i-overlay {
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover { opacity: 1; }






.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}





.si-rounded { border-radius: 50%; }




.si-borderless { border-color: transparent !important; }




.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}




.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}




.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }




.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}




.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }




.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 100;
}




.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}




.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.si-share span {
	line-height: 36px;
	font-weight: normal;;
	font-size: 13px;
}

.si-share div { float: right; }

.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}








.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	cursor: pointer;
}

.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.toggle .toggleta { font-weight: normal;; }

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: block; }

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}





.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}

.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }





.toggle.toggle-border {
	border: 1px solid #CCC;
	border-radius: 4px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}

.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px;
}

.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; }





.faqs .toggle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta { font-size: 15px; }

.faqs .toggle .togglet i {
	top: 1px;
	font-size: 14px;
}

.faqs .toggle .togglec { padding-bottom: 10px; }





.accordion { margin-bottom: 20px; }

.acctitle {
	display: block;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;;
	color: #444;
	cursor: pointer;
	border-top: 1px dotted #DDD;
	padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
	position: relative;
	padding: 0 0 15px 20px;
}





.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
	background-color: #EEE;
	    border-bottom: 2px solid #C5C6C7;
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom: 5px;
	border-top: 0;
}

 
.accordion.accordion-bg .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }





.accordion.accordion-border {
	border: 1px solid #DDD;
	border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
	border-color: #CCC;
	line-height: 44px;
	padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }





.accordion.accordion-lg .acctitle {
	font-size: 23px;
	line-height: 44px;
	padding-left: 30px;
	font-weight: 400;
}

.accordion.accordion-lg .acctitle i {
	width: 20px;
	font-size: 20px;
	line-height: 64px;
}

.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }






.tabs {
	position: relative;
	margin: -50px 0 0px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
	padding:0 !important;
}

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 0px;
	border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: normal;;
}



ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	position: relative;
	top: 0px;
	background-color: #FFF;
}

ul.tab-nav.tab-nav-full {
	 position: absolute;
    z-index: 9999;
}

ul.tab-nav.tab-nav-full:not(.tab-nav-lg) li {
	border: 0px solid #DDD;
}
ul.tab-nav.tab-nav-full:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #F2F2F2;
    font-size: 20px;
    font-weight: normal;
    
}

.page:not(.products) .tabs.nav-full {
	 margin: 0;
    top: 0px;
}
.mobile .page:not(.products) .tabs.nav-full {
	 margin: 0;
    top: 0px;
}

.mobile ul.tab-nav.tab-nav-full:not(.tab-nav-lg) li a {
    
    padding: 0 5px;
    font-size: 15px;
    font-weight: normal;
}


.content-wrap.has-full-tab div.excerpt {
	display: none;
}
.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }

.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }

.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border: 0px solid #DDD;
	border-bottom: 0;
}

.tabs.nav-full .tab-content {
	padding-top: 40px;
}




.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #171515;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }





.tabs.tabs-bb ul.tab-nav li {
	border: 0;
	margin: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
	background-color: transparent;
	border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #171515;
	top: -2px;
	height: 44px;
	line-height: 44px;
}






ul.tab-nav.tab-nav2 {
	border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #171515;
	color: #FFF;
}






ul.tab-nav-lg {
	margin-bottom: 20px;
	list-style: none;
}

ul.tab-nav-lg li {
	float: left;
	position: relative;
	text-align: center;
	padding: 15px;
}

ul.tab-nav-lg li a {
	display: inline-block;
	color: #444;
	font-size: 13px;
	font-weight: normal;;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
	display: block;
	font-size: 28px;
	margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a {
	color: #171515;
}



ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: auto;
	bottom: -50px;
	border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}





.tab-container {
	position: relative;
	padding: 20px 0 0;
}

ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}




.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}





.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
	float: none;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	height: auto;
	text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}

.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
}





.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
	border: 0;
	margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }





.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}






.sidenav {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	list-style-type: none !important;
	border-radius: 4px;
}

.sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 11px 14px;
	font-size: 14px;
	border: 1px solid #E5E5E5;
	border-right-width: 2px;
	color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	position: relative;
	z-index: 2;
	border-color: rgba(0,0,0,0.1) !important;
	color: #FFF !important;
	font-weight: normal;
	background-color: #171515 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-size: 14px;
	text-align: center;
	width: 16px;
}


.sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .4;
	font-size: 12px !important;
}

.sidenav > li > a:hover {
	background-color: #F5F5F5;
	color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }






.faqlist li {
	margin-bottom: 5px;
	font-size: 15px;
}

.faqlist li a { color: #444; }

.faqlist li a:hover { color: #171515 !important; }






.clients-grid,
.testimonials-grid {
	list-style: none;
	overflow: hidden;
}

.clients-grid li,
.testimonials-grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 20px 0;
}

.clients-grid.grid-2 li {
	width: 50%;
	padding: 25px 0;
}

.clients-grid.grid-3 li { width: 33.33%; }

.clients-grid.grid-4 li { width: 25%; }

.clients-grid.grid-6 li { width: 16.66%; }

.clients-grid li a { opacity: 0.6; }

body:not(.device-touch) .clients-grid li a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.clients-grid li a:hover { opacity: 1; }

.clients-grid li a,
.clients-grid li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.clients-grid li a img { width: 100%; }

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
	content: '';
	position: absolute;
}

.clients-grid li:before,
.testimonials-grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #DDD;
}

.clients-grid li:after,
.testimonials-grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #DDD;
}



 





.testimonials-grid li {
	width: 50%;
	padding: 25px;
}

.testimonials-grid.grid-3 li { width: 33.33%; }

.testimonials-grid li .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}





.testimonial {
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
	float: left;
	margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 64px;
	height: 64px;
}

.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
	position: relative;
	overflow: hidden;
}

.testi-content p {
	margin-bottom: 0;
	font-style: italic;
}

.testi-content p:before,
.testi-content p:after { content: '"'; }

.testi-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;;
	text-transform: uppercase;
}

.testi-meta:before { content: '\2013'; }

.testi-meta span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 12px;
	text-transform: none;
	padding-left: 10px;
}





.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }

.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }

.testimonial.twitter-scroll .testi-meta span a { color: #999; }

.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }





.testimonial.testimonial-full { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }

.testimonial-full .testi-image {
	float: none;
	margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
	display: block;
	width: 72px;
	height: 72px;
}

.testimonial-full .testi-image i { line-height: 72px; }

.testimonial-full .testi-content {
	text-align: center;
	font-size: 18px;
}

.testimonial-full .testi-meta { margin-top: 15px; }

.testimonial-full .testi-meta span { padding-left: 0; }





.section > .testimonial {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: 800px;
	margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] { padding: 0; }

.section > .testimonial .testi-content { font-size: 22px; }

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }





.testimonial .flex-control-nav {
	top: auto;
	bottom: 6px;
	right: 0;
}

.testimonial .flex-control-nav li {
	margin: 0 2px;
	width: 6px;
	height: 6px;
}

.testimonial .flex-control-nav li a {
	width: 6px !important;
	height: 6px !important;
	border: none;
	background-color: #171515;
	opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }





.testimonial.testimonial-full .flex-control-nav {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	margin-top: 20px;
}

.testimonial.testimonial-full .flex-control-nav li {
	display: inline-block;
	float: none;
}



	 



.team,
.team-image { position: relative; }

.team-image > a,
.team-image img {
	display: block;
	width: 100%;
}

.team-desc { text-align: center; }

.team-desc.team-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}

.team .si-share {
	margin-top: 30px;
	text-align: left;
}

.team .si-share .social-icon {
	font-size: 14px;
	width: 34px;
}

.team-title {
	position: relative;
	padding-top: 20px;
}

.team-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.team-title span {
	display: block;
	color: #171515;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	margin-top: 5px;
}

.team-content {
	margin-top: 15px;
	color: #777;
}

.team-content p:last-child { margin-bottom: 0; }

.team-overlay,
.team-overlay:before {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

body:not(.device-touch) .team-overlay {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.team-overlay:before {
	content: '';
	z-index: auto;
	background-color: #FFF;
	opacity: 0.75;
}

.team-overlay .social-icon {
	float: none;
	position: relative;
	z-index: 3;
	margin: 0 3px !important;
	display: inline-block;
}

.team:hover .team-overlay { opacity: 1; }





.team.center .team-title:after {
	left: 50%;
	margin-left: -40px;
}





.team.team-list .team-image {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.team.team-list .team-desc {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.team.team-list .team-title { padding-top: 0; }

.team .team-desc > .social-icon { margin-top: 20px; }

.team .team-content ~ .social-icon { margin-top: 30px; }

.team:not(.team-list) .social-icon {
	display: inline-block;
	float: none;
	margin-left: 6px;
	margin-right: 6px;
}





.pricing { position: relative; }

.pricing [class^=col-] {
	padding: 0;
	margin-top: 20px;
}





.pricing-box {
	position: relative;
	border: 1px solid rgba(0,0,0,0.075);
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}





.pricing-title {
	padding: 15px 0;
	background-color: #F9F9F9;
	border-radius: 3px 3px 0 0;
	text-shadow: 1px 1px 1px #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pricing-title h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;;
	text-transform: uppercase;
	color: #555;
}

.pricing-title span {
	display: block;
	color: #999;
	font-weight: 300;
	font-size: 14px;
	margin-top: 3px;
	text-transform: uppercase;
}





.pricing-price {
	position: relative;
	padding: 25px 0;
	color: #333;
	font-weight: 300;
	font-size: 64px;
	line-height: 1;
}

.pricing-price:after {
	content: '';
	position: absolute;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.1);
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

.pricing-price span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 3px 0 0;
	font-size: 28px;
	font-weight: normal;
}

.pricing-price span.price-tenure {
	vertical-align: baseline;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	margin: 0 0 0 3px;
}





.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); }

.pricing-features ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}

.pricing-features li {
	padding: 6px 0;
	font-size: 14px;
}





.pricing-action { padding: 15px 30px; }





.pricing-box.best-price {
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	z-index: 10;
}

.pricing-box.best-price { margin: -20px -1px 0 -1px; }

.pricing-box.best-price .pricing-title {
	background-color: #FFF;
	padding: 20px 0;
}

.pricing-box.best-price .pricing-title h3 { font-size: 22px; }

.pricing-box.best-price .pricing-price {
	color: #171515;
	font-size: 72px;
}





.pricing-box.pricing-minimal .pricing-price {
	background-color: #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}

.pricing-box.pricing-minimal .pricing-price:after { display: none; }





.pricing.pricing-5 .pricing-box {
	float: left;
	width: 20%;
	margin-top: 20px;
}

.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }

.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }

.pricing.pricing-5 .pricing-title h3 { font-size: 18px; }

.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; }





.pricing-box.pricing-extended {
	background-color: #FFF;
	text-align: left;
}

.pricing-box.pricing-extended .pricing-desc {
	float: left;
	width: 75%;
	padding: 25px;
}

.pricing-box.pricing-extended .pricing-title {
	background-color: transparent;
	padding-top: 0;
	text-align: left;
}

.pricing-box.pricing-extended .pricing-features { border: 0; }

.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; }

.pricing-box.pricing-extended .pricing-features li {
	padding: 6px 0;
	font-size: 15px;
	width: 50%;
	float: left;
}

.pricing-box.pricing-extended .pricing-features ul li i {
	position: relative;
	top: 1px;
	width: 16px;
	margin-right: 2px;
}

.pricing-box.pricing-extended .pricing-action-area {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 25%;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,0.05);
	background-color: #F9F9F9;
	padding: 30px;
	border-radius: 0 3px 3px 0;
	text-align: center;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
}

.pricing-box.pricing-extended .pricing-meta {
	color: #999;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.table-comparison,
.table-comparison th { text-align: center; }

.table-comparison th:first-child,
.table-comparison td:first-child {
	text-align: left;
	font-weight: normal;;
}






.counter {
	font-size: 42px;
	font-weight: normal;
}

.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}

.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}

.counter + h5 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}

.counter.counter-lined + h5:before {
	display: block;
	position: relative;
	margin: 20px auto 20px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
}

.counter.counter-lined.left + h5:before {
	 
	margin: 20px 0 20px 0;
}
.counter.counter-small + h5 { font-size: 13px; }

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
	font-size: 15px;
	font-weight: 300;
}

.widget .counter + h5 { opacity: 0.7; }






.rounded-skill {
	display: inline-block;
	margin: 0 15px 15px;
}

body:not(.device-touch) .rounded-skill {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.rounded-skill + h5 { margin-bottom: 0; }

.easyPieChart {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: normal;;
	color: #333;
}

.easyPieChart i { font-size: 42px; }

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}






.skills {
	margin: 0;
	list-style: none;
	padding-top: 25px;
}

.skills li {
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #171515;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}

.skills li .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}

.skills li .progress-percent .counter {
	font-weight: 400;
}


.progress-percent:after, .progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

.skills li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;;
	text-transform: uppercase;
	color: #222;
}





.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-item .content {
	padding: 10px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 30px;
}
.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("../images/icons/play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}





.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}




.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #171515 !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }





.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	 
	 
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
    width: 12px;
    height: 12px;
    margin: 0 14px;
    opacity: 0.5;
    border-radius: 50%; 
    background-color: #171515;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile .owl-theme .owl-dots .owl-dot span {
 	width: 10px;
    height: 10px;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }








.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.dark .overlay-for-text {
    background: -webkit-linear-gradient(99deg, rgba(23, 3, 13, 0.70) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.65) 66%,rgba(37, 3, 32, 0.70) 100%);
    background: -ms-linear-gradient(99deg, rgba(23, 3, 13, 0.70) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.65) 66%,rgba(37, 3, 32, 0.70) 100%);
    background: -moz-linear-gradient(99deg, rgba(23, 3, 13, 0.70) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.65) 66%,rgba(37, 3, 32, 0.70) 100%);
    background: -o-linear-gradient(99deg, rgba(23, 3, 13, 0.70) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.65) 66%,rgba(37, 3, 32, 0.70) 100%);
    background: linear-gradient(-8deg, rgba(23, 3, 13, 0.70) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.65) 66%,rgba(37, 3, 32, 0.70) 100%);
    z-index:1;
}

.dark .overlay-for-text.darker {
    background: -webkit-linear-gradient(99deg, rgba(23, 3, 13, 0.65) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.55) 66%,rgba(37, 3, 32, 0.88) 100%);
    background: -ms-linear-gradient(99deg, rgba(23, 3, 13, 0.65) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.55) 66%,rgba(37, 3, 32, 0.88) 100%);
    background: -moz-linear-gradient(99deg, rgba(23, 3, 13, 0.65) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.55) 66%,rgba(37, 3, 32, 0.88) 100%);
    background: -o-linear-gradient(99deg, rgba(23, 3, 13, 0.65) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.55) 66%,rgba(37, 3, 32, 0.88) 100%);
    background: linear-gradient(-8deg, rgba(23, 3, 13, 0.65) 0%,rgba(51, 4, 51, 0.55) 37%,rgba(29, 15, 24, 0.55) 66%,rgba(37, 3, 32, 0.88) 100%);
    z-index:1;
}

.overlay .overlay-wrap,
.text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay .overlay-wrap i {
	position: absolute;
	opacity: 0.8;
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	color: #FFF;
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay { opacity: 1; }


.text-overlay {
	position: absolute;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
	margin: 0;
	color: #F5F5F5;
}

.padding-small {
	padding: 15px !important;
}
.padding-medium {
	padding: 30px !important;
}
.padding-large {
	padding: 50px !important;
}
.text-overlay-title h2 { font-size: 28px; }

.text-overlay-title h3 {
	font-size: 17px;
	font-weight: normal;
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-overlay-meta {
	color: #CCC;
	font-size: 13px;
}

.text-overlay-meta span i {
	position: relative;
	top: 1px;
	font-size: 14px;
}





.news-carousel .text-overlay { padding: 40px 30px 25px; }

.news-carousel .text-overlay-title { margin: 15px 0 10px; }

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
	line-height: 1.2;
	text-overflow: none;
	white-space: normal;
}

.news-carousel .text-overlay-meta { font-size: 14px; }

.news-carousel .rounded-skill {
	position: absolute;
	margin: 0 !important;
	top: 30px;
	right: 30px;
	color: #FFF;
	font-weight: normal;
}





.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.trans .sm-form-control{
	 background-color: rgba(255, 255, 255, 0.80);
}
.dark .sm-form-control{
	color: #aaa;
    background-color: rgba(22, 24, 35, 0.76);
    background-image: none;
    border: 1px solid #000;
}
.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.dark .sm-form-control[disabled],
.dark .sm-form-control[readonly],
.dark fieldset[disabled] .sm-form-control {
	background-color: #444965;
	opacity: 0.75;
}
.sm-form-control { height: auto; }

.form-control { border-radius: 3px; }

.form-control:active,
.form-control:focus {
	border-color: #999;
	box-shadow: none;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.dark label {
	color: #ccc;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }






#contact-form-overlay,
#contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0;
}

label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}

label.error { display: none !important; }

.form-control.error,
.sm-form-control.error { border-color: #E42C3E; }






.gmap.contact {
	position: relative;
	width: 100%;
	height: 500px;
	padding-top: 120px;
}

.gmap img { max-width: none !important; }

.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}

#map-overlay {
	position: relative;
	padding: 100px 0;
}

#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}






#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result { padding: 0 !important; }

#content .gsc-selected-option-container { width: auto !important; }

#content .gsc-result-info { padding-left: 0 !important; }

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result { margin-bottom: 10px; }

#content .gcsc-branding { display: none; }

#content .gsc-results,
#content .gsc-webResult { width: 100% !important; }

#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet { margin: 0 !important; }









.title-block {
	padding: 2px 0 3px 20px;
    border-left: 32px solid #171515;
    margin-bottom: 30px;
    height: 32px;
        font-size: 24px;
}

.title-block:before {
	content: '\e208 ';
    height: 31px;
    width: 38px;
    font-family: 'icons';
    margin-left: -47px;
    color: #FFF;
    margin-right: 10px;
}
.title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #171515;
	text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }

.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
	font-size: 15px;
	margin-top: 3px;
}





.heading-block { margin-bottom: 20px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.emphasis-title h1,
.emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 { font-size: 20px; margin-top: 5px }

.heading-block h4 {
	font-size: 20px;
	font-weight: 100;
}

.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}

.semi-dark .heading-block > span:not(.before-heading) {
	color: #FFF;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

 
.heading-block h1  { font-size: 24px; }

.heading-block h2  { font-size: 22px; }

.heading-block h3 ,
.heading-block h4  { font-size: 20px; }

.heading-block:after {
	content: '';
    display: block;
    margin-top: 10px;
    width: 60px;
    border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #171515; }





.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
	font-size: 64px;
	letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 100; }





.fancy-title {
	position: relative;
	margin-bottom: 12px;
}
.fancy-title-2 {
	position: relative;
	margin-bottom: 1px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
	position: relative;
	display: inline-block;
	background-color: #F5F5F5;
	padding-right: 15px;
	margin-bottom: 0;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 3px double #E5E5E5;
	left: auto;
	top: 46%;
	right: 0;
}

.fancy-title.title-border:before {
	top: 49%;
	border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
	top: 69%;
	border-top: 1px solid #171515;
	opacity: 0.6;
}





.title-center { text-align: center; }

.title-center h1,
.title-center h2,
.title-center h3 { padding: 0 15px; }

.title-center h4,
.title-center h5,
.title-center h6 { padding: 0 10px; }





.title-right { text-align: right; }

.title-right h1,
.title-right h2,
.title-right h3 { padding: 0 0 0 15px; }

.title-right h4,
.title-right h5,
.title-right h6 { padding: 0 0 0 10px; }





.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
	display: block;
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 2px solid #171515;
}





.fancy-title.title-dotted-border { background: url('../images/icons/dotted.png') repeat-x center; }





.before-heading {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #999;
}






.divider {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	color: #E5E5E5;
	width: 100%;
}
.dark .divider i {
	background: #090909;
}
.dark .divider:after {
	border-top: 1px solid #333;
}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #DADADA;;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

.divider.divider-short:after { width: 30%; }

.divider.divider-vshort:after { width: 12%; }

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 17px !important;
	text-align: center;
	font-style: normal;
    text-transform: uppercase;
    z-index: 2;

    padding: 3px;
    padding-left: 0px;
    color: #7D7D7D;
}

.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }





.divider.divider-right { text-align: right; }

.divider.divider-right:after {
	left: auto;
	right: 30px;
}





.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}





.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}

.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }





.divider.divider-rounded { color: #BBB; }

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}

.divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;

	border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}





.divider.divider-border { color: #E5E5E5; }

.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}





.divider.divider-line:before,
.divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}







blockquote p { margin-bottom: 15px; }

blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}

blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}

.quote {
	border: none !important;
	position: relative;
}

.quote p { position: relative; }

.quote:before {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	content: "\e7ad";
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 42px;
	top: 0;
	left: 0;
	color: #EEE;
}

.quote.blockquote-reverse:before {
	content: "\e7ae";
	left: auto;
	right: 0;
}






.dropcap {
	float: left;
	font-size: 42px;
	line-height: 1;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

.highlight {
	padding: 2px 5px;
	background-color: #444;
	color: #FFF;
	border-radius: 2px;
}





.top-advert {
	float: right;
	padding: 5px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.top-advert a,
.top-advert img { display: block; }

.bnews-title {
	display: block;
	float: left;
	margin-top: 2px;
	padding-top: .3em;
	text-transform: uppercase;
}

.bnews-slider {
	float: left;
	width: 970px;
	margin-left: 20px;
	min-height: 0;
}





.text-rotater {}

.text-rotater > .t-rotate > .animated { display: inline-block; }






#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

 #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #171515; }






.error404 {
	display: block;
	font-size: 216px;
	font-weight: normal;
	color: #DDD;
	line-height: 1.35;
	letter-spacing: 4px;
}

.error404-wrap .container { z-index: 7; }

.error404-wrap .error404 {
	line-height: 0.9;
	margin-bottom: 40px;
	font-weight: normal;;
	font-size: 244px;
	color: #FFF !important;
	opacity: 0.2;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.error404-wrap .heading-block h4 {
	font-weight: 300;
	margin-bottom: 8px;
}

.error404-wrap .heading-block span { font-size: 17px; }

.error404-wrap form { max-width: 500px; }





.landing-wide-form {
	background: rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 3px;
}

.landing-form-overlay {
	position: absolute;
	z-index: 10;
	top: auto;
	left: auto;
	right: 0;
	bottom: -154px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 3px 3px 0 0;
}

.landing-video {
	z-index: 1;
	width: 560px;
	height: 315px;
	margin: 22px 0 0 95px;
	overflow: hidden;
}

.landing-promo h3 { font-size: 26px; }

.landing-promo > .container > span { font-size: 17px; }






.preloader,
.preloader2,
.form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: rgb(0, 0, 0);
}






.toast-title { font-weight: normal;;     font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	    font-size: 16px;
    text-transform: capitalize;
}

.toast-message a,
.toast-message label { color: #ffffff; }

.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}

.toast-close-button {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.95;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
}


button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.toast-top-full-width {
	top: 0px;
	right: 0;
	width: 100%;
}

.toast-bottom-full-width {
	bottom: 0px;
	right: 0;
	width: 100%;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-top-right {
	top: 50px;
	right: 1.5%;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}

#toast-container {
	position: fixed;
	z-index: 1999;
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#toast-container > div {
	margin: 0 0 6px;
	padding: 15px;
	width: 370px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #ffffff;
	opacity: 0.95;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	filter: alpha(opacity=95);
}

#toast-container > div i {
	position: relative;
	top: 1px;
	width: 16px;
	text-align: center;
	margin-right: 3px;
}

#toast-container > :hover {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}

.toast { background-color: #030303; }

.toast-success { background-color: #21cd64; }

.toast-error { background-color: #e52937; }

.toast-info { background-color: #1da6ce; }

.toast-warning { background-color: #e88320; }

#toast-container > .toast:before {
    position: relative;
    font-family: 'icons';
    font-size: 38px;
    line-height: 70px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: -8px 0em 0px 0em;
    height: 100px;
}        
#toast-container > .toast-warning:before {
    content: "\f155";
}
#toast-container > .toast-error:before {
    content: "\e346";
}
#toast-container > .toast-info:before {
    content: "\e02c";
}
#toast-container > .toast-success:before {
    content: "\e080";
}


@media all and (min-width: 240px) and (max-width: 479px) {
	#toast-container > div {
		padding: 8px;
		width: 18em;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	#toast-container > div {
		padding: 15px;
		width: 25em;
	}
}






#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
	 
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }

#copyrights {
	padding: 40px 0;
	background-color: #DDD;
	font-size: 14px;
	line-height: 1.8;
}

.mobile #copyrights {
	padding-bottom: 100px;
}
#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin-bottom: 0px;
	    margin-top: -30px;
}






.widget {
	position: relative;
	margin-top: 50px;
}

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.widget:first-child { margin-top: 0; }

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget  h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.dark .widget  h4 > a {
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFF;
	    
}
.dark .widget  h4 {
	color: #FFF;
    opacity: 0.9;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.51);
    padding-bottom: 6px;
}

.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }

.widget p:not(.lead) {     font-size: 13px;
    
    letter-spacing: .5px;
    word-spacing: 1px;
     }






.tagcloud { margin-bottom: -2px; }

.tagcloud a {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px 6px;
	border: 1px solid #E5E5E5;
	font-size: 13px !important;
	color: #666;
	border-radius: 2px;
}

body:not(.device-touch) .tagcloud a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagcloud a:hover {
	border-color: #171515 !important;
	color: #171515 !important;
}





.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
	list-style: none;
	margin: 0;
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li { padding: 4px 0px; }

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
	display: inline-block;
	padding: 0 3px 0 0px;
    margin-left: -4px;
}

.widget_recent_comments li {
	display: block;
	background: url("../images/icons/widget-comment.html") left top no-repeat;
	padding: 4px 0 4px 20px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
	 
	border: none !important;
	color: #D6D6D6;
	font-size: 14px;

}
.widget_links:not(.small) li a:before {
	content: '\e208';
	font-family: 'icons';
	speak: none; 
	color: #999;
}


.widget_links.small li a {
	font-size: 12px;
	 
}
.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover { color: #000; }

.widget_recent_comments li a {
	display: inline;
	padding: 0;
	background: none !important;
}

.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child { border-top: 0 !important; }

.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul { margin-top: -4px !important; }

.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul { margin-left: 15px; }





.widget .testimonial.no-image .testi-image { display: none; }

.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; }

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
	width: 42px;
	height: 42px;
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
	width: 28px;
	height: 28px;
}

.widget .testimonial.twitter-scroll .testi-image i {
	background-color: #EEE;
	line-height: 28px;
	font-size: 14px;
	color: #888;
}

.widget .testimonial p { font-size: 14px; }





.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }

.quick-contact-widget .input-group .form-control { margin-bottom: 0; }

.quick-contact-widget form,
#template-contactform { position: relative; }





.subscribe-widget h5 {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}

.dark-grad {
	background: linear-gradient(45deg, #451922 0%,#080e15 40%, #090e15 100%);
    background: -webkit-linear-gradient(-45deg, #451922 0%,#080e15 40%, #090e15 100%);
}
section.subscribe {
	    background: #000;
	padding: 30px 10px;
    color: #fff;
    background: linear-gradient(45deg, #451922 0%,#080e15 20%, #090e15 100%);
    background: -webkit-linear-gradient(-45deg, #451922 0%,#080e15 20%, #090e15 100%);
    background: -ms-linear-gradient(-45deg, #451922 0%,#080e15 20%, #090e15 100%);
    background: -moz-linear-gradient(-45deg, #451922 0%,#080e15 20%, #090e15 100%);
    background: -o-linear-gradient(-45deg, #451922 0%,#080e15 20%, #090e15 100%);
}

section.subscribe h5 {
	       color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 3px;
    text-align: center;
    display: block;
}
section.subscribe input.form-control {
	 background: #080e15;
    padding: 14px;
    height: 42px;
    font-size: 17px;
    border-color: rgb(80, 82, 88);
    box-shadow: none;
    background: linear-gradient(45deg, #451922 0%,#080e15 40%, #090e15 100%);
    background: -webkit-linear-gradient(-45deg, #451922 0%,#080e15 40%, #090e15 100%);
    color: #fff;
}
section.subscribe input.form-control:focus, 
section.subscribe input.form-control:active {
	 
	  background: #090f20;
    border-color: rgb(130, 135, 140);
    
    background: linear-gradient(45deg, #451922 0%,#080e15 80%, #090e15 100%);
    background: -webkit-linear-gradient(-45deg, #451922 0%,#080e15 80%, #090e15 100%);
}

section.subscribe  .input-group-addon
{
	 color: #626369;
    text-align: center;
    background-color: #080e15;
    border: 1px solid #505258;
}

section.subscribe  .input-group-addon i {
	 font-size: 20px;
      
}





.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }





.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }






.nav-tree {
	position: relative;
	margin-bottom: 40px;
}

.nav-tree ul {
	margin-bottom: 0;
	list-style: none;
}

.nav-tree > ul { margin: -8px 0; }

.nav-tree li { position: relative; }

.nav-tree li a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
}

.nav-tree li i {
	font-size: 14px;
	width: 16px;
	text-align: center;
}

.nav-tree li i:not(.icon-angle-down) {
	margin-right: 8px;
	position: relative;
	top: 1px;
}

.nav-tree li a i.icon-angle-down {
	width: auto;
	font-size: 12px;
	margin-left: 2px;
}

.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a { color: #171515 !important; }

.nav-tree ul ul { display: none; }

.nav-tree ul ul a {
	font-size: 12px;
	padding: 6px 0;
	letter-spacing: 1px;
}

.nav-tree ul ul a i.icon-angle-down { font-size: 12px; }

.nav-tree ul ul a { padding-left: 20px; }
.nav-tree ul ul ul a { padding-left: 40px; }
.nav-tree ul ul ul ul a { padding-left: 60px; }
.nav-tree ul ul ul ul ul a { padding-left: 80px; }



	Wedding



.wedding-head {
	position: relative;
	line-height: 1;
	font-size: 80px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
	display: inline-block;
	margin-right: 15px;
	font-weight: normal;;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wedding-head .last-name {
	margin: 0 0 0 15px;
	text-align: left;
}

.wedding-head .first-name span,
.wedding-head .last-name span {
	display: block;
	margin-top: 10px;
	font-size: 56px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

.wedding-head .and {
	margin: 0;
	font-size: 200px;
}





.table .success { color: #3c763d; }

.table .info { color: #31708f; }

.table .warning { color: #8a6d3b; }

.table .danger { color: #a94442; }

.btn-link { color: #171515; }

.btn-link:hover,
.btn-link:focus { color: #222; }

.boot-tabs { margin-bottom: 20px !important; }

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-chevron-left { left: 50%; }

.carousel-control .icon-chevron-right { right: 50%; }

.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

.img-circle { border-radius: 50% !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #171515 !important;
	border-color: #171515 !important;
}

label.radio,
label.checkbox { padding-left: 20px; }

.input-group-lg > .input-group-addon { line-height: 1; }






 #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}




body #wrapper {
	overflow-x:hidden;
	overflow: hidden;
}
body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow-x: hidden;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 40% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}


.css3-spinner > .css3-spinner-flipper {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 0;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
	animation: cssspinnerbounce 2.0s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes cssspinnerbounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes cssspinnerbounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
	height: 30px;
	width: 6px;
	margin-top: -15px;
	margin-left: -21px;
	border-radius: 0;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-rect2 {
	margin-left: -12px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.css3-spinner > .css3-spinner-rect3 {
	margin-left: -3px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.css3-spinner > .css3-spinner-rect4 {
	margin-left: 6px;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.css3-spinner > .css3-spinner-rect5 {
	margin-left: 15px;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	}  20% {
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}


.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
	25% {
	transform: translateX(42px) rotate(-90deg) scale(0.5);
	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% {
	transform: translateX(42px) translateY(42px) rotate(-179deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	} 50.1% {
	transform: translateX(42px) translateY(42px) rotate(-180deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	} 75% {
	transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	} 100% {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	}
}


.css3-spinner > .css3-spinner-scaler {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 100% {
	transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}


.css3-spinner > .css3-spinner-grid-pulse {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-grid-pulse > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	-webkit-animation-name: ball-grid-pulse;
	animation-name: ball-grid-pulse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.css3-spinner-grid-pulse > div:nth-child(1) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(2) {
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(3) {
	-webkit-animation-delay: 0.71s;
	animation-delay: 0.71s;
	-webkit-animation-duration: 0.88s;
	animation-duration: 0.88s;
}

.css3-spinner-grid-pulse > div:nth-child(4) {
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
	-webkit-animation-duration: 1.06s;
	animation-duration: 1.06s;
}

.css3-spinner-grid-pulse > div:nth-child(5) {
	-webkit-animation-delay: 0.31s;
	animation-delay: 0.31s;
	-webkit-animation-duration: 0.62s;
	animation-duration: 0.62s;
}

.css3-spinner-grid-pulse > div:nth-child(6) {
	-webkit-animation-delay: -0.14s;
	animation-delay: -0.14s;
	-webkit-animation-duration: 1.48s;
	animation-duration: 1.48s;
}

.css3-spinner-grid-pulse > div:nth-child(7) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
	-webkit-animation-duration: 1.47s;
	animation-duration: 1.47s;
}

.css3-spinner-grid-pulse > div:nth-child(8) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1.49s;
	animation-duration: 1.49s;
}

.css3-spinner-grid-pulse > div:nth-child(9) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}

@keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}


.css3-spinner > .css3-spinner-clip-rotate {
	width: 33px;
	height: 33px;
	margin-top: -17px;
	margin-left: -17px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-clip-rotate > div {
	border-radius: 100%;
	border: 2px solid #DDD;
	border-bottom-color: transparent !important;
	height: 33px;
	width: 33px;
	background: transparent !important;
	-webkit-animation: rotate 1s 0s linear infinite;
	animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
	0% {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1); }

	50% {
	-webkit-transform: rotate(180deg) scale(0.6);
	transform: rotate(180deg) scale(0.6); }

	100% {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1); }
}


.css3-spinner > .css3-spinner-ball-rotate {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-color: transparent !important;
	-webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
	animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.css3-spinner-ball-rotate > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: relative;
}

.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	content: "";
	position: absolute;
	opacity: 0.7;
}

.css3-spinner-ball-rotate > div:nth-child(1) {
	top: 0px;
	left: -22px;
}

.css3-spinner-ball-rotate > div:nth-child(3) {
	top: 0px;
	left: 22px;
}


@-webkit-keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}

@keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}


.css3-spinner > .css3-spinner-zig-zag {
	background-color: transparent !important;
	-webkit-transform: translate(-15px, -15px);
	-ms-transform: translate(-15px, -15px);
	transform: translate(-15px, -15px);
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-zig-zag > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	margin-left: 15px;
	top: 4px;
	left: -7px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner-zig-zag > div:first-child {
	-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
	animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.css3-spinner-zig-zag > div:last-child {
	-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
	animation: ball-zag-deflect 1.5s 0s infinite linear;
}


@-webkit-keyframes ball-zig-deflect {
  17% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  34% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  84% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@keyframes ball-zig-deflect {
  17% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  34% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  84% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  34% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  84% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@keyframes ball-zag-deflect {
  17% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  34% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  84% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}


.css3-spinner > .css3-spinner-ball-scale-multiple {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-ball-scale-multiple > div {
	background-color: #DDD;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
	animation: ball-scale-multiple 1.25s 0s linear infinite;
}

.css3-spinner-ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.css3-spinner-ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0; }

  5% { opacity: 1; }

  100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0; }
}

@keyframes ball-scale-multiple {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0; }

  5% { opacity: 1; }

  100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0; }
}


.css3-spinner > .css3-spinner-triangle-path {
	background-color: transparent !important;
	-webkit-transform: translate(-29.994px, -37.50938px);
	-ms-transform: translate(-29.994px, -37.50938px);
	transform: translate(-29.994px, -37.50938px);
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-triangle-path > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #DDD;
}

.css3-spinner-triangle-path > div:nth-child(1) {
	-webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(2) {
	-webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(3) {
	-webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; }

.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; }

.css3-spinner-triangle-path > div:nth-of-type(3) {
	top: 50px;
	left: 50px;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
	-webkit-transform: translate(25px, -50px);
	transform: translate(25px, -50px); }

  66% {
	-webkit-transform: translate(50px, 0px);
	transform: translate(50px, 0px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-1 {
  33% {
	-webkit-transform: translate(25px, -50px);
	transform: translate(25px, -50px); }

  66% {
	-webkit-transform: translate(50px, 0px);
	transform: translate(50px, 0px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
	-webkit-transform: translate(25px, 50px);
	transform: translate(25px, 50px); }

  66% {
	-webkit-transform: translate(-25px, 50px);
	transform: translate(-25px, 50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-2 {
  33% {
	-webkit-transform: translate(25px, 50px);
	transform: translate(25px, 50px); }

  66% {
	-webkit-transform: translate(-25px, 50px);
	transform: translate(-25px, 50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
	-webkit-transform: translate(-50px, 0px);
	transform: translate(-50px, 0px); }

  66% {
	-webkit-transform: translate(-25px, -50px);
	transform: translate(-25px, -50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-3 {
  33% {
	-webkit-transform: translate(-50px, 0px);
	transform: translate(-50px, 0px); }

  66% {
	-webkit-transform: translate(-25px, -50px);
	transform: translate(-25px, -50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}


.css3-spinner > .css3-spinner-ball-pulse-sync {
	width: 60px;
	height: 34px;
	margin-left: -30px;
	margin-top: -17px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-ball-pulse-sync > div {
	display: inline-block;
	background-color: #DDD;
	width: 14px;
	height: 14px;
	margin: 10px 3px 0;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner-ball-pulse-sync > div:nth-child(0) {
	-webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}


@-webkit-keyframes ball-pulse-sync {
  33% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0.85;
	}

  66% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0.7;
	}

  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	}
}

@keyframes ball-pulse-sync {
  33% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0.85;
	}

  66% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0.7;
	}

  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	}
}


.css3-spinner > .css3-spinner-scale-ripple {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-scale-ripple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #DDD;
	-webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
	animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.css3-spinner-scale-ripple > div:nth-child(0) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.css3-spinner-scale-ripple > div:nth-child(1) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.css3-spinner-scale-ripple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.css3-spinner-scale-ripple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}


@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 1; }

  70% {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0.7; }

  100% {
	opacity: 0.0; }
}

@keyframes ball-scale-ripple-multiple {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 1; }

  70% {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0.7; }

  100% {
	opacity: 0.0; }
}




	HTML5 Youtube Video Backgrounds



.mb_YTVPlayer :focus { outline: 0; }

.mb_YTVPlayer {
	display:block;
	transform:translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform:translate3d(0,0,0);
	animation-timing-function: linear;
}

.mb_YTVPlayer.fullscreen {
	display:block!important;
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	border: none !important;
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; }


.mbYTP_wrapper iframe { max-width: 4000px !important; }

.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align:top;
	position:relative;
	left:0;
	overflow: hidden;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: rgba(0,0,0,.5);
}

.inline_YTPlayer img {
	border: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	margin:0!important;
	padding:0!important
}

.grid:not(.slide) {
	position: relative;
    clear: both;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
	position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure.mw50 {
    max-width: 50%;
	border-bottom: 3px solid #FFF;

    

}
.grid figure.mw33 {
    max-width: 33.33%;
	border-right: 3px solid #FFF;

	
}


 .grid figure.mw50:last-child {
	border-right: none;
}

.grid figure.mw33:last-child {
	border-right: none;
}

.grid figure.mw50 h2 {
	 font-size: 1.5vw;
}
.grid figure.mw33 h2 {
	    font-size: 1.2vw;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.expo-item figure figcaption > a,
.grid  figure  figcaption,
.grid  figure figcaption > a {
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

 
 
.expo-item figure figcaption > a,
.grid  figure figcaption > a {
	z-index: 5;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	height: 250%;
}

.grid  figure h2 {
	word-spacing: 0em;
    font-weight: 400;
    font-size: 15px !important;
    
    text-transform: uppercase;
    letter-spacing: 2px;
}

 

.grid  figure h2,
.grid  figure p {
	margin: 0;
	color: #fff;
	display: block;
}

.grid figure h2 {
	text-shadow: 0px 0px 3px #000;
}

.grid  figcaption h2 span {
	display: block;
	font-size: 16px;
	margin-top: -5px;
}
.grid  figure p {
	font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;

}


.item {
	font-size: 14px  !important;
    line-height: 17px !important;
}


figure.effect-duke img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s ease-out;
	transition: opacity 0.35s, transform 0.45s ease-out;
}
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s, transform 0.35s ease-out;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(1.5,1.5,1);
	transform: scale3d(1.5,1.5,1);
}
figure.effect-duke figcaption {
	top: 0px;
}
figure.effect-duke h2 {
	-webkit-transition: all 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
    top: 90%;
    right: 10%;
    font-size: 19px !important;
    text-shadow: 0px 1px 1px rgb(0, 0, 0);
}

figure.effect-duke p {
	position: relative;
    bottom: 0;
    left: 0;
    top: 10%;
    margin: 3%;
    padding: 3%;
    border: 3px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}




figure.effect-apollo {
	

	background: linear-gradient(-45deg, #264CA0 0%, #25185A 50%, #000000 100%);
	background: -webkit-linear-gradient(-45deg, #264CA0 0%, #25185A 50%, #000000 100%);
}

figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.5s, -webkit-transform 1s;
	transition: opacity 0.5s, transform 1s;

}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.35);
	content: '';
	-webkit-transition: all 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-115%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-115%,0);
}

figure.effect-apollo figcaption {
	top : 0;
	-webkit-transition: all 0.6s;
	transition: transform 0.6s;
}

figure.effect-apollo p {
	position: absolute;
    right: 10%;
    bottom: 10%;
    margin: 0em;
    padding: 0 1em;
    max-width: 30%;
    border-left: 4px solid #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    float: right;
    transform: scale3d(.8,0.8,1);
    -webkit-transform: scale3d(.8,0.8,1);
     
}

figure.effect-apollo h2 {
	position: absolute;
	right: 10%;
    bottom: 10%;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
     float: right;
     text-shadow: 1px 1px 1px #000;
}
figure.effect-apollo h2 i {
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


figure.effect-apollo:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
	filter: grayscale(0.6);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover h2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
    right: 36%;
    font-size: 20px !important;
    letter-spacing: 4px !important;
    background-color: #000;
    padding: 7px 11px 2px 12px;
    margin-top: 5px;
}
 

 figure.effect-apollo.mw33:hover h2 {
	margin-top: -2px;
	font-size: 18px !important;
	letter-spacing: 2px !important;
}

figure.effect-apollo:hover p {
	opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    right: 5%;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
}





figure.effect-goliath {
	background: #827F90;
	
	    background: linear-gradient(45deg, #000000 40%,#900C1E 100%);
	    background: -webkit-linear-gradient(45deg, #000000 40%,#900C1E 100%);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	    padding-bottom: 50px;
}


figure.effect-goliath figcaption {
	display: block;
    height: 60px;
    padding: 10px !important;
    padding-top: 46px;
    bottom: -5px;
        padding-top: 46px;
    bottom: -5px;
    text-align: left;
}
figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
        bottom: -41px;
    left: 0;
    padding: 27px;
    padding-top: 9px;
    height: 90px;
    width: 100%;
}

figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath.touch img,
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	opacity: .5;
}
figure.effect-goliath.touch h2,
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-80px,0);
	    transform: translate3d(0,-80px,0);
    display: block;
}
figure.effect-goliath.touch p,
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,-40px,0);
	    display: block;
	    border-top: 1px solid rgba(255,255,255,.35);

}




.one-line,
.ellipsis {
	word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



figure.effect-goliath-2 {
	background: #fff;
	
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
}
.dark figure.effect-goliath-2 {
	background: #090909 !important;
	
	 
}


figure.effect-goliath-2 h4 {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
    font-size: 15px;
    font-weight: 100;
     
    letter-spacing: 1px;
    

}

figure.effect-goliath-2 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: 50px;
	opacity: 1;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	    
}


figure.effect-goliath-2 figcaption {
	display: block;
    height: 60px;
    padding: 10px !important;
    padding-top: 46px;
    bottom: -5px;
    padding-top: 46px;
    bottom: -5px;
    text-align: left;
	-webkit-transition: all 0.35s;

}
figure.effect-goliath-2 h4,
figure.effect-goliath-2 p {
	position: absolute;
    left: 0;
    padding: 27px 12px;
    padding-top: 9px;
    width: 100%;
    color: #000;
    top: -1px;
}

.dark figure.effect-goliath-2 h4 {
	color: #ddd;
}
figure.effect-goliath-2 p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	color: #fff;
}

figure.effect-goliath-2.touch img,
figure.effect-goliath-2:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	opacity: .5;
}
figure.effect-goliath-2.touch h4,
figure.effect-goliath-2:hover h4 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
    display: block;
    color: #fff;
}
figure.effect-goliath-2.touch span,
figure.effect-goliath-2:hover span{
	 
	color: #fff;
}
figure.effect-goliath-2.touch p,
figure.effect-goliath-2:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	display: block;
	border-top: 1px solid rgba(255,255,255,.35);
	color: #fff;

}
figure.effect-goliath-2 figcaption > div.entry-meta {
	transition : all 0.35s;
	-webkit-transition : all 0.35s;
-webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
}
figure.effect-goliath-2.touch figcaption > div.entry-meta,
figure.effect-goliath-2:hover figcaption > div.entry-meta {
	opacity: 1;
	-webkit-transform: translate3d(0,-85px,0);
	    transform: translate3d(0,-85px,0);
	    display: block;
	    background: transparent;
	    

}






figure.effect-goliath-3 {
	background: #000;
	background: linear-gradient(85deg, #373379 0%,#9E1232 100%);
	background: -webkit-linear-gradient(85deg, #373379 0%,#9E1232 100%);
	 
}


figure.effect-goliath-3 h4 {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
    font-size: 15px;
    font-weight: 100;
    
    letter-spacing: 1px;
    
}




figure.effect-goliath-3 figcaption {
	display: block;
    height: 300px ;
    max-height: 300px !important;
    padding: 10px !important;
    padding-top: 46px;
    text-align: left;
    
	transition: all 0.5s ease-in-out  !important;
	-webkit-transition: all 0.5s ease-in-out !important;
}
figure.effect-goliath-3:hover figcaption {
	background: #000;
	transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
 
    
}
figure.effect-goliath-3 span,
figure.effect-goliath-3 h4,
figure.effect-goliath-3 p {
    position: relative;
    left: 0;
    padding: 5px 0px;
    color: #000;
    margin-bottom: 0px; 
    margin: 0px 10px;
    transition: color 0.4s ease , border-color 0.5 ease;
    -webkit-transition: color 0.4s ease , border-color 0.5 ease;
}

figure.effect-goliath-3 p {
	    text-transform: none;
    opacity: 0;

    color: #fff !important;
    margin-top: 0px;
    padding-top: 9px;
    transition: opacity 0.4s, transform 0.5s ease;
    transform: translate3d(0,20px,0);
    transition-delay: 0.1s;
    -webkit-transition: opacity 0.4s, transform 0.5s ease;
    -webkit-transform: translate3d(0,20px,0);
    -webkit-transition-delay: 0.1s;
}

figure.effect-goliath-3 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	    
} 

figure.effect-goliath-3.touch img,
figure.effect-goliath-3:hover img {
	transform: translate3d(0,-120px,0);
	-webkit-transform: translate3d(0,-120px,0);
	opacity: .5;
}
figure.effect-goliath-3.touch span,
figure.effect-goliath-3:hover span {
	border-bottom: 1px solid #FF0084;
	color: #c9c9c9;
}
figure.effect-goliath-3.touch h4,
figure.effect-goliath-3:hover h4 {
    display: block;
    color: #FFF;
}


figure.effect-goliath-3.touch p,
figure.effect-goliath-3:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-3px,0);
	    transform: translate3d(0,-3px,0);
	    display: block;
	    border-top: 1px solid #FF0084;
	    color: #fff;

}







figure.effect-goliath-4 {
	background: #fff;
	
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
}
.dark figure.effect-goliath-4 {
	background: #090909 !important;
	
	 
}


figure.effect-goliath-4 h4 {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
    font-size: 15px;
    font-weight: 100;
     
    letter-spacing: 1px;
    

}

figure.effect-goliath-4 img._main {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: 70px;
	opacity: 1;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	    
}


figure.effect-goliath-4 figcaption {
	display: block;
    height: 60px;
    padding: 4px !important;
     
   
    padding-top: 46px;
    bottom: 10px;
    text-align: left;
	-webkit-transition: all 0.35s;

}
figure.effect-goliath-4 figcaption img._logo {
	    max-width: 68px;
    float: left;
    clear: both;
    width: 23%;
}

figure.effect-goliath-4 h4,
figure.effect-goliath-4 p {
	position: absolute;
    left: 0;
    padding: 27px 12px;
    padding-top: 9px;
    width: 100%;
    color: #000;
    top: -1px;
}


.dark figure.effect-goliath-4 h4 {
	color: #ddd;
}
figure.effect-goliath-4 p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	color: #D8D8D8;
    font-size: 12px;
    line-height: 16px;
}

figure.effect-goliath-4.touch img._main,
figure.effect-goliath-4:hover img._main {
	-webkit-transform: translate3d(0,-110px,0);
	transform: translate3d(0,-110px,0);
	opacity: .5;
}
figure.effect-goliath-4.touch h4,
figure.effect-goliath-4:hover h4 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
    display: block;
    color: #fff;
}
figure.effect-goliath-4.touch span,
figure.effect-goliath-4:hover span{
	 
	color: #fff;
}
figure.effect-goliath-4.touch p,
figure.effect-goliath-4:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	display: block;
	border-top: 1px solid rgba(255,255,255,.35);
	

}
figure.effect-goliath-4 figcaption > div.name {
	transition : all 0.35s;
	-webkit-transition : all 0.35s;
-webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
}
figure.effect-goliath-4 figcaption > div.name ._text{
	display: block;
    float: left;
    font-size: 13px;
    word-spacing: 0px;
        padding-top: 15px;
    padding-left: 4px;
    width: 75%
	}
figure.effect-goliath-4 figcaption > div.name ._text span{
	display: block;
     
    font-size: 12px;
    word-spacing: 0px;
}
figure.effect-goliath-4 figcaption > div.name ._text span:last-child{
	color: #999999;
}
figure.effect-goliath-4.touch figcaption > div.name,
figure.effect-goliath-4:hover figcaption > div.name {
	opacity: 1;
	-webkit-transform: translate3d(0,-110px,0);
	    transform: translate3d(0,-110px,0);
	    display: block;
	    background: transparent;
	    

}










figure.effect-goliath-5 {
	background: transparent;

	transition : all 0.5s;
	-webkit-transition : all 0.5s;
}
.dark figure.effect-goliath-5 {
	background: transparent !important;


}


figure.effect-goliath-5 h4 {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	font-size: 19px;
	font-weight: 100;
	letter-spacing: 1px;

}

figure.effect-goliath-5 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: 100px;
	opacity: 1;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;

}


figure.effect-goliath-5 figcaption {
	display: block;
	height: 120px;
	padding: 10px !important;

	bottom: -15px;
	text-align: left;
	-webkit-transition: all 0.35s;

}
figure.effect-goliath-5 span{
	color: #ff688a;
	font-size: 19px;
	font-family: 'kll',sans-serif;
	padding-bottom: 45px;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	border-bottom: 1px solid #d4d4d4;
}
figure.effect-goliath-5 h4,
figure.effect-goliath-5 p {
	position: absolute;
	left: 0;
	width: 100%;
	color: #000;
	top: 25px;
}


figure.effect-goliath-5 .small h4{
	font-size: 14px;
	top: 18px;
}
figure.effect-goliath-5 .small span{
	 font-size: 14px;
 }
figure.effect-goliath-5 .small p{
	font-size: 13px;
	top: 20px;
}
.dark figure.effect-goliath-5 h4 {
	color: #ddd;
}
figure.effect-goliath-5 p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	color: #05050f;
}

figure.effect-goliath-5.touch img,
figure.effect-goliath-5:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	opacity: .5;
}
figure.effect-goliath-5.touch span,
figure.effect-goliath-5:hover span {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	display: block;
	border-bottom : none;

}
figure.effect-goliath-5.touch h4,
figure.effect-goliath-5:hover h4 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	display: block;
	color: #05050f;
}

figure.effect-goliath-5.touch p,
figure.effect-goliath-5:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	display: block;
	border-top: 1px solid rgba(255, 50, 110, 0.33);
	padding-top: 5px;
	color: #05050f;

}
























figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 100;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}










figure.effect-overlay {
overflow: hidden;
}

figure.effect-overlay img {
    -webkit-transition:  opacity 0.45s,  -webkit-transform 5.27s;
    transition: opacity 0.45s,  transform 5.27s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-overlay:hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



figure.effect-overlay figcaption {
    padding: 0px 20px;
    position: absolute;
    float: left;
    height: calc(100% - 40px);
    z-index: 5;
    top: 20px;
    background: rgba(255, 255, 255,1);
    left: 20px;
    width: 35%;
    color: #fff;
    opacity: 0.9;
}

figure.effect-overlay figcaption h2 {
    font-size: 24px;
    color: #FFF;
    max-height: 17%;
}
figure.effect-overlay p {

    line-height: 17px;
    font-size: 15px;
    color: #FFF;
    overflow: hidden;

}
figure.effect-overlay:hover p {
    opacity: 1;

}

.mobile figure.effect-overlay p {
    line-height: 16px;
    font-size: 14px;
    height: 30%;
}

.mobile figure.effect-overlay figcaption h2 {
    font-size: 19px;
    color: #FFF;

}

.mobile figure.effect-overlay figcaption {
    width: 55%;
}

.mobile figure.effect-overlay .bt-cube {
    display: none;
}

@media only screen and (min-width: 1100px) {
    figure.effect-overlay figcaption {
        width: 55%;
    }
    figure.effect-overlay figcaption h2 {
        font-size: 24px;
        color: #FFF;

    }
    figure.effect-overlay p {
        line-height: 17px;
        font-size: 14px;
        height: 29%;
    }
}

@media only screen and (min-width: 1280px) {
    figure.effect-overlay figcaption {
        width: 45%;
    }
    figure.effect-overlay figcaption h2 {
        font-size: 24px;
        color: #FFF;
    }
    figure.effect-overlay p {
        line-height: 17px;
        font-size: 15px;
        height: 45%;
    }
}

@media only screen and (min-width: 1600px )  {
    figure.effect-overlay figcaption {
        width: 35%;
    }
    figure.effect-overlay figcaption h2 {
        font-size: 24px;
        color: #FFF;
    }
    figure.effect-overlay p {
        line-height: 19px;
        font-size: 15px;
        height: 45%;
    }
}

@media only screen and (min-width: 1800px )  {
    figure.effect-overlay figcaption {
        width: 30%;
    }
    figure.effect-overlay figcaption h2 {
        font-size: 26px;
        color: #FFF;
    }
    figure.effect-overlay p {
        line-height: 21px;
        font-size: 15px;
        height: 60%;
    }
}







figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




.w90 {
	width: 90% !important;

}
.w75 {
	width: 75% !important;
	
}
.w60 {
	width: 60% !important;

}
.w50 {
	width: 50% !important;
	
}
.w10 {
	width: 10% !important;
	
}
.m0 {
	margin: 0 !important
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important
}
.center {
	margin: 0 auto !important;
}

#news {
	background: #f7f7f9;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#news.dark {
	background: #090909;
}
#news .oc-images {
 	padding-top: 0px;
 	margin-top: 0px;
    height: 240px;
    width: 100%;
    float: right;
    padding-bottom:20px;
 }

#news .oc-images.with-section-id {
	width: 89%;
}

#news .oc-images.has-image {
	height: auto;
}

 #news .oc-images .owl-stage-outer {
 	height:90%
 }
  #news .oc-images .owl-controls {
 	height: 20px;
 	margin-top: -35px;
 }
 #news .entry-image { margin-bottom: 0px; }
.sectionid {
	padding: 4px;
	padding-top: 50px;
	vertical-align: middle;
	text-align: left;
	width: 10%;
	box-shadow: inset -10px 0px 10px -5px rgba(0, 0, 0, 0.1);
	height: 200px;
	float:left;
	height: 280px;
}

.sectionid span {
	    font-size: 36px;
    margin-top: -5px;
    padding-right: 0px;
    margin-right: 20px;
}
.sectionid h3 {
	font-size: 20px !important;
    margin-left: 5px;
    display: block;
    margin-top: -5px;
    
}


.expo  {
	height: 600px;
	display: block;
	overflow: hidden;
	background: #000;
	
}
.expo.expo-250{
	height: 500px !important;
}
 

.expo-item {
  float: left;
  width: 300px;
  height: 300px;
  border: 1px solid #F5F5F5;
  padding:0px;
  text-align:left;
  overflow: hidden;;
}
 
.expo-item.expo-color {
	padding: 35px;
	color: #fff;
	font-size: 24px;
     

}
.expo-item.expo-color i {
	float: right;
    bottom: 45px;
    font-size: 91px;
    color: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 0;
    right: 35px;
    height: 100px;
}
.expo-item.expo-color span {
	font-size: 35px;
    position: relative;
    z-index: 5;
    line-height: 34px;
    display: block;
	}
.expo-item.expo-color p { 
	    font-size: 20px;
    line-height: 24px;
    margin-top: 7px;
    z-index: 1;
    letter-spacing: .5px;
    position: relative;
    display: block;
}
.expo-item img {
	width: 100%;
    max-width: 300px;
    max-height: 300px;
}
.expo-item .expo-caption {
	    background: #fff;
    height: 150px;
    max-height: 150px;
    position: relative;
    bottom: 50px;
    padding: 30px;
    z-index: 2;
    transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;

}
.expo-item .expo-caption span {
	color:#999;
	font-size:18px;
	display : block;
	border-bottom : 1px solid #dedede
}
.expo-item .expo-caption p {
	color:#000;
	font-size:15px;
	line-height:20px !important;
	margin-top : 5px;
}

.expo-item-tall { 
	 
	height: 600px 
}
.expo-item-big { 
	 
	height: 600px;
	width: 600px;
}
.expo-item-big .expo-caption,
.expo-item-tall .expo-caption {
	bottom: 0px;
}

.expo-item-big img,
.expo-item-tall img {
	max-height: 450px;
}

.expo-item-big img {
	max-width: 600px;
}


.expo.expo-250 .expo-item {
	height: 250px;
	width: 250px;
}
.expo.expo-250 .expo-item .expo-caption {
	bottom :42px;
	height:125px;
	padding: 20px;
}
.expo.expo-250 .expo-item.expo-item-tall {
	height: 500px;
}
.expo.expo-250 .expo-item.expo-item-tall img {
	max-height : 500px
}
.expo.expo-250 .expo-item.expo-item-tall .expo-caption {
	bottom :0px;
	height:126px
}

.expo.expo-250 .expo-item.expo-item-big {
	height: 500px;
	width: 500px;
}
.expo.expo-250 .expo-item.expo-item-big img {
	
	max-width: 500px
}
.expo.expo-250 .expo-item.expo-item-big .expo-caption {
	bottom :0px;
	height:126px
}

.expo.expo-250 .expo-item.expo-color {
	padding: 25px;
}
.expo.expo-250 .expo-item.expo-color span { 
	    font-size: 26px;
    line-height: 26px;
}
.expo.expo-250 .expo-item.expo-color p { 
	    font-size: 16px;
    line-height: 21px;
}

.expo.expo-mobile .expo-item span { 
	font-size: 12px;
    padding: 0;
    padding-bottom: 2px;
    margin: 2px;
     
}
.expo.expo-mobile .expo-item h4 { 
	    font-size: 13px;
    padding: 0;
    margin: 2px;
    line-height: 16px;
    padding-top: 3px;
    
     
}

.expo.expo-mobile .expo-item:not(.expo-color) p { 
	display: none;
}

.expo.expo-mobile .expo-item img{
	width: auto;
    height: 208px;
    margin-left: -30px;
}
.expo.expo-mobile .expo-item:hover .expo-caption {
	bottom: 100px !important;
}
.expo.expo-mobile .expo-item .expo-caption {
	bottom: 0px;
    
    padding: 10px;
}


.expo.expo-mobile .expo-item.expo-color {
	padding: 15px;
}
.expo.expo-mobile .expo-item.expo-color span { 
	font-size: 20px;
    line-height: 22px;
}
.expo.expo-mobile .expo-item.expo-color p { 
	   font-size: 15px;
    line-height: 19px;
    display: block !important;
}

.expo.expo-mobile .expo-item.expo-color i { 
	   right: 25px;
    bottom: 19px;
    font-size: 76px;
}

.expo.expo-mobile .expo-item.expo-item-big {
	height: 400px;
	width: 400px;
}
.expo.expo-mobile .expo-item.expo-item-big img {
	 
	    height: 415px;
}
.expo.expo-mobile .expo-item.expo-item-big .expo-caption {
	bottom :126px;
	height:126px
}

.expo-item .expo-caption span {
	font-size: 15px;
}
.expo-item .expo-caption p {
	font-size: 13px;
	line-height: 17px !important;
}
.expo.expo-mobile .expo-item.expo-item-tall img {
	height: 415px
}
.expo.expo-mobile .expo-item.expo-item-tall .expo-caption {
	bottom :0px;
	height:126px
}

.isotopeh {
 	height: 100%;
 	background: #000;
}



#projects,
#projects-wrapper {
	height: 600px;
	width: 100%;
	overflow:hidden;
}
.slider-caption-block {
	width: 30%;
    min-width: 300px;
    padding: 2%;
    height: 100%;
    position: inherit;
    left: 0;
    float: left;
    background: rgba(255, 255, 255, 0.8);
}
.slider-caption-block span {
	font-size: 18px;
    color: #2C6496;
    display: block;;
}
.slider-caption-block h4{
font-size: 32px;
    font-weight: 400;
    color: #171515 !important;
    display: block;
    line-height: 32px;

}
.slider-caption-block h4 span{
	    color: #888;
    display: block;
    font-size: 24px;
}
.slider-caption-block p {
	    font-size: 15px;
    color: #222;
    line-height: 21px !important;
}

.swiper-control {
	    position: relative;
    z-index: 99999;
    background-color: transparent;
    top: -40px;
    right: 20%;
    float: right;
}
.swiper-control div {
	float: left;
	margin-left: 10px;
	height: 40px;
	background: #F7F7F9;
	min-width: 40px;
	padding: 10px;
	text-align: center;

}

#subsid {
	padding-top: 20px;
	padding-bottom: 00px;
}

 

#footer.dark,
.dark #footer {
	background-color: #1d1d1f;
	color: #CCC;
	border-top-color: rgba(16,16,16);
}

.dark #copyrights {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.25);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	    border-top: 1px solid #111113;
}

.dark #copyrights i.footer-icon { color: rgba(255,255,255,0.3); }

.dark .copyright-links a {
	color: rgba(255,255,255,0.25);
	border-bottom-color: rgba(255,255,255,0.25);
}

.dark .copyright-links a:hover {
	color: rgba(255,255,255,0.35);
	border-bottom-color: rgba(255,255,255,0.35);
}


.section-title {
	  height: 51px;
    text-align: center;
    width: 100%;
        background: #101012;
    color: #f7f8f9;
    padding: 10px;
    font-size: 23px;
 
    font-weight: 100;
}

.menu-section img {
	padding-bottom: 10px;
	display: block;
}

.col-6 .mega-menu-section img,
.col-7 .mega-menu-section img,
.col-8 .mega-menu-section img,
.device-xxs .menu-section img ,
.device-xs .menu-section img ,
.device-sm .menu-section img ,
.device-xxs .mega-menu-section p ,
.device-xs .mega-menu-section p ,
.device-sm .mega-menu-section p ,
.device-xxs .mega-menu-content .menu-extra ,
.device-xs .mega-menu-content .menu-extra ,
.device-sm .mega-menu-content .menu-extra

 

 {
	display: none;
}


.menu-section h4 {
	    font-size: 15px !important;
    color: #000 !important;
    display: block !important;
    margin: 0px;
    text-shadow: none !important;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.full .menu-section h4 {
	padding-top: 7px;
	}

.device-xxs .mega-menu-section h4 ,
.device-xs .mega-menu-section h4 ,
.device-sm .mega-menu-section h4 {
	margin-top: 10px
}
.mega-menu-section p {
	    font-size: 12px;
    color: #696969;
    display: block;
    padding: 4px 0px;
    margin: 0px;
    margin-top: -4px;
    text-transform: none;
    line-height: 14px;
    height: 39px;
    overflow: hidden;
}

.mega-menu-content  .menu-extra {
	    float: right;
    height: 100%;
    overflow: hidden;
}

.mega-menu-content  .menu-extra figure {

}

.mega-menu-content  .menu-extra figure img {

}
.mega-menu-content  .menu-extra figcaption {
	       background-color: rgba(0,0,0,0.85);
    z-index: 3;
    min-height: 80px;
    padding: 2% 3%;
    width: 100%;
    position: relative;
    margin-top: -80px;
    overflow: hidden;
}
.mega-menu-content  .menu-extra figcaption h4 {
color: #fff !important;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -53px;
    background-color: rgba(0,0,0,0.85);
    display: inline-block;
    padding: 12px 15px;
    float: left;
    height: 44px;
	
}
.mega-menu-content  .menu-extra figcaption p {
	   color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
    position: relative;
    float: left;
    top: -40px;
    padding-left: 15px;
}
.mega-menu-content  .menu-extra div.callout {
	
}
.btn {
         
  padding: 7px 18px;
    margin: 0px;
    float: left;
    color: #fff !important;
    font-size: 14px;
    background: #3ba8de;
       
}


.btn.btn-blue {
	background: #175286;
	color:#fff;
}


.mega-menu-content.col-2 .menu-extra {
	width: 50% ;
}
.mega-menu-content.col-3 .menu-extra {
	width: 30% ;
}
.mega-menu-content.col-4 .menu-extra {
	width: 24%;
}
.mega-menu-content.col-5 .menu-extra {
	width: 100%;
}

.mega-menu  ul:nth-child(1) p {
    border-bottom: 1px solid #3db5cb;

}
.mega-menu ul:nth-child(2)  p {
    border-bottom: 1px solid #dcc632;
	
}
.mega-menu ul:nth-child(3)  p {
    border-bottom: 1px solid #ef5ccb;
	
}
.mega-menu ul:nth-child(4)  p {
    border-bottom: 1px solid #37dd99;
	
}


.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}

 
 

 
.divider-text {
	display: block;
	height: 3px;
    text-align: center;
    width: 8%;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 20px;
    background:   #E4E4E5;
}


.divider-text-c1 {
    display: block;
    height: 3px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 20px;
    background: #F97075;
}
.divider-text-c2 {
    display: block;
    height: 3px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 20px;
    background: #F97075;
}

.divider-text.left,
.divider-text-c1.left,
.divider-text-c2.left {
	margin: 0 ;
    margin-bottom: 20px;
    padding: 0 !important;


}
.mobile .divider-text-c2  {
	    display: block;
    height: 2px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
.page-title {
	padding-top:40px;
	font-size:40px;
	font-weight:normal;
	text-transform : normal;
	margin: 0 ;
}

.page-excerpt {
	padding-top: 0px;
    font-size: 22px;
    font-weight: normal;
    width: 65%;
    line-height: 28px;
}

.page-header-box{
	padding: 19px;
	max-height: 250px;
	width: 60%;
	margin-top: 8%;
	color: #f5f5f5 ;
background: #0a8bcb;
font-size: 1.7rem;
line-height: 2rem;

}

.page-header-box:last-child{
    margin-top: 5px;
}

.mobile .page-header-box{
    width: 100%;
    margin-top: 5px !important;

    text-align: left;
}
.mobile .page-header-box:first-child{


    margin-top: 25px !important;

}

.page-excerpt-full {
	padding-top: 0px;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    line-height: 27px;
}

.page-excerpt-full:before {
	    content: '';
    width: 10%;
    height: 2px;
    background: #ff0000;
    display: block;
    margin-bottom: 15px;
    
}

.page-excerpt-full:after {
	    content: '';
    width: 50%;
    height: 2px;
    background: #ff0000;
    display: block;
    margin-top: 25px;
}

.device-xxs .page-title,
.device-xs .page-title {
	 
	    font-size: 34px;
    line-height: 31px;
} 
.device-xxs .page-excerpt,
.device-xs .page-excerpt {
	font-size: 20px;
	width:100%;

}


.divider-text {
	display: block;
	height: 3px;
    text-align: center;
    width: 8%;
    margin: 0;
    margin-bottom: 24px;
    margin-top: 20px;
    background:   #E4E4E5;
}
.divider-text.center {
	margin: 0 auto !important;
}

.page .col_half {
	font-size:18px;
}
.page .col_one_third {
	font-size:17px;
}
 
.page h5 {
	font-size : 19px;
	margin-bottom:9px;
	 
}

.page  .parallax-img {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 100px;
	min-height: 300px;
	margin-bottom: 20px;
}


.aweb-slider-wrap{
	overflow: hidden;
	width: 100%;
}

#AWD-sldr {
	top:0px; width: 100%; height: 750px; overflow: hidden; position: relative; z-index: 10;

}


#AWD-sldr #slide-mask {
	background: rgb(255, 255, 255); width: 100px; height: 750px; position: relative; z-index: 9999;
}
#AWD-sldr div.slide {
	left: 0px; top: 0px; width: 100%; height: 750px; overflow: visible; display: none; position: absolute;
}
#AWD-sldr div.slide a.full-link {
	width: 100%; height: 100%; text-indent: -9999px; position: absolute; z-index: 9999; cursor: pointer;
}
#AWD-sldr div.slide span.slide-background {
	right: auto; position: absolute; z-index: 9;
	left: auto; position: absolute; z-index: 9;

	
}

#AWD-sldr div.slide span.slide-background img {
 
}
#AWD-sldr div.active.slide span.slide-background {
	left:auto; right: auto; 
	top:0; 
}
#AWD-sldr div.slide span.slide-container {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 99;
}
#AWD-sldr div.slide span.slide-container a.item-link {
	display: block; cursor: pointer;
}
#AWD-sldr div.slide span.slide-container img {
	left: 0px; position: absolute;
}



 
 .aweb-pager.mobile {
 	opacity: 0.80 ;
 }
  .aweb-pager.mobile:hover {
 	opacity: 1 ;
 }
.aweb-pager .icon {
	 position: absolute;
	font-size: 63px;
    padding: 3px;
    color: #FFF;
    line-height: 74px;
}
.aweb-pager.mobile .icon {
	    font-size: 43px;
    line-height: 41px;
    padding: 5px 3px !important;
}
.aweb-pager.next .icon {
	padding-left: 9px;
}
.aweb-pager.prev .icon {
	padding-left: 4px;
}
.aweb-pager.ctrl {
	transition:left 0.3s cubic-bezier(0, 0, 0, 1), right 0.3s cubic-bezier(0, 0, 0, 1); top: 50%;  text-decoration: none;   position: absolute; z-index: 999999; cursor: pointer; -moz-transition: left .3s cubic-bezier(0, 0, 0, 1), right .3s cubic-bezier(0, 0, 0, 1); -webkit-transition: left .3s cubic-bezier(0, 0, 0, 1), right .3s cubic-bezier(0, 0, 0, 1); -o-transition: left .3s cubic-bezier(0, 0, 0, 1), right .3s cubic-bezier(0, 0, 0, 1);
}
 
 

.aweb-pager.ctrl span.mask {
	transition:width 0.3s; top: 0px; width: 0px; height: 100%; overflow: hidden; display: block; position: absolute; -moz-transition: width .3s ease; -webkit-transition: width .3s ease; -o-transition: width .3s ease;
	background: #000;

}
.aweb-pager.ctrl.prev span.mask {
	left: 0px;
	width: 0;
	height: 100%;

}
.aweb-pager.ctrl.next span.mask {
	right: 0px;
	width: 0;
	height: 100%;
}
 

 
.aweb-pager.ctrl span.current {
	color: rgb(128, 128, 128); line-height: 15px; font-size: 10px; font-weight: normal; text-decoration: none; position: absolute;
}
.aweb-pager.ctrl span.sum {
	color: rgb(128, 128, 128); line-height: 15px; font-size: 10px; font-weight: normal; text-decoration: none; position: absolute;
}
.aweb-pager.ctrl span.current {
	top: 20px; color: rgb(0, 196, 223);
}.aweb-pager.ctrl span.sum {
	top: 40px;
}
.aweb-pager.ctrl.prev span.current {
	left: 110px;
}
.aweb-pager.ctrl.prev span.sum {
	left: 125px;
}
.aweb-pager.ctrl.next span.current {
	left: 30px;
}
.aweb-pager.ctrl.next span.sum {
	left: 45px;
}

 

 
.bt-cube a {
	height: 25px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 16px;

}

.bt-cube.noup a  {
    text-transform: normal;

}
.bt-cube.small a{
	font-size: 12px;
}
.bt-cube.small a span {
	padding: 7px 20px;
    padding-top: 10px;
}
.bt-cube a input,
.bt-cube a span {
	    position: relative;
    display: inline-block;
    padding: 0;
    background: #000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 8px 20px;
    padding-top: 11px;
    color: #fff;
}

 .bt-cube a span::before {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding: 8px 20px;
    padding-top: 11px;
    transition: background .5s ;
}

.bt-cube a:hover span,
.bt-cube a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}


.section-parallax {
	padding: 0;
	display: block;
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
 
.mobile .section-parallax {
	background-size: cover !important;
}

 

.sbox-container {
	color: rgb(255, 255, 255);
	display: table;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 120px;
	margin-top: 120px;
	table-layout: fixed;
    width: 100%;
    z-index: 10;
    position: relative;
}

.sbox   {
	display: table-cell;
	position: relative;
	text-align: center;
}
.sbox-line::before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 3px;
    display: block;
    left: 50%;
    border-radius: 3px;
    top: -1px;
    box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff, 0px 20px 0 0px #fff;
}

.sbox-icon-holder {
	position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 35px;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
.sbox-icon {
	color: rgb(255, 255, 255);
	display: inline;
	font-size: 72px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 60px;
	margin: 0;
	opacity: 0.8;
	text-align: center;
	transition: opacity 0.2s ease-out;
 
}
.sbox-line {
	border-bottom-color: #DADADA;
    border-bottom-color: rgba(220, 220, 220, 0.8);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display: block;
	position: relative;
	text-align: center;
}


.sbox-details {
	line-height: 22px;
	min-height: 90px;
	padding-bottom: 0px;
	padding-top: 35px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%
 
}

.sbox-title {
	font-size: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 5px;
}
.sbox-content {
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
.sbox-odd .sbox-details {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 35px;
    padding-top: 0;
}
.sbox-odd .sbox-icon-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 35px;
    padding-bottom: 0;
}

.sbox-odd .sbox-line::before {
    bottom: -2px;
    box-shadow: 0px -5px 0 -1px #fff, 0px -10px 0 -1px #fff, 0px -15px 0 -1px #fff, 0px -20px 0 0px #fff;
}


.headline {
		margin-bottom: 5px;
		margin-top: 5px;
		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 10px;
		padding-top: 10px;


}

.section.hastext .headline {
	    position: relative;
    z-index: 2;
}
.section-headline {
	margin-bottom: 5px;
		margin-top: 5px;
		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 26px;
}

.section-headline:after {
	    content: ' ';
    display: block;
    height: 2px;
    width: 150px;
    background: #ed3038;
    margin: 0 auto;
    margin-top: 22px;
}

.headline.light {
	color: #fff !important
}
.headline.light h3{
	color: #fff !important
}
.headline.over {
	position: relative;
	z-index: 18
}

.headline h3 {
		font-size: 24px;
		letter-spacing: 1px;
		margin: 0;
		padding-bottom: 5px;
		text-transform: none;
		 
}
.mobile  .headline h3 {
	font-size: 20px;
    padding-bottom: 0px;
}
.headline span {
		font-size: 13px;
		letter-spacing: 1px;
}
.dark .headline span {
		font-size: 13px;
		letter-spacing: 1px;
		color: #fefefe;

}
.headline.dark {
	background: #000;
}
.headline.dark span {
		font-size: 13px;
		letter-spacing: 1px;
		color: #999;
}


 .AWDslider-wrap .AWDslider {
  position: relative;
  margin: 0 0 150px;
}
 .AWDslider-wrap .AWDslider-images{
  position: relative;
  width: 700px;
  height: 500px;
  background: #090909;
  z-index: 2;
  color: #f9f9f9;
  overflow: hidden;
}
 .AWDslider-wrap .AWDslider-images:before {
  display: block;
  position: absolute;
  top: 0;
  width: 999em;
  height: 100%;
  content: '';
  background: #090909;
}
 
  
 .AWDslider-wrap .AWDslider-contents {
  padding: 80px 0 120px;
  position: relative;
  width: 620px;
  background: #59D3F1;
  z-index: 1;
  color: #fff;
}

 .AWDslider-wrap .AWDslider-images .content span {
 	position: absolute;
    bottom: -47px;
    padding: 0px 30px;
    vertical-align: middle;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    text-overflow:ellipsis;
 }
 .AWDslider-wrap .AWDslider-contents:before,  .AWDslider-wrap .AWDslider-contents:after {
  display: block;
  position: absolute;
  top: 0;
  width: 999em;
  height: 510px;
  content: '';
  background: #59D3F1;
}
 .AWDslider-wrap .AWDslider-contents:after {
  width: 100%;
}
 .AWDslider-wrap .AWDslider-contents .contents {
  position: relative;
  height: 100%;
}
 .AWDslider-wrap .AWDslider-contents .content {
  	display: none;
  	position: relative;
  	font-size: 18px;
    padding: 10px 10px;
    
    word-spacing: 1px;
}

 .AWDslider-wrap .AWDslider-images .content {
  display: none;
  position: relative;
  font-size: 21px;
}

 .AWDslider-wrap .AWDslider-images .content .separator {
  margin: 20px 0 40px;
}
 
 .AWDslider-wrap .AWDslider-contents .content.is-active {
  display: block;
}

 .AWDslider-wrap .AWDslider-images .content.is-active {
  display: block;
}

 .AWDslider-wrap .AWDslider-navigation {
  padding: 30px 120px;
  position: absolute;
  bottom: -40px;
  height: 80px;
  background: #090909;
  z-index: 3;
}
 .AWDslider-wrap .AWDslider-navigation .navigation .arrow {
  padding: 21px 40px;
  position: absolute;
  top: 0;
  width: 100px;
  height: 80px;
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  line-height: 31px;
}
 
 .AWDslider-wrap .AWDslider-navigation .navigation .prev {
  left: 0;
}
 
 .AWDslider-wrap .AWDslider-navigation .navigation .next {
  right: 0;
}
 
 .AWDslider-wrap .AWDslider-navigation .pages {
  height: 20px;
  cursor: default;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
 .AWDslider-wrap .AWDslider-navigation .pages .page {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-indent: -999em;
}
 .AWDslider-wrap .AWDslider-navigation .pages .page + .page {
  margin-left: -4px;
}
 .AWDslider-wrap .AWDslider-navigation .pages .page:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  content: '';
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
 
 .AWDslider:nth-child(2n-1) .AWDslider-images{
  float: right;
  left: 50px;
}
 .AWDslider:nth-child(2n-1) .AWDslider-images:before {
  left: 100%;
}
 .AWDslider:nth-child(2n-1) .AWDslider-contents {
  float: left;
  margin-top: 50px;
}
 .AWDslider:nth-child(2n-1) .AWDslider-contents:before {
  right: 100%;
}
 .AWDslider:nth-child(2n-1) .AWDslider-contents:after {
  left: 100%;
}
 .AWDslider:nth-child(2n-1) .AWDslider-navigation {
  right: -40px;
}
 .AWDslider:nth-child(2n) .AWDslider-images{
  float: left;
  margin-top: 90px;
  left: -50px;
}
 .AWDslider:nth-child(2n) .AWDslider-images,  .AWDslider:nth-child(2n) .AWDslider-images:before {
  background: #f2013f;
}
 .AWDslider:nth-child(2n) .AWDslider-images:before {
  right: 100%;
}
 
 .AWDslider:nth-child(2n) .AWDslider-contents {
  float: right;
  color: #f9f9f9;
}
 .AWDslider:nth-child(2n) .AWDslider-contents,  .AWDslider:nth-child(2n) .AWDslider-contents:before,  .AWDslider:nth-child(2n) .AWDslider-contents:after {
  background: #090909;
}
 .AWDslider:nth-child(2n) .AWDslider-contents:before {
  left: 100%;
}
 .AWDslider:nth-child(2n) .AWDslider-contents:after {
  right: 100%;
}
 .AWDslider:nth-child(2n) .AWDslider-navigation {
  right: 0;
  background: #f9f9f9;
}
 .AWDslider:nth-child(2n) .AWDslider-navigation .arrow {
  background: #e9e9e9;
}
 
 .AWDslider:nth-child(2n) .AWDslider-navigation .pages .page:before {
  background: #090909;
}
 .AWDslider:nth-child(2n) .AWDslider-navigation .pages .page:hover:before,  .AWDslider:nth-child(2n) .AWDslider-navigation .pages .page.is-active:before {
  background: #f2013f;
}
 .AWDslider:nth-child(4n+3) .AWDslider-images{
  color: #090909;
}
 .AWDslider:nth-child(4n+3) .AWDslider-images,  .AWDslider:nth-child(4n+3) .AWDslider-images:before {
  background: #f9f9f9;
}
 
 .AWDslider:nth-child(4n+3) .AWDslider-contents {
  color: #f9f9f9;
}
 .AWDslider:nth-child(4n+3) .AWDslider-contents,  .AWDslider:nth-child(4n+3) .AWDslider-contents:before,  .AWDslider:nth-child(4n+3) .AWDslider-contents:after {
  background: #090909;
}
 .AWDslider:nth-child(4n+3) .AWDslider-navigation {
  background: #f9f9f9;
}
 .AWDslider:nth-child(4n+3) .AWDslider-navigation .arrow {
  background: #e9e9e9;
}
 
 .AWDslider:nth-child(4n+3) .AWDslider-navigation .pages .page:before {
  background: #090909;
}
 .AWDslider:nth-child(4n+3) .AWDslider-navigation .pages .page:hover:before,  .AWDslider:nth-child(4n+3) .AWDslider-navigation .pages .page.is-active:before {
  background: #f2013f;
}
 .AWDslider:nth-child(4n) .AWDslider-images,  .AWDslider:nth-child(4n) .AWDslider-images:before {
  background: #090909;
}
 
 .AWDslider:nth-child(4n) .AWDslider-contents {
  color: #f9f9f9;
}
 .AWDslider:nth-child(4n) .AWDslider-contents,  .AWDslider:nth-child(4n) .AWDslider-contents:before,  .AWDslider:nth-child(4n) .AWDslider-contents:after {
  background: #f2013f;
}
 
 .AWDslider:nth-child(4n) .AWDslider-navigation {
  background: #090909;
}
 .AWDslider:nth-child(4n) .AWDslider-navigation .arrow {
  background: #090909;
}
 
 .AWDslider:nth-child(4n) .AWDslider-navigation .pages .page:before {
  background: #f9f9f9;
}
 .AWDslider:nth-child(4n) .AWDslider-navigation .pages .page:hover:before,  .AWDslider:nth-child(4n) .AWDslider-navigation .pages .page.is-active:before {
  background: #f2013f;
}
 .AWDslider:first-child .main-title {
  top: 75px;
}
 
 .AWDslider:last-child {
  margin-bottom: 0;
}
 .AWDslider-wrap .AWDslider-images{
    width: 50%;
  }
   .AWDslider-wrap .AWDslider-contents {
    width: 30%;
    padding: 30px 40px;
        height: 510px;
  }
   .AWDslider-wrap .AWDslider-navigation {
    padding: 20px 100px;
    bottom: -30px;
    height: 60px;
  }
   .AWDslider-wrap .AWDslider-navigation .navigation .arrow {
    padding: 15px 32px;
    width: 80px;
    height: 60px;
  }
  
   .AWDslider:nth-child(2n-1) .AWDslider-navigation {
    right: 0;
    bottom: 0px;
  }

  @media only screen and (max-width: 1290px) {
   .AWDslider-wrap .AWDslider-images{
        width: 50%;
    margin-top: 60px;
  }
 
   .AWDslider-wrap .AWDslider-contents {
    padding: 50px 0 100px;
    width: 470px;
  }
   .AWDslider:nth-child(2n-1) .AWDslider-images{
    left: 50px;
  }
   .AWDslider:nth-child(2n) {
    margin-bottom: 120px;
  }
   .AWDslider:nth-child(2n) .AWDslider-images{
    margin-top: 60px;
    left: -50px;
  }
   .AWDslider:first-child .AWDslider-contents {
    margin-top: 100px;
  }
   .AWDslider:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1020px) {
	.AWDslider-wrap {
		margin-top: 0px;
	}
 .AWDslider-wrap .AWDslider {
    margin-bottom: 100px;
  }
   .AWDslider-wrap .AWDslider-images{
    width: 350px;
    height: 300px;
  }
 
   .AWDslider-wrap .AWDslider-contents {
    padding: 40px 0 80px;
    width: 350px;
  }
   .AWDslider-wrap .AWDslider-contents .content {
    font-size: 1em;
    padding-left: 50px;
  }
   .AWDslider-wrap .AWDslider-contents .content .separator {
    margin: 15px 0 25px;
  }
   .AWDslider-wrap .AWDslider-navigation {
    padding: 15px 80px;
    bottom: -25px;
    height: 50px;
  }
   .AWDslider-wrap .AWDslider-navigation .navigation .arrow {
    padding: 10px 22px;
    width: 60px;
    height: 50px;
  }
 
   .AWDslider:nth-child(2n-1) .AWDslider-images{
     
    width: 100%;
    height: 340px;
    margin-top: 5px;
  }
  .AWDslider:nth-child(2n-1) .AWDslider-images span{
     
        bottom: 61px;
    position: absolute;
    background: #090909;
    padding: 16px;
    display: block;
    width: 100%;
    font-size: 12px;
  }
   .AWDslider:nth-child(2n) .AWDslider-images{
    margin-top: 40px;
    left: -20px;
  }
   .AWDslider:first-child .AWDslider-contents {
    margin-top: 0px;
    padding-bottom: 20px;
  }
   .AWDslider:last-child {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 767px) {
 .AWDslider-wrap .AWDslider {
    margin-bottom: 80px;
  }
   .AWDslider-wrap .AWDslider-images{
    width: 100%;
    height: 180px;
  }
 
   .AWDslider-wrap .AWDslider-contents {
    padding: 30px 0 60px;
    width: 100%;
    height: auto;
  }
 
   .AWDslider:nth-child(2n-1) .AWDslider-images{
    left: 15px;
    width: 100%;
    height: 305px;
  }
  .promo .bt {
    position: relative;
    bottom: 15px;
    margin: 0;
    margin-top: -18px;
    left: 70px;
}
  .AWDslider:nth-child(2n-1) .AWDslider-images span{
     
        bottom: -50px;
    position: absolute;
    background: #090909;
    padding: 16px;
    display: block;
    width: 100%;
    font-size: 12px;
  }
   .AWDslider:nth-child(2n-1) .AWDslider-contents {
    margin-top: 0;
  }
   .AWDslider:nth-child(2n) .AWDslider-images{
    margin-top: 0;
    left: -15px;
  }
}

@media only screen and (max-width: 500px) {
   .AWDslider:last-child {
    margin-bottom: 0;
  }


 .AWDslider:nth-child(2n-1) .AWDslider-images{
    left: 0;

    width: 100%;
    height: 240px;
  }
   .AWDslider:nth-child(2n) .AWDslider-images{
    left: 0;
  }
  .promo .bt {
    margin-top: 0px;
    margin: 0px;
    margin-left: -8px;
  }
  
  .promo > .container > .icon {
  	    float: none;
    margin: 0 auto;
    padding: 0px;
    width: 25%;
    margin-bottom: -20px;
  }

  .promo > .container > .content {
  	float: none;
  }

}

.bgwhite,
.bgblack ,
.bgblue,
.bgred,
.bgyellow,
.bggreen {
	padding: 8px 19px;
    color: #FFF;
    line-height: 53px;
}
.bgwhite,
.bgyellow{
	color: #151515;
}
.page-content ol,
.page-content ul{
	    padding-left: 5%;
	    padding-top: 1%;
}

.page-content ol:not(.style2 .tech-data ) li {
	padding: 2px 0px;
}
.page-content ol:not(.style2  .tech-data ) li:before {
	content: ' ';
    width: 28px;
    height: 22px;
    background: rgba(0, 157, 223, 0.18);
    border: 1px solid #009DDF;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-left: -25px;
    margin-right: 10px;
    border-radius: 8px;
    margin-top: -1px;
    vertical-align: middle;
}
 


 
.page-content ol.style2 {     
	font-size: 24px;
    color: #ed3038;
   	padding: 10px 20px !important;
}
.page-content ol.style2 li { }
.page-content ol.style2 li p {     
	padding: 0px 10px;
    font-size: 16px;
    color: #000;
    border-left: 2px solid #ff5e6a;
    margin-bottom: 10px;
}

.page-content .dark ol.style2 li p {
	color: #eee;
}
.page-content ol.style2 li p span { display:block;font-weight: 600; }


.page-content ol.style3 {


	padding: 0 !important;
    list-style: none;
}
.page-content ol.style3 li {     display: block;
    clear: both;
    margin-bottom: 1px;
    margin-top: 1px;
    float: left;
    width: 100%;}
.page-content ol.style3 li p {
    padding: 0px 10px;
    font-size: 16px;
    color: #000;
    border-left: 2px solid #ff5e6a;
    margin-bottom: 10px;
    float: left;
    width: 70%;
    margin-left: -1px;
}

.page-content .dark ol.style3 li p {
	color: #eee;
}
.page-content ol.style3 li  span { display: block;
    font-weight: 100;
    float: left;
    padding-right: 0px;
    width: 25%;
    border-right: 1px solid #ff5e6a;
    color: #ff5e6a;
    font-size: 21px;
}

.page-content ol.style3.wi15 li  span{
    width: 15% !important;
}
.page-content ol.style3.wi15 li  p{
    width: 80% !important;
}

.page-content ol.style3.wi10 li  span{
    width: 10% !important;
}
.page-content ol.style3.wi10 li  p{
    width: 80% !important;
}

.page-content ol.style3.wi30 li  span{
    width: 30% !important;
}
.page-content ol.style3.wi30 li  p{
    width: 65% !important;
}
.page-content ol.style3.wi40 li  span{
    width: 40% !important;
}
.page-content ol.style3.wi40 li  p{
    width: 58% !important;
}

.mobile .page-content ol.style3 li  span {
    float: none;
    display: block;
    border: none;
    padding: 0;
    width: 100% !important;
    border-bottom: 1px solid #ff5e6a;
    padding-bottom: 2px ;
    margin-bottom: 5px;;
}

.mobile .page-content ol.style3 li p{
    float: none;
    display: block;
    border: none;
    padding: 0;
    width: 100%;
}

.page-content ol.style1 li {

	list-style-type: decimal-leading-zero;
	padding-left: 10px;
	font-size: 13px;

}

.page-content ol.style1 li span {
	float: none;
	display: block;
	border: none;
	padding: 0;
	border-bottom: 1px solid rgba(50, 51, 77, 0.45);
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: capitalize;
	padding-left: 31px;
	margin-left: -31px;
}

 .page-content ol.style1 li p{
	float: left;
	display: block;
	border: none;
	padding: 0;
	width: 100%;
	 font-size: 14px;
	 color: #0a8bcb;
	 text-transform: capitalize;

 }


.page-content ol.tech-data {     
	font-size: 24px;
    color: #ed3038;
   	padding: 10px 20px !important;
   	list-style: none;
}
.page-content ol.tech-data li:last-child {
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}
.page-content ol.tech-data li {
	    border-top: 1px solid #737373;
	    padding-top: 6px;
 }
.page-content ol.tech-data li p {     
	padding: 0px 10px;
    font-size: 16px;
    color: #000;
    
    margin-bottom: 6px;
}

.page-content .dark ol.tech-data li p {
	color: #eee;
}
.page-content ol.tech-data li span {     
	display: inline-block;
    font-weight: 100;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 17px;
}




.page-content ol.tech-data2 {     
	font-size: 24px;
    color: #ed3038;
   	padding: 10px 20px !important;
   	list-style: none;
}
.page-content ol.tech-data2 li:last-child {
	 
}
.page-content ol.tech-data2 li {
	   float: left;
    text-align: center;
       margin: 1%;
    width: 23%;
    height: 85px;
 }
.page-content ol.tech-data2 li p {     
	padding: 0px 10px;
    font-size: 16px;
    
    
    margin-bottom: 6px;
}

.page-content .dark ol.tech-data2 li p {
	padding: 0px 10px;
    font-size: 16px;
    
    margin-bottom: 6px;
}
.page-content ol.tech-data2 li span {     
	display: block;
    font-weight: 100;
    float: non;
    white-space: nowrap;
    font-size: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #525252;
        margin-bottom: 4px;
}



.page-content .col_half ol.tech-data2 li {
	   float: left;
    text-align: center;
       margin: 2%;
    width: 46%;
 }




.col-special-1,
.col-special1,
.col-special {
	padding: 25px;
    font-size: 23px !important;
    line-height: 27px !important;
    border-left:  2px solid #E4E4E5 !important;
    border-right: 2px solid #E4E4E5 !important;
    
}

.col-special3,
.col-special-3,
.col-special2,
.col-special-2 {
	 
    font-size: 23px  !important;
    
    line-height: 27px !important;
    padding-left: 0px;
	padding-right: 0px;
	 
     
}

.col-special3::before,
.col-special-3::before,
.col-special2::before,
.col-special-2::before {
	content: ' ';
    width: 100px;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 20px;
}
.col-special3::after,
.col-special-3::after,
.col-special2::after,
.col-special-2::after {
	content: ' ';
    width: 100px;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 20px;
}


.css3panels-container {overflow:hidden; position:relative; z-index:0; min-height:150px; margin-left: -62px; margin-right: -62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

/* Panels */
.css3panel {float:left;  position: relative; z-index: 0; min-height:150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* Chrome Hacks */
    -webkit-backface-visibility:hidden;
}
.css3panel:hover {z-index: 1;}
.css3panel:hover .css3panel-inner {box-shadow: 0 0 0 3px #FFF, 0 0 50px 20px rgba(0, 0, 0, 0.5);}

.css3panels--resize .css3panel {
    will-change: flex-grow;
    -webkit-transition: -webkit-box-flex .2s ease-out;
    -webkit-transition: -webkit-flex-grow .2s ease-out;
            transition: -webkit-box-flex .2s ease-out;
            transition: -ms-flex-positive .2s ease-out;
            transition: flex-grow .2s ease-out;
}
.css3panels--resize .css3panel-inner {
    will-change: box-shadow;
    -webkit-transition: box-shadow .2s ease-out;
    -webkit-transition: box-shadow .2s ease-out;
            transition: box-shadow .2s ease-out;
}
.css3panels--resize .css3panel:hover {
    -webkit-box-flex:1.3;
    -webkit-flex-grow:1.3;
        -ms-flex-positive:1.3;
            flex-grow:1.3;
}

/* Panel width sizes */
.no-flexbox .css3panels-container[data-panels="1"] .css3panel {width: 100%; float: none;}
.no-flexbox .css3panels-container[data-panels="2"] .css3panel {width: 50%;}
.no-flexbox .css3panels-container[data-panels="3"] .css3panel {width: 33.3333%;}
.no-flexbox .css3panels-container[data-panels="4"] .css3panel {width: 25%;}
.no-flexbox .css3panels-container[data-panels="5"] .css3panel {width: 20%;}
.no-flexbox .css3panels-container[data-panels="6"] .css3panel {width: 16.6666%;}
/* Hover resize */
.no-flexbox .css3panels-container.css3panels--resize[data-panels="2"]:hover .css3panel {width: 40%; }
.no-flexbox .css3panels-container.css3panels--resize[data-panels="2"]:hover .css3panel:hover {width: 60%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="3"]:hover .css3panel {width: 30%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="3"]:hover .css3panel:hover {width: 40%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="4"]:hover .css3panel {width: 22%; }
.no-flexbox .css3panels-container.css3panels--resize[data-panels="4"]:hover .css3panel:hover {width: 34%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="5"]:hover .css3panel {width: 16%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="5"]:hover .css3panel:hover {width: 36%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="6"]:hover .css3panel {width: 15%;}
.no-flexbox .css3panels-container.css3panels--resize[data-panels="6"]:hover .css3panel:hover {width: 25%;}

/* Inner panel */
.css3panel-inner { position:relative; -webkit-transform: skewX(-10deg); -ms-transform: skewX(-10deg); transform: skewX(-10deg); -webkit-backface-visibility:hidden; overflow: hidden; -webkit-transition: box-shadow .2s ease-out; transition: box-shadow .2s ease-out; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);}

/* Image */
 .css3panel-mainimage-wrapper {position: relative; margin-left: -60px; margin-right: -60px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: skewX(10deg); -ms-transform: skewX(10deg); transform: skewX(10deg); -webkit-backface-visibility: hidden; }
.css3panel-mainimage {position:absolute; top:-2px; left:-2px; right:-2px; bottom:-2px; background-position: 50% 50%; background-repeat: no-repeat; background-size:cover; -webkit-backface-visibility:hidden; -webkit-transition: .2s ease-out; transition: .2s ease-out; }
 /* Image overlay */
.css3p-overlay {position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition:opacity .15s ease-out; transition:opacity .15s ease-out;}

.css3p-overlay.grad{
	background: rgba(10, 34, 158, 0.58) !important; 
    background: -webkit-linear-gradient(-75deg, rgba(83, 20, 160, 0.71) 10%,rgba(75, 103, 202, 0.63) 35%, rgba(75, 99, 177, 0.56) 50%, rgba(19, 43, 132, 0.74) 100%) !important;
    background: linear-gradient(-75deg, rgba(83, 20, 160, 0.71) 10%,rgba(75, 103, 202, 0.63) 35%, rgba(75, 99, 177, 0.56) 50%, rgba(19, 43, 132, 0.74) 100%) !important;
    background: -ms-linear-gradient(-75deg, rgba(83, 20, 160, 0.71) 10%,rgba(75, 103, 202, 0.63) 35%, rgba(75, 99, 177, 0.56) 50%, rgba(19, 43, 132, 0.74) 100%) !important;
    background: -o-linear-gradient(-75deg, rgba(83, 20, 160, 0.71) 10%,rgba(75, 103, 202, 0.63) 35%, rgba(75, 99, 177, 0.56) 50%, rgba(19, 43, 132, 0.74) 100%) !important;
    background: -moz-linear-gradient(-75deg, rgba(83, 20, 160, 0.71) 10%,rgba(75, 103, 202, 0.63) 35%, rgba(75, 99, 177, 0.56) 50%, rgba(19, 43, 132, 0.74) 100%) !important;
    opacity: 0.65;
}
.css3panel:hover .css3p-overlay {opacity:0; }
.css3p-overlay--gradient { opacity: 0.5; top: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); }
/* Image animations */
.css3panel-mainimage.anim--grayscale {
    -webkit-filter:grayscale(40%);
    filter:grayscale(40%);
    -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out;
}
.css3panel:hover .css3panel-mainimage.anim--grayscale {
    opacity:0;
}
.css3panel-mainimage.anim--blur {
    -webkit-filter:blur(4px);
    filter:blur(4px);
    -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out;
}
.css3panel:hover .css3panel-mainimage.anim--blur {
    opacity:0;
}
.css3panel-mainimage.anim--grayscale.anim--blur {
    -webkit-filter:grayscale(100%) blur(9px);
    filter:grayscale(100%) blur(9px);
    -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out;
}
.css3panel:hover .css3panel-mainimage.anim--grayscale.anim--blur {
    opacity:0;
}

.css3panel-caption {  position: absolute; top: 63%; color: #FFFFFF; z-index: 1; width: 100%;   padding: 0 50px; text-align: right;}
.css3panel:first-child .css3panel-caption {padding-left: 80px;}
.css3panel:last-child .css3panel-caption {padding-right:80px;}
.css3panel-caption.css3caption--middle {bottom:auto; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
/* Fading in Caption */
.cssp-capt-fadein .css3panel-title,
.cssp-capt-fadein .css3panel-text,
.cssp-capt-fadein .css3panel-btn-area {opacity:0; visibility: hidden; -webkit-transition:opacity .15s ease-out, visibility .15s ease-out; transition:opacity .15s ease-out, visibility .15s ease-out;}
.cssp-capt-fadein .css3panel:hover .css3panel-title,
.cssp-capt-fadein .css3panel:hover .css3panel-text,
.cssp-capt-fadein .css3panel:hover .css3panel-btn-area {opacity:1; visibility: visible;}
/* Fading Out Caption */
.cssp-capt-fadeout .css3panel-title,
.cssp-capt-fadeout .css3panel-text,
.cssp-capt-fadeout .css3panel-btn-area {opacity:1; visibility: visible; -webkit-transition:opacity .15s ease-out, visibility .15s ease-out; transition:opacity .15s ease-out, visibility .15s ease-out;}
.cssp-capt-fadeout .css3panel:hover .css3panel-title,
.cssp-capt-fadeout .css3panel:hover .css3panel-text {opacity:0; visibility: hidden;}
.cssp-capt-fadeout .css3panel:hover .css3panel-btn-area {}
/* Slide in Caption */
.cssp-capt-slidein .css3panel-title,
.cssp-capt-slidein .css3panel-text,
.cssp-capt-slidein .css3panel-btn-area {opacity:0; visibility: hidden; -webkit-transform:translateX(200px); -ms-transform:translateX(200px); transform:translateX(200px); -webkit-transition:opacity .15s ease-out, visibility .15s ease-out, -webkit-transform .15s ease-out; transition:opacity .15s ease-out, visibility .15s ease-out, transform .15s ease-out;}
.cssp-capt-slidein .css3panel:hover .css3panel-title,
.cssp-capt-slidein .css3panel:hover .css3panel-text,
.cssp-capt-slidein .css3panel:hover .css3panel-btn-area {opacity:1; visibility: visible; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
/* Slide Out Caption */
.cssp-capt-slideout .css3panel-title,
.cssp-capt-slideout .css3panel-text,
.cssp-capt-slideout .css3panel-btn-area {opacity:1; visibility: visible; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); -webkit-transition:opacity .15s ease-out, visibility .15s ease-out, -webkit-transform .15s ease-out; transition:opacity .15s ease-out, visibility .15s ease-out, transform .15s ease-out;}
.cssp-capt-slideout .css3panel:hover .css3panel-title,
.cssp-capt-slideout .css3panel:hover .css3panel-text {opacity:0; visibility: hidden; -webkit-transform:translateX(200px); -ms-transform:translateX(200px); transform:translateX(200px); }
.cssp-capt-slideout .css3panel:hover .css3panel-btn-area {-webkit-transform:translateY(0px) translateX(-0px); -ms-transform:translateY(0px) translateX(-0px); transform:translateY(0px) translateX(-0px);
-webkit-transition-duration:.3s !important;transition-duration:.3s !important;
-webkit-transition-delay:.1s !important;transition-delay:.1s !important;}
.cssp-capt-slideout .css3panel:hover .css3p-overlay {opacity:0; }
/* Delay individually */
.cssp-capt-animated .css3panel-title {-webkit-transition-delay:.1s;transition-delay:.1s;}
.cssp-capt-animated .css3panel-text {-webkit-transition-delay:.2s;transition-delay:.2s;}
.cssp-capt-animated .css3panel-btn-area {-webkit-transition-delay:0s;transition-delay:0s;}
.cssp-capt-animated .css3panel:hover .css3panel-btn-area {-webkit-transition-delay:.3s;transition-delay:.3s;}
.cssp-capt-animated .css3p-overlay {/*-webkit-transition-delay:.1s;transition-delay:.1s;*/}

/* Css Title */
.css3panel-title { position: relative; font-size: 32px; line-height: 1.3; font-weight: 100; color: #FFF; float: right; margin:0;}
.css3panel-title.title-size-bigger {font-size: 70px; line-height: 1.1; text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4); letter-spacing: -2px;}
.css3panel:last-child .css3panel-title {margin-right: 10px;}
/* Panel text*/
.css3panel-text { font-size: 16px; color:#fff; font-weight: 100; margin-top:10px; 
	       letter-spacing: 0.5px;
	max-width: 380px; margin-right: 20px; line-height: 1.4; clear: both; float: right; height: 68px; overflow: hidden; }
/* Dark colors */
.cp-theme--dark .css3panel-title:not(.captiontitle--wbg):not(.captiontitle--dbg),
.cp-theme--dark .css3panel-text {color:#252525;}
/* Title presets */
.captiontitle--wbg {/* color:#181818; */}
.captiontitle--wbg,
.captiontitle--dbg {padding: 13px 0px 13px 45px;}
.captiontitle--wbg:before,
.captiontitle--dbg:before {content: ""; position: absolute; height: 100%; border-radius: 4px; padding-right: 35px; display: block; right: -35px; bottom: 0; left: 0; top: 0; z-index: -1;
-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
-webkit-transform: skew(-10deg) translate3d(0,0,0); -ms-transform: skew(-10deg) translate3d(0,0,0); transform: skew(-12deg) translate3d(0,0,0);
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 80%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.45)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
}
.captiontitle--wbg:before {background: rgba(255,255,255,0.9);
background: -moz-linear-gradient(left,  rgba(255,255,255,0.45) 40%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(255,255,255,0.45)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.45) 40%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0.45) 40%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0.45) 40%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0.45) 40%,rgba(255,255,255,0) 100%);}

/* Btn area */
.css3panel-btn-area {clear:both; float:right; margin-top:10px; margin-right: 20px;}
.css3panel-btn-area .btn {margin-left:20px;margin-bottom: 10px;}



.cp {
	cursor: pointer;
}
@media (max-width: 1440px) {
    .css3panel-caption {padding-left:50px;}

    .css3panel:first-child,
    .css3panel:last-child {
        -webkit-box-flex:1.1;
        -webkit-flex-grow:1.1;
            -ms-flex-positive:1.1;
                flex-grow:1.1;
    }

    .css3panel .css3panel-title {font-size: 26px; margin-right: 30px;}
    .css3panel .css3panel-text {font-size: 13px; margin-right: 10px;}
    .css3panel .css3panel-btn-area {margin-right:10px;}
    .css3panel .css3panel-btn-area .btn {margin-bottom: 10px; display: block}

    .css3panel .css3panel-title.title-size-bigger {font-size: 30px;}
}

/* Fixes CSS3 Panels */
@media (min-width: 992px) and (max-width: 1200px) {
    .css3panel .css3panel-caption {padding-right:30px;}
    .css3panels-container.css3panels--resize:hover .css3panel .css3panel-caption {width: 130%; margin-left: -30%;}
    .css3panels-container.css3panels--resize:hover .css3panel:hover .css3panel-caption {/*width: 100%; margin-left: 0%;*/}
    .css3panel .css3panel-title ,
    .css3panel .css3panel-title.title-size-bigger {font-size: 18px; margin-right: 30px;}
    .css3panel .css3panel-text {font-size: 13px; margin-right: 30px;}
    .css3panel .css3panel-btn-area {margin-right:35px;}
    .css3panel .css3panel-btn-area .btn {margin-bottom: 10px;}
    .css3panel:first-child {
        -webkit-box-flex:1.3;
        -webkit-flex-grow:1.3;
            -ms-flex-positive:1.3;
                flex-grow:1.3;
    }
    .css3panels--resize .css3panel:hover {
        -webkit-box-flex:2;
        -webkit-flex-grow:2;
            -ms-flex-positive:2;
                flex-grow:2;
    }
    .css3panel:first-child .css3panel-caption {padding-left:70px;}
    .css3panel:last-child .css3panel-caption {padding-right:60px;}

    .css3panel-btn-area .btn {font-size:12px; margin-left: 0;}
    .css3panel-btn-area .btn:last-child {margin-left: 10px; }


}
@media (min-width: 768px) and (max-width: 991px) {
    .css3panel .css3panel-caption {padding-right: 25px;}
    .css3panels-container.css3panels--resize:hover .css3panel .css3panel-caption {/*width: 130%; margin-left: -30%;*/}
    .css3panels-container.css3panels--resize:hover .css3panel:hover .css3panel-caption {/*width: 100%; margin-left: 0%;*/}
    .css3panel .css3panel-title,
    .css3panel .css3panel-title.title-size-bigger {font-size: 16px; margin-right:20px;}
    .css3panel .css3panel-text {font-size: 13px; margin-right: 30px; display: none;}
    .css3panel .css3panel-btn-area {margin-right:35px; margin-top:50px;}
    .css3panel .css3panel-btn-area .btn {margin-bottom: 10px;}
    .css3panel:first-child {flex-grow:1.3;}
    .css3panels--resize .css3panel:hover {
        -webkit-box-flex:2.2;
        -webkit-flex-grow:2.2;
            -ms-flex-positive:2.2;
                flex-grow:2.2;
    }
    .css3panel:first-child .css3panel-caption {padding-left:50px;}
    .css3panel:last-child .css3panel-caption {padding-right:50px;}
    .css3panel:last-child .css3panel-title { margin-right:30px;}

    .css3panel-btn-area .btn {font-size:12px; margin-left: 0; }
    .css3panel-btn-area .btn:last-child {margin-left: 10px; }
}

@media (max-width: 767px) {

    .css3panels-container {
        margin-left: 0; margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .css3panel {
        float:left; overflow:hidden; position: relative; z-index: 0; box-shadow: 0 0 0 3px #fff;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
                width: 100%;

    }
   .zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child {padding-top:150px;padding-bottom: 0;box-sizing: content-box;width: 100%;}
   .zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-inner {top: 0;}
   .zn_pb_wrapper .kl-slideshow-css3panels:first-child .css3panel:first-child .css3panel-caption {margin-top:150px;}

   .css3panel:first-child,
   .css3panel:last-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
        flex-grow: 1;
    }
   .css3panels--resize .css3panel:first-child:hover,
   .css3panels--resize .css3panel:last-child:hover,
   .css3panels--resize .css3panel:hover {
        -webkit-box-flex: 1.5;
        -webkit-flex-grow: 1.5;
            -ms-flex-positive: 1.5;
                flex-grow: 1.5;
                min-height: 200px;
    }
   .css3panel-inner {
        position:absolute; margin-left: 0; margin-right: 0; min-height:150px;
        -webkit-transform:  skewX(0); -ms-transform:  skewX(0); transform:  skewX(0);
        width: 100%; height: 100% !important;
}
    .css3panel-mainimage-wrapper {-webkit-transform:  skewX(0); -ms-transform:  skewX(0); transform:  skewX(0);height: 100% !important;}
    .css3panel-caption {padding-left: 20px; padding-right: 0px !important;
    bottom: auto;
    bottom: 20%;
    top: auto;}
    .css3panel-title,
    .css3panel .css3panel-title.title-size-bigger {font-size: 18px; max-width: 82%;}
    .captiontitle--wbg,
    .captiontitle--dbg {padding: 10px 0 10px 25px; }
    .css3panel-text {font-size: 14px; max-width: 70%; margin-right: 0;}
    .css3panel-btn-area {clear: none;
    float: right;
    max-width: 30%;
    position: absolute;
    top: 80%;
    right: 3%;
    text-align: left;
    margin-top: 5px;
    margin-right: 0;}
    .css3panel-btn-area .btn:first-child { margin-bottom:15px; }
}

@media (max-width: 480px) {
    .css3panel:first-child {padding-top:0;padding-bottom: 0;box-sizing: border-box;width: 100%;}
    .css3panel:first-child .css3panel-inner {top: auto;}
    .css3panel:first-child .css3panel-caption {margin-top:0;}
    .css3panel-text {display: none;}
    .css3panel-btn-area {clear: right; float: right; max-width: 100%; position: relative; top: 0; left: 0; text-align: left; margin-right: 0; margin-top:20px;}
    .css3panel-btn-area .btn:first-child { /* margin-bottom:0; */ }
}

.swiper-slide,
.swiper-slide-duplicate {
	overflow: hidden;
}

.pr {
	position: relative !important;
	z-index: 2;
}

.fl {
	float: left;
}

.w50 {
	width: 50% !important;
}
.w75 {
	width: 75% !important;
}
 .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 27%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #909090 transparent;
}

.dropdown-menu > li > a {
	color: #fefefe;
	text-transform: none;
	letter-spacing: .5px !important;
}

.fancy-header {
	display: block;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: normal;
}

.container-item-image {
       position: absolute;
    z-index: 16;
    margin: 0 auto;
    top: 190px;
    width: 100%;
}

.container-item-image h1 {
	position: relative;
    z-index: 2;
    top: -100px;
    padding: 11px 30px;
    color: #222;
    font-size: 30px;
    background: #ffffff;
}

.mb5 {
	margin-bottom: 5% !important;
}



body.mobile .container-item-image h1 {
	font-size: 5vw;
}
.content-wrap-item {
	padding-top: 400px;
}

body.mobile .container-item-image {
	   top: 78px;
    overflow: hidden;
}

body.mobile .container-item-image .item-single-image {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

body.mobile .container-item-image .item-single-image img {
	    width: 135%;
    overflow: hidden;
    max-width: 135%;
    margin-left: -15%;
}

body.mobile .content-wrap-item {
	padding-top: 120px;
	
}

body.mobile #page-title.page-title-color.page-title-item {
	    height: 56px;
    width: 160%;
    max-height: 80px;
    padding: 60px;
}

.modal {
	top: 25%;
	    z-index: 900;
}

.modal-footer {
	border : none !important;
}
.modal-content {
    
    background-color: #F9F9F9;
}

.item-list {
	border-bottom: 1px solid #ddd;
    padding-bottom: 4px !important;
    padding-top: 5px !important;
	height: 30px;
}

.search-result {
	position: absolute;
	background: #fff;
	background: rgba(245,245,245,0.9);

	height: 100%;
	width: 100%;
	    z-index: 3;
    top: 120px;
    overflow: hidden;

}

input.search-page {
	    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #C1C1C1;
    background: transparent;
        font-size: 40px;
    color: #F8A142;
}
.search-page-icon {
    position: absolute;
    top: -1px;
    right: 15px;
    font-size: 37px;
    color: #C1C1C1;
}

.doted-border {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2OcuuH//+wARkYGIAATMIDCAQCPgQQEQmFYuwAAAABJRU5ErkJggg==) repeat;
	    padding: 13px 15px;
}
.search-menu-section {
    background: #fff;
    padding: 20px;
    display: flex;
        padding-bottom: 0px;
        padding-right: 0px;
}
.dark .search-menu-section {
	background: #090909;
}
.mobile.search-menu-section {
	display: block;
}
.search-menu-section:before {
	content: ' ';
	display: table;
}
.search-rel-menu {

}
.search-rel-menu a {
	    min-width: 49%;
    height: 22px;
    display: inline-block;
    font-size: 15px;
}
.dark .search-rel-menu a {
	color: #d1d1d1  ;
}
small.box-title {
	display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E2E2;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 1px;
    padding-top: 16px;
}

.dark small.box-title {
	border-bottom: 1px solid #454850;
}
.gmap-labels {
    color: white;
    background-color: red;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}

.page-content table{
  border-collapse:collapse;
  text-align:left;
  width:100%;
  margin:0;
  padding:0;
  
  animation: responsive 5s infinite ease-in-out;
}
 
.page-content table thead th{
  background-color: #343A4E;
    color: #AEE5FF;
    text-align: center;
    padding: 0.75em;
    font-weight: normal;
    font-size: 1em;
    height: 1.5em;
    vertical-align: top;
    border-left: 1px solid #8CAAFF;

}

.page-content table.small thead th{
  
    
    
    padding: 0.55em;
    
    font-size: 1em;
    height: 1em;
    
 

}

.page-content table tbody td,
.page-content table tbody tr{
  font-size:1em;
  border:none;
  padding:1em;
}

.page-content table.small tbody td,
.page-content table.small tbody tr{
  
  padding:0.5em;
}

.page-content table tbody tr:nth-child(odd){
  background:#ecf0f1;
  color:#95a5a6;
}
.page-content table tbody tr:nth-child(even){
  background:#bdc3c7;
  color:#7f8c8d;
}
.page-content table tbody tr a{
  text-decoration:none;
  color:#e67e22;
}
.page-content table tbody tr a:hover{
  color:#d35400;
}
.page-content table .thumb{
  background:#fff;
   width: 13%;
}
.page-content table  .thumb img {
  height:4em;
  padding:0;
  display:table-cell;
  text-align:center;
  margin:0 auto;
 
}

.page-content  table.noborder  tbody tr {
    border: none !important ;
}
.page-content  table.noborder  tbody th,
.page-content  table.noborder  tbody td,
.page-content  table.noborder  tbody tr {
    border: none !important ;
}




@media only screen and (max-width: 800px){
.page-content   table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
  }
.page-content   th,
.page-content   td{
    margin:0;
    vertical-align:top;
  }
.page-content   th{
    text-align:left;
  }
.page-content   table{
    display:block;
    position:relative;
    width:100%;
  }
.page-content   thead{
    display:block;
    float:left;
  }
.page-content   tbody{
    display:block;
    width:auto;
    position:relative;
    overflow-x:auto;
    white-space:nowrap;
  }
.page-content   thead tr{
    display:block;
  }
.page-content   th{
    display:block;
    text-align:right;
  }
.page-content   tbody tr{
    display:inline-block;
    vertical-align:top;
  }
.page-content   td{
    display:block;
    min-height:1.25em;
    text-align:left;
  }
.page-content   th{
    border-bottom:0;
    border-left:0;
  }
.page-content   td{
    border-left:0;
    border-right:0;
    border-bottom:0;
  }
}

.error_table {
  display: block;
  background: #E05E5E;
  color: #D1D1D1;
  
  text-align: center;
  font-size: 3em;
  width: 90%;
  padding: 5%;
}
	

ul.simple-timeline {
    padding: 0;
    margin: 0;
}

ul.simple-timeline li {
    padding: 0;
    margin: 0;
        list-style: none;
    display: block;
    clear: both;
}
ul.simple-timeline li:after {
     content: ' ';
}

ul.simple-timeline li:first-letter{
  font-size: 120%;

}

ul.simple-timeline li .li-tag{
        color: #ff0000;
    line-height: 30px;
    margin-top: 0px;
    display: block;
    float: left;
    font-size: 30px;
    width: 75px;
}
 
ul.simple-timeline li .li-tag::after{
   content: ' ';
    border-right: 1px dotted #e82222;
    height: 42px;
    display: inline-block;
    width: 30px;
    padding-right: 25px;
    margin-right: 8px;
}

ul.simple-timeline.small .li-tag{
     
       width: 45px;
    text-align: center;
}

 .datepicker-dropdown.datepicker-orient-bottom:after {
 	    border-top: none !important;
 }

 .mt-60 {
 	margin-top: -60px !important;
 }

 .action_box {padding:24px 0; color:#fff; border-top:2px solid #fff; border-bottom:1px solid #fff; position:relative; background-color:#CD2122; clear: both; }
.action_box .action_box_content { max-width: 1170px; margin: 0 auto; padding:0 15px; width: 100%; }
.action_box h4 {margin: 10px 0; font-weight: 200; font-size: 24px; line-height: 1.4; color: #fff !important}
.action_box .ac-subtitle { color: rgba(0, 0, 0, 0.8); line-height: 1.25; font-size: 18px }
.action_box .ac-btn { margin-left: 5px; margin-right:5px;}
.action_box:after,
.action_box:before {content:""; position:absolute; left:50%; bottom:-14px; margin-left: -25%; border-radius:3px; border: 8px solid transparent; border-top-width: 7px; border-top-color:#CD2122;}
.action_box:after { border-top-color:rgba(0,0,0,0.2); }
.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {margin-left: -7px; }
.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {margin-left: 25%; }
/* Style 2 */
.action_box.style2 .action_box_content { display: block; }
.action_box.style2 .ac-content-text, .action_box.style2 .ac-buttons { display: block; text-align: center; padding-left: 0; }
.action_box.style2 .ac-content-text { margin-bottom: 25px; }
.action_box.style2 .ac-btn, .action_box.style2 .ac-btn:last-child { display: inline-block; margin: 0 5px; }
/* Action Box style 3 */
.style3 .action_box_inner {background-color: #CD2122; position: relative; padding: 35px;     padding-top: 10px; border-radius: 6px; z-index: 1;}
.style3 .action_box_inner:before {position: absolute; content: ''; background-color: #CD2122; top: -6px; left: 0; width: 100%; height: 100%; display: block; -webkit-transform: skewY(1.5deg); -ms-transform: skewY(1.5deg); transform: skewY(1.5deg); border-radius: 6px; transform-origin: right top;}
.style3 .action_box_inner:after {position: absolute; content: ''; background-color: rgba(0, 0, 0, 0.2); width: 90%; height: 30%; display: block; border-radius: 4px; -webkit-transform: skewY(-2deg); -ms-transform: skewY(-2deg); transform: skewY(-2deg); right: 5%; top: -20px; z-index: -1; }
.action_box.style3 {padding:0;border-radius: 6px;}
.action_box.style3 .action_box_content{position:relative;}
.action_box.style3:before {position: absolute; content: ''; background-color: #CD2122; width: 30px; height: 32px; display: block; bottom: -6px; left: 20%; border-radius: 4px; -webkit-transform: skewY(35deg); -ms-transform: skewY(35deg); transform: skewY(35deg); }
.action_box.style3:after {display:none}

@media (min-width: 1200px) {
	.action_box .action_box_content { display: table; }
	.action_box .ac-content-text { display: table-cell; }
	.action_box .row.flex {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
	.action_box .ac-buttons { text-align: right; display: table-cell; vertical-align: middle; padding-left: 30px;}
	.action_box .ac-btn {  display: inline; }
/* 	.action_box .ac-btn:last-child { margin-left: 15px; }  */
}
@media (max-width: 1200px) {
	.action_box { text-align: center; }
	.action_box .ac-content-text { margin-bottom: 25px; }
	.action_box.style3 {margin-top:40px;}
}
@media (max-width: 991px) {
	.action_box .ac-btn { margin-top:10px; }
}


/* Services Boxes */
.services_box--classic .services_box__inner {margin-bottom:30px}
.services_box--classic .services_box__content {overflow: hidden;}
.services_box--classic .services_box__title {font-size: 16px; font-weight: 700; line-height: 1.6; color: #CD2122; margin: 15px 0; vertical-align: middle;}
.services_box--classic .services_box__icon {float:left; width:80px; line-height: 80px; color:#fff; background:#646464; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:background .15s ease-out; transition:background .15s ease-out; position: relative;}
.services_box--classic:hover .services_box__icon {background:#CD2122;}
.services_box--classic .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--classic .services_box__list .glyphicon { font-size:7px; margin-right:10px; color:#868686; top:0; vertical-align: middle; -webkit-transition:color .15s; transition:color .15s;}
.services_box--classic .services_box__list li:hover .glyphicon { color:#454545;}
.services_box--classic .services_box__list-text { vertical-align: middle;}
/* image */
.services_box--classic .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition:opacity .15s ease-out; transition:opacity .15s ease-out;}
.services_box--classic .services_box__iconimg-hover {opacity:0;}
.services_box--classic:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--classic:hover .services_box__iconimg-hover {opacity:1; }
/* icon */
.services_box--classic .services_box__fonticon {color: #fff; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--classic:hover .services_box__fonticon {color:#fff; }

/* Modern Services Boxes */
.services_box--modern .services_box__inner {margin-bottom:30px;position: relative;}
.services_box--modern .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;}
.services_box--modern .services_box__icon { float:left; width:80px; line-height: 80px; box-shadow:inset 0 0 0 2px #cd2122; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:all .15s ease-out; transition:all .15s ease-out;}
.services_box--modern:hover .services_box__icon {box-shadow:inset 0 0 0 40px #cd2122;}
.services_box--modern .services_box__icon-inner {position: relative;height: 100%;}
.services_box--modern .services_box__icon:after {content:''; position:absolute; top:80px; left:40px; height: calc(100% - 60px); width:1px; background-color: rgba(0, 0, 0, 0.07);}
/* image */
.services_box--modern .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition:opacity .15s ease-out;}
.services_box--modern .services_box__iconimg-hover {opacity:0; -webkit-transform: translateX(-50%) translateY(-50%) scale(0); transform: translateX(-50%) translateY(-50%) scale(0); transition:all .15s ease-out}
.services_box--modern:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--modern:hover .services_box__iconimg-hover {opacity:1;  -webkit-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1);}
/* icon */
.services_box--modern .services_box__fonticon {color: #cd2122; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--modern:hover .services_box__fonticon {color:#fff; }
/* list */
.services_box--modern .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--modern .services_box__list li {position: relative;}
.services_box--modern .services_box__list li:before {content:''; width: 5px; height: 5px; position: absolute; left: 38px; top: 9px; border-radius: 50%; display: block;background-color: #fff;box-shadow: 0 0 0 2px #cd2122; -webkit-transition:all .15s; transition:all .15s}
.services_box--modern .services_box__list li:hover:before {box-shadow: 0 0 0 3px #cd2122;}
.services_box--modern .services_box__list-text { vertical-align: middle;}
.services_box--modern.sb--hasicon .services_box__title {margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__desc { margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__list li {padding-left: 100px;}

/* Boxed Services Boxes */
.services_box--boxed {padding: 30px; background:#eee; margin: 0; position:relative; margin-bottom: 30px; border-radius:5px; position: relative;}
.services_box--boxed:hover {z-index: 2; }
.services_box--boxed .services_box__inner {position: relative;}
.services_box--boxed .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;z-index: 2;position: relative;}
.services_box--boxed .services_box__desc {z-index: 2;position: relative;}
.services_box--boxed .services_box__icon { max-height:80px; position: relative; z-index: 2; min-height: 50px;}
/* image */
.services_box--boxed .services_box__iconimg {transition:opacity .2s ease-out;}
.services_box--boxed .services_box__iconimg-hover { position: absolute; left:0; top:0; opacity:0; }
.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {opacity:0; }
.services_box--boxed:hover .services_box__iconimg-hover {opacity:1}
/* icon */
.services_box--boxed .services_box__fonticon {color: #cd2122; font-size: 22px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--boxed:hover .services_box__fonticon {color:#454545; }
/* list */
.services_box--boxed .services_box__list-wrapper {position: absolute; width: 100%;top: -30px;opacity: 0;visibility: hidden; transition:all .2s ease-out;}
.services_box--boxed:hover .services_box__list-wrapper {opacity: 1;visibility: visible;}
.services_box--boxed .services_box__list-bg {position: absolute; width: calc(100% + 60px); height: calc(100% + 30px); background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index: 1; opacity:1;left: -30px;border-radius: 5px;}
.services_box--boxed .services_box__list { list-style:none; margin:0; padding:0; padding-top: 200px; z-index: 1; position: relative;}
.services_box--boxed .services_box__list li {position: relative; line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color: #CD2122; opacity:0;visibility: hidden; transition:all .25s ease-out;}
.services_box--boxed .services_box__list li:nth-child(1) { transform:translateY(10px); transition-delay:0.025s; }
.services_box--boxed .services_box__list li:nth-child(2) { transform:translateY(20px); transition-delay:0.05s; }
.services_box--boxed .services_box__list li:nth-child(3) { transform:translateY(30px); transition-delay:0.075s; }
.services_box--boxed .services_box__list li:nth-child(4) { transform:translateY(40px); transition-delay:0.1s; }
.services_box--boxed .services_box__list li:nth-child(5) { transform:translateY(50px); transition-delay:0.125s; }
.services_box--boxed .services_box__list li:nth-child(6) { transform:translateY(60px); transition-delay:0.15s; }
.services_box--boxed .services_box__list li:nth-child(7) { transform:translateY(70px); transition-delay:0.175s; }
.services_box--boxed .services_box__list li:nth-child(8) { transform:translateY(80px); transition-delay:0.2s; }
.services_box--boxed .services_box__list li:nth-child(9) { transform:translateY(90px); transition-delay:0.225s; }
.services_box--boxed .services_box__list li:nth-child(10) { transform:translateY(100px); transition-delay:0.25s; }
.services_box--boxed:hover .services_box__list li {opacity:1; visibility: visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
/* MQ's */
@media (max-width: 1199px) {
	.services_box .services_box__icon {float: none;}
	/* Modern */
	.services_box--modern.sb--hasicon .services_box__title {margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__desc { margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__list li {padding-left: 0;}
	.services_box--modern .services_box__list li:before,
	.services_box--modern .services_box__icon:after {display: none;}
}
@media (max-width: 767px) {
	.services_box .services_box__inner {text-align: center; }
	.services_box .services_box__icon {float: none; margin: 0 auto; }
	.services_box .services_box__list .glyphicon {display: none}
}
@media (max-width: 568px) {
	.services_box {width: 100%; }
}

/* SERVICES Boxes Element */
.services_box_element .box {padding: 30px; background:#eee; margin: 0; position:relative; height:360px; margin-bottom: 30px;}
.services_box_element .box:hover {background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index:1; border-radius:5px}
.services_box_element .box .title {font-size:22px; margin-bottom: 15px; padding: 6px 0 15px 0; margin-top: 0; text-shadow: 1px 1px 0 white; vertical-align: middle;}
.services_box_element .box .icon {width: 45px; height: 45px; line-height: 45px; border-radius: 3px; transition: all .2s ease-out; background: #646464; float: left; text-align: center; margin-right: 20px; vertical-align: middle; }
.services_box_element .box .icon img {vertical-align: middle; line-height: 45px;display: inline-block;margin-top: -2px; max-width:30px;}
.services_box_element .box .list {margin:0; padding:0; list-style:none; display:none; float:none}
.services_box_element .box .list li {line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color:#CD2122}
.services_box_element .box .list li:first-child {border-top: 0; padding-top: 0}
@media (min-width: 1200px) {
    .services_box_element .box {height:530px;}
}
@media (min-width: 481px) and (max-width: 991px) {
    .services_box_element .box {overflow:hidden;}
}



/* process steps */
.process_steps {overflow:hidden; border-radius:2px; margin-bottom:-11px; width: 100%; min-height: 0;}
/* process steps style1 */
.process_steps--style1 {display: table; table-layout: fixed; }
.process_steps--style1 .process_steps__step {display: table-cell; padding: 20px 10px;  color:#fff; position:relative; text-align:center; vertical-align: middle; height:240px}
.process_steps--style1 .process_steps__step:first-child {border-radius: 3px 0 0 3px;}
.process_steps--style1 .process_steps__step:last-child {border-radius: 0 3px 3px 0;}
.process_steps--style1 .process_steps__step:after {content:''; position:absolute; top:15px; right:-14px; border:7px solid transparent; z-index:1;}
.process_steps--style1 .process_steps__intro {background:#CD2122; text-align:left; padding: 20px;}
.process_steps--style1 .process_steps__intro:after {border-left-color:#CD2122; }
.process_steps--style1 .process_steps__intro-title {margin-top:0; line-height:1.2; font-weight:500; font-size:24px}
.process_steps--style1 .process_steps__intro-title strong {font-size:120%; display:block; }
.process_steps--style1 .process_steps__intro-link {font-size:11px; font-weight:700; color:#eee;}
.process_steps--style1 .process_steps__intro-link:hover {color:#fff;}
.process_steps--style1 .process_steps__step-desc {margin-bottom:0;}
.process_steps--style1 .process_steps__step-icon {margin:20px 0 15px; min-height: 50px; line-height: 50px; font-size: 56px; }
.process_steps--style1 .process_steps__step-typeimg,
.process_steps--style1 .process_steps__step-typeimg img { max-height: 90px; display: inline-block;}
.process_steps--style1 .process_steps__step:nth-child(2) {background-color: #5a5a5a; }
.process_steps--style1 .process_steps__step:nth-child(2):after {border-left-color: #5a5a5a; }
.process_steps--style1 .process_steps__step:nth-child(3) {background-color: #4a4a4a; }
.process_steps--style1 .process_steps__step:nth-child(3):after {border-left-color: #4a4a4a; }
.process_steps--style1 .process_steps__step:nth-child(4) {background-color: #3e3e3e; }
.process_steps--style1 .process_steps__step:nth-child(4):after {border-left-color: #3e3e3e; }
.process_steps--style1 .process_steps__step:nth-child(5) {background-color: #383838; }
.process_steps--style1 .process_steps__step:nth-child(5):after {border-left-color: #383838; }
.process_steps--style1 .process_steps__step:nth-child(6) {background-color: #303030; }
.process_steps--style1 .process_steps__step:nth-child(6):after {border-left-color: #303030; }
.process_steps--style1 .process_steps__step:nth-child(7) {background-color: #252525; }
.process_steps--style1 .process_steps__step:nth-child(7):after {border-left-color: #252525; }
.process_steps--style1 .process_steps__step:last-child:after {border: 0; }
/* MQ's */
@media screen and (min-width: 768px) and (max-width: 991px){
	.process_steps--style1 {display: block; }
	.process_steps--style1 .process_steps__step {float: left; width: 33.3333%; }
	.process_steps--style1 .process_steps__intro {display: block; width: 100%; float: none; height: auto; }
}
@media screen and (max-width: 767px){
	.process_steps--style1 {display: block; }
	.process_steps--style1 .process_steps__step {float: left; width: 100%; }
	.process_steps--style1 .process_steps__intro {display: block; width: 100%; float: none; height: auto; }
}

/* process steps style2 */
.process_steps--style2 { overflow: hidden; padding: 11px 0;     background: #f5f5f5;}
.container .process_steps--style2 { overflow: visible; }
.process_steps--style2 .process_steps__container,
.process_steps--style2 .process_steps__height {min-height: 235px;     width: 100% ;}
.process_steps--style2 .process_steps__container { float: left; width:66%; border-radius: 5px; position: relative; min-height: 230px; padding-right: calc( ( ( 100vw - 1170px ) / 2) + 15px );}
.container .process_steps--style2 .process_steps__container { padding-right: 0;}
.process_steps--style2 .process_steps__container:before { content: ''; width: 102%; height: 108%; position: absolute; left: -30px; -webkit-transform: skewX(-10deg) translate3d(0,0,0); -ms-transform: skewX(-10deg) translate3d(0,0,0); transform: skewX(-10deg) translate3d(0,0,0); border: solid 1px #E0E0E0; top: -4%; padding-right: calc( ( ( 100vw - 1170px ) / 2) + 60px ); box-sizing: content-box; border-radius: 5px;}
.process_steps--style2 .process_steps__container:after { content: ''; width: 10px; height: 106%; position: absolute; left: -40px; -webkit-transform: skewX(-10deg) translate3d(0,0,0); -ms-transform: skewX(-10deg) translate3d(0,0,0); transform: skewX(-10deg) translate3d(0,0,0); z-index: 1; top: -3%; background: -webkit-gradient(100% 50%, ellipse, rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient(100% 50%, ellipse, rgba(0,0,0,.5), transparent 70%); background: radial-gradient(ellipse at 100% 50%,rgba(0,0,0,.5), transparent 70%); background: -webkit-radial-gradient( 100% 50%, 100% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 70%);}
.process_steps--style2.kl-bgc-light .process_steps__container:before { background: #fff;}
.process_steps--style2.kl-bgc-gray .process_steps__container:before { background: #F1F1F1; border: solid 1px #F1F1F1;}
.process_steps--style2.kl-bgc-dark .process_steps__container:before { background: #15171d; border: solid 1px #000;}
.process_steps--style2 .process_steps__step { padding: 20px; color:#fff; position:relative; text-align:center;  display: table-cell; vertical-align: middle; top: 4px; max-width: 100%;}
.process_steps--style2 .process_steps__container .process_steps__step:after { content: ''; width: 10px; height: 80%; background: url(../images/step-separator.svg) no-repeat left top; left: 102%; top: 15%; -webkit-transform: skew(-10deg); -ms-transform: skew(-10deg); transform: skew(-10deg); opacity: 0.10; position: absolute;}
.process_steps--style2.kl-bgc-dark .process_steps__container .process_steps__step:after { background: url(../images/step-separator-dark.svg) no-repeat left top; }

.process_steps--style2.noseparator .process_steps__container .process_steps__step:after { background: none !important }

.process_steps--style2 .process_steps__container .process_steps__step:last-child:after { display: none;}
.process_steps--style2 .process_steps__inner {display: table; table-layout: fixed; width:100%;}
.process_steps--style2 .process_steps__step-title { color: #333333; font-weight: normal; font-size: 20px;}
.process_steps--style2.kl-bgc-dark .process_steps__step-title { color: #fff; }

.process_steps--style2 .process_steps__step-desc {color: #888888; margin-bottom:0; /* padding-left: 20px; */}
.process_steps--style2.kl-bgc-dark  .process_steps__step-desc {color: #bbb}
.process_steps--style2 .process_steps__step-icon {    margin: 20px 0 20px;
    min-height: 50px;
    line-height: 40px;
    font-size: 64px;
    display: block;
    color: #e92d3b; }
.process_steps--style2 .process_steps__step-typeimg,
.process_steps--style2 .process_steps__step-typeimg .process_steps__step-icon-src { max-height: 90px; display: inline-block; margin: 0;}
.process_steps--style2 .process_steps__intro {background:#CD2122; text-align:left; float: left; width:34%; padding: 30px 40px 30px 30px;padding-left: calc( ( ( 100% - 70% ) / 2) + 15px );;    border-radius: 0px 0px 40px 0px;}
.container .process_steps--style2 .process_steps__intro {border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-left: 30px; }
.process_steps--style2 .process_steps__intro:after {border-left-color:#CD2122; }
.process_steps--style2 .process_steps__intro-title {margin-top:0; line-height:1.2; font-weight:500; position: relative; padding-bottom: 10px; }
.process_steps--style2 .process_steps__intro-title::before { content: ''; height: 3px; width: 30px; background: #fff; position: absolute; display: inline-block; bottom: 0;}
.process_steps--style2 .process_steps__intro-title strong {font-size:120%; display:block;}
.process_steps--style2 .process_steps__intro-link {font-size:11px; font-weight:700; color:#eee; display: inline-block; }
.process_steps--style2 .process_steps__intro-link:hover {color:#fff;}
/* MQ's */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.process_steps--style2 .process_steps__container { padding-right: calc( ( ( 100vw - 970px ) / 2) + 15px );}
	.process_steps--style2 .process_steps__container:before { padding-right: calc( ( ( 100vw - 970px ) / 2) + 60px );}
	.process_steps--style2 .process_steps__intro { padding-left: calc( ( ( 100vw - 970px ) / 2) + 15px );}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.process_steps--style2 {display: block; }
	.process_steps--style2 .process_steps__container {width:100%;}
	.process_steps--style2 .process_steps__step {float: left; width: 33.3333%; }
	.process_steps--style2 .process_steps__intro {display: block; width: 100%; float: none; height: auto; min-height:0;     text-align: center;
    padding: 4% 27%; }
	.process_steps--style2 .process_steps__container:before {-webkit-transform:none;-ms-transform:none;transform:none;left: -5px;padding: 0;width: calc(100% + 10px);}
	.process_steps--style2 .process_steps__container:after {display:none;}
	.process_steps--style2 .process_steps__container .process_steps__step:after {-webkit-transform:none;-ms-transform:none;transform:none;}
	.process_steps--style2 .process_steps__intro-title::before {
	    
	    height: 2px;
	    width: 54%;
	    
	}
}
@media screen and (max-width: 767px){
	.process_steps--style2 {display: block;  }
	.process_steps--style2 .process_steps__container {width:100% !important; max-width: 100% !important; float: none !important;  padding: 0px !important;}
	.process_steps--style2 .process_steps__inner {
	    display: block !important;
	    
	    
	}
	.process_steps--style2 .process_steps__step {float: none;  display: block; margin-bottom:0px; }
	.process_steps--style2 .process_steps__intro {display: block; width: 100% !important; float: none; height: auto; min-height:50px; padding:30px; margin-bottom:0;}
	.process_steps--style2 .process_steps__container:before {-webkit-transform:none;-ms-transform:none;transform:none;left: -5px;padding: 0; }
	.process_steps--style2 .process_steps__container:after ,
	.process_steps--style2 .process_steps__container .process_steps__step:after {display:none;}
	.process_steps--style2 .process_steps__intro-title::before {
	    
	    height: 2px;
	    width: 54%;
	    
	}
	.process_steps--style2 .process_steps__intro {display: block; width: 100%; float: none; height: auto; min-height:0;     text-align: center;
    padding: 10%; }
}


/* Animations for Process Icons */
.process_steps__step:hover .process_steps__step-icon-src[data-animation=tada] {-webkit-animation: tada ease-in-out 1 normal 800ms; animation: tada ease-in-out 1 normal 500ms; }
.process_steps__step:hover .process_steps__step-icon-src[data-animation=pulse] {-webkit-animation: pulse ease-in-out 1 normal 500ms; animation: pulse ease-in-out 1 normal 500ms; }
.process_steps__step:hover .process_steps__step-icon-src[data-animation=fadeOutRightBig] {-webkit-animation: fadeOutRightBig ease-out 1 normal 1s; animation: fadeOutRightBig ease-out 1 normal 1s;}
/* Pulse */
.pulse {-webkit-animation-name: pulse; animation-name: pulse;}
@-webkit-keyframes pulse {0% { -webkit-transform: scale(1); } 33% { -webkit-transform: scale(0.9); } 66% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); } }
@keyframes pulse {0% { -webkit-transform: scale(1); transform: scale(1); } 33% { -webkit-transform: scale(0.9); transform: scale(0.9); } 66% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } }
/* Tada */
.tada {-webkit-animation-name: tada; animation-name: tada;}
@-webkit-keyframes tada {0% {-webkit-transform: scale(1);} 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);} }
@keyframes tada {0% {-webkit-transform: scale(1);transform: scale(1);} 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} }
/* Fadeout right big */
.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig;}
@-webkit-keyframes fadeOutRightBig {0% { -webkit-transform: translate(2px, 1px); } 3% { -webkit-transform: translate(-1px, -2px); } 6% { -webkit-transform: translate(-3px, 0); } 8% { -webkit-transform: translate(0, 2px); } 10% { -webkit-transform: translate(1px, -1px); } 20% { -webkit-transform: translate(20px, -20px); } 100% { -webkit-transform: translate( 120px, -120px);} }
@keyframes fadeOutRightBig {0% {-webkit-transform: translate(2px, 1px);transform: translate(2px, 1px); } 3% {-webkit-transform: translate(-1px, -2px);transform: translate(-1px, -2px); } 6% {-webkit-transform: translate(-3px, 0);transform: translate(-3px, 0); } 8% {-webkit-transform: translate(0, 2px);transform: translate(0, 2px); } 10% {-webkit-transform: translate(1px, -1px);transform: translate(1px, -1px); } 20% {-webkit-transform: translate(20px, -20px);transform: translate(20px, -20px); } 100% {-webkit-transform: translate( 120px, -120px);transform: translate( 120px, -120px);} }


/* Process Steps 4 ( from 4.0+ ) */
.step-boxes-4 { display: table; table-layout: fixed; width: 100%;}
.process_box4 { display: table-cell; text-align: center; position: relative;}

.process_box4 .stp_title { text-align: center; font-weight: 600; font-size: 16px;}
.process_box4 .number { display: block; width: 80px; height: 80px; position: absolute; top: -40px; left: 50%; margin-left: -40px; }
.process_box4 .number:before {content:''; background: #cd2122; border-radius: 50%; display: block; width: 20px; height: 20px; position: absolute; top:50%; margin-top: -10px; left: 50%; margin-left: -10px; transition:all .2s ease-out; }
.process_box4:hover .number:before { width: 80px; height:80px; margin-left: -40px; margin-top:-40px;}
.process_box4 .number span { visibility: hidden; opacity: 0; line-height: 80px; position:relative; color:#fff; font-weight:700; font-size:20px; text-align:center; transition: opacity .2s ease-out .1s,
font-size .2s ease-out .1s, visibility .2s ease-out .1s; height: 80px; width: 80px; display: block;}
.process_box4:hover .number span { visibility: visible; opacity: 1;  font-size:30px; }
/* Line */
.pb__line {display: block; height: 1px; width: 100%; margin-left: -10px; background: #d8d8d8; margin: 50px 0;position: relative;}
.process_box4:first-child .pb__line {background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(216,216,216,1) 40%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(216,216,216,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(216,216,216,1) 40%); }
.process_box4:last-child .pb__line {background: -moz-linear-gradient(left,  rgba(216,216,216,1) 60%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(60%,rgba(216,216,216,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(216,216,216,1) 60%,rgba(255,255,255,0) 100%); }
.process_box4 .content { color: #a3a3a3; padding: 0 10px;}

@media (max-width: 768px) {
	.process_box4 { display: block; margin-bottom: 50px;}
}

/* process boxes */
.process_box { position: relative; padding: 0; margin-bottom: 80px; box-shadow: none; }
.process_box:after { border-color: transparent; border-top-color: #eee; border-width: 10px; margin-left: -10px; left: 10%;}
.process_box:before { border-color: transparent; border-top-color: #ccc; border-width: 13px; margin-left: -13px; left: 10%;}
.process_box[data-align=right]:after,
.process_box[data-align=right]:before {right: 10%; left:auto; margin-left: 0;}
.process_box[data-align=right]:before {margin-right: -13px;}
.process_box[data-align=center]:after,
.process_box[data-align=center]:before {left: 50%; }
.process_box[data-align=center]:after {border-top-color: #fff;}
.process_box .number { padding: 0;height: 100%; position: absolute; left: 0;top: 0; bottom: 0; width: 240px; text-align: center; float:left;}
.process_box .number span { font-size:100px; font-weight:900; color: #333; vertical-align: middle; position: relative; top: 50%; line-height: 1; display: block; }
.process_box .content {margin-left: 240px; padding: 25px 35px 20px 35px; float:left; font-size: 14px; line-height: 30px; color: #929292; background-color: #fff }
.process_box .stp_title {  font-size: 14px; text-transform: uppercase; font-weight: bold; color: #333; }
.process_box[data-align=right] .number {left:auto; right:0; border-right:0; }
.process_box[data-align=right] .content {margin-left:auto; margin-right:240px; padding: 25px 35px 20px 35px; color: #929292; line-height: 30px; font-size: 14px; }

@media (min-width: 768px) {
	.process_box .number span { transform: translateY(-50%); -webkit-transform: translateY(-50%) }
	.process_box[data-align=right] .content { text-align: right; }
	.process_box .content:before, .process_box .content:after { -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
	.process_box .content:before { position: absolute; content: ''; top: 0; width: 2px; height: 100%; background-color: #cd2122; }
	.process_box[data-align=left] .content:before {  left: 240px; }
	.process_box[data-align=right] .content:before { right: 240px; }
	.process_box:hover .content:before { width: 5px; }
	.process_box .content:after { position: absolute; content: ''; border: 14px solid; border-color: transparent; top: 50%; margin-top: -14px; }
	.process_box[data-align=left] .content:after { left: 242px; border-left-color: #cd2122; }
	.process_box[data-align=right] .content:after { right: 242px; border-right-color: #cd2122; }
	.process_box[data-align=left]:hover .content:after { left: 245px; }
	.process_box[data-align=right]:hover .content:after { right: 245px; }

	.process_box:after, .process_box .number:before,.process_box .number:after { background-color: #F1F1F1 !important; }
	.process_box:after { position: absolute; content: ''; width: calc(100% - 234px); height: 6px; bottom: -43px; }
	.process_box[data-align=left]:after { left: 130px; }
	.process_box[data-align=right]:after { right: 114px; }
	.process_box .number:before, .process_box .number:after { position: absolute; content: ''; width: 6px; height: 50px; }
	.process_box .number:before { top: -37px; }
	.process_box .number:after { bottom: -37px; }
	.process_box:first-child .number:before, .process_box.last .number:after, .process_box.last:after { content: none; }
    .process_box.last { margin-bottom: 0 }
}



/* Services Boxes */
.services_box--classic .services_box__inner {margin-bottom:30px}
.services_box--classic .services_box__content {overflow: hidden;}
.services_box--classic .services_box__title {font-size: 16px; font-weight: 700; line-height: 1.6; color: #CD2122; margin: 15px 0; vertical-align: middle;}
.services_box--classic .services_box__icon {float:left; width:80px; line-height: 80px; color:#fff; background:#646464; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:background .15s ease-out; transition:background .15s ease-out; position: relative;}
.services_box--classic:hover .services_box__icon {background:#CD2122;}
.services_box--classic .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--classic .services_box__list .glyphicon { font-size:7px; margin-right:10px; color:#868686; top:0; vertical-align: middle; -webkit-transition:color .15s; transition:color .15s;}
.services_box--classic .services_box__list li:hover .glyphicon { color:#454545;}
.services_box--classic .services_box__list-text { vertical-align: middle;}
/* image */
.services_box--classic .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition:opacity .15s ease-out; transition:opacity .15s ease-out;}
.services_box--classic .services_box__iconimg-hover {opacity:0;}
.services_box--classic:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--classic:hover .services_box__iconimg-hover {opacity:1; }
/* icon */
.services_box--classic .services_box__fonticon {color: #fff; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--classic:hover .services_box__fonticon {color:#fff; }

/* Modern Services Boxes */
.services_box--modern .services_box__inner {margin-bottom:30px;position: relative;}
.services_box--modern .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;}
.services_box--modern .services_box__icon { float:left; width:80px; line-height: 80px; box-shadow:inset 0 0 0 2px #cd2122; text-align:center; margin-right:20px; vertical-align:middle; border-radius:50%; height: 80px; -webkit-transition:all .15s ease-out; transition:all .15s ease-out;}
.services_box--modern:hover .services_box__icon {box-shadow:inset 0 0 0 40px #cd2122;}
.services_box--modern .services_box__icon-inner {position: relative;height: 100%;}
.services_box--modern .services_box__icon:after {content:''; position:absolute; top:80px; left:40px; height: calc(100% - 60px); width:1px; background-color: rgba(0, 0, 0, 0.07);}
/* image */
.services_box--modern .services_box__iconimg {max-width: 70px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition:opacity .15s ease-out;}
.services_box--modern .services_box__iconimg-hover {opacity:0; -webkit-transform: translateX(-50%) translateY(-50%) scale(0); transform: translateX(-50%) translateY(-50%) scale(0); transition:all .15s ease-out}
.services_box--modern:hover .sb--hashover .services_box__iconimg-main {opacity:0;}
.services_box--modern:hover .services_box__iconimg-hover {opacity:1;  -webkit-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1);}
/* icon */
.services_box--modern .services_box__fonticon {color: #cd2122; font-size: 22px; line-height: 80px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--modern:hover .services_box__fonticon {color:#fff; }
/* list */
.services_box--modern .services_box__list { list-style:none; margin:0; padding:0; }
.services_box--modern .services_box__list li {position: relative;}
.services_box--modern .services_box__list li:before {content:''; width: 5px; height: 5px; position: absolute; left: 38px; top: 9px; border-radius: 50%; display: block;background-color: #fff;box-shadow: 0 0 0 2px #cd2122; -webkit-transition:all .15s; transition:all .15s}
.services_box--modern .services_box__list li:hover:before {box-shadow: 0 0 0 3px #cd2122;}
.services_box--modern .services_box__list-text { vertical-align: middle;}
.services_box--modern.sb--hasicon .services_box__title {margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__desc { margin-left:100px;}
.services_box--modern.sb--hasicon .services_box__list li {
	padding-left: 100px;
    line-height: 18px;
    padding-top: 3px;
}

/* Boxed Services Boxes */
.services_box--boxed {padding: 30px; background:#eee; margin: 0; position:relative; margin-bottom: 30px; border-radius:5px; position: relative;}
.services_box--boxed:hover {z-index: 2; }
.services_box--boxed .services_box__inner {position: relative;}
.services_box--boxed .services_box__title {font-size: 22px; font-weight: 600; line-height: 1.3; color: #424242; margin: 15px 0; vertical-align: middle;z-index: 2;position: relative;}
.services_box--boxed .services_box__desc {z-index: 2;position: relative;}
.services_box--boxed .services_box__icon { max-height:80px; position: relative; z-index: 2; min-height: 50px;}
/* image */
.services_box--boxed .services_box__iconimg {transition:opacity .2s ease-out;}
.services_box--boxed .services_box__iconimg-hover { position: absolute; left:0; top:0; opacity:0; }
.services_box--boxed:hover .sb--hashover .services_box__iconimg-main {opacity:0; }
.services_box--boxed:hover .services_box__iconimg-hover {opacity:1}
/* icon */
.services_box--boxed .services_box__fonticon {color: #cd2122; font-size: 22px; -webkit-transition: color .2s ease-out .1s; transition: color .2s ease-out .1s; }
.services_box--boxed:hover .services_box__fonticon {color:#454545; }
/* list */
.services_box--boxed .services_box__list-wrapper {position: absolute; width: 100%;top: -30px;opacity: 0;visibility: hidden; transition:all .2s ease-out;}
.services_box--boxed:hover .services_box__list-wrapper {opacity: 1;visibility: visible;}
.services_box--boxed .services_box__list-bg {position: absolute; width: calc(100% + 60px); height: calc(100% + 30px); background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index: 1; opacity:1;left: -30px;border-radius: 5px;}
.services_box--boxed .services_box__list { list-style:none; margin:0; padding:0; padding-top: 200px; z-index: 1; position: relative;}
.services_box--boxed .services_box__list li {position: relative; line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color: #CD2122; opacity:0;visibility: hidden; transition:all .25s ease-out;}
.services_box--boxed .services_box__list li:nth-child(1) { transform:translateY(10px); transition-delay:0.025s; }
.services_box--boxed .services_box__list li:nth-child(2) { transform:translateY(20px); transition-delay:0.05s; }
.services_box--boxed .services_box__list li:nth-child(3) { transform:translateY(30px); transition-delay:0.075s; }
.services_box--boxed .services_box__list li:nth-child(4) { transform:translateY(40px); transition-delay:0.1s; }
.services_box--boxed .services_box__list li:nth-child(5) { transform:translateY(50px); transition-delay:0.125s; }
.services_box--boxed .services_box__list li:nth-child(6) { transform:translateY(60px); transition-delay:0.15s; }
.services_box--boxed .services_box__list li:nth-child(7) { transform:translateY(70px); transition-delay:0.175s; }
.services_box--boxed .services_box__list li:nth-child(8) { transform:translateY(80px); transition-delay:0.2s; }
.services_box--boxed .services_box__list li:nth-child(9) { transform:translateY(90px); transition-delay:0.225s; }
.services_box--boxed .services_box__list li:nth-child(10) { transform:translateY(100px); transition-delay:0.25s; }
.services_box--boxed:hover .services_box__list li {opacity:1; visibility: visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
/* MQ's */
@media (max-width: 1199px) {
	.services_box .services_box__icon {float: none;}
	/* Modern */
	.services_box--modern.sb--hasicon .services_box__title {margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__desc { margin-left:0;}
	.services_box--modern.sb--hasicon .services_box__list li {padding-left: 0;}
	.services_box--modern .services_box__list li:before,
	.services_box--modern .services_box__icon:after {display: none;}
}
@media (max-width: 767px) {
	.services_box .services_box__inner {text-align: center; }
	.services_box .services_box__icon {float: none; margin: 0 auto; }
	.services_box .services_box__list .glyphicon {display: none}
}
@media (max-width: 568px) {
	.services_box {width: 100%; }
}

/* SERVICES Boxes Element */
.services_box_element .box {padding: 30px; background:#eee; margin: 0; position:relative; height:360px; margin-bottom: 30px;}
.services_box_element .box:hover {background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.2); z-index:1; border-radius:5px}
.services_box_element .box .title {font-size:22px; margin-bottom: 15px; padding: 6px 0 15px 0; margin-top: 0; text-shadow: 1px 1px 0 white; vertical-align: middle;}
.services_box_element .box .icon {width: 45px; height: 45px; line-height: 45px; border-radius: 3px; transition: all .2s ease-out; background: #646464; float: left; text-align: center; margin-right: 20px; vertical-align: middle; }
.services_box_element .box .icon img {vertical-align: middle; line-height: 45px;display: inline-block;margin-top: -2px; max-width:30px;}
.services_box_element .box .list {margin:0; padding:0; list-style:none; display:none; float:none}
.services_box_element .box .list li {line-height: 26px; padding: 10px 0; border-top: 1px solid #eee; color:#CD2122}
.services_box_element .box .list li:first-child {border-top: 0; padding-top: 0}
@media (min-width: 1200px) {
    .services_box_element .box {height:530px;}
}
@media (min-width: 481px) and (max-width: 991px) {
    .services_box_element .box {overflow:hidden;}
}



/* Hover Box Style 1 */
.hover-box {display:block; padding:15px; background:#969696; border:1px solid rgba(0,0,0,0.4); color:#fff; text-shadow:1px 1px 0 rgba(0,0,0,0.5); border-radius:3px; margin-bottom: 20px; overflow: hidden;}
.hover-box:hover {background:#CD2122; color:#fff;}
.hover-box.centered {text-align:center;}
.hover-box > img {float:left; margin: 15px 15px 8px 10px;}
.hover-box.centered > img {float: none; }
.hover-box > h3 {line-height: 1.1; margin-top:0;}
.hover-box > h4 {line-height: 1.1; margin-top:0;}
.hover-box > p {margin-bottom:0;line-height: 1.1;}

/* Hover Box Style 2 & 3 */
.hover-box.hover-box-2,
.hover-box.hover-box-3 { text-shadow: none; border: none; padding: 25px; margin-bottom: 0; min-height: 180px; position: relative;}
.hover-box.hover-box-2:hover,
.hover-box.hover-box-3:hover {box-shadow: 0 10px 2px -6px rgba(0,0,0,0.8); -webkit-transform:translateY(-4px); -ms-transform:translateY(-4px);  transform:translateY(-4px); }
.hover-box.hover-box-3 img { display: none;}
.hover-box.hover-box-2 > h3,
.hover-box.hover-box-3 > h3 { margin-bottom: 20px;}
.hover-box.hover-box-2 > h4,
.hover-box.hover-box-3 > h4 { font-weight: bold;}
.hover-box.hover-box-2 .hb-img { margin: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
right:15px; float: none; max-width: none; -webkit-transition:all .2s ease-out; transition:all .2s ease-out;}
.hover-box.hover-box-2 .hb-img.rb-right {right:0;}
.hover-box.hover-box-2 > p,
.hover-box.hover-box-3 > p { line-height: 1.4;}
.hover-box.hover-box-2 > p:after,
.hover-box.hover-box-3 > p:after { content: ''; height: 3px; width: 50px; display: block; background: #fff; margin-top: 22px;}
.hover-box.hover-box-2:hover .hb-img {opacity:0; right:-100%;}
.hover-box.hover-box-2 .hb-circle {background: url(../images/circle-arr-hover.html) no-repeat left top; width: 187px; height: 187px; display: block;position: absolute;bottom: -40px;
right: -40px;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);opacity: 0;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.hover-box.hover-box-2:hover .hb-circle {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);opacity: 1;}
@media screen and (max-width:991px){
	.hover-box.hover-box-2,
	.hover-box.hover-box-3 {margin-bottom:30px;}
}



.amard-logo {
   	float: right;
    position: relative;
    width: 85px;
    height: 71px;
    top: -97px;
    right: 150px;
    overflow: hidden;
    border: 1px solid #111113;
    background: #1D1D1F;
    border-top: none;
}

.device-xxs div.amard-logo,
.mobile div.amard-logo {
	top: 22px !important;
	float: right;
	position: relative;
	width: 74px;
	height: 71px;
	right: 44% !important;
	overflow: hidden;
}

.amard-logo img {
	max-width: 170px;
    height: 60px;
    max-height: 71px;
    position: relative;
   right: -2px;
    top: 3px;
    transition: right .35s cubic-bezier(0, 1.5, 1, -0.9);
	-webkit-transition:right .35s cubic-bezier(0, 1.5, 1, -0.9);
	-o-transition: right .35s cubic-bezier(0, 1.5, 1, -0.9);
}

.amard-logo a:hover img {
 
	right: 71px;
}



.page-grid:not(.notrans) .grid li:nth-child(5) {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.page-grid:not(.notrans) .header p  {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.page-grid:not(.notrans) .bg-img,
.page-grid:not(.notrans) .title {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.page-grid:not(.notrans) .header h1,
.page-grid:not(.notrans) .codrops-demos a {
	-webkit-transition-property: color;
	transition-property: color;
}

.page-grid:not(.notrans) .grid li:nth-child(5),
.page-grid:not(.notrans) .bg-img,
.page-grid:not(.notrans) .title,
.page-grid:not(.notrans) .header h1,
.page-grid:not(.notrans) .header p,
.page-grid:not(.notrans) .codrops-demos a {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.page-grid .codrops-demos a {
	color: #fff;
}

.page-grid.modify .codrops-demos a {
	color: #cf7000;
}

.page-grid .codrops-demos a.current-demo {
	border-bottom: 3px solid #fff;
}

.page-grid.modify .codrops-demos a.current-demo {
	border-color: #cf7000;
}

.page-grid .title {
	max-width: 900px;
	padding-top: 2em;
}

.page-grid.modify .title {
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.page-grid .content > div {
	margin-top: 40px;
	color: #2e3337;
}

.page-grid .header h1 {
	font-weight: 700;
	padding: 0 0 0.6em;
}

.page-grid.modify .header h1 {
	color: #2d3b44;
}

.page-grid .header p {
	opacity: 0;
	color: #4c6270;
}

.page-grid .header p.subline {
	font-size: 1.5em;
}

.page-grid.modify .header p {
	opacity: 1;
}

.page-grid .grid {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
}

.page-grid .grid li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(71,63,59,0.5);
	pointer-events: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.page-grid.modify .grid li:hover::after,
.page-grid.modify .grid li:nth-child(5)::after {
	background: rgba(71,63,59,0.1);
}

.page-grid .grid li {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.page-grid .grid li h2 {
	font-weight: 700;
	padding-bottom: 0.4em;
	margin: 1em;
	color: #fff;
	line-height: 1;
	font-size: 1em;
	position: absolute;
	bottom: 0;
	z-index: 100;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.page-grid .grid li:hover h2 {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.page-grid .grid li:first-child {
	top: 0;
	left: 0;
	height: 50%;
	width: 25%;
}

.page-grid .grid li:nth-child(2) {
	top: 50%;
	left: 0;
	height: 50%;
	width: 25%;
}

.page-grid .grid li:nth-child(3) {
	top: 0;
	left: 25%;
	height: 100%;
	width: 25%;
}

.page-grid .grid li:nth-child(4) {
	top: 0;
	left: 50%;
	height: 50%;
	width: 50%;
}

.page-grid .grid li:nth-child(5) {
	top: 50%;
	left: 50%;
	height: 50%;
	width: 25%;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.page-grid.modify .grid li:nth-child(5) {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.page-grid .grid li:nth-child(5) h2 {
	color: #de8721;
}

.page-grid .grid li:nth-child(6) {
	top: 50%;
	left: 75%;
	height: 50%;
	width: 25%;
}

.page-grid.modify .bg-img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

 
@media screen and (max-width: 27em) {


	.page-grid .grid li h2 {
		display: none;
	}

	


}

.circle-number {
	 
	border: 1px solid #cd2122;
    border-radius: 50%;
    padding: 6px 7px;
    max-width: 32px;
    width: 32px;
    max-height: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 7px 0px 0px;
}

.circle-number:before {
	content: ' ';
}
.circle-number:after {
	content: ' ';
}


.fc-calendar-container {
	position: relative;
	width: 100%;
	height: auto;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	display: inline-block;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

/* Custom Events Calendar
-----------------------------------------------------------------*/

.events-calendar {
	position: relative;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
}

.events-calendar-header {
	height: 50px;
	position: relative;
}

.events-calendar-header h2,
.events-calendar-header h3 {
	float: left;
	text-shadow: none;
	margin-bottom: 0;
}

.events-calendar-header h2 {
	width: 60%;
}

.events-calendar-header h2 a,
.events-calendar-header h2 span {
	font-size: 18px;
	white-space: nowrap;
}

.events-calendar-header h3 {
	width: 40%;
	color: #666;
	font-size: 20px;
	text-align: right;
	padding-top: 0px;
	padding-right: 130px;
}

.events-calendar-header h3 span { color: #666; }
.events-calendar-header h3 .calendar-year, 
.events-calendar-header h3 .calendar-month {
	font-size: 24px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
}

.events-calendar-header nav {
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.events-calendar-header nav span {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	background: #444;
	margin: 0 1px;
	font-size: 14px;
	border-radius: 0 3px 3px 0;
	box-shadow: none;
}

.events-calendar-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.events-calendar-header nav span:hover {
	background: #222;
}

.events-calendar-header span i {
	color: #FFF;
	text-align: center;
	width: 100%;
}

.events-calendar-header nav span:last-child {
	margin-left: 20px;
	border-radius: 3px;
}

.fc-calendar {
	background: #F5F5F5;
	width: 100%;
	height: auto;
	margin-top: 10px;
	border-radius: 5px;
}

.fc-calendar .fc-head {
	background: #444;
	color: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 5px 5px 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.fc-calendar .fc-head > div {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	color: #333;
	text-shadow: none;
	font-size: 28px;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 8px;
	text-align: left;
	text-shadow: none;
}

.fc-calendar .fc-body {
	border: none;
	height: 568px;
	padding: 20px;
}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 #E5E5E5;
	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none !important;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius: 5px 0 0 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius: 0 5px 0 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	border-radius: 0 0 0 5px;
}

.fc-calendar .fc-row:last-child > div:last-child {
	border-radius: 0 0 5px 0;
}

.fc-calendar .fc-row > div {
	box-shadow: -1px 0 0 #E5E5E5;
	border: none;
	padding: 10px;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none !important;
}

.fc-calendar .fc-row > div.fc-today {
	background: #1E73BE;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.2);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.fc-calendar .fc-row > div.fc-today:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.fc-calendar .fc-row > div > div {
	margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	position: relative;
	z-index: 1;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 12px;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: #1E73BE;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.fc-calendar .fc-row > div > div a:hover { background: #444 !important; }

.fc-calendar .fc-row > div.fc-today > div a,
.fc-calendar .fc-row > div.fc-today > div span {
	color: #FFF;
	background: rgba(255,255,255,0.2);
}

.light .events-calendar-header h2,
.light .events-calendar-header h3 {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.light .events-calendar-header h2 { color: #FFF; }

.light .events-calendar-header h2 a,
.light .events-calendar-header h2 span { color: rgba(255,255,255,0.3); }

.light .events-calendar-header h2 a { color: rgba(255,255,255,0.5); }

.light .events-calendar-header h2 a:hover { color: rgba(255,255,255,0.9); }

.light .events-calendar-header h3 {
	color: #CCC;
	color: rgba(255,255,255,0.6);
}

.light .events-calendar-header h3 span { color: #eee; }

.light .events-calendar-header nav span {
	background: rgba(255,255,255,0.3);
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
	    text-align: center;
}

.light .events-calendar-header nav span:hover { background: rgba(255,255,255,0.5); }

.light .events-calendar-header span i { color: #FFF; }

.light .fc-calendar { background: rgba(255,255,255,0.1); }

.light .fc-calendar .fc-head {
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.light .fc-calendar .fc-head > div { text-shadow: 0 1px 1px rgba(0,0,0,0.4); }

.light .fc-calendar .fc-row > div > span.fc-date {
	color: rgba(255,255,255,0.9);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.light .fc-calendar .fc-row { box-shadow: inset 0 -1px 0 rgba(255,255,255,0.10); }

.light .fc-calendar .fc-row > div { box-shadow: -1px 0 0 rgba(255, 255, 255, 0.10); }

.light .fc-calendar .fc-row > div.fc-today {
	background: transparent;
	    box-shadow: inset 0 0 100px rgba(9, 9, 9, 0.13) !important;
}

.light .fc-calendar .fc-row > div > div a,
.light .fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.85);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.4);
}

.light .fc-calendar .fc-row > div > div a:hover { background: rgba(255,255,255,0.3) !important; }

.fc-calendar .fc-row > div > div time {
		 
		    display: inline-block;
    margin-right: 10px;
    margin-left: -5px;
	}

@media screen and (max-width: 991px) {

	.events-calendar-header,
	.events-calendar-header nav,
	.events-calendar,
	.fc-calendar-container,
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar .fc-body { height: auto; }

	.fc-calendar { margin: 20px 0; }

	.events-calendar-header h2,
	.events-calendar-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding: 0;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: inset 0 -1px #E5E5E5 !important;
		border-radius: 0px !important;
	}

	.fc-calendar .fc-row > div:first-child { box-shadow: inset 0 -1px #E5E5E5 !important; }

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 99%;
		display: inline-block;
	}
	.fc-calendar .fc-row > div > div time {
		 
		display: none;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: #1E73BE;
	}

	.fc-calendar .fc-row > div.fc-today:after {
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #999;
		font-size: 10px;
		text-transform: uppercase;
	}


	.light .fc-calendar .fc-row > div { box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important; width: 33% }
	.fc-calendar .fc-row > div:last-child, .fc-calendar .fc-head > div:last-child {
	    border-right: none;
	    border: none;
	    box-shadow: none !important;
	}

	.light .fc-calendar .fc-row > div.fc-today { background: rgba(0, 0, 0, 0.15); }

	.light .fc-calendar .fc-row > div > span.fc-weekday,
	.fc-calendar .fc-row > div.fc-today > span.fc-weekday {
		color: #fff;
		color: rgba(255,255,255,0.7);
	}

}

.action-box {
    text-align: center;
    padding: 2% 9%;
    background: #f54655;
    color: #fff !important;
}

.action-box h4 {
	font-size: 26px;
    color: #fff;
    display: block;
}

.action-box h4:before {
	 content: ' ';
	 display: block;
}

.action-box h4:after {
	    content: ' ';
    display: block;
    height: 2px;
    width: 10%;
    background: #000;
    margin: 2% auto;

}

.action-box h5 {
	font-size: 21px;
    font-family: 'kll';
    color: #000;
}


.slide.feature {
	background: #000;

}

.slide.feature .sec3,
.slide.feature .sec1{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 450px;

}

.slide.feature .sec2{
	    padding: 40px 40px;
    background: #ee3341;
    height: 450px;
    overflow: hidden;
}
.slide.feature .sec2 h4{
	font-size: 43px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}
.slide.feature .sec2 h4:after{
	content: '';
    height: 2px;
    display: block;
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}
.slide.feature .sec2 span{
	font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.slide.feature .sec2 a{
	 margin: 0 !important;
}
 

 .ltr {
 	direction: ltr !important;
 	text-align: left !important;
 }

 .rtl {
 	direction: rtl !important;
 	text-align: right !important;
 }


 .cd-container {


  margin: 0 auto;
}
.cd-container::after {

  content: '';
  display: table;
  clear: both;
}

 

#timeline {
  position: relative;

}
#timeline::before {

  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 4em 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.timeline-img.green {
  background: #75ce66;
}
.timeline-img.red {
  background: #c03b44;
}
.timeline-img.yellow {
  background: #f0ca45;
}
.timeline-img.blue {
    background: #377af0;
}


@media only screen and (min-width: 1170px) {
  .timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;

    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

    .timeline-img .icon{
        position: relative;
        left: 24.5% !important;
        top: 32% !important;
        font-size: 32px !important;
        color: #fff;
    }

}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content h2 {
  color: #303e49;
}


.timeline-content p{
    border-top: 1px dashed #d7e4ed;
    padding-top: 13px;
}

.timeline-content p:first-child{
    border: none;
    padding-top: 0;
}
.timeline-content .cd-read-more, .timeline-content .cd-date {
  display: inline-block;
}
.timeline-content p {

}
.timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

body.isrtl .timeline-content {
    direction: rtl !important;
}
@media only screen and (min-width: 768px) {
  .timeline-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .timeline-content p {
    font-size: 20px;
    font-size: 2rem;
  }
  .timeline-content .cd-read-more, .timeline-content .cd-date {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .timeline-content .cd-date {
      background: #3c94ca;
      padding: 10px 7px 7px;
      color: #ffffff;
      border-radius: 6px;
  }

  .dark .timeline-content .cd-date {
      color: #fff !important;
      opacity: 0.9 !important;
  }
  .dark .timeline-content p {
      color: #f5f5f7 !important;
  }
  .dark .timeline-content {

      box-shadow: 0 3px 0 #000000;
  }
  .timeline-img .icon {
      font-size: 20px;
      left: 9px;
      top: 9px;
      position: relative;
      color: #fff;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .timeline-content .cd-read-more {
    float: left;
  }
  .timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 11px;
    font-size: 32px;
    font-size: 3.33rem;
      background: none !important;

      color: #080808 !important;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .timeline-block:nth-child(even) .timeline-content .cd-read-more {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  .cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	font-size: 1.25rem;
	/* font-weight: 700; */
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: .625rem 1.25rem;
	margin: 0;
}

.no-js .inputfile + label {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}


/* style 1 */

.inputfile-1 + label {
	color: #f1e5e6;
	background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
	background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
	color: #d3394c;
	border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
	color: #722040;
}


/* style 3 */

.inputfile-3 + label {
	color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
	color: #722040;
}


/* style 4 */

.inputfile-4 + label {
	color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
	color: #722040;
}

.inputfile-4 + label figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #d3394c;
	display: block;
	padding: 20px;
	margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
	background-color: #722040;
}

.inputfile-4 + label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
	color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
	color: #722040;
}

.inputfile-5 + label figure {
	width: 100px;
	height: 135px;
	background-color: #d3394c;
	display: block;
	position: relative;
	padding: 30px;
	margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
	background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.inputfile-5 + label figure::before {
	border-top: 20px solid #dfc8ca;
	border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
	border-bottom: 20px solid #722040;
	border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
	border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
	width: 100%;
	height: 100%;
	fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
	color: #d3394c;
}

.inputfile-6 + label {
	padding: 0;
	color: #aaa;
	background-color: rgba(22,24,35,.76);
	background-image: none;
	border: 1px solid #000;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
	border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
	padding: 0.625rem 1.25rem;
	/* 10px 20px */
}

.inputfile-6 + label span {
	width: 100%;
	height: 39px;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	line-height: 29px;
}

.inputfile-6 + label strong {
	height: 39px;
	color: #f1e5e6;
	background-color: #d3394c;
	display: inline-block;
	width: 35%;
	position: relative;
	left: -35%;
	line-height: 26px;
	letter-spacing: 0.5px;
}

.isrtl .inputfile-6 + label strong {
	left: 35%;
}


.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
	background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}





#header.brick .row{
	display: block;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;


}

#header.brick .row.dark{
	background-color: #000;
}
#header.brick #top-mini{

}

#header.brick nav{

}
#header.brick #primary-menu {
	float: none;
	height: 48px;
}

#header.brick {
	height: 130px;
	border-bottom: 1px solid #a4a4a4;
}

#header.brick .container {
	position: relative;
	padding: 0;
}

body:not(.mobile) #header.brick #primary-menu > ul {
	display: table !important;
	table-layout: fixed !important;
	width: 100%;
	text-align: center;
	float: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

body:not(.mobile) #header.brick #primary-menu > ul > li.sub-menu {
	list-style: none;
	display: table-cell !important;
	vertical-align: middle;
	border: 0;
	float: none;
	border-left: 1px solid #a4a4a4;
	padding: 0;
	margin: 0;
}

#header.brick #primary-menu > ul > li.sub-menu:first-child {
	border-left: none !important;
}

#header.brick #primary-menu.sub-title ul li a {
	padding: 13px 5px;
	margin: 0;
	height: 47px;
}

#header.brick #primary-menu ul li .mega-menu-content {
	border-top-color: #000000;
}

#header.brick #primary-menu ul > .no-mega-menu ul li > a > span,
#header.brick #primary-menu ul li .mega-menu-content.style-2 ul a span {
	background: #ef3341;
}

#header.brick #header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 0px;
	width: 100%;
	margin-top: 29px;
	background: #232b32;
	padding: 1% 5%;
	border-bottom: 1px solid #444;
}

body:not(.mobile) #header.waypoint-p1.brick  #primary-menu ul li.mega-menu .mega-menu-content {
	margin-top: -52px;
}

#header.brick #primary-menu ul li.mega-menu .mega-menu-content ul {
	text-align: left;
	max-width: 400px;

}

#header.brick .menu-section h4 {
	color: #fefefe !important;
	border-bottom: 2px solid #df2f44;
}

#header.brick #primary-menu ul ul a {
	color: #fefefe;
}

#page-title.page-title-parallax {

	background-color: #000000;
	margin: 0;
}

#header.brick #primary-menu > ul > li.no-mega-menu > ul {
	top: 47px;
	min-height: 270px;
	min-width: 380px;
	padding: 20px;
	padding-bottom: 60px;
	background: #232b32;

	border: 1px solid #444;
	margin: 0 0px;
	padding-top: 29px;
	text-align: left;
	border-top: 2px solid #040404;
}


#header.brick  #primary-menu ul li .mega-menu-content ul.subopen {
	background-color: transparent !important;
	padding-left: 0;
}
.mobile #header-wrap .row {
	padding-top: 10px;

}
body:not(.mobile) header.brick {

	width: 100%;
}
body:not(.mobile) header.waypoint-p1.brick .menu-row{
	position: fixed !important;
	top: 0 !important;
	width: 96% !important;


}

body:not(.mobile) #header.brick  #primary-menu > ul {
	transition: all 0.5s;
}
body:not(.mobile) #header.waypoint-p1.brick  #primary-menu > ul {

	background: #000 !important;
	border-bottom: 1px solid #000000 !important;

}

body:not(.mobile) #header.waypoint-p1.brick #primary-menu > ul > li.sub-menu {

	border-left: 1px solid #242527;

}
body:not(.mobile) #header.waypoint-p1.brick #primary-menu.sub-title ul li a {

	color: #d3d4d6;

}
body:not(.mobile) #header.brick #primary-menu {
	transition:  all 0.33s !important;
	-webkit-transition:  all 0.33s !important;
	float: left !important;
	zoom: 1;
	width: 100%;
}
body:not(.mobile) #header.brick.waypoint-p1 #primary-menu {

	height: 50px;
	width: 91%;
	zoom: 1;
}

body:not(.mobile) #header.brick.waypoint-p1 .logo-small-menu {
	display: inline;
	float: left;
	opacity: 1;
	width: 9%;
	padding: 0.65vh 1.5vh;
	height: 48px;

}

