@import url("font-awesome.css");
@import url("icomoon.css");
@import url("montserrat.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
/*fonts*/
@font-face {
	font-family: 'DIN Alternate';
	src: url('../fonts/DINAlternate-Light.eot');
	src: url('../fonts/DINAlternate-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINAlternate-Light.woff') format('woff'),
		url('../fonts/DINAlternate-Light.ttf') format('truetype'),
		url('../fonts/DINAlternate-Light.svg#DINAlternate-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Alternate Medium';
	src: url('../fonts/DIN Alternate Medium.eot');
	src: url('../fonts/DIN Alternate Medium.woff') format('woff'), 
		 url('../fonts/DIN Alternate Medium.ttf') format('truetype'),
		 url('../fonts/DIN Alternate Medium.svg') format('svg');
		 url('../fonts/DIN Alternate Medium.eot?#iefix') format('embedded-opentype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Alternate';
	src: url('../fonts/DINAlternate-Bold.eot');
	src: url('../fonts/DINAlternate-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINAlternate-Bold.woff') format('woff'),
		url('../fonts/DINAlternate-Bold.ttf') format('truetype'),
		url('../fonts/DINAlternate-Bold.svg#DINAlternate-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DIN';
	src: url('../fonts/DINRegularAlternate.eot');
	src: url('../fonts/DINRegularAlternate.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINRegularAlternate.woff') format('woff'),
		url('../fonts/DINRegularAlternate.ttf') format('truetype'),
		url('../fonts/DINRegularAlternate.svg#DINRegularAlternate') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*fonts*/







	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
		  
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/23px "DIN Alternate";
	font-weight: 400;
	/* background:#000 url(../../img/bg.png)  repeat-x scroll 0 0;*/	
	/*color: #fff;*/
	background:#FFF;
}

a {		
	text-decoration: none;
	color:#000;
	cursor:pointer;
}

a:hover,
a:focus {
	color: #e74c3c;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

h1 { font-size: 70px ; line-height:23px ;}
h2 { font-size: 35px ; line-height:30px ;}
h3 { font-size: 27px ; line-height:30px ;}
h4 { font-size: 16px ; line-height:30px ;}
h5 { font-size: 15px ; line-height:30px ;}
h6 { font-size: 14px ; line-height:30px ;}

h1, h2, h3, h4, h6 { /* 'HelveticaNeueLTStd Light' , Midle */
	font-family: 'DIN Alternate';
	color: #666;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}
h5 {
	font-family: 'DIN Alternate';
	text-transform:uppercase;
}
.pad-top0px { padding-top: 0; }
.pad-top60px { padding-top: 60px; }
.pad-top65px { padding-top: 65px; }
.pad-top70px { padding-top: 70px; }
.pad-top80px { padding-top: 80px; }
.pad-top85px { padding-top: 0px; }
.pad-top90px { padding-top: 90px; }
.pad-top95px { padding-top: 95px; }
.pad-top120px { padding-top: 120px; }
.pad-top155px { padding-top: 155px; }
.pad-top200px { padding-top: 200px; }
.mar-topam80px {margin-top: -80px; }

.pad-bottom0px { padding-bottom: 0; }
.pad-bottom20px { padding-bottom: 20px; }
.pad-bottom30px { padding-bottom: 30px; }
.pad-bottom45px { padding-bottom: 45px; }
.pad-bottom50px { padding-bottom: 50px; }
.pad-bottom70px { padding-bottom: 70px; }
.pad-bottom72px { padding-bottom: 72px; }
.pad-bottom80px { padding-bottom: 80px; }
.pad-bottom90px { padding-bottom: 90px; }
.pad-bottom110px {/* padding-bottom: 110px;*/ }
.pad-bottom120px { padding-bottom: 120px; }
.pad-bottom135px { padding-bottom: 135px; }
.pad-bottom158px { padding-bottom: 158px; }
.pad-bottom209px { padding-bottom: 209px; }

.pad-top80px.main-content {
	padding: 80px 0 85px;
}

.pad-top90px.main-content {
	padding: 90px 0 46px;
}

.mag-bottom40px { margin-bottom: 40px; }

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 14px;
    font-family: 'DIN';
    font-weight: 400;   
    color: #ffffff;
    background-color: #e74c3c;
    text-transform: uppercase;   
    padding: 18px 14px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: 'DIN';
	font-size: 14px;	
	width: 100%;	
	border: 1px solid gainsboro;
	background-color: #fff;		
	height: 50px;
	margin-bottom: 20px;
	padding: 12px 10px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #e74c3c;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 200px;
	padding: 15px 35px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	opacity: 1;
	color: #bcbcbc;
	font-family: 'DIN';
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #bcbcbc;
	font-family: 'DIN';
	font-size: 14px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #bcbcbc;
	font-family: 'DIN';
	font-size: 14px;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #000;
}

.blog-single .entry p {
	margin-bottom: 22px;
}

/* top-bar
-------------------------------------------------------------- */
.top-bar {
	/*background: #fff;*/
	padding: 10px 15px 0px;
	color: #fff;
	font-size: 13px;
	/*position: fixed;*/
	 width: 100%;
	  z-index: 111;	
}

.top-bar .custom-info {
	/*float: left;*/
	color: #666666;
	    font-size: 15px;
}

.top-bar .custom-info .spacer {
	width: 30px;
	margin: 0 5px;
}

.top-bar .social-links {
	float: right;
	/*margin-right: 10px;*/
	    margin-left: -5px;
}

.top-bar .social-links a {
	margin: 0 5px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #333;
    display: inline-block;
    border-radius: 100%;
}

.top-bar .social-links a:hover {
	background-color: #e74c3c;
}

.top-bar .social-links a i {
	font-size: 14px;
	color: #fff;
}

/* Header
-------------------------------------------------------------- */
.wrap-slider {
	position: relative;
	padding: 0 15px;
	margin-top: 10px;
}

.wrap-slider .header {
	border-bottom: 1px solid rgba(245,245,245,0.1);
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 9999;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
}

.header .header-wrap .logo {		
	float: left;
	/*margin: 0 0 0 52px;	*/
}
.logo{
position: absolute; top: 10px;	
}


.header .header-wrap .logo a {		
	padding: 0px 15px;
}
.header .header-wrap .show-search,
.header .header-wrap .cart,
.header .header-wrap .block {
	float: left;
	/*border-left:1px solid rgba(245,245,245,0.1);*/
}

.header .header-wrap .show-search a,
.header .header-wrap .cart a,
.header .header-wrap .block a {
	color: #e74c3c;
}

.header .header-wrap .show-search:hover a,
.header .header-wrap .cart:hover a,
.header .header-wrap .block:hover a {
	color: #e74c3c;
}
.header .header-wrap .cart {
	padding: 0 30px;
}

.header .header-wrap .block {
	padding: 0 15px 0 0px;	
}

.header .header-wrap .show-search {
	padding: 0 43px;	
}

.header .header-wrap .show-search:hover ,
.header .header-wrap .cart:hover,
.header .header-wrap .block:hover {
	cursor: pointer;	
}

.header .header-wrap .cart a {
	position: relative;
}

.header .header-wrap .cart span.number-cart {
	position: absolute;
	top: -7px;
	left: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-family: 'DIN';
	font-size: 10px;
	background-color: #e74c3c;
	color: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;	
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	top: 0;
	/*padding: 10px 0 0;*/
	width: 100%;
	z-index: 9999;  
    /*background: rgba(51, 51, 51, 0.97);*/  
	background:#000; 
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;   
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.header.downscrolled .header-wrap { margin-bottom: 10px; }
.header-wrap.clearfix{
	/*background:#fff;*/
	margin-bottom: 11px;
}

.header.upscrolled {	
       opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    visibility: visible;   
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* Header classic header-v1 */
.wrap-slider .header.header-v1 {
	position: relative;
	background-color: #fff;
}

.header.header-v1 #mainnav > ul > li > a {
	color: #333;
}

.header.header-v1 .header-wrap .show-search a, 
.header.header-v1 .header-wrap .cart a, 
.header.header-v1 .header-wrap .block a {
	color: #e74c3c;
}

.header.header-v1 .header-wrap .show-search, 
.header.header-v1 .header-wrap .cart, 
.header.header-v1 .header-wrap .block {
	border-left: 1px solid rgba(51,51,51,0.1);
}

/* Header modern header-v2 */
.wrap-slider .header.header-v2 {
	position: absolute;
	top: 150px;
	border-bottom: 0;
}

.site-brand {
	background-color: #303030;
	color: #fff;
	padding: 33px 0 60px;
}

.site-brand .logo {
	float: left;
	margin-top: 5px;
}

.site-brand .header-widgets {
	float: right;
}

.site-brand .header-widgets .widget {
	display: inline-block;
    text-align: left;
    margin-bottom: 0;
    vertical-align: top;
    border-right: 1px solid #fff;
    padding-right: 40px;
    margin-right: 40px;
    color: #fff;
}

.site-brand .header-widgets #text-3 {
	border-right: 0;
}

.site-brand .header-widgets .widget i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 15px;
}

.site-brand .header-widgets .widget .info-icon .content {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.site-brand .header-widgets .widget .textwidget {
	color: #fff;
}

.header.header-v2 .header-wrap {
	background-color: #e74c3c;	
}

.header.header-v2 .nav-wrap:after {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #fff;
	width: 99.2%;
	height: 45px;
	content: "";
	z-index: 1;
}

.header.header-v2 #mainnav {
	float: none;	
	padding-left: 100px;
}

.header.header-v2 #mainnav > ul > li > a {
	line-height: 55px;
	color: #333;
	font-weight: 700;
	padding: 0 12px;
	z-index: 90;
}

.header.header-v2 #mainnav > ul > li > a:hover,
.header.header-v2 #mainnav > ul > li.home > a {
	color: #fff;
}

.header.header-v2 #mainnav > ul > li > a:after {
	background: #fff;
}

/* Header Semi transparant header-v3 */
.header.header-v3 .header-wrap {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
       -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
        -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
         -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Header logo left header-v4 */
.header.header-v4 {
	background-color: #e74c3c;
}

.header.header-v4 .header-wrap {
	position: relative;	
}

.header.header-v4 #mainnav,
.header.header-v4 .wrap-icon-nav {	
	float: none;
}

.header.header-v4 .nav-wrap-v4 {
	background-color: #fff;	
}

.header.header-v4 .wrap-icon-nav {
	float: right;
}

.header.header-v4 .nav-wrap {
	float: left;
}

.header.header-v4 .header-wrap .show-search a, 
.header.header-v4 .header-wrap .cart a, 
.header.header-v4 .header-wrap .block a {
	color: #000000;
}


.header.header-v4 .logo, 
.header.header-v4 .show-search, 
.header.header-v4 .cart, 
.header.header-v4 .block {
    line-height: 66px;
}

.header.header-v4 #mainnav > ul > li > a {
	line-height: 66px;
	color: #333;
	font-weight: 700;
	padding: 0 12px;
	z-index: 90;
}

.header.header-v4 .header-wrap .cart,
.header.header-v4 .header-wrap .show-search {
	padding: 0 20px;
}

.header.header-v4 .header-wrap .block {
	padding: 0 25px 0 35px;
}

.header.header-v4 .header-wrap .logo {
	float: none;
	margin-left: 0;
	padding: 5px 0;
}

.header.header-v4 .header-wrap .show-search, 
.header.header-v4 .header-wrap .cart, 
.header.header-v4 .header-wrap .block {    
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* Header logo center header-v5 */
.header.header-v5 {
	background-color: #e74c3c;
}

.header.header-v5 .header-wrap {
	position: relative;	
}

.header.header-v5 #mainnav,
.header.header-v5 .wrap-icon-nav {	
	float: none;
}

.header.header-v5 .nav-wrap-v4 {
	background-color: #fff;	
}

.header.header-v5 .wrap-icon-nav {
	float: right;
}

.header.header-v5 .nav-wrap {
	float: left;
}

.header.header-v5 .header-wrap .show-search a, 
.header.header-v5 .header-wrap .cart a, 
.header.header-v5 .header-wrap .block a {
	color: #000000;
}

.header.header-v5 .logo, 
.header.header-v5 .show-search, 
.header.header-v5 .cart, 
.header.header-v5 .block {
    line-height: 66px;
}

.header.header-v5 #mainnav > ul > li > a {
	line-height: 66px;
	color: #333;
	font-weight: 700;
	padding: 0 12px;
	z-index: 90;
}

.header.header-v5 .header-wrap .cart,
.header.header-v5 .header-wrap .show-search {
	padding: 0 20px;
}

.header.header-v5 .header-wrap .block {
	padding: 0 25px 0 35px;
}

.header.header-v5 .header-wrap .logo {
	float: none;
	margin-left: 0;
	padding: 5px 0;
	text-align: center;
}

.header.header-v5 .header-wrap .show-search, 
.header.header-v5 .header-wrap .cart, 
.header.header-v5 .header-wrap .block {    
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* navigation */
.nav-wrap {
	position: relative;
}

#mainnav {
   float: right;
   position: relative;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   float:right;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: 'DIN Alternate';
	text-transform: uppercase;
   /* color: #333333;*/
   color: #333333 !important;
    text-decoration: none; 
   font-size: 14px;
    margin: 0 35px;
    padding: 0 24px !important;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			font-weight: 300;
	font-style: normal;
} 

#mainnav > ul > li > a:hover {
	color: #e74c3c !important;
}

