/*----- Main CSS Layout ---------*/
/*----- ionicons Fonts Icons ---------*/
@import "font-awesome.min.css";
/*----- animate.css ---------*/
@import "animate.css";
/*=======================================================
			THEME STYLING
========================================================*/

/* Message error for charts (Hidayat Sagita) */
#msg {display:none; position:absolute; z-index:9999; padding-left:7px}
#msgcontent {display:block;background:#F0C9D8;box-shadow: 0px 0px 1px rgba(0,0,0,.2);border-radius:8px;border-left:none; padding:8px 12px; min-width:100px; max-width:300px;font-size:11px}
.msgError{
	color:#DA7A9E;font-size:12px;position:absolute; 
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff2') format('woff2'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype'),
         url('../font/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	overflow-x: hidden;
	font-family: 'open_sansregular', sans-serif;
}

	body.landing {
		text-decoration: none;
	}

		body.landing:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-o-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-o-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-o-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {
		body.landing:before {
			line-height: 2.025em;
		}
	}

	/* Header */
	.nav-header{
		margin: 0px 30px !important;
	}
	#skel-layers-wrapper {
		padding-top: 3.5em;
	}

	#header {

		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		cursor: default;
		height: 4.5em;
		left: 0;
		line-height: 3.5em;
		color:#272833 !important;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}

		#header h1 {
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			position: absolute;
			top: 0;
		}

		#header img{
			width: 200px;
			height: 55px;
			margin: 5px
		}

		#header nav {
			position: absolute;
			right: 1em;
			top: 0;
		}

			#header nav ul {
				margin: 5px;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1em;
				}

					#header nav ul li a, #header nav ul li span {
						border: 0;
						color: inherit;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
					}

						#header nav ul li a.button, #header nav ul li span.button {
							height: 2em;
							line-height: 2em;
							padding: 0 1.25em;
						}

						#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
							margin-right: 0.5em;
						}

					#header nav ul li.active > a, #header nav ul li.active > span {
						color: #ec0689;
					}

					#header nav ul li > ul {
						display: none;
					}

	body.landing #skel-layers-wrapper {
		padding-top: 0;
	}

	body.landing #header{
		background: rgba(255,255,255,0.5);
		box-shadow: none;
		position: fixed;
	}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
img:focus {
	background: none !important;
	border: none !important;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 50px;
	color: #fff;
}
h2 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #525252;
	text-align: center;
}
h2 span {
	font-weight: 700;
	color: #f10f24;
}
h3 {
	font-size: 24px;
	color: #fff;
	font-family: 'open_sansregular', sans-serif;
	font-weight: normal;
}
h4 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 20px;
	color: #273268;
	font-weight: 400;
}
h5 {
	font-family: 'open_sansregular', sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 400;
}
h6 {
	font-size: 14px;
}
p {
	color: #666666;
	line-height: 20px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
li {
	list-style: none;
}
a {
	font-family: 'open_sansregular', sans-serif;
	text-decoration: none;
	color: #757575;
}
/*=======================================================
			HR
========================================================*/
hr {
	background: url(../images/hr-line.png) no-repeat;
	height: 15px;
	border: none;
	border-left: none;
	border-right: none;
	width: 280px;
	margin: 0 auto;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
}
/*=======================================================
			ICON'S
========================================================*/
.nav-icon{
	float: right;
	position: relative;
	top: -95px;
	margin-right: 20px;
}
.icon{
	background-image: url(../img/arf-icon.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.log-fb		{background-position: -4px -747px;width:30px;height:30px; margin:-5px; float: left; cursor: pointer;}
.itweet  {background-position: -38px -747px;width:35px;height:30px; margin: 0px 0px 10px 40%; float: left; cursor: pointer; position: absolute;}
.fb		{background-position: -7px -162px;width:40px;height:40px; float: left;cursor: pointer;}
.tw		{background-position: -53px -162px;width:40px;height:40px; float: left;cursor: pointer;}
.ig		{background-position: -31px -209px;width:40px;height:40px; float: left;cursor: pointer;}
.delivery{background-position: -24px -255px;width:60px;height:50px; margin: 20px 5px 10px 5px; text-align: center;}
.orderinfo{background-position: -24px -314px;width:50px;height:50px; margin: 20px 5px 10px 5px; text-align: center;}
.nearest{background-position: -36px -374px;width:30px;height:50px; margin: 20px 5px 10px 5px; text-align: center;}
.contactus{background-position: -26px -433px;width:50px;height:50px; margin: 20px 5px 10px 5px; text-align: center;}
.prevSlide		{background-position: -60px -40px;width:20px;height:30px; margin-left: 30px;}
.nextSlide		{background-position: -21px -41px;width:20px;height:30px;}
.bars		{background-position: -31px -77px;width:40px !important;height:30px;}
.iquoteLeft{background-position: -13px -118px;width:30px !important;height:30px;   margin: 20px 10px 20px 150px;}
.iquoteRight{background-position: -58px -118px;width:30px !important;height:30px; margin: 100px 20px 10px 20px;}

.text-icon-foot{
	padding: 10px;
  	border-left: 1px solid #fff;
  	float: left;
  	margin-left: 10px;
  	color: #fff;
  	font-size: 12px;
}
/*=======================================================
			MARGIN'S
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			HEADING TITTLE
========================================================*/
.tittle {
	text-align: center;
}
.tittle hr {
	margin: 20px auto;
	margin-bottom: 30px;
}
.tittle p {
	font-size: 16px;
	color: #b0b0b0;
}
.redtitle{
	background: #ed1b24;
	padding:10px;
	font-size: 32px;
	text-align:left;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
.bluetitle{
	background: #252b64;
	padding:10px;
	font-size: 32px;
	text-align:left;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
.inputTracing{
	width:68%;
	height:50px;
	background: #ccc;
	border: #ccc solid 1px;
	margin-top: 20px;
	margin-left: 7%;
	padding: 10px;
}
.btnTracing{
	width: 16%;
	height:50px;
	background: #ed1b24;
	border: none;
	margin-right: 7%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.spanTracing{
	width:76%;
	font-size: 20px;
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 10px;
}
.inputFrom{
	width:28%;
	height:50px;
	background: #ccc;
	border: #ccc solid 1px;
	text-align: center;
	margin-top: 20px;
	margin-left: 7%;
	padding: 10px;
}
.inputDestination{
	width:28%;
	height:50px;
	background: #ccc;
	border: #ccc solid 1px;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}
.inputWeight{
	width:28%;
	height:50px;
	background: #ccc;
	border: #ccc solid 1px;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}
.btnCostRates{
	float: right;
	margin-top: 5px;
	width: 100px;
	height:50px;
	background: #ed1b24;
	border: none;
	margin-bottom: 20px;
	margin-right: 8%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.menuCenter {
	background: url(../img/menu-center.jpg) center;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.textMenuCenter{
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-style: italic;
}
.textMenuCenterSkew{
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-style: italic;
}
/*.menuLeft{
	border-top: 200px solid red;
	border-right: 100px solid transparent;
	width: 200px;
}*/
.nav-icon-menu{
	width: 100%;
	padding-right: 35%;
	padding-left: 40%;
	text-align: center;
}
.menuLeft{
	height: 200px;
	right: -17px;
}
.menuRight{
	height: 200px;
	left: -17px;
}
.quoteLeft{
	text-align: center;
	height: 180px;
	padding: 10px;
}
.quoteRight{
	text-align: center;
	height: 180px;
	padding: 10px;
}
.quoteText{
	margin-top: 50px;
  	font-size: 50px;
  	font-style: italic;
  	text-align: center;
}
.companyContact{
	text-align: right;
	margin: 20px;
}
.nav-lang{
	float: right;
	position: relative;
	top: -85px;
	font-size: 20px;
	color: #474747;
	margin-right: 20px;
}
.nav-lang a:hover{
	color: #ed1b24;
}
.nav-lang a:active{
	color: #ed1b24;
}
.sliderHeader{
	height:680px !important; top:-10px;
}
.BgRed a:hover{
	opacity: 0.4;
}
.BgBlue a:hover{
	opacity: 0.4;
}
.BgRed2 a:hover{
	opacity: 0.4;
}
.BgBlue2 a:hover{
	opacity: 0.4;
}
.btn-facebook {
	-moz-box-shadow:inset 0px 0px 15px 3px #23395e;
	-webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
	box-shadow:inset 0px 0px 15px 3px #23395e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d5c8c), color-stop(1, #415989));
	background:-moz-linear-gradient(top, #3d5c8c 5%, #415989 100%);
	background:-webkit-linear-gradient(top, #3d5c8c 5%, #415989 100%);
	background:-o-linear-gradient(top, #3d5c8c 5%, #415989 100%);
	background:-ms-linear-gradient(top, #3d5c8c 5%, #415989 100%);
	background:linear-gradient(to bottom, #3d5c8c 5%, #415989 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d5c8c', endColorstr='#415989',GradientType=0);
	background-color:#3d5c8c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #265eb3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	width: 100%;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	text-shadow:0px 1px 11px #263666;
}
.btn-facebook:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #3d5c8c));
	background:-moz-linear-gradient(top, #415989 5%, #3d5c8c 100%);
	background:-webkit-linear-gradient(top, #415989 5%, #3d5c8c 100%);
	background:-o-linear-gradient(top, #415989 5%, #3d5c8c 100%);
	background:-ms-linear-gradient(top, #415989 5%, #3d5c8c 100%);
	background:linear-gradient(to bottom, #415989 5%, #3d5c8c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#3d5c8c',GradientType=0);
	background-color:#415989;
}

.btn-facebook:active {

position:relative;

top:1px;

}

/*=======================================================
Helmi
========================================================*/
.content-content{    
	background:#FFFFFF;	
}
.container {
    width:100%;	
	margin: 0 auto;
	max-width: 1280px;
}

.no-padding {
    padding: 0px;
}
.index.row {
    margin-right: 0px;
}
ul {
    list-style-type: disc;
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
	display: list-item;
}
.no-padding-right{padding-right: 0px;}
.no-padding-left{padding-left: 0px;}
.textService{
	text-align: justify;
}
.margin-bottom-title{margin-bottom:1em;}
.margin-bottom-title li{list-style: disc outside;}
/*----------------------------------------------------------------------------------------
   WINDOW  	
----------------------------------------------------------------------------------------*/

#windowx.windowCon{
	opacity:0;
	height:0px;	
	width:0px;
	margin:0 auto;
}

.window{
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%); /* IE 9 */
	-webkit-transform: translate(-50%, 0%); /* Safari and Chrome */
	position: absolute;
	z-index:1050;     
	left: 50%;
	box-shadow: 1px 0 4px #333;
	-webkit-box-shadow: 1px 0 4px #333;
	background-color: #fff;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */				 
	border: 12px solid rgba(0,0,0,0.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	opacity: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;
}

.window:after{
	width:100%;
	height:26px;
	background-color: #D8DABA;
	background-image: -moz-linear-gradient(top, #D8DABA, #B3B77B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D8DABA), to(#B3B77B));
	background-image: -webkit-linear-gradient(top, #D8DABA, #B3B77B);
	background-image: -o-linear-gradient(top, #D8DABA, #B3B77B);
	background-image: linear-gradient(to bottom, #D8DABA, #B3B77B);
	background-repeat: repeat-x;
	border-color: #252525;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD8DABA', endColorstr='#ffB3B77B', GradientType=0);
	position:absolute;
	z-index:9998;
	top:0px;
	left:0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	content: " ";
}
.zoomin {  
    transform:  scale(1.2);  
}  
.zoomout {  
    transform:  scale(0.7);  
}  
.window-container-visible {  
    transform:  scale(1);  
    opacity: 1;  
} 
.window a span{
	position:absolute;
	z-index:9999;
	top:0px;
	right:0px;
	background:url(../img/close.png) top right no-repeat;
	padding:20px;
}

.windowTitle{
	position:absolute;
	z-index:9999;
	top:3px;
	left:0px;	
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-shadow: 0px -1px 0px #0F9FF7;
	padding:0px 20px;	
}

/*=======================================================
			HEADER
========================================================*/
header {
	width: 100%;
	height: 100px;
	position: relative;
	background: rgba(255,255,255, 0.7);
	border-bottom: 1px solid #eeeeee;
	z-index: 99;
}
header .menu {
	width: 100%;
	display: inline-block;
}
header .logo {
	float: left;
	margin: 0px;
	line-height: 62px;
}
header .logo h3 {
	font-size: 32px;
	color: #1e75bc;
	margin: 0px;
	line-height: 75px;
}

@media(max-width: 425px;){
	header .logo img {
	width: 100%;
	margin: 21px;
	}
	.nav-icon{
		display: none;
	}
}
header .logo img {
	width: 180px;
	margin: 15px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	text-transform: uppercase;
	line-height: 62px;
}
header .nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
header .navbar-default .navbar-nav > li > a {
	padding-left: 0px;
	font-family: 'open_sansregular', sans-serif;
	font-weight: 400;
	padding-right: 0px;
}
header .navbar-default .navbar-nav > li > a {
	padding: 27px 15px;
	padding-bottom: 22px;
	color: #545454;
	margin: 0;
	font-size: 15px;
	margin-top: 0px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ed1b24;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ed1b24;
}
header .nav-collapse li {
}
.is-sticky header {
	background: rgba(255,255,255,0.7);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .active {
	color: #ed1b24;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.dropdown-menu li span {
	float: right;
	line-height: 16px;
	font-size: 9px;
	color: #fff;
	background: #f32e35;
	position: absolute;
	right: 10px;
	padding: 0 4px;
	margin-top: -25px;
}
#menu-toggle {
	position: fixed;
	z-index: 99;
	color: #fff;
	top: 15px;
	padding: 0px;
	margin-left: 50px;
	font-size: 70px;
	border: none !important;
}
.logo-top{
	position:absolute;
	z-index:9;
	width:100%;
	top:50px;
	text-align:center;
}
.logo-top h3{
	font-size:40px;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dropdown-menu li {
	width: 100%;
}
.dropdown-menu li a {
	font-weight: 400 !important;
}
#wrapper.toggled {
	padding-left: 200px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 200px;
	width: 0;
	height: 100%;
	margin-left: -200px;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	width: 200px;
}
.left-menu .logo h3 {
	font-size: 32px;
	color: #1e75bc;
	margin: 0px;
	line-height: 75px;
}
#page-content-wrapper {
	width: 100%;
	padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}
.left-menu .logo {
	width: 100%;
	text-align: left;
	padding: 40px 0;
}
.left-menu .logo {
}
.left-menu .sidebar-nav {
	position: absolute;
	top: 0;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.left-menu .sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.left-menu .sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
	padding: 5px 0;
}
.left-menu .sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #1e75bc;
}
.left-menu .sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.left-menu .sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}
.left-menu .sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.left-menu .sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
.left-menu .logo a:hover {
	background: none !important;
}
.left-menu .active {
	background-color: #1e75bc;
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.left-menu .active a {
	color: #fff !important;
}
header .active a {
	color: #f2333a;
	background-color: transparent;
}
.navbar-toggle {
	border: 1px solid #ccc;
	margin-top: 6px;
	font-size: 18px;
	padding-left: 20px;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #ed1b24;
	margin: 5px;
}
.left-menu .dropdown-menu li a {
	color: #262626 !important;
}
.left-menu .dropdown-menu li a:hover {
	background: none;
	color: #ed1b24;
}
/*------------ HOW TO ORDER -------------*/
.how-to-order{
	margin: 25% 0%;
}
.how-to-order img{
	width: 100%;
}
.line-side{
	width: 100%;
	top: 100%;
	border-bottom: 4px solid #252b64;
	height: 160px;
}
.no-padding{
	padding: 0;
}
.arrow1 .no{
	display: none;
}
.arrow2 .no{
	display: none;
}
.arrow3 .no{
	display: none;
}
.arrow4 .no{
	display: none;
}
.arrow1{
	background: url(../img/arrow1.png) right no-repeat;
	width: 100%;
	height: 200px;
	z-index: 4;
  	position: relative;
}
.arrow2{
	background: url(../img/arrow2.png) right no-repeat;
	width: 150%;
	height: 200px;
	z-index: 3;
  	position: relative;
  	margin-left: -32%;
}
.arrow3{
	background: url(../img/arrow3.png) right no-repeat;
	width: 150%;
	height: 200px;
	z-index: 2;
  	position: relative;
  	margin-left: -34%;
}
.arrow4{
	background: #abadd3;
	width: 136%;
	height: 200px;
	z-index: 1;
  	position: relative;
  	margin-left: -36%;
}
.arrow1 .text{
	padding: 20% 24%;
  	color: #fff;
  	font-size: 1.5em;
  	text-transform: uppercase;
  	text-align: center;
}
.arrow2 .text{
	padding: 13% 13% 13% 37%;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}
.arrow3 .text{
	padding: 19% 24% 19% 39%;
  	color: #fff;
  	font-size: 1.5em;
  	text-transform: uppercase;
  	text-align: center;
}
.arrow4 .text{
	padding: 19% 12% 19% 27%;
  	color: #fff;
  	font-size: 1.5em;
  	text-transform: uppercase;
  	text-align: center;
}
/*----------WHY USE------------*/
/*---- icon servieces------*/
.iconservices1{
    width: 50%;
  	margin: 10% 30%;
}
.iconservices2{
    width: 50%;
  	margin: 85% 30% 0%;
}
.iconservices3{
    width: 50%;
  	margin: 5% 30%;
}
.iconservices4{
    width: 50%;
  	margin-top: -20%;
  	float: right;
  	clear: left;
}
/*---- end icon servieces------*/
.termcon{
	float: right;
}
.testi .title{
	padding-top: 50px;
	text-transform: uppercase;
	color: #1b1464;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.testi .title span{
	color: #ed242e;
}
.testiDetail{
	margin: 50px 0px;
}
.testiDetail .col-md-12{
	padding: 0px 150px ;
	margin: 20px 0px;
}
.testiDetail .col-md-4 img{
	width: 60%;
	float: right;
}
.testiDetail .textMenu{
	color: #fff;
	font-size: 35px;
	margin-top: 5%;
	margin-left: -8%;
	background: url(../img/whyuse_title.png) right no-repeat;
	padding: 20px 10px 20px 80px;
	width: 100%;	
}
.testiDetail .textMenu-hw1{
	color: #fff;
	font-size: 25px;
	margin-top: 8%;
	margin-left: -8%;
	background: url(../img/howtoorder_title1.png) right no-repeat;
	padding: 20px 10px 20px 80px;
	width: 100%;	
}
.testiDetail .textMenu-hw2{
	color: #fff;
	font-size: 25px;
	margin-top: 8%;
	margin-left: -8%;
	background: url(../img/howtoorder_title2.png) right no-repeat;
	padding: 20px 10px 20px 80px;
	width: 100%;	
}
.testiDetail .textMenu-hw3{
	color: #fff;
	font-size: 25px;
	margin-top: 8%;
	margin-left: -8%;
	background: url(../img/howtoorder_title3.png) right no-repeat;
	padding: 20px 10px 20px 80px;
	width: 100%;	
}
.testiDetail .textMenu-hw4{
	color: #fff;
	font-size: 25px;
	margin-top: 8%;
	margin-left: -8%;
	background: url(../img/howtoorder_title4.png) right no-repeat;
	padding: 20px 10px 20px 80px;
	width: 100%;	
}
.btn-foot{
	width: 100%;
  	background: #ccc;
  	padding: 10px;
  	float: left;
  	color: #474747 !important; 
  	border-radius: 7px;
  	text-align: left;
}
.footfb:hover{
	color: #fff !important;
	font-weight: bold;
  	background: #3b5998;
}
.foottw:hover{
	color: #fff !important;
	font-weight: bold;
  	background: #00ACED;
}
.footinsta:hover{
	color: #fff !important;
	font-weight: bold;
  	background: #675144;
}
.tweet{
	background: url(../img/bg-tweet.jpg) no-repeat top;
}
.tweetTitle{
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.segitiga {
  width: 10%;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 40px solid #ed1b24;
  float: right;
  position: relative;
  margin-top: -11.1%;
}
.bullet{
	 padding-right: 0;
  	margin-right: -20px;
  	z-index: 2;
}
.item{
	margin: 0% 10%;
}
.item h2{
	color: #fff;
	font-size: 30px;
}

.item h3{
	font-size: 25px;
	text-align: center;
	color: #fff;
}

.footContent{
	background: #999;
	height: 200px;
	padding: 30px 75px;
	color: #fff;
}
.footContent .title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.footContent a{
	line-height: 20px;
	color: #fff;
}
.footContent a:hover{
	color: #474747;
}
.sRight{
	text-align: right;  
}
.sLeft{
	text-align: left;  
}
.sCenter{
	text-align: center;  
}
.sAddressFoot{
	text-align: right;
}
/*----------------------------------------------------------------------------------------
   PUSH MENU & NAVIGATION
----------------------------------------------------------------------------------------*/
.logoHeaderMenu{
	float: left;
	/*margin-left: 5%;*/
    padding: 10px;
}
.logoHeaderMenu img{
	/*width: 170px !important;
	margin: 5px;*/
	width: 215px !important;
	margin:0px;
}
.mp-pusher {
	position: relative;
	left: 0px;
	height: 100%;
}

.mp-menu {
	position: fixed; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 999;
	width: 250px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	opacity:0.97;
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,.25);
	 -moz-box-shadow: 0 0px 2px rgba(0,0,0,.25);
		  box-shadow: 0 0px 2px rgba(0,0,0,.25);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after {
	z-index:99;
}

.mp-pusher::after,
.mp-level::after {	
}

.mp-level::after {z-index: -1;}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-menu a:hover,
.mp-menu a:focus {
  color: #fff;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu .h2 {
	margin: 0;
	padding: 12px 1em;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 24px;
}

.mp-menu ul li > a, .navbar-nav > li > a, #slide-nav #slidemenu .navbar-nav .dropdown-menu li a  {
	display: block;
	padding: 12px 1em 12px 1.4em;
	outline: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	color:#474747;
}
.navbar-nav > li > a, #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	border-bottom:1px solid #ccc;	
}
#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {padding-left:60px;}
#slide-nav #slidemenu .navbar-nav .dropdown-menu li:hover a {color:#ee1c25;}
.dropdown-menu{padding:0;}
.navbar-nav .dropdown .caret{margin-left:10px;}
.mp-menu ul li ul li > a {font-size: 1em;}
.mp-menu li > a.social {padding: 8px 1em 8px 1.4em;}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-level > ul > li:first-child > a {}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover,
.mp-level ul li a.active {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	border-top:1px solid #BED942;
	border-bottom:1px solid #98B024;
}

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 14px;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.mp-menu ul li:hover .icon-arrow-left{background-position: -42px -925px;}		
.mp-back:hover .icon-arrow-right{background-position: -42px -964px;}					
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 250px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

#navLogo {
	position: fixed;	
	left: 0px;	
	top: 0%;
	z-index:999;
}
#navLogo {
	width: auto;
	height:100%;
	display: block;
	padding:5px;
	 -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.25);
	 -moz-box-shadow: 0 0px 2px rgba(0,0,0,.25);
		  box-shadow: 0 0px 2px rgba(0,0,0,.25);
	filter:alpha(opacity=87);
	-moz-opacity: 0.87;
	opacity: 0.87;		  
}
#navLogo li {
	float: left;
	clear: both;
	height:50px;
}
#navLogo li > a {
	display: block;
	padding: 12px 0px 12px 10px;
	outline: none;
	font-size: 1.2em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

/*----------NAVIGATION----------*/
body.slide-active {
    overflow-x: hidden
}
.navbar-fixed-top, .navbar-fixed-bottom{position:relative;}
/*first child of #contentContainerID so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#contentContainerID {
    position: relative;    
    left: 0;
}
#contentContainerID.slide-active {
    padding-top: 0
}
/* put toggle bars on the left :: not using button */
.setButtonSlideL{
	margin-top: 140%;
}
.setButtonSlideR{
	margin-top: 140%;
	margin-left: 75%;
}
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background:#ee1c25;
}
.navbar-header {
    position: relative;
	float:none;
}
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
.navbar-brand{
	padding:0;margin:6px auto 0 auto;width:100%;float:none;text-align:center;
}
.navbar-brand img{
	width:150px !important;
	float: right;
}
.navbar-nav span.icon {opacity:0.5;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
}
.navbar-form [class*="col-"]{padding-left:8px;padding-right:8px;}
.navbar-form .btn{padding:7px 0px;font-size:100%}
.navbar-form input{font-size:100%;padding:4px;letter-spacing:-0.2px;}
.navbar-inverse .navbar-nav li a.active, #slide-nav #slidemenu .navbar-nav .dropdown-menu li a.active {
    color: #474747;
}
.lt-ie9 #mp-menu,#navLogo {display:block;}
/*.lt-ie9 #slide-nav {display:none;}*/
.container#contentContainerID{padding-left:16px;padding-right:8px}
@media (min-width:980px) { 
	.navbar-nav > li > a{font-size:19px;}
	.container#contentContainerID{padding-top:100px}
	.navbar-fixed-top{top:0px;height:80px;}
	.navbar-fixed-top.full-port-slide{position:relative;}
	.navbar-fixed-top .container{padding:0}
	#mp-menu,#navLogo {display:block;}
	#slide-nav {display:block; position: absolute;  max-width: 1280px; margin-left: auto;
    margin-right: auto;}
	.navbar-form.form-inline, .navbar-brand{display:none;}
	.navbar-nav > li > a, #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
		border:none;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {opacity:1; border-bottom: 1px solid #ee1c25;}
	.navbar-nav span.icon {opacity:1;}
	.navbar-inverse .navbar-nav {
      width: 55%;
 	  margin-left: 3%;
	}
	.navbar-inverse .navbar-nav > li{text-align:center;width:auto;height:80px;padding:0; text-transform: uppercase;}
	.navbar-inverse .navbar-nav > li > a {color: #474747;height:80px; font-weight: normal;}
	.navbar-inverse .navbar-nav li span.icon {display:block;float:none;height:31px;margin:-40px auto 5px auto;
	transform: translate(-40%, 0%);
	-ms-transform: translate(-40%, 0%); /* IE 9 */
	-webkit-transform: translate(-40%, 0%); /* Safari and Chrome */
	left: 50%;position:absolute}
	.dropdown-menu {
		
		border: 1px solid #cccccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
	}
	.navbar-inverse .navbar-nav li .dropdown-menu li span.icon{
		display:inline;
		float:none;
		height:31px;
		margin:0;
		transform:none;
		-ms-transform:none; 
		-webkit-transform:none;
		position:relative;
		left:0;
	}
	.socialListDropex .dropdown-menu li{text-align:left;}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
		padding-left:20px;padding-right:20px;
		color: #474747;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #ee1c25;

		opacity:1;
	}
	.navbar-inverse .navbar-nav li a.active:hover{
		color: #ee1c25;
		opacity:1;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a.active {
		color: #FFF;

		border-color: #A7C712;
	}
	.navbar-nav .dropdown .caret {margin-left:0px;}
}
@media (min-width:979px) and (max-width:1480px) {.navbar-nav > li > a{font-size:18px;}}
@media (min-width:979px) and (max-width:1416px) {.navbar-nav > li > a{font-size:17px;}}
@media (min-width:979px) and (max-width:1346px) {.navbar-nav > li > a{font-size:16px;}}
@media (min-width:979px) and (max-width:1272px) {.navbar-nav > li > a{font-size:15px;}
	.navbar-nav li.socialListDropex .caret{display:none;}
}
@media (min-width:979px) and (max-width:1004px){.navbar-nav > li.socialListDropex > a{font-size:13px;line-height:22px}}

@media (max-width:979px) { 
	#mp-menu,#navLogo {display:none;}
	#slide-nav {display:block;}	
	.navbar-form .col-xs-9 {width:80%}
	.navbar-form .col-xs-3 {width:20%}
}
@media (max-width:979px) {
	#slide-nav .container {
	    margin:0;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 30%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    left: -100%;
	    width: 30%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    white-space: normal;
	    font-size: 12px;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #fff;
	    height: 800px;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#slide-nav #navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width:30%;
	    left:-30%;
	}
	#slide-nav.navbar-inverse #navbar-height-col {
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 6px 0 0px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:980px) { 
	#contentContainerID {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}

@media (min-width: 980px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (min-width: 980px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}


@media (min-width: 980px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

@media (min-width: 980px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 980px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 980px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 980px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

@media (min-width: 980px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

@media (min-width: 980px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

@media (max-width: 979px) {
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 860px) {
	#slide-nav .navbar.slide-active {width:40%;}
	#slide-nav #slidemenu {width:40%;}
	#slide-nav #navbar-height-col {width:40%;left:-40%;}
}
@media (max-width: 720px) {
	.form-inline{
		text-align: right;
		width: 200px;
		float: none;
		margin-left: 8%;
	}
	.optionLog {
    width: 100% !important;
	}
	#slide-nav .navbar.slide-active {width:60%;}
	#slide-nav #slidemenu {width:60%;}
	#slide-nav #navbar-height-col {width:60%;left:-60%;}
}
@media (max-width: 640px) {
	#slide-nav .navbar.slide-active {width:70%;}
	#slide-nav #slidemenu {width:70%;}
	#slide-nav #navbar-height-col {width:70%;left:-70%;}
}
@media (max-width: 420px) {
	#slide-nav .navbar.slide-active {width:80%;}
	#slide-nav #slidemenu {width:80%;}
	#slide-nav #navbar-height-col {width:80%;left:-80%;}
}

.navbar-nav {
  padding: 20px;
}

@media (max-width: 979px) {
   .logoHeaderMenu {
   	display: none;
   }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 980px) {
  .navbar-nav {
    float: left;
    margin-left: 47px;
    margin-right: 5%;
  } 
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 980px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

@media (min-width: 980px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
}

@media (max-width: 979px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar > .container .navbar-brand {
		margin-left: 0px;
	}
	.navbar-nav > li {
		float: none;
	}
}

@media (min-width: 980px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-inverse {
	background-color: rgba(255,255,255,0.7);
	/*background-image: -moz-linear-gradient(top, #A7C712, #8EAA0F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A7C712), to(#8EAA0F));
	background-image: -webkit-linear-gradient(top, #A7C712, #8EAA0F);
	background-image: -o-linear-gradient(top, #A7C712, #8EAA0F);
	background-image: linear-gradient(to bottom, #A7C712, #8EAA0F);
	background-repeat: repeat-x;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7C712', endColorstr='#8EAA0F', GradientType=0);*/
	border-color: #676765;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ee1c25;

}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ee1c25;
  
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ee1c25;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1b1464;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #31302B;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ee1c25;
  
}

@media (max-width: 979px) {
	.navbar-inverse {
		
		border-color: #829A0E;
	}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #938E71;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #938E71;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #938E71;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/*=======================================================
			TRANSPARENT COLOR
========================================================*/
.overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 15%;
  left: 5%;
  font-weight: 600;
}
/*=======================================================
			BANNER
========================================================*/
.content {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 2;
}
.titleContent {
	background: #ED1B24 url(../img/bg-title-content.png) left bottom no-repeat;
}
.titleContent .text{
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 10%;
	font-style: italic;
}
.textContent{
	padding: 0 100px;
	margin: 20px;
	text-align: justify;
}
.footContent{
	background: #999;
	height: 340px;
	color: #FFF;
}
@-moz-document url-prefix(){
.footContent{
	margin-top: 30%;
}
}
.footContent .title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.footContent a{
	line-height: 20px;
	color: #fff;
}
.footContent a:hover{
	color: #474747;
}
.menufooter{
	margin: 6% 0%;
}
.menufooter {
  font-size: 10px;
  text-align: center;
}
.imgFoot{
	width:100%;
	margin: 20px 0px;
}
.search{
	position: absolute;
	width: 200px;
	right: 20%;
	margin-top:15px;
	padding:10px;	
}
.search input[type="text"]{
	width: 100%;
	background: rgba(0,0,0, 0.3) url(../img/search.png) no-repeat right;
	border-radius: 20px;
	border: none;
	color: #fff;
	padding: 5px 10px;

}
.nav-login{
	margin: 10px;
	display: none;
}
.nav-login p{
	text-transform: uppercase;
	font-weight: bold;
}
.nav-login input[type="text"], .nav-login input[type="password"]{
	width: 100%;
	padding: 5px;
	margin: 5px 0px;
	background: #ee1c25;
	border: none;
	color: #fff;
}
.nav-error{
	background: #fff;
	width: 100%;
	height: 250px;
  	padding: 20px;
}
#layerslider .btn {
	background: none;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 5px 60px;
	font-size: 18px;
}
#home {
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	color: #ffffff;
	text-align: center;
	position: relative;
	width: 100%;
	/*height: 80% !important;*/
	height: 440px !important;
}
.home-fix-bg{
	background:url(../images/background/bg-1.jpg) fixed no-repeat; 
	background-size:cover;
}
.home-fix-bg #home{
	background:none;
}
.gray-con-bg{
	background:#333333;
}

.parallax{
	background: url(../images/background/bg-1.jpg) fixed no-repeat;
	background-size:cover;
}
#home .text {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	color: #fff;
	margin-top: -180px;
}
#home .text h2 {
	color: #fff;
}
#home .text h5 {
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	margin: 10px 0;
}
#home .text i {
	font-size: 25px;
	color: #fff;
	margin-top: 50px;
}
#home .btn {
	background: none;
	border: 1px solid #1e75bc;
	border-radius: 4px;
	padding: 5px 30px;
	width: auto;
	height: auto;
	line-height: normal;
	margin: 20px;
	font-size: 16px;
	background: #1e75bc;
	color: #fff;
	margin: 20px 5px;
}
#home .btn:hover {
	background: #2b3992;
	color: #fff;
	border-color: #2b3992;
}
.optionLog {
  	float: left;
  	margin: 10px;
}
.optionLog .langEN{
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: normal;
}
.optionLog .langEN a:hover{
	color: #ee1c25;
}
.optionLog .langID a:hover{
	color: #ee1c25;
}
.optionLog .langID{
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal;
}
.optionLog li{
	float: left;
    width: 43%;
    list-style: none;
    margin-right: 10px;
}
.optionLog .btn {
	background: none;
	border: 1px solid #1e75bc;
	border-radius: 4px;
	padding: 5px;
	width: 80px;
	height: auto;
	line-height: normal;
	font-size: 12px;
	background: #1e75bc;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 3px;
}
.optionLog .btn:hover {
	background: #2b3992;
	color: #fff;
	border-color: #2b3992;
}
.optionLog .btn:visited {
	background: #2b3992;
	color: #fff;
	border-color: #2b3992;
}
.optionLog .btn:active {
	background: #2b3992;
	color: #fff;
	border-color: #2b3992;
}
#home span {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	margin: 0px;
}
#home .flex-control-thumbs {
	display: none;
}
#home .flex-direction-nav a {
	color: #fff;
	opacity: 1;
}
#home .flex-direction-nav {
	margin-top: 0px;
	top: 50%;
}
.go-down {
	position: absolute;
	bottom: 10px;
	color: #fff;
	border-radius: 50%;
	height: 60px;
	width: 16px;
	margin: 0 auto;
	right: 0px;
	left: -16px;
	line-height: 55px;
	font-size: 20px;
	z-index: 99;
}
#tp-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#tp-banner .btn {
	color: #f2333a;
	border-color: #f2333a;
	background: none;
	padding: 5px 50px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
#tp-banner .btn-wht {
	color: #fff;
	border-color: #fff;
}
#home-text {
	position: absolute !important;
}
.textOne {
	text-align: left;
	font-style: italic;
	color: #000; 
	text-transform: uppercase;
	line-height: 40px;
	font-weight: bold;
}
.textTwo {
	text-align: left;
	font-style: italic;
	color: #ed1b24;
	text-transform: uppercase;
	line-height: 40px; 
}
.textThree {
	text-align: left;
	font-style: italic;
	color: #252b64; 
	text-transform: uppercase;
	line-height: 40px;
	font-weight: bold;
}
#home-text h1 {
	text-transform: uppercase;
}
#home .btn {
}
#home-text .text {
	position: relative;
	text-align: center;
	top: auto;
	width: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	color: #fff;
	margin-top: 0px;
}
#video-home {
	height: 100%;
	position: relative;
}
#video-home #home {
	background: none;
}
#video-home video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
#sub-banner {
	background: url(../images/background/bg-1.jpg) no-repeat;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	color: #ffffff;
	text-align: center;
	min-height: 297px;
}
#sub-banner h1 {
	margin-top: 122px;
	margin-bottom: 122px;
}
#sub-banner .search {
	width: 270px;
	float: right;
	margin-top: 135px;
}
#sub-banner .search input {
	border-radius: 0px;
	height: 44px;
}
#sub-banner h1 span {
	font-size: 36px;
	font-weight: 300;
}
.slides-navigation a {
/*	background: #1e75bc;*/
	height: 50px;
	color: #fff;
	width: 50px;
	text-align: center;
	line-height: 45px;
	padding: 0px;
	font-size: 20px;
}
#slides .text {
    top: 66%;
    left: 5%;
    position: absolute;
}
.slides-control{
	height: 80% !important;
}
#home .text h1 {
	font-size: 50px;
	padding: 0px;
	line-height: 30px;
	margin-left: 60px;
	font-weight: bold;
	text-align: left;
}
#text-slide #home {
	/*background: url(../../../../../www.enfusionthemes.com/demo/cuvey-html/main-html/images/background/slide1.html) no-repeat;*/
}
#particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #1e75bc;
}
#particles canvas {
	position: fixed;
	left: 0;
	right: 0px;
	top: 0px;
	overflow: hidden;
}
#video1 {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}
.covervid-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*=======================================================
			INTRO