#mainnav > ul > li:last-child > a {
	/*margin-right: 40px;*/
	margin-right: 0px;
}

#mainnav > ul > li > a:after {
	width: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
  /*  background-color: #e74c3c;*/
    -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

#mainnav > ul > li > a:hover:after,
#mainnav > ul > li.home > a:after {
	width: 100%;
}

.header .wrap-icon-nav {
    float: right;
}
.top-bar #mainnav > ul > li > a
{
	line-height: 20px !important;
	margin:0;
}
.header #mainnav > ul > li > a {
	line-height: 50px;/*100px;*/
} 

.header .logo,
.header .show-search,
.header .cart, 
.header .block {
    line-height: 50px;/*100px;*/
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* submenu */
#mainnav ul.submenu {
   position: absolute;
   left: 0;
   top: 150%;
   width: 300px;
   background-color: rgba(34, 34, 34, 0.61);
   z-index: 9999;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
   visibility: hidden;
  	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 300px;
   top: 0 !important;
}

#mainnav ul.submenu > li {
   border-top: 1px solid #333333;  
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu li:first-child {
   border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
			text-transform:uppercase;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #e74c3c;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.header.is-sticky .btn-menu {
	margin: 20px 40px;
}

.btn-menu {
 	display: none;
 	float: left;
 	position: relative;
 	background: transparent;
 	cursor: pointer;
 	line-height: 100px; 	
 	width: 20px;
 	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
 background-color: #e74c3c;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
 content: '';
 position: absolute;
 top: 0;
 height: 2px;
 width: 100%;
 left: 0;
 top: 50%;
 -webkit-transform-origin: 50% 50%;
     -ms-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
}