========================================================*/
#intro-1 {
	position: relative;
	padding: 80px 0;
	display: inline-block;
	width: 100%;
	background: url(../images/background/intro-bg.jpg) fixed no-repeat;
	background-size: cover;
}
#intro {
	position: relative;
	display: inline-block;
	width: 100%;
	background: url(../images/background/why-choose.jpg) fixed no-repeat;
	background-size: cover;
}
#intro .overlay {
	padding: 80px 0;
	padding-bottom: 0px;
}
#intro h2 {
	color: #fff;
}
.intro-sec .rotate {
	z-index: 2;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	height: 70px;
	border: 2px solid #1e75bc;
	width: 70px;
	text-align: center;
	line-height: 70px;
	position: relative;
	float: right;
	margin-top: 20px;
}
.intro-sec .rotate-none {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#intro-1 h2 {
	font-size: 38px;
}
.intro-sec ul li {
	border-radius: 4px;
	margin-bottom: 15px;
}
.intro-sec ul li i {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.intro-sec ul li h5 {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
}
.intro-sec .align-right {
	text-align: right;
}
.intro-sec .align-left i {
	margin-left: 10px;
}
.intro-sec .align-left {
	text-align: left;
}
.intro-sec .align-left i {
}
.intro-sec .align-left .rotate {
	float: left;
}
.intro-sec ul li:hover {
}
.intro-sec img {
	display: inline-block;
}
.center-align {
	text-align: center;
}
.intro-sec {
	margin-top: 50px;
}
.intro-sec h5 {
	margin: 0px;
	color: #fff;
}
.intro-sec ul li p {
	margin: 0px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.intro-sec ul li:hover {
}
.intro-sec ul li:hover i {
	color: #fff;
	border-color: #fff;
}
.intro-sec ul li:hover p {
	color: #fff;
}
.intro-sec ul li:hover h5 {
	color: #fff;
}
/*=======================================================
			FEATURES
========================================================*/
#feature {
	background: url(../images/background/feature-bg.jpg) top center fixed repeat-y;
	background-size: cover;
	margin-top: -5px;
}
#feature .owl-buttons div {
	background: rgba(0,0,0,0.5);
}
#feature .owl-next {
	right: 0px;
}
#feature .overlay {
	padding: 80px 0;
}
#feature .tittle h2 {
	color: #fff;
}
#feature .tittle hr {
	border-color: #ec5854;
	background: none;
	margin-bottom: 60px;
}
.item-info {
	padding: 0 80px;
}
.item-info h2 {
	text-align: left;
	color: #fff;
}
#feature img {
	width: 100%;
}
.item-info h3 {
	margin-top: 0px;
}
.item-info p {
	color: #fff;
	font-size: 16px;
}
.item-info ul {
	margin-top: 30px;
}
.item-info li {
	color: #fff;
	line-height: 30px;
}
.item-info span {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	min-width: 180px;
}
.item-info .btn {
	font-size: 16px;
}
.btn {
	background: #1e75bc;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	padding: 0px 35px;
	font-size: 14px;
	font-weight: 300;
}
.btn-1 {
	background: #3d3d3e;
	border: 1px solid #fff;
}
.tp-caption.btn {
	padding: 5px 40px !important;
	display: inline-block;
	height: auto;
	width: auto;
	color: #fff !important;
	background: none;
}
.tp-caption.btn a {
	color: #fff;
}
.tp-caption.btn:hover {
	background: #fff;
	color: #000;
}
.tp-caption.btn:hover a {
	color: #000;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	padding-bottom: 120px;
	background: #fff;
}
.filter {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.filter li a {
	padding: 10px 25px;
	font-size: 15px;
	color: #535353;
	font-weight: 300;
	background: #fff;
	display: inline-block;
	margin: 0px 5px;
	border: 1px solid #dddddd;
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
}
.filter li a:hover {
	background: #1e75bc;
	color: #fff;
}
.filter li a.active {
	background: #1e75bc;
	color: #fff;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
	transition:all 0.8s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio-wrapper{
	position:relative;
	z-index:999;
}
.portfolio .item {
	display: inline-block;
	padding: 0;
	height: 275px;
	width: 275px;
	margin-left: 56px;
	margin-top: 80px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 56px;
}
.portfolio .item:nth-child(1) {

}
.portfolio .item:nth-child(2) {

}
.portfolio .item:nth-child(3) {
	margin-right: 0px;
}
.portfolio .item:nth-child(4) {
	margin-left: 249px;
	margin-top: -81px;
}
.portfolio .item:nth-child(5) {
	margin-left: 637px;
	margin-top: -275px;
}
.portfolio .item p {
	color: #fff;
}
.portfolio .item h5 {
	color: #fff;
}
.portfolio .item img {
	width: 100%;
}
.img {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.img img {
}
.over {
	display: block;
	position: absolute;
	z-index: 20;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.over:hover .des {
}
.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #f2333a;
	font-size: 30px;
}
.over {
	bottom: 0;
	left: 0;
	top: 0px;
	right: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.img .over {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.img:hover .over {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.over a.expand {
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto -30px auto;
	height: 100%;
}
.over a.expand i {
	margin-top: 28%;
}
.over a.expand:hover {
	color: #fff;
}
.portfolio .des {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 40%;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.img.hover .over {
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.item-detail .btn {
	background: none;
	border: 1px solid #999;
	margin-top: 10px;
	color: #000;
}
.item-detail .btn:hover {
	background: #f2333a;
	color: #fff;
}
/*=======================================================
			TESTIMONIALS
========================================================*/
#testimonials {
	position: relative;
	background: #fff;
	background: url(../images/background/texti-bg.jpg) fixed no-repeat;
	background-size: cover;
}
#testimonials .overlay {
	padding: 80px 0;
}
#testimonials .flexslider {
	text-align: center;
	position: relative;
	min-height: 370px;
	width: 75%;
	margin: 0 auto;
}
#testimonials .flex-control-thumbs {
	text-align: center;
	position: absolute;
	top: 30px;
	height: 163px;
}
#testimonials .flexslider .slides {
	margin-top: 200px;
	position: absolute;
	width:100%;
	left: 0px;
	display:inline-block;
}
#testimonials h5 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-top: 30px;
}
#testimonials p {
	line-height: 24px;
	color: #fff;
}
#testimonials .flex-control-thumbs li img {
	width: 100%;
	background: none;
}
#testimonials .flex-control-thumbs li img:focus {
	border: none;
	background: none;
}
.comas {
	background: url(../images/comas.png) center center no-repeat;
	height: 90px;
	left: 0px;
	margin-top: -87px;
	position: absolute;
	right: 0px;
}
/*=======================================================
			VIDEO
========================================================*/
#video {
	text-align: center;
	height: 480px;
	position: relative;
	overflow: hidden;
}
#video .overlay {
	padding: 140px 0;
}
#video span {
	font-size: 36px;
	color: #fff;
	position: absolute;
	margin: 0 auto;
	z-index: 3;
	text-transform: uppercase;
	margin: 0 auto;
	z-index: 3;
	text-transform: uppercase;
	right: 0;
	left: 0;
	top: 65%;
}
#video a {
	background: #f2333a;
	height: 100px;
	width: 100px;
	border: none;
	color: #fff;
	border-radius: 4px;
	position: absolute;
	line-height: 90px;
	font-size: 40px;
	top: 30%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}
#video .play {
	display: block;
	position: absolute;
	z-index: 2;
}
#video .pause {
	display: none;
	position: absolute;
	z-index: 2;
}
/*=======================================================
			ABOUT US
========================================================*/
#about {
	padding: 80px 0;
	background: #fff;
}
#about h3 {
	color: #545454;
}
#about .owl-next {
	right: 0px;
}
#about .owl-controls .owl-buttons div {
	top: 60%;
	background: #555555;
}
#about .owl-controls .owl-buttons div:hover {
	background: #1e75bc;
}
#about .owl-img {
	margin-top: 30px;
	margin-bottom: 30px;
}
#about p {
	color: #999999;
	line-height: 25px;
	font-size: 16px;
}
#about .progress {
	height: 40px;
	background: #aaaaaa;
}
#about .progress-bar {
	text-align: left;
}
#about .progress-bar h5 {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	text-shadow: 1px 1px 1px #898989;
	display: inline-block;
}
#about .progress-bar span {
	text-align: right;
	line-height: 40px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #898989;
	margin-right: 10px;
}
.mac-img {
	text-align: center;
	margin-top: 40px;
}
.mac-img img {
	display: inline-block;
}
/*=======================================================
			SERVICES
========================================================*/
#about .services {
	margin-top: 40px;
}
#about .services li {
	text-align: center;
}
#about .services li p {
	font-size: 13px;
	margin-top: 20px;
}
#about .services li .icon {
	display: inline-block;
	border-radius: 4px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