.btn-menu span {
 position: absolute;
 width: 100%;
 height: 2px;
 left: 0;
 top: 50%;
 overflow: hidden;
 text-indent: 200%;
}

.btn-menu:before {
 -webkit-transform: translate3d(0, -7px, 0);
         transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
 -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
 opacity: 0;
}

.btn-menu.active:before {
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Page title
-------------------------------------------------------------- */
.page-title {
	position: relative;
}

.page-title .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #feb800;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
}

/* Bg-black */
.page-title.bg-black .overlay {
	background-color: #000000;
}

/* Bg-black style1 */
.page-title.bg-black.style1 .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       opacity: 0.6;
        filter: alpha(opacity=60); 
}

.page-title .page-title-heading h2 {
	color: #ffffff;
	text-align: center;
	/*padding: 243px 0 87px 0;*/
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.page-title.bg-black-sv .overlay {
 	background-color: #000;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	       opacity: 0.1;
	        filter: alpha(opacity=10); 
}
.page-title-heading {
    padding: 70px 0px 0px 0px;
}

.page-title.bg-black-sv .page-title-heading .title {
 	color: #000;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	text-align: center;
}

.breadcrumbs ul li {
	display: inline-block;
    padding: 39px 15px 20px 0;
	color: #9f9fa1;
}

.breadcrumbs ul li a {
	position: relative;
}

.breadcrumbs ul li a:after {
	content: "/";
	position: absolute;
	top: -5px;
	right: -12px;
	font-family: 'DIN';
	font-size: 14px;
}

.breadcrumbs ul li:last-child {
	opacity: 0.5;
} 

.breadcrumbs ul li ,.breadcrumbs ul li a  {
	font-size: 14px;
	line-height: 30px;
	font-family: 'DIN';
	font-style: italic;
	color: #fff;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.breadcrumbs ul li a:hover {
	color: #e74c3c;
}

/* Blog
-------------------------------------------------------------- */
/* Blog-v1 */
.main-content.blog-single,
.main-content.blog-posts,
.main-content.services.v2 {
	position: relative;
}

.blog .wrap-main-post {
	position: relative;
}

.blog .wrap-main-post:before {
	position: absolute;
	top: 0;
	background-color: red;
	content: "";
	width: 100%;
	height: 100%;
}

/* Bg sidebar right */
.blog.v1 .wrap-main-post:before {
	left: 71.36752136752137%;
}

.main-content {
	padding: 20px 0;
}

.main-content.blog-posts.v1 .post-wrap {
	margin: 0 -15px;
}

.main-content.blog-posts.v1 .entry {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 65px;
}

.flex-direction-nav a {
    background-color: #e74c3c;
    opacity: 0.35;
    border: none;
    color: #fff;
}

.entry .feature-post {
	position: relative;
}

.entry .feature-post::before {
	position: absolute;
	content: "";
	background-image: url("../images/blog/linev1.png");
	width: 100%;
	height: 100%;
	bottom: -100.5%;
	left: 3%;
	background-repeat: no-repeat;
	z-index: -1;
}

.entry .entry-title {
	margin-bottom: 15px;
	line-height: 23px;
	letter-spacing: -0.6px;
}

.entry .entry-title a {
	font-family: 'DIN';
	color: #303030;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.entry .entry-title a:hover {
	color: #e74c3c;
}

.entry .entry-meta {
	margin-bottom: 15px;
	margin-top: 24px;
	font-family: 'DIN';
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
	color: #a8a8a8;
}

.entry .entry-meta span {
	padding-left: 3px;
}

.entry .entry-meta .comment a {
	color: #a8a8a8;
}

.entry .entry-meta .date ,
.entry .entry-meta .comment {
	margin-right: 27px;
} 

.entry .entry-meta .date:hover {
	color:#e74c3c;
} 

.entry .entry-meta .comment a:hover {
	color: #e74c3c;
}

.entry .main-post a.more {
    text-transform: uppercase;
    color: #e74c3c;
     font-family: 'DIN Alternate';
	 font-style: normal;
	 font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    display: block;
    padding-top: 35px;
}

.entry .main-post a.more i.fa.fa-long-arrow-right {
	padding-left: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.entry .main-post a.more:hover i.fa.fa-long-arrow-right {
    padding-left: 22px;    
}

.entry .main-post a.more:hover {
	color: #303030;
}

blockquote {	
	position: relative;
	border: 15px solid #f5f5f5;
	background-color: #fff;
	padding: 40px 45px 30px 45px;
}

blockquote .wrap-text {
	color: #333;
	font-family: 'DIN';
	font-size: 16px;
	font-style: italic;
	line-height: 30px; 
}

blockquote.alignleft:after {
	content: "";
	background: url("../images/blog/quote.png") no-repeat center center;
	width: 43px;
    height: 35px;
    position: absolute;
    bottom: 30px;
    right: 40px;
}

blockquote .whisper {
	font-family: 'DIN';
	font-size: 14px;
	line-height: 30px;
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 30px;
    margin-bottom: 10px;
}

/* Sidebar*/
.main-content.blog-posts.v1 .sidebar ,
.main-content.blog-posts.v4 .sidebar ,
.main-content.blog-posts.v7 .sidebar ,
.main-content.blog-single.v2 .sidebar {
	padding-bottom: 10px;
}

.main-content.blog-posts.v3::before,
.main-content.blog-posts.v5::before,
.main-content.blog-posts.v6::before ,
.main-content.blog-single.v1::before ,
.main-content.services.v2::before {
	left: 0;
}

.main-content.blog-posts.v3 .sidebar,
.main-content.blog-posts.v5 .sidebar,
.main-content.blog-single.v1 .sidebar ,
.main-content.services.v2 .sidebar {
	margin-left: 0;
	padding-bottom: 10px;
}

.main-content.blog-posts.v6 .sidebar {
	padding-bottom: 10px;
}

.main-content.services.v2 .sidebar {
	margin-top: -10px;
}

.main-content.blog-single.v3:before {
    display: none;
}

/* Blog v2 */
.main-content.blog-posts.v2 .entry {
	float: left;
	width: 33.3%;
	padding: 0 3px 0 0;
	/*padding: 0 15px;*/
	margin-bottom: 65px;
}
.main-content.blog-posts.v2 .lastbg {
	padding-right: 0px;
}
.main-content.blog-posts.v2::before {
	background-color: transparent;
}

/* Blog v3 */
.main-content.blog-posts.v3 .post-wrap {
	margin: 0 -15px;
}

.main-content.blog-posts.v3 .entry {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 65px;
}

/* Blog v4 */
.main-content.blog-posts.v4 .post-wrap-v4 {
	margin: 0 -15px;
}

.main-content.blog-posts.v4 .entry {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

.main-content.blog-posts.v4 .blog-pagination,
.main-content.blog-posts.v6 .blog-pagination {
    text-align: left;
}

/* Blog v5 */
.main-content.blog-posts.v4 .entry .feature-post::before,
.main-content.blog-posts.v5 .entry .feature-post::before {
	background-image: url("../images/blog/linev5.png");
	left: 1.3%;
}

.main-content.blog-posts.v5 .post-wrap-v5 {
	margin: 0 -15px;
}

.main-content.blog-posts.v5 .entry {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

.main-content.blog-posts.v5 .blog-pagination {
    text-align: left;
}

/* Blog v6 */
.main-content.blog-posts.v6 .entry .feature-post::before {
	background-image: url("../images/blog/linev6.png");
	left: 1.3%;
}

.main-content.blog-posts.v6 .entry .feature-post {
	float: left;
	margin-right: 41px;
	margin-top: 7px;
}

.main-content.blog-posts.v6 .entry {
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}

.main-content.blog-posts.v6 .entry.style1 {
	border-bottom: none;
}

.main-content.blog-posts.v6 .post-wrapv5.clearfix {
    margin-top: -30px;
}

.sidebar-right .sidebar {
	margin-left: 70px;
}

.sidebar-left .sidebar {
	margin-right: 70px;
}

/* Blog single v1 */
.main-content.blog-single .post-wrap-single-v1 .feature-post::before {
	content: none;
}

.main-content.blog-single .main-post .wrap-img > img {
	float: left;
	padding-right: 30px;
}

.main-content.blog-single .main-post .wrap-img .entry-meta{
	margin-top: 10px;
}

.main-content.blog-single .entry-title a{
	clear: both;
	float: left;
	font-size: 25px;
	font-family: 'DIN';
	
	line-height: 30px;
	color: #e74c3c;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: -0.4px;
}

.main-content.blog-single .entry .entry-meta .content a {
	color: #a8a8a8;
}

.main-content.blog-single .entry .entry-content p {
	padding-top: 13px;
	clear: both;
	text-align: justify;
    font-size: 15px;
	
}
.main-content.blog-single .entry .entry-content h4{
font-size:20px;
	
	}

.main-content.blog-single .post-wrap-single-v1 .feature-post > img {
	padding-bottom: 20px;
}

.post-wrap-single-v1 .share-post .flat-socials {
	display: block;
}

/* Blog single v3 */
.main-content.blog-single.v3 .comment-form .name-container {
	width: 32%;
}

.main-content.blog-single.v3 .comment-form .email-container {
	width: 32%;
}

/* Share */
.wrap-share .share-post h4 {
	text-transform: uppercase;
	color: #333;
	float: left;
	margin-right: 5px;
}

.wrap-share .share-post ul li a{
	display: inline-block;
	float: left;
	color: #999;
	padding: 4px 10px 10px 10px ;
	font-size: 18px;
	font-family: "FontAwesome";
	line-height: 23px;
}

.wrap-share .share-post ul li a:hover ,.wrap-share .share-post ul li:first-child a {
	color: #e74c3c;
}

/* Comment */
.blog-single .comment-post .comment-title {
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
	margin-top: 40px;
    padding-top: 46px;
    font-size: 20px;
    line-height: 23px;
    color: #333;
}

.blog-single .comment-post .comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.blog-single .comment-post .comment.style1 {
    border-bottom: none;
}

.blog-single .comment-post .comment-avatar {
    float: left;
}

.blog-single .comment-post .comment-avatar > img {
    margin-right: 20px;
    margin-bottom: 90px;
    margin-top: 5px;
}

.blog-single .comment-post .comment-detail {
    padding-top: 10px;
}

.blog-single .comment-post .comment-detail .comment-author {
	font-family: 'DIN';
	
	font-size: 14px;
	line-height: 23px;
	color: #333;
	text-transform: uppercase;
}

.blog-single .comment-post .comment-detail .comment-author a {
	color: #333;
}

.blog-single .comment-post .comment-detail .comment-author a:hover {
	color: #e74c3c;
}

.blog-single .comment-post .comment-detail .comment-date a{
	font-family: 'DIN';
	
	font-size: 14px;
	line-height: 23px;
	font-style: italic;
	color: #a8a8a8;
	margin-left: 10px;
}

.blog-single .comment-post .comment-detail .comment-body {
	padding-top: 20px;
	padding-bottom: 31px;
}

.blog-single .comment-post .comment-detail a.comment-reply {
	padding: 10px 16px;
	background-color: #e74c3c;
	font-size: 12px;
	line-height: 23px;
	font-family: 'DIN';
	
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.blog-single .comment-post .comment-detail a.comment-reply:hover {
    background-color: #333;
}

.blog-single .comment-post .comment-title.style1 {
	padding-bottom: 38px;
}

/* Comment form contact */
.contact .comment-form .name-container,
.flat-contact-form .input-wrap.name {
	width: 32%;
	float: left;
	margin-right: 2%;	
}

.flat-contact-form .wrap-type-input {
	overflow: hidden;
}

.flat-contact-form .input-wrap,
.flat-contact-form .textarea-wrap {
	position: relative;
}

.flat-contact-form .input-wrap::before,
.flat-contact-form .textarea-wrap::before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
	display: none;
}

.flat-contact-form .input-wrap.email::before {
	content: "\f0e0";
}

.flat-contact-form .input-wrap.Subject::before  {
	content: "\f084";
}

.flat-contact-form .textarea-wrap::before {
	content: "\f075";
}

.contact .comment-form .email-container,
.flat-contact-form .input-wrap.email {
	float: left;
	width: 32%;
}

.contact .comment-form .subject-container,
.flat-contact-form .input-wrap.Subject {
	float: right;
	width: 32%;
}

.flat-contact-form .flat-button {
	background-color: #e74c3c;
    font-family: 'DIN';
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 17px 23px;
	 margin: 10px 0 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/* Comment form */
.comment-form .name-container {
	width: 48.27%;
	float: left;
	margin-right: 3.44%;	
}

.comment-form .email-container {
	float: right;
	width: 48.27%;
}

.comment-form .message {
	width: 100%;
}

.comment-form fieldset label {
	font-size: 14px;
	font-family: 'DIN';
	
	line-height: 38px;
	color: #666666;
}

.comment-form .name-container,
.comment-form .email-container,
.comment-form .subject-container,
.comment-form .message {
	position: relative;
}

.comment-form .name-container::before {
	content: "\f007";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .email-container::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .subject-container::before {
	content: "\f084";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .message::before {
	content: "\f075";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .submit {
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
}

.comment-form .submit:hover {
	background-color: #333;
}

/* Widget
-------------------------------------------------------------- */
/* widget search */
.widget.widget-search #searchform,
.widget.widget-search #searchform1 {	
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}

.widget.widget-search {
    margin-bottom: 70px;
}

.widget.widget-search h4.widget-title {
    padding-bottom: 40px;
    margin-top: 10px;
}

.widget .widget-title {
	text-transform: uppercase;
	padding-bottom: 40px;
	color: #333333;
}

.widget.widget-search #searchform #s,
.widget.widget-search #searchform1 #s1 {
	height: 50px;
	line-height: 20px;
	width: 100%;	
	padding: 0 10px 0 18px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;	
	border: 1px solid #e5e5e5;
	background-color:#000;
	color:#fff;
}

.widget.widget-search #searchform #searchsubmit,
.widget.widget-search #searchform1 #searchsubmit1 {
	padding: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    font-family: "FontAwesome";
    color: #333333;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

#searchform input:-moz-placeholder,
#searchform input::-moz-placeholder,
#searchform1 input:-moz-placeholder,
#searchform1 input::-moz-placeholder {
	color: #bcbcbc;
	opacity: 1;
	font-style:italic;
}

#searchform input:-ms-input-placeholder,
#searchform1 input:-ms-input-placeholder {
	color: #bcbcbc;
	font-style:italic;
}

#searchform input::-webkit-input-placeholder,
#searchform1 input::-webkit-input-placeholder {
	color: #bcbcbc;
	opacity: 1;
	font-style:italic;
}

/* Widget categories */
.widget.widget-categories {
	margin-bottom: 50px;
}

.widget.widget-categories ul li {
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	    width: 220px;
}

.widget.widget-categories ul li:last-child {
	border-bottom: none;
}

.widget.widget-categories ul li::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	height:0;
	width: 0;
	border-bottom: 4.5px solid transparent;
  	border-top: 4.5px solid transparent;
  	border-left: 4.5px solid #8d8e92; 
}

.widget.widget-categories ul {
    line-height: 51px;
    /*font-weight: bold;*/
}

.widget.widget-categories .pull-right {
    float: none !important;
    color: #999;
    margin-left: 5px;
}

.widget.widget-categories ul li a {
	color: #000;
	text-transform: uppercase;
}

.widget.widget-categories ul li a:hover {
	color: #e74c3c;
}

.widget.widget-categories h4.widget-title {
    padding-bottom: 10px;
}

.footer .widget.widget-categories {
    margin-left: 20px;
}

.footer .widget.widget-categories ul li a {
	color: #8d8e92;
}

.footer .widget.widget-categories ul li a:hover {
	color: #e74c3c;
}

/* Categories services */
.services .widget.widget-categories ul li a {
	font-family: 'DIN';
	color: #666666;
	font-weight: 400;
}

.services .widget.widget-categories .unstyled li a:hover {
	color: #e74c3c;
}

/* widget-dowload */
.widget.widget-dowload h4.widget-title {
    padding-bottom: 40px;
}

.widget.widget-dowload ul li {
	position: relative;
	background-color: #333333;
	border-bottom: 2px solid #fff;
	padding: 15px 0 16px 50px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.widget.widget-dowload ul li:hover {
	background-color: #e74c3c;
	padding: 15px 0 16px 55px;
}

.widget.widget-dowload ul li:before {
	position: absolute;
	left: 20px;
	top: 15px;
	font-family: FontAwesome;
	content: "\f1c2";
	color: #fff;
	font-size: 18px;
}

.widget.widget-dowload ul li.dl-pdf:before {
	content: "\f1c1";
}

.widget.widget-dowload ul li.dl-powerpoint:before {
	content: "\f1c4";
}

.widget.widget-dowload.services-single ul li:after {
	position: absolute;
	right: 20px;
	top: 15px;
	font-family: FontAwesome;
	content: "\f019";
	color: #fff;
	font-size: 18px;
}

.widget.widget-dowload ul li a {
	color: #fff;
}

.widget.widget-dowload ul li a:hover {
	color: #333333;
}

.widget.widget-dowload {
    margin-bottom: 70px;
}

/* Widget recentpost */
.widget.widget-recentpost {
    margin-bottom: 70px;
}

.widget.widget-recentpost .widget-title {
	padding-bottom: 20px;
}

.widget.widget-recentpost ul li {
	padding: 30px 0 12px;
}

.widget.widget-recentpost ul li:first-child {
	border: 0;
	padding-top: 9px;
}

.widget.widget-recentpost ul li:last-child {
	padding-bottom: 0;
}

.widget.widget-recentpost ul li:before {
	width: 0;
	height: 0;
	background-color: transparent;
}

.widget.widget-recentpost ul li .thumb {
	float: left;
	margin-right: 21px;
	margin-top: 9px;
	overflow: hidden;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;	
}

.widget.widget-recentpost ul li .text {
	overflow: hidden;	
	color: #989898;
}

.widget.widget-recentpost ul li .text p {
	font-weight: 300;
     font-family: 'DIN';
    margin: 0;
    position: relative;
    color: #a8a8a8;
    font-style: italic;
    font-size: 13px;
}

.widget.widget-recentpost ul li .text h6 {
	line-height: 20px;
	margin: 10px 0;
}

.widget.widget-recentpost ul li .text h6 a {
	color: #333333;
}

.widget.widget-recentpost ul li .text h6 a:hover {
	color: #e74c3c;
}

/* widget tag */
.widget.widget-tag {
	margin-top: 70px;
}

.widget.widget-tag .widget-title {
	padding-bottom: 10px;
}

.widget.widget-tag .tag-list {
	padding-top: 20px;
}

.widget.widget-tag .tag-list a {
	 font-family: 'DIN';
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 27px;
	padding-right: 4px;
}

.widget.widget-tag .tag-list a:hover {
	color: #e74c3c;
}

/* widget-about */
.widget-about .logo-footer {
	margin-bottom: 22px;
}

.widget-about ul {
	margin-top: 24px;
}

.widget-about ul li {
	float: left;
	margin-right: 25px;
}

.widget-about ul li a span {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.widget-about ul li a:hover span {
	color: #f96868;
}

.widget-about ul li span {
	 font-family: 'DIN';
    font-size: 24px;    
}

/* Services-single */
.main-content .flat-single .content,
.main-content .flat-accordion .flat-toggle {
	margin-left: -15px;
}

.main-content #left .flat-single .content {
	margin-left: 0;
}

.main-content #left .flat-single {
	margin-right: -15px;
}

.main-content .flat-single .content a {
	font-size: 18px;
	line-height: 23px;
}

.flat-single .content .title {
	margin-bottom: 9px;
}

.flat-single .content {
	margin-bottom: 40px;
}

.flat-single .icon {
	margin-bottom: 20px;
}

.main-content .flat-single .services-single {
	margin-bottom: 48px;
}

/* Comment form */
.comment-form .name-container {
	width: 49%;
	float: left;
	margin-right: 2%;	
}

.comment-form .email-container {
	float: left;
	width: 49%;
}

.comment-form .subject-container {
	float: right;
	width: 32%;
}

.comment-form .message {
	width: 100%;
}

.comment-form fieldset label {
	font-size: 14px;
	font-family: 'DIN';
	
	line-height: 38px;
	color: #666666;
}

.comment-form .name-container,
.comment-form .email-container,
.comment-form .subject-container,
.comment-form .message {
	position: relative;
}

.comment-form .name-container::before {
	content: "\f007";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .email-container::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .subject-container::before {
	content: "\f084";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .message::before {
	content: "\f075";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 23px;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bcbcbc;
}

.comment-form .submit {
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
}

.comment-form .submit:hover {
	background-color: #333;
}

.comment-respond h4.comment-title {
	font-size: 35px;
	color: #333333;
}

.comment-respond.style2 h4.comment-title {
	margin-bottom: 65px;
	text-align: center;
}

.comment-respond.style2 input[type="text"] {
	margin-bottom: 30px;
}

.comment-respond.style2 input[type="tel"] {
	margin-bottom: 30px;
}

.comment-respond.style2 input[type="email"] {
	margin-bottom: 30px;
}
.comment-respond.style2 select {
	margin-bottom: 30px;
}

.comment-respond.style2 textarea {
	height: 220px;
}

.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
	padding-left: 35px;
}

.comment-respond.contact .button--isi {
	background-color: #e0b539;
}

.comment-respond .comment-form .bg-2 span {
	font-family: 'DIN';
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/* Footer
-------------------------------------------------------------- */
.footer {
	/*background-image: url("../images/blog/f1.jpg");*/
	text-align: center;
	padding-top: 18px;
	padding-bottom: 4px;
	z-index: -2;
	background-size: cover;
}

.footer .title{
  font-family: 'DIN Alternate';
  font-weight: 300;
	font-style: normal;
  font-size: 18px ;
  line-height: 23px;
  color: #f3f3f3;
  letter-spacing: 5.5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.footer > h1 {
	line-height: 23px;
	margin-top: 47px;
    margin-bottom: 85px;
    color: #e74c3c;
    letter-spacing: 5.5px;
}

.footer .widget {
	text-align: left;
}

.footer .widget .widget-title {
	color: #333333;
}

.widget .textwidget ,
.footer-widgets .widget ul li {
	font-family: 'DIN';
	
    font-size: 14px;
    color: #8d8e92;
    font-weight: 600;
}

.footer-widgets .widget ul li a {
	font-family: 'DIN';
	
    font-size: 14px;
    line-height: 23px;
    color: #8d8e92;
    font-weight: 600;
}

.footer-widgets .widget ul li a:hover {
	color: #e74c3c;
}

.widget-text .textwidget {
    margin-bottom: 20px;
    margin-top: -6px;
}

.widget-text .textwidget p {
	font-weight: 600;
	color: #666666;
}

.widget-text .unstyled {
	margin-left: 30px;
}

.widget-text ul li {
	color: #666666;
	font-weight: 600;
}

.widget-text .unstyled li.address {
	position: relative;
	margin-bottom: 10px;
}

.widget-text .unstyled li.address::before {
	position: absolute;
	content: "\f041";
	font-family: "FontAwesome";
	top: 0;
	left: -30px;
	width: 10px;
	height: 10px;
	font-size: 16px;
}

.widget-text .unstyled li.mail {
	position: relative;
	margin-bottom: 10px;
}

.widget-text .unstyled li.mail::before {
	position: absolute;
	content: "\f0e0";
	font-family: "FontAwesome";
	top: 0;
	left: -30px;
	width: 10px;
	height: 10px;
	font-size: 14px;
}

.widget-text .unstyled li.phone {
	position: relative;
}

.widget-text .unstyled li.phone::before {
	position: absolute;
	content: "\f095";
	font-family: "FontAwesome";
	top: 0;
	left: -30px;
	width: 10px;
	height: 10px;
	font-size: 14px;
}

.footer .widget-text .textwidget p {
	color: #8d8e92;
}

.footer .widget-text ul li {
	color: #8d8e92;
}

/* Footer widget categories */
.footer .widget.widget-categories .unstyled li {
    padding-left: 15px;
    position: relative;
    border-bottom: none;
    line-height: 40px;
    font-weight: normal;
}

.footer .widget.widget-categories ul {
    margin-top: -16px;
}

.footer .widget.widget-categories ul li::before {
	top: 16px;
}

.footer .widget.widget-categories h4.widget-title {
	padding-bottom: 30px;
}

/* Widget tiwtter */
.widget.widget-tiwtter ul > li > ul > li {
	position: relative;
	font-weight: normal;
	margin-bottom: 20px;
}

.widget.widget-tiwtter ul > li > ul > li span {
	font-weight: 600;
}

.widget.widget-tiwtter ul > li > ul > li a {
	color: #e74c3c;
}

.widget.widget-tiwtter ul > li > ul > li a:hover {
	color: #e74c3c;
}

/* Footer widget tiwtter */
.footer-widgets .widget.widget-tiwtter {
    margin-left: -25px;
}

.footer-widgets .widget.widget-tiwtter ul {
    /*margin-left: 29px;*/
	margin-left: 0px;
    margin-top: -10px;
}

.footer-widgets .widget.widget-tiwtter ul > li > ul > li a {
    color: #fff;
}

.footer-widgets .widget.widget-tiwtter ul > li > ul > li::before {
	position: absolute;
    top: 9px;
    left: -64px;
    content: "\f099";
    font-family: "FontAwesome";
    background-color: #e74c3c;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    padding: 11px 13px;
}

.footer .widget h4.widget-title {
	padding-bottom: 30px;
	letter-spacing: 2px;
}

.footer-widgets .widget.widget-tweets .widget-title {
	margin-bottom: 30px;
}

/* widget instagram */
.widget.widget-instagram .box-img {
    float: left;
    padding: 0 0 10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.widget.widget-instagram .widget-title {
    padding-left: 10px;
}

.widget.widget-instagram .box-img img{
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.widget.widget-instagram .box-img:hover img {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

/* widget-posts */
.widget-posts ul li {
	margin-bottom: 25px;
}

.widget-posts .thumb {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.widget-posts ul li h6 {	
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}

.widget.widget-posts ul li a {
	color: #fff;
}

.widget.widget-posts ul li a:hover {
	color: #f96868;
}

/* widget-subscribe */
.widget-subscribe #subscribe-form {
	position: relative;
}

.widget-subscribe .input-wrap.email{
	margin-bottom: 23px;	
}

.widget-subscribe #subscribe-email {
	padding-left: 30px;
	width: 100%;	
	background: transparent;
	border: 1px solid #5f5f5f;
	color: #fff;
	box-shadow: 0 -1px 0 rgba(95, 95, 95, 1) inset;
}

.widget-subscribe .subscribe-button {
	position: absolute;
	right: 25px;
	top: 15px;
	background: transparent;
	color: #f96868;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	text-align: center;
	padding-top: 30px;
}

.main-content.blog-posts.v7 .blog-pagination {
	padding-top: 70px;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-left: 5px;
}

.blog-pagination .flat-pagination li a,.blog-pagination .flat-pagination li .prev,.blog-pagination .flat-pagination li .next  {
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
	padding: 10px 19px ;
	font-family: 'DIN';	
	color: #333;	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.blog-pagination .flat-pagination li .next a,.blog-pagination .flat-pagination li .prev a { padding: 0px !important; }
.blog-pagination .flat-pagination li a:hover ,
.blog-pagination .flat-pagination li.current a{
	color: #fff;
	background-color: #e74c3c;
}

.blog-pagination .flat-pagination li.next a:hover {
	color: #fff;
}

.blog-pagination .flat-pagination li.next i {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 


.blog-pagination .flat-pagination li {
	border: 1px solid #dfdfdf;
}

.blog-pagination .flat-pagination li.next a {
	text-align: right;
}

.blog-pagination .flat-pagination li.active {
	color: #dfdfdf;
	font-size: 14px;
	line-height: 23px;
	font-family: 'DIN';
}

/* Background blog */
.main-content.bg-sidebar { 
 	overflow: hidden;
}

.bg-sidebar .wrap-main-post {
 	position: relative;
 	height: 100%; 
}

.bg-sidebar .wrap-main-post:before {
 	position: absolute; 
    bottom: 0;
    left: 71.36752136752137%;
    top: -80px;
 	background-color: #f5f5f5;
 	content: "";
 	width: 100%; 
}

.bg-sidebar.sidebar-left .wrap-main-post:before {
	left: -71.36752136752137%;
	    background: #fff;
}

/* Flat Grid
-------------------------------------------------------------- */
.flat-grid {
    margin: 0 -15px;
}

.flat-one-half,
.flat-one-three,
.flat-one-four {   
    padding: 0 15px 30px 15px;
    float: left;
}

.flat-one-half {
    width: 50%;
}

.flat-one-three {
    width: 33.33%;
}

.flat-one-four {
    width: 25%;
}

/* Margin 20px */
.flat-grid.margin20px {
    margin: 0 -20px;
}

.flat-grid.margin20px .flat-one-half,
.flat-grid.margin20px .flat-one-three,
.flat-grid.margin20px .flat-one-four {   
    padding: 0 20px 40px 20px;
    float: left;
}

/* Margin 55px*/
.flat-grid.margin55px {
    margin: 0 -55px;
}

.flat-grid.margin55px .flat-one-four {
    padding: 0 55px 0 55px;
    float: left;
}

.wrap-grid {
    margin: 0 -10px;
    overflow: hidden;
}

.one-half {
    width: 48.29059829059829%;
    float: left;
    background-color: #feb800;
    margin: 0 0.854700854700855%;
}

.bg-color-red {
    background-color: #f96868;
}

.col-last {
    margin-right: 0;
}

/* On three */
.wrap-flat-grid {
    margin: 0 -15px;
    overflow: hidden;
}

.one-three {
    width: 30.76923076923077%;
    float: left;
    margin: 0 1.282051282051282%;
}

/* On Four */
.one-four {
    width: 22.43589743589744%;
    float: left;
    margin: 0 1.282051282051282%;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 46px;
   	cursor: pointer;   
    background-color: #000000;
   	height: 46px;
   	line-height: 45px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top-v1 {
	font-family: 'DIN';
	
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	/*top: 0;*/
	right: 40px;
}

.go-top-v1 i {
    color: #e74c3c;
}

.go-top-v1:hover {
	cursor: pointer;
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #e74c3c;
}

.go-top:hover i {
	color: #fff;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    padding-top: 29px;
    padding-bottom: 31px;
    background: url(../images/blog/f2.jpg) center center; 
    width: 100%;
    height:100%;
    font-family: 'DIN';
	
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.bottom .copyright span.heart {
	position: relative;
}

.bottom .copyright a {
	color: #fff;
}

.bottom .copyright a:hover {
	color: #e74c3c;
}

.bottom .copyright span.heart::before {
	content: "\f004";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: -18px;
	color: #e74c3c;

}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;	
margin-bottom: 15px;
}
.banhei{
height:200px !important;
}

.parallax1 { background-image: url(../../images/parallax/a1.jpg); }

.row-flat-counter { background-image: url(../../images/parallax/about.jpg); }

.parallax2 { background-image: url(../../images/parallax/a2.jpg); }

.parallax3{ background-image: url(../../images/parallax/a3.jpg); }

.parallax4{ background-image:url(../../images/parallax/a4.jpg);}

.parallax5{ background-image: url(../../images/parallax/a5.jpg); }

.parallax6{ background-image: url(../../images/parallax/a6.jpg); }

.parallax7{ background-image: url(../../images/parallax/a7.jpg); }
.parallax8{ background-image: url(../../images/parallax/a8.jpg); }
.parallax9{ background-image:url(../../images/parallax/a9.jpg);}
.parallax10{ background-image: url(../../images/parallax/a10.jpg); }
.parallax11{ background-image: url(../../images/parallax/a11.jpg); }
.parallax12{ background-image: url(../../images/parallax/a12.jpg); }
.parallax13{ background-image: url(../../images/parallax/a13.jpg); }
.parallax14{ background-image: url(../../images/parallax/a14.jpg); }
.parallax15{ background-image: url(../../images/parallax/a15.jpg); }
.parallax16{ background-image: url(../../images/parallax/a16.jpg); }
.parallax17{ background-image: url(../../images/parallax/a17.jpg); }


.parallax-callout { background-image: url(../../images/parallax/w1.jpg); }

.flat-row .bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #e74c3c;*/
	width: 100%;
	height: 100%;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	padding: 2.083% 0;
	width: 95.834%;
	margin: 0 auto;
	position: relative;	
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.boxed {
	overflow: hidden;
	

}

/* site-off-canvas
-------------------------------------------------------------- */
#site-off-canvas .close {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
	   opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	    filter: alpha(opacity=0);
	display: none\9;
	visibility: hidden;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.off-canvas-active #site-off-canvas .close {
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	        opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	display: block\9;
	visibility: visible;
	-webkit-transform: translateX(-270px);
	    -ms-transform: translateX(-270px);
	        transform: translateX(-250px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.off-canvas-active #site-off-canvas .wrapper {
	background-color: #000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#site-off-canvas .wrapper {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	width: 270px;
	background: #ffffff;
	z-index: 999999;
	overflow: auto;
	padding: 30px;
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   right: -290px;
   top: 150px;
   width: 290px;
   background-color: #000000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'DIN';
	letter-spacing: 1.5px;
    text-transform: uppercase;
	height: 50px;
	line-height: 45px;
	padding-left: 50px;
	padding-right: 85px;
	margin: 0;
	font-weight: 400;
}

.switcher-container h2 a {
   background-color: #e74c3c;
   display: block;
   position: absolute;
   left: -50px;
   top: 0;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   outline: 0;
   color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   margin-top: 12px;
   font-size: 25px;
   -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; 
}

.switcher-container h3 {
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
   font-size: 16px;
   line-height: 30px;
   font-family: 'DIN Alternate';
   font-weight: 300;
	font-style: normal;
	
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #323232;
	padding: 21px 0 30px 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #202020;
	padding: 21px 0 25px 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: 'DIN';
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 26px 10px 27px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #feb800;
	border: 1px solid #feb800;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 30px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 40px;
	height: 40px;
	background-color: #e74c3c;	
	display: inline-block;
	margin-right: 20px;	
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd #color2 {
	background-color: #f63e30;
}

.sw-odd #color3 {
	background-color: #74b3b2;
}

.sw-odd #color4 {
	background-color: #5bac72;
}

.sw-odd #color5 {
	background-color: #2bb0ef;
}

.sw-odd #color6 {
	background-color: #ffab31;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 21px 0 30px 50px;
	opacity: 0;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 800px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	/*background-color: #fff;
	margin-bottom: 5px;*/
}
.text-white{
font-size: 24px !important;	
}
.callout-wrap .text p{
	    font-size: 15px;
}



.searchbox{
    position: absolute;
    min-width:50px;
    width:0%;
	right: 17px;
    /*top: 28px;*/
    height:50px;
    /*float:right;
    overflow:hidden;*/
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:-2px;
    font-family: 'DIN';
    font-size:18px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#e74c3c;
    /*background:#172b3c;*/
}
.srh
{
	 width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:30px;
    font-family:verdana;
    font-size:18px;
    right:30px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#e74c3c;
}
.sers{
	    margin: 0px 11px 3px 1px;
    
    font-size: 14px;
}



.searchbox-open{
    width:100%;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}
input.searchbox-input{
display:none;
}

.as{
    left: 20% !important;	
}
.buts{
	
    font-family: DIN Alternate;
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 18px;   
       
	
}
.dow{
   	  font-size: 32px;
      padding: 14px;
	 
	  
}
.les{
	float: left;
    font-size: 28px;
}
.rig{

float: right;
    font-size: 28px;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
margin-right: 20px;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
/*display:block;*/
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.product-item img{
	height:250px;
	
	
}
.product-item h5{
	margin-top:10px;
}
.ey{
	float:right;
}
.ins{
	width:100%;
    float: left;
    font-size: 13px;
}
.in{
	 width: 60%;
    float: left;
    font-size: 13px;
}
.ine{
	    width: 10%;
    float: right;
    font-size: 13px;
}
.bx{
	    padding: 12px 16px !important;
	
	}
	.towslider .portfolio-wrap .item.v1{
		padding:0px;
		}
		.gals4{
		position:absolute !important;
		top:290px;	
		}
		.gals8{
			position: absolute !important; top: 861px;
			}
		.icos{
			width:33%;
			float:left;
		}
		.cont{
		padding:15px;	
		}
		.mya{
			width: 100%!important;
			top: 35px !important;
			
		}
		.yus{
			 z-index: 1 !important;
		}
		.conts{
			
			    padding: 80px 0px;
		}
		
		.bans{
			width:100% !important;
		}
		
		.butalg{
		    opacity: 0;
		    position: absolute;
		    text-align: center;
		    bottom: 10px;
		    transition: all 1s ease 0s;
		    width: 100%;
		}
		.butalg a { color: #fff;}
		.butalg a:hover{
			/*background: #4c4c4c none repeat scroll 0 0; */
    color: #fff;
    opacity: 0.7;}
/* Form */
.pessonal-detail.section-padding {
    padding: 77px 0 48px;
}
.personal-form {
    overflow: hidden;
}
.pessonal-detail .headline {
    margin-bottom: 40px;
}
.personal-form input {
    border: 1px solid #ececec;
    height: 35px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-left: 10px !important;
    width: 450px;
}


.headline h2 {
    border-bottom: 2px solid #e74c3c;
    color: #222222;
    display: inline-block;
    font-family: "HelveticaNeueLTStd Light",sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 -2px;
    padding-bottom: 22px;
    text-transform: uppercase;
}
.headline {
    border-bottom: 2px solid #eeeeee;
    display: block;
   
    margin-top: 11px;
}
.headline {
    margin: 11px 0 50px;
}

.userleft {
    float: left;
    margin-right: 30px;
}
.userright {
    float: left;
   
}
.userright h5 {
    color: #ff0000;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
}
.change-form {
    margin-bottom: 60px;
}
.change-form button {
    background: #e74c3c none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    margin-top: 17px;
    padding: 9px 37px;
    text-transform: uppercase;
}

#price-menu {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	display:table;
	margin-bottom:20px;
	border:1px solid #d5d5d5;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 1%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 1%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 1%, #ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 1%, #ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 1%, #ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ebebeb', GradientType=0 ); /* IE6-9 */
	display: inline-block;
}
#price-menu .buttons {
	padding:10px 7px;
	float:left;
	font-size:15px;
	background: none;
	color:#949494;
	border-right:1px solid #d4d4d4;
	cursor:pointer;
}
#price-menu .buttonHover {
	 text-shadow: 1px 1px 1px #ffffff;
	padding:10px 8px;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%, #d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%, #d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%, #d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e1 0%, #d2d2d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#d2d2d2', GradientType=0 ); /* IE6-9 */
	color:#1e1e1e;
}
.border{
	border:1px solid #bab6b6;
}
.lastfc { margin-right: 0px;}
.facebook:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.facebook:hover i{
			color:#3b5998 !important;
		}
		
		.twitter:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.twitter:hover i{
			color:#0084b4 !important;
		}
		
		
		.instagram:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.instagram:hover i{
			color:#03f !important;
		}
		
		.pinterest:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.pinterest:hover i{
			color:rgb(201, 34, 40) !important;
		}

		.linkedin:hover,.Houzz:hover,.youtube:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.linkedin:hover i{
			color:#0177B5!important;
		}
		.google-plus:hover{
		background-color:rgba(0,0,0,0.2) !important;
		
		}
		
		.google-plus:hover i{
			color:#C03C30!important;
		}
		.envelope:hover{
		/*background-color:rgba(0,0,0,0.2) !important;*/
		
		}
		
		.envelope:hover i{
			color:#e74c3c !important;
		}
		
		.phone:hover{
		background-color:#000 !important;
		
		}
		
		.phone:hover i{
			color:#e74c3c !important;
		}
		.Houzz:hover i{
			color:#8bc34a !important;
		}
		.youtube:hover i{
			color:#cc181e !important;
		}
		#main, #mainm, #mainmstudent {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid gainsboro;
    display: none;
    height: 400px;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1030;
}
#mainmstudent { background: #fff !important; height: 300px !important; width:82.5% !important; }
#maincon{ height: 500px; width: 100%;overflow-x: hidden;
    overflow-y: scroll;
    /*position: absolute;*/}
#maincon .details{ border-bottom: 1px solid #ccc; margin-bottom: 10px; }

.wrap-icon-nav{
	    margin-top: 8px;
}
.mdu{
	width:82% !important;
}
.tps{
	margin-top: 8px;
}
.sidenav{
	margin-top: 5px;
}
.sidenavland{
	/* width:38.5%; */
	 margin-top: 11px;
}
.tmp{
	margin-top: 12px !important;
}
.dsi{
	width: 65%; display: inline-block; vertical-align: top; margin-right: 2%;
}
.dsei{
	width: 30%; display: inline-block; vertical-align: top; margin-top: 10px;
}
.desprocom{
	margin-right:13px !important;
	margin-bottom:10px !important;
}
.padright { padding-right: 0px; }

/* NAV STYLE 2 */
.nav-style2 .owl-prev,
.nav-style2 .owl-next{
    width: 40px;
    height: 40px;
    border: 2px solid #cccccc;
    color: #cccccc;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 15px;
}
.nav-style3 .owl-prev,
.nav-style3 .owl-next{
    width: 40px;
    height: 40px;
    border: 2px solid #cccccc;
    color: #cccccc;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
    background-color: #fff;
}
.kt_home_slide .item-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
ul.flat-socials li:hover{
	/*display:none;*/
	background-color:#fff !important;
}
ul.flat-socials li.twitter a{
	/*display:none;*/
	color:#999 !important;
}
	.vidicon{
		top:40%;
		left:45%;
		position:absolute;
		z-index: 1000;"
		width:100px;
	}
	

	
/* Homepage Carousel */

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img 
{width: 100%;}


.carousel-indicators {bottom: -50px;}
.carousel-inner {margin-bottom: 50px;} 
.carousel-indicators .active {background-color: #e48222;}
.carousel-indicators li {border: 1px solid #e48222;}
.carousel-caption h3 {margin-top: -5px; font-size: 1.125em !important;}
.sponsors {
	width: 175px;
	height: 84px;
	
	padding: 5px;
}


#carousel-bottom div, #carousel-bottoms div {
				/*text-align: center;
				width: 201px;
				height: 120px;
				
				position: relative;
				text-align: center;*/
				float: left;
				margin-right: 1px;
			}
			#carousel-bottom div img, #carousel-bottoms div img {
				border: none;
			}
			#carousel-bottom div span, #carousel-bottoms div span{
				display: none;
			}
			#carousel-bottom div:hover span, #carousel-bottoms div:hover span{
				 border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    width: 45px;
    z-index: 2;
			}
			
			.caroufredsel_wrapper {
				 bottom: auto;
				display: block;
				float: none;
				left: auto;
				overflow: hidden !important;
				text-align: center !important;
				right: auto;
				text-align: start;
				top: auto;
				width: 100% !important;
				z-index: auto;
			}