#about .services li .icon i {
	border-radius: 4px;
	margin-bottom: 25px;
	height: 66px;
	width: 66px;
	border: 1px solid #eeeeee;
	line-height: 68px;
	overflow: hidden;
	font-size: 30px;
	color: #f2333a;
	position: relative;
}
#about .services li:hover i {
	background: #f2333a;
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.ser-who {
	margin-top: 40px;
	text-align: center;
}
.ser-who h5 {
	text-transform: uppercase;
}
.ser-who .service-icon {
}
.ser-who i {
	border-radius: 4px;
	margin-bottom: 25px;
	height: 66px;
	width: 66px;
	border: 1px solid #eeeeee;
	line-height: 68px;
	overflow: hidden;
	font-size: 30px;
	color: #f2333a;
	background: #fff;
	position: relative;
}
.ser-who .back-icon {
	z-index: -1;
	color: #F0F0F0;
	position: absolute;
	padding-left: 0px;
	right: 0;
	top: 100px;
	width: 100%;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
	border: none;
	left: 0px;
	margin: 0 auto;
}
.ser-who p {
	line-height: 26px;
}
.ser-who:hover {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.ser-who:hover i {
	background: #f2333a;
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.ser-who:hover .back-icon {
	background: none;
}
.exp {
	margin-top: 50px;
	margin-bottom: 50px;
}
.exp .tittle h2 {
	text-transform: uppercase;
}
.exp .tittle p {
	line-height: 30px;
	margin-bottom: 30px;
}
.exp img {
	display: inline-block;
}
/*=======================================================
			MISSION
========================================================*/
.mission {
	/*background: url(../../../../../www.enfusionthemes.com/demo/cuvey-html/main-html/images/background/mission-bg.html) top center fixed no-repeat;*/
	background-size: cover;
	margin-top: 50px;
	padding-top: 30px;
}
.mission .tittle h2 {
	text-align: left;
}
.mission .tittle hr {
	text-align: left;
	margin: 0px;
	background: none;
	border-color: #f2333a;
	margin-bottom: 30px;
}
.mission p {
	color: #666666;
	font-weight: 500;
	line-height: 24px;
}
/*=======================================================
			PASSION
========================================================*/
.passion {
	background: url(../images/background/passion-bg.jpg) fixed top center repeat-y;
	background-size: cover;
	text-align: center;
}
.passion .overlay {
	padding: 110px 0;
}
.passion h2 {
	color: #fff;
	font-weight: 700;
}
.passion p {
	color: #fff;
	line-height: 46px;
	font-family: 'Raleway', sans-serif;
}
.passion .btn {
	background: none;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 15px 50px;
	width: auto;
	height: auto;
	line-height: normal;
	margin-top: 40px;
	font-size: 16px;
}
.passion .btn:hover {
	background: #fff;
	color: #000;
}
/*=======================================================
			SERVICES
========================================================*/
#services {
	padding: 80px 0;
	background: #fff;
	margin-top: -5px;
}
#services .tittle h3 {
	color: #535353;
}
#services .services {
	margin-top: 70px;
}
#services .services li .icon {
	display: inline-block;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#services .services li {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: relative;
	overflow: hidden;
	height: 275px;
	width: 275px;
	float: left;
	display: inline-block;
	background: #aaaaaa;
}
#services .services li .rotate-none {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-left: -33px;
}
#services .services li .inner-con {
	position: absolute;
	left: 0px;
	width: 275px;
	margin-left: -70px;
	top: 56px;
	text-align: center;
	display: inline-block;
}
#services .services li .inner-con p {
	color: #fff;
}
#services .services li .rotate-none img {
	margin-top: -35px;
}
#services .services li:nth-child(2) {
	background: #aaaaaa;
	margin-left: 115px;
}
/* Safari only */
#services .services li:nth-child(2):not(:root:root) { 
	color:blue;
	background:#000;
	margin:0px;
}
#services .services li:nth-child(3) {
	background: #1e75bc;
	margin-left: 114px;
}
#services .services li:nth-child(4) {
	background: #1e75bc;
	margin-left: 252px;
	margin-top: -130px;
}
#services .services li:nth-child(5) {
	background: #1e75bc;
	margin-left: 114px;
	margin-top: -130px;
}
#services .services li:nth-child(6) {
	margin-top: -130px;
	margin-left: 57px;
}
#services .services li:nth-child(7) {
	margin-top: -130px;
	margin-left: 114px;
}
#services .services li:nth-child(8) {
	margin-top: -130px;
	margin-left: 115px;
}
#services .services li:nth-child(8) img {
	position: absolute;
	left: -125px;
	top: -50px;
}
#services .services .more-ser {
	position: absolute;
	margin-top: 90px;
	margin-left: 40px;
	z-index: 1;
	color: #fff;
	font-size: 18px;
}
#services .services hr {
	border: none;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	margin: 20px 0;
	width: 20px;
}
#services .services li .icon i {
	border-radius: 4px;
	height: 66px;
	width: 100%;
	line-height: 68px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	font-size: 30px;
	color: #f2333a;
	position: relative;
}
#services .services li {
	margin-bottom: 50px;
	margin-left: 57px;
}
#services .services li:hover i {
	background: #f2333a;
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#services .facts {
	margin-top: 30px;
	text-align: center;
}
#services .facts ul {
	margin-top: 50px;
}
#services .facts li {
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 20px 12px;
	margin-bottom: 30px;
}
#services .facts li i {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	color: #f2333a;
	text-align: left;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#services .facts li span {
	font-size: 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	color: #777777;
}
#services .facts li p {
	font-size: 12px;
}
#services .facts li p {
	width: 100%;
}
#services .facts li:hover {
	background: #f2333a;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#services .facts li:hover i {
	color: #fff;
}
#services .facts li:hover span {
	color: #fff;
}
#services .facts li:hover p {
	color: #fff;
}
#services .ser-who {
	margin-bottom: 40px;
}
/*=======================================================
			CLIENTS
========================================================*/
#clients {
	padding: 80px 0;
	padding-top: 0px;
}
#clients h1 {
	margin-bottom: 30px;
}
#clients p {
	color: #fff;
}
#clients .clients {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-left: 50px;
	padding-right: 50px;
}
#clients .clients li {
	display: inline-block;
	width: 24.5%;
	margin-bottom: 30px;
}
#clients .owl-buttons div {
	border-radius: 0px;
	height: 50px;
	width: 50px;
	top: 0px;
	line-height: 50px;
	margin: 0px;
	font-size: 18px;
	background: #555555;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#clients .owl-buttons div:hover {
	background: #1e75bc;
}
#clients .owl-prev {
	left: -48px;
}
#clients .owl-next {
	right: -48px;
}
#owl-client {
	margin-top: 75px;
}
#clients .owl-buttons {
	margin-top: 20px;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	background: url(../images/background/team-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
#team .team {
	text-align: center;
	margin-top: 90px;
	padding: 0 10px;
}
#team .t-img {
	float: left;
	margin-right: 20px;
	position: relative;
}
#team .rotate {
	width: 182px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	height: 182px;
	overflow: hidden;
	margin-left: 30px;
}
#team .rotate-none {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-top: -21px;
	margin-left: -31px;
}
.team-info {
	background: #fff;
	text-align: left;
	padding: 20px;
	height: 200px;
	display: inline-block;
	width: 79.5%;
	margin-left: 110px;
	padding-left: 150px;
}
.team-info:hover {
	background: #1e75bc;
}
#team .team img {
}
#team .team h5 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
}
#team .team p span {
	color: #aaaaaa;
	font-style: italic;
	margin-bottom: 20px;
}
#team .social_icons ul {
	text-align: right;
}
#team .social_icons ul a {
	color: #dddddd;
}
#team .btm-detail {
	position: absolute;
	bottom: 0px;
	background: #f2333a;
	width: 100%;
	padding: 20px 0;
	min-height: 150px;
}
#team .social_icons {
	margin-top: 35px;
}
#team .social_icons a {
	width: 36px;
	font-size: 18px;
	margin: 0px;
	height: 40px;
	border-radius: 4px;
	line-height: 36px !important;
}
#team .over h5 {
	color: #fff;
}
#team .over span {
	color: #fff;
}
#team .owl-prev {
	position: absolute;
	top: 45%;
	left: -50px;
}
#team .owl-next {
	position: absolute;
	top: 45%;
	right: -50px;
}
.team-info:hover {
	background: #1e75bc;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.team-info:hover h5 {
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.team-info:hover span {
	color: #fff !important;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.team-info:hover p {
	color: #fff;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.team-info:hover .social_icons a {
	color: #fff !important;
}
.skills {
	margin-top: 80px;
}
.skills span {
	display: inline-block;
	float: right;
}
.skills h4 {
	color: #525252;
}
.single-item .owl-item img{
	width:100%;
}
/*=======================================================
			CONTACT
========================================================*/
#contact {
	background: url(../images/background/contact-bg.jpg) fixed no-repeat;
	background-size: cover;
}
#contact .overlay {
	padding: 80px 0;
}
#contact .tittle {
	margin-bottom: 50px;
}
#contact .tittle p {
	color: #fff;
}
#contact .contact-form p {
	color: #666666;
}

.contact-form H3 {
	color: #666666;
}

#contact .con-info {
	margin-top: 60px;
}
#contact .con-info li {
	text-align: center;
}
#contact .con-info li {
	font-size: 50px;
	color: #f2333a;
}
#contact .con-info li i {
	font-size: 50px;
	color: #f2333a;
}
#contact .con-info h3 {
	font-size: 26px;
}
.contact-form {
	padding: 80px 0;
	text-align: center;
}
.contact-form input {
	height: 45px;
	width: 100%;
	padding: 0 10px;
	border-radius: 4px;
	margin: 10px 0;
}
.contact-form .btn {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #000;
	display: inline-block;
	width: auto;
	float: left;
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
	background: #1e75bc;
	color: #fff;
}
.contact-form .btn:hover {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contact-form form {
}
.contact-form textarea {
	width: 100%;
	border-radius: 0px;
	padding: 10px;
}
.contact-form .btn {
	margin-top: 20px;
}
/*======================== FORM ========================*/
.contact-form input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #dddddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #000000;
	font-family: inherit;
	font-size: 14px;
	padding: 6px 10px;
	margin: 0px 0px 8px 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
}
.contactForm {
}
.contactForm form i {
	background: #f2333a;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	width: 50px;
	margin-left: 3px;
	padding-top: 12px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.under-contact {
	text-align: center;
	padding-bottom: 80px;
}
.under-contact .con-info {
	border-bottom: 1px solid #eeeeee;
	min-height: 170px;
	margin-bottom: 80px;
}
.under-contact .con-info p {
	font-size: 20px;
}
.under-contact .con-info i {
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #1e75bc;
}
.under-contact img {
	display: inline-block;
}
.under-contact .social_icons {
	margin-top: 50px;
}
.under-contact .social_icons a {
	color: #838383;
}
.under-contact .social_icons li {
	border: 1px solid #eeeeee;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin: 0px 15px;
}
.under-contact .social_icons li a {
	margin: 0px;
}
.under-contact .social_icons li a i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.under-contact .social_icons li a:hover {
	background: #1e75bc
}
.form-group {
	margin-bottom: 0px;
}
.error {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: right;
	margin: -47px 14px 0 0;
	position: relative;
	top: 0;
}
.error i {
	background: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 12px !important;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
}
.error i:before {
	color: #FF0000;
	content: "";
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: 10px;
	vertical-align: top;
	width: 12px !important;
	height: 12px !important;
}
.rights {
	background: #cccccc;
}
.rights p {
	color: #1b1464;
	margin: 6% 13%;
	padding:0px;
	font-size: 12px;
}
#back-to-top {
	background: #1e75bc;
	height: 62px;
	width: 62px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	color: #fff;
	margin-top: -31px;
	position: absolute;
	float: right;
	margin-right: 100px;
	margin-bottom: 50px;
	position: relative;
	z-index: 99;
	border: 3px solid #fff;
}
/*=======================================================
			BLOG
========================================================*/
#blog {
	padding: 80px 0;
}
#blog hr {
}
#blog h3 {
	color: #525252;
}
#blog .blog .tittle {
	font-size: 20px;
	font-weight: bold;
	color: #535353;
	margin-top: 30px;
	display: inline-block;
}
#blog .blog li i {
	margin-right: 5px;
}
#blog .blog {
	margin-top: 40px;
}
#blog .blog a h4 {
	color: #535353;
	font-size: 26px;
	margin-left: 145px;
	margin-bottom: 25px;
}
#blog.blog-post .blog .small-tag {
	float: left;
	position: absolute;
	margin: 0px;
	height: 77px;
	width: 77px;
	text-align: center;
	margin-left: 50px;
	z-index: 99;
	left: 10px;
	margin-top: 16px;
}
#blog.blog-post .blog .small-tag i {
	font-size: 30px;
	margin-left: -15px;
	margin-top: 23px;
	position: absolute;
}
#blog.blog-post .blog p {
	font-size: 16px;
	color: #525252;
	line-height: 25px;
}
#blog.blog-post ul {
	margin: 30px 0;
}
#blog.blog-post hr {
	margin: 50px auto;
}
#blog .blog li {
	display: inline-block;
	margin-right: 20px;
	color: #cccccc;
	font-size: 14px;
	margin-top: 10px;
}
#blog .blog img {
}
#blog .blog p {
	color: #b0b0b0;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
#blog .blog p span a {
	color: #28deb4;
}
#blog .small-tag {
	height: 38px;
	width: 38px;
	background: #1e75bc;
	line-height: 38px;
	text-align: center;
	color: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 40px;
	margin-top: -30px;
}
#blog .blog img {
	width: 100%;
}
#blog .b-inner {
	border: 1px solid #dddddd;
	display: inline-block;
	width: 100%;
	padding: 10px;
}
#blog .small-tag i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#blog .blog .btn {
	background: none;
	color: #000;
	margin-top: 10px;
	float: right;
}
#blog .blog .btn:hover {
	background: #1e75bc;
	color: #fff;
}
#blog .blog .flex-blog li {
	display: inline-block;
}
#blog .blog .flex-blog li:nth-child(2) {
}
#blog .flex-direction-nav a {
	z-index: 999;
}
#blog .flex-control-paging {
	margin-top: -20px;
	z-index: 9;
}
#blog .flex-control-paging li {
	margin: 0 5px !important;
}
#blog .flex-control-nav {
	bottom: auto;
	display: none;
}
#blog .flex-direction-nav {
	margin-top: 0px;
	position: absolute;
	z-index: 9;
	width: 96.3%;
	top: 40.5%;
}
#blog .owl-next {
	right: 0px;
}
#blog .flex-blog img {
	margin-top: 0px;
}
#blog .flex-direction-nav .flex-next {
	position: absolute;
	height: 40px;
	overflow: hidden;
	right: 1px;
	width: 40px;
}
#blog .flex-direction-nav .flex-prev {
	position: absolute;
	height: 40px;
	overflow: hidden;
	left: 0px;
	width: 40px;
	padding: 2px 13px 20px 10px;
}
#blog .flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	content: "\f104";
}
#blog .flex-direction-nav a.flex-next:before {
	content: '\f105';
	line-height: 1;
}
#blog .flex-direction-nav a {
	background: rgba(0,0,0,0.5);
	padding: 2px 10px 20px 13px;
	text-align: center;
	display: inline-block;
}
#blog .flex-direction-nav li {
	width: 20px;
	overflow: hidden;
	height: 30px;
}
#blog .search input {
	border-radius: 0px;
	color: #666666;
	height: 45px;
}
#blog .right-bar {
}
#blog .right-bar h4 {
	color: #1e75bc;
	margin-top: 50px;
}
#blog .right-bar hr {
	margin: 0px;
	background: #dddddd;
	height: 1px;
}
#blog .right-bar a {
	line-height: 42px;
	text-decoration: none;
	font-size: 16px;
	color: #525252;
}
#blog .inner-blog {
	padding: 45px;
	background: #eeeeee;
}
#blog .right-bar i {
	font-size: 18px;
	margin-right: 10px;
}
#blog .right-bar .img {
	display: inline-block;
	height: 60px;
	width: 60px;
	margin-right: 10px;
	float: left;
}
#blog .right-bar span.titl {
	float: right;
	width: 100%;
	margin: 0px;
	line-height: 20px;
}
#blog .right-bar span.date {
	color: #cccccc;
	font-size: 12px;
}
#blog .right-bar .post li {
	margin-bottom: 20px;
}
#blog .right-bar .post li {
	background: url(../images/bullet.png) left 05px no-repeat;
	padding-left: 30px;
}
#blog .cate li {
	background: url(../images/bullet.png) left no-repeat;
	padding-left: 30px;
}
#blog .flicker li {
	margin-bottom: 4px;
	padding: 0 2px;
}
.que p {
	margin-top: 0px !important;
}
.share.under-contact {
	text-align: left;
	padding-bottom: 0px;
}
.back-blog{
	width:100%;
	display:inline-block;
	text-align:center;
}
.back-blog a{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background:#1e75bc;
	height:70px;
	width:70px;
	display:inline-block;
	margin-left: 20px;
	text-align:center;
	line-height:70px;
	font-size:30px;
	color:#fff;
	margin:30px auto;
	margin-top:80px;
}
.back-blog a i{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);

}
.share.under-contact ul {
	text-align: left;
}
.share h4 {
	display: inline-block;
	width: 250px;
	text-align: left;
	color: #525252;
	float: left;
}
.que {
	background: url(../images/artical-bul.png) left 10px no-repeat;
	margin-left: 60px;
	padding: 1px 0px 20px 100px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.que p {
	font-style: italic;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.que span {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
}
.admin {
	margin-top: 50px;
}
.admin .image {
	float: left;
	width: 130px;
	margin-right: 20px;
}
.admin h4 {
	color: #525252;
}
.comments {
	margin-top: 60px;
}
.comments .media {
	margin-top: 40px;
	background: #fff;
	padding: 20px;
}
.comments .media p {
	margin: 0 !important;
}
.comments .media span {
	font-size: 14px;
	margin-left: 50px;
}
.comments .media span a {
	margin-left: 20px;
}
.com-form {
	margin-top: 50px;
}
.com-form .form-control {
	height: 45px;
	border-radius: 0px;
	margin-bottom: 8px;
	background: #f5f5f5;
}
.com-form .form-control input {
	background: #f5f5f5;
}
.com-form textarea.form-control {
	height: 150px;
}
.com-form .btn {
	text-transform: uppercase;
	padding: 0 40px;
	width: auto;
	margin-top: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #CCC;
}
div.media-body:nth-child(2) {
	margin-left: 50px;
}
.com-form .btn:hover {
	background: #f2333a;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #fff;
}
.single-item .item-info{
	padding:0 !important;
}
.com-form h5 {
	margin-bottom: 30px;
}
#blog.single-mor {
	margin-top: 0px;
	padding: 50px;
}
.inner-blog-con {
	background: #fff;
	padding: 40px;
	text-align: center;
}
.inner-blog-con hr {
	margin: 50px auto;
}
.inner-blog-con ul {
	margin-bottom: 30px;
}
.inner-blog-con article {
	text-align: left;
}
.inner-blog-con a h4 {
	margin: 0px;
	padding: 0px;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 9999;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
}
.social_icons a {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 5px 0px 0;
	font-size: 20px;
	line-height: 52px !important;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
/*=======================================================
			Style Switcher
========================================================*/
.color-switcher {
	width: 220px;
	position: fixed;
	right: -220px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 35px;
	height: 35px;
	outline: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}
.color-switcher ul li a.blue {
	background: #428bca;
}
.color-switcher ul li a.green {
	background: #88c136;
}
.color-switcher ul li a.red {
	background: #e54242;
}
.color-switcher ul li a.yellow {
	background: #ff9c00;
}
.color-switcher ul li a.brown {
	background: #987654;
}
.color-switcher ul li a.cyan {
	background: #1ABC9C;
}
.color-switcher ul li a.purple {
	background: #c74a73;
}
.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}
.color-switcher .gray {
	background: #656565;
}
.color-switcher .black {
	background: #000;
}
.color-switcher .white {
	background: #fff;
}
.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align: center;
	float: left;
	border: 1px solid #666;
	margin-top: 15px;
	margin-right: 22px;
}
.color-switcher .dark {
	background: #272727;
	width: 60px;
	float: right;
	color: #fff;
	border: 1px solid #666;
	margin-top: 15px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 19px;
	background: #fff;
	padding-top: 0px;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}
.color-switcher ul li {
	margin: 3px;
}
/*=======================================================
			Pricing table
========================================================*/
#pricing {
	padding: 80px 0;
	padding-bottom: 0px;
}
.pricing-table {
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ececec;
	margin-bottom: 40px;
}
.pricing-table header {
	color: rgba(0, 0, 0, 0.45);
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 22px;
	display: inline-block;
	width: 100%;
	height: auto;
	background: #f3f3f3;
}
.pricing-table header h2, .pricing-table header .price {
	color: #1e75bc;
}
.pricing-table header h2 {
	color: #fff;
}
.pricing-table header h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 16px 0;
	text-transform: none;
	text-align: center;
}
.pricing-table header .price {
	font-size: 48px;
	margin: 0 2px;
}
.pricing-table header .currency {
	font-size: 24px;
	position: relative;
	top: -13px;
}
.pricing-table header .date {
	margin-top: -13px;
}
.pricing-table ul {
	margin: 0;
	padding: 0 23px;
}
.pricing-table ul li {
	border-bottom: 1px solid #ececec;
	list-style: none;
	padding: 15px 0px;
}
.pricing-table .btn {
	margin: 10px 0;
	width: 100%;
}
.pricing-table header h2 {
	background-color: #1e75bc;
}
.map {
	position: relative;
	min-height: 405px;
}
#map {
	width: 100%;
	height: 410px;
}
.modal-header i {
	color: #fff;
}
.modal-body .owl-controls .owl-page, .owl-controls .owl-buttons div {
	margin-top: -50px;
	z-index: 999;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 60%;
}
.modal-body .owl-img {
	height: 500px;
	overflow: hidden;
}
.modal-body .owl-next {
	right: 0px;
}
.modal-body h4 {
	color: #333;
}
.p-details {
	padding: 15px;
}
#ip-container header {
	border: none;
}
/*=======================================================
			ACCORDION
========================================================*/
#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f106";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFF;
	padding: 0px;
	background: #1e75bc;
	color: #fff;
	padding: 14px 15px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #1e75bc;
}
#accordion1 {
}
#accordion1 .panel-default > .panel-heading .panel-title a:before {
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #FFF;
	float: right;
	padding: 0px;
	background: #1e75bc;
	color: #fff;
	padding: 0px 15px;
}
#accordion1 .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 0px;
	background: #1e75bc;
}
#accordion1 .panel-default > .panel-heading a {
	padding-left: 15px;
}
#accordion2 {
}
#accordion2 .panel-default > .panel-heading .panel-title a:before {
	content: "\f106";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFF;
	padding: 0px;
	background: #1e75bc;
	color: #fff;
	padding: 14px 15px;
}
#accordion2 .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #1e75bc;
}
.panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
}
.panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	padding: 0px;
	line-height: 43px;
	display: inline-block;
	padding-left: 0px;
}
#headings {
	text-align: left;
}
#headings h1 {
	text-align: left;
	color: #000;
}
#headings h2 {
	text-align: left;
	color: #000;
	text-transform: none;
}
#headings h3 {
	text-align: left;
	color: #000;
}
#headings h4 {
	text-align: left;
	color: #000;
}
#headings h5 {
	text-align: left;
	color: #000;
}
#headings h6 {
	text-align: left;
	color: #000;
}
.alerts .close {
	float: right;
}
.shortcodes h1 {
	text-align: left;
}
.shortcodes h2 {
	text-align: left;
	text-transform: uppercase;
}
#tabs {
}
#tabs p {
	line-height: 26px;
}
#tabs .nav-tabs a {
	font-weight: 300;
	font-size: 18px;
}
#tabs .nav-tabs {
	margin-bottom: 15px;
}
#tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #1e75bc;
	color: #fff;
	border: none;
}
.shortcodes section h4 {
	color: #333;
	font-weight: 400;
}
/*=======================================================
			Page Loader
========================================================*/
.loadding-text {
	width: 100%;
	display: inline-block;
	text-align: center;
	top: 20%;
	position: relative;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #f2333a;
	z-index: 9999;
	opacity: 1;
}
.shortcodes {
	padding: 80px 0;
}
.shortcodes h2 {
	margin: 40px 0;
}
/*=======================================================
			Page Loader
========================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999;
	opacity: 1;
}
.loader {
	position: absolute;
	width: 100px;
	margin: 0 auto;
	top: 50%;
	left: 0px;
	margin-top: -60px;
	right: 0px;
}
/*=======================================================
			TIMELINE
========================================================*/
#timeline {
	background: url(../images/background/passion-bg.jpg) fixed top center repeat-y;
	background-size: cover;
	text-align: center;
}
.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
	font-weight: 300;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background: #ffffff;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	float: left;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	position: relative;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #dcdcdc;
	border-right: 0 solid #dcdcdc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #ffffff;
	width: 24px;
	height: 24px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -12px;
	z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge > a {
	color: #ffffff !important;
}
.timeline-badge a:hover {
	color: #dcdcdc !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-heading h4 {
	font-weight: 400;
	padding: 0 15px;
	color: #4679bd;
}
.timeline-body > p, .timeline-body > ul {
	padding: 10px 15px;
	margin-bottom: 0;
}
.timeline-footer {
	padding: 5px 15px;
	background-color: #f4f4f4;
}
.timeline-footer p {
	margin-bottom: 0;
}
.timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}
.timeline > li.timeline-inverted {
	float: right;
	clear: right;
}
.timeline > li:nth-child(2) {
	margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}
.no-float {
	float: none !important;
}
.blogfull img {
	width: 100%;
}
/*=======================================================
			Event Timer
========================================================*/
#timer {
}
.timer {
	text-align: center;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
ul.countdown {
	min-height: 180px;
	margin-top: 50px;
}
ul.countdown li {
	text-align: center;
	border: 1px solid #dddddd;
	display: inline-block;
	min-width: 160px;
	min-height: 140px;
	padding-top: 20px;
}
ul.countdown li span {
	font-size: 56px;
	padding-top: 150px;
	font-weight: 300;
	color: #1e75bc;
}
ul.countdown li p {
	font-size: 14px;
	color: #666666;
	font-weight: 300;
	text-transform: uppercase;
}
/*=======================================================
			COMING SOON
========================================================*/
.soon {
	width: 100%;
	text-align: center;
	margin-top: 140px;
}
.soon .social_icons {
	margin-top: 50px;
	margin-bottom: 100px;
}
.soon .social_icons li {
	margin: 0 30px;
}
.soon .social_icons a {
	color: #333 !important;
	font-size: 26px;
}
.subcribe {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.subcribe input {
	display: inline-block;
	width: 550px;
	height: 55px;
}
.subcribe button {
	width: 190px;
	height: 55px;
	margin: 0px;
	font-weight: 500;
}
/*=======================================================
		404 PAGE	
========================================================*/
#missing {
	background: url(../images/slide/slide-bg-3.jpg) center center no-repeat;
	text-align: center;
	color: #fff;
	background-size: cover;
}
.missing-2 {
	background: #fff;
	text-align: center;
}
.cont {
	margin-top: 100px;
	padding-bottom: 100px;
}
.cont h3 {
	color: #f2333a
}
.cont span {
	margin-top: 100px;
	display: inline-block;
	font-size: 150px;
}
.missing-2 {
	margin-top: 0px;
}
.missing-2 .cont span {
	font-weight: bolder;
	font-size: 200px;
	margin-top: 0px;
	line-height: 70px;
}
.missing-2 .cont h3 {
	font-size: 30px;
	color: #404040;
	font-weight: 600;
	margin-top: 50px;
}
.single-item .modal-body .owl-controls .owl-page, .owl-controls .owl-buttons div {
	top: 60%;
}
.single-item {
	margin-bottom: 100px;
}
.single-item h4 {
	color: #333;
}
.single-item h3 {
	color: #333;
	margin-top: 10px;
}
.item-info {
}
.item-info .owl-img {
	margin-top: 20px;
}
.single-item p {
	color: #666;
	margin-bottom: 20px;
}
.single-item .item-info span {
	color: #666;
}
.single-item .item-info li {
	color: #666;
}
.cont span.red {
	color: #1e75bc
}
.cont .btn {
	border: 1px solid #fff;
	background: none;
}
.cont h3 {
	font-weight: 300;
}
.cont h5 {
	margin-top: 100px;
	font-weight: 300;
	color: #fff;
}
.links {
	margin: 150px 0px;
	text-align: center;
}
.links li {
	margin: 20px 0;
	display: inline-block;
	padding: 0 20px;
}
.links li a {
	font-size: 18px;
	font-weight: 400;
}
#contact .con-info a {
	color: #fff;
}
#faqs {
	padding: 80px 0;
}
.faqs {
	margin-top: 50px;
}
.faqs h2 {
	text-align: left;
	margin-bottom: 30px;
}
/*=======================================================
			TWEET
========================================================*/ 
#tweet {
	background: url(../images/background/tweet-bg.jpg) fixed no-repeat;
	background-size: cover;
	text-align: center;
}
#tweet .overlay {
	padding: 80px 0;
}
#tweet p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
#tweet p a {
	color: #1e75bc;
}
#tweet i {
	color: #1e75bc;
	font-size: 100px;
	text-align: center;
}
#tweet .tweet {
	margin-top: 50px;
}
#tweet .follow {
	text-transform: uppercase;
	font-size: 17px;
	border: 2px solid #fff;
	width: 170px;
	height: 50px;195
	line-height: 46px;
	margin-top: 50px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
}
#tweet .follow:hover {
	border-color: #1e75bc;
	background: #1e75bc;
}
/*=======================================================
			GO DWON
========================================================*/
.mouse {
	position: absolute;
	left: 50%;
	display: block;
	width: 16px;
	height: 30px;
	padding: 5px 6px;
	background-color: #ffffff;
	border-radius: 8px;
	opacity: 1;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.mouse.hidden {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
}
.mouse.play {
	-webkit-animation: bounce 5s linear infinite;
	-moz-animation: bounce 5s linear infinite;
	animation: bounce 5s linear infinite;
}
.mouse:after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mouse .wheel {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 2px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.mouse .wheel:after {
	content: '';
	display: block;
	width: inherit;
	height: inherit;
	background-color: #494949;
	border-radius: 2px;
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
}
.mouse.play .wheel:after {
	-webkit-animation: wheel 5s linear infinite;
	-moz-animation: wheel 5s linear infinite;
	animation: wheel 5s linear infinite;
}
 @-webkit-keyframes wheel {
 0% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
}
 22% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
 100% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
}
@-moz-keyframes wheel {
 0% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
}
 22% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
 100% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
}
@-o-keyframes wheel {
 0% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
}
 22% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
 100% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
}
@keyframes wheel {
 0% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
}
 22% {
 -webkit-transform: translateY(60%);
 -moz-transform: translateY(60%);
 -ms-transform: translateY(60%);
 -o-transform: translateY(60%);
 transform: translateY(60%);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
 100% {
 -webkit-transform: translateY(-60%);
 -moz-transform: translateY(-60%);
 -ms-transform: translateY(-60%);
 -o-transform: translateY(-60%);
 transform: translateY(-60%);
}
}
@-webkit-keyframes bounce {
 0% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 22% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@-moz-keyframes bounce {
 0% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 22% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@-o-keyframes bounce {
 0% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 22% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes bounce {
 0% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 18% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 22% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 40% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
