/* @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic&subset=latin,cyrillic); */
/* @import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic); */

/* @import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,700&display=swap&subset=cyrillic"); */
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=cyrillic"); */

/* body { width: 100%; min-width:480px; min-height: 100%; position: relative; font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; color: #575757; color: #999; font-weight: 400; letter-spacing: normal; -webkit-font-smoothing: antialiased!important; text-rendering: optimizeLegibility; font-weight: 400; color: #7a7a7a;}
html { width: 100%; min-width:480px; height: 100%;}
.container{ min-width:480px;} */

/*
#7d1604 - теракота 
#d5b138 - золото
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Fira+Sans:300,400,400i,700&display=swap&subset=cyrillic');

body { 
	width: 100%; 
	min-width:320px; 
	min-height: 100%; 
	position: relative; 
	/* font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;  */
	font-family:'Fira Sans', Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 20px; 
	color: #575757; 
	color: #999; 
	font-weight: 400; 
	letter-spacing: normal; 
	-webkit-font-smoothing: antialiased!important; 
	text-rendering: optimizeLegibility; 
	font-weight: 400; 
	/* color: #7a7a7a; */
	color: #333;
	/* padding-top:70px; */
}
html { 
	width: 100%; 
	min-width:320px; 
	height: 100%;
}
header{
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:50;
}

@media (max-width: 768px){
	header{
		position:absolute;
	}
}

.container{ min-width:320px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  { 
	/* font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;  */
	font-family:'Fira Sans', Arial, Helvetica, sans-serif; 
	color: #2d2d2d;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: 0;  margin-bottom: 10px;}
h1, .h1 {
	color: #1A1A1A; 
	font-size: 32px;
	margin-bottom:20px;
}
.infograph_heading h1 {
	color: #1A1A1A; 
	font-weight: 700;
}
h2, .h2 {
	color: #1A1A1A; 
	font-size: 32px;
	margin-bottom:20px;
}
h3, .h3 {
	line-height: 35px; 
	margin-bottom: 20px;
}
h4, .h4 {
	font-size: 17px; 
	font-weight: 700;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { 
	display:inline-block;
	color: #1A1A1A; 
	/* padding:10px; */
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, 
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, 
.h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus
{ 
	color: #1A1A1A; 
	/* background-color:#d5b137; */
}


@media (max-width: 768px) {
	h1, .h1 {
		font-size: 26px;
		margin-bottom:15px;
	}
	h2, .h2 {
		font-size: 26px;
		margin-bottom:15px;
	}
}


.text table {
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
}
	.text th, .text td:first-child {
		background: #eee;
	}
	.text th{
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: white;
		padding: 15px;
/*		color:#7d1604;*/
		color:#333;
	}
	.text td {
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: white;
		padding: 10px;
	}
	.text th h4{
		margin:0;
		padding:0;
		font-weight:700;
		font-size:16px;
		text-align:center;
	}
	.text td {
		background: #f4f4f4;
	}
	.text th:first-child, .text td:first-child {
		text-align: left;
	}


/* @media screen and (max-width: 768px) {
	.text{
		overflow-x: scroll;
	}
	.text table {
		overflow-x: auto;
		overflow-y: auto;
		display: block;
	}
} */

@media screen and (max-width: 768px){
/* 	.text{
		overflow-x: scroll;
	} */
	.text table {
		display: block;
		overflow-x: scroll;
		width: 100%;
/*		min-width: 760px;*/
		/* overflow-x: auto; */
		-webkit-overflow-scrolling: touch;
	}
	.text th, .text th h4, .text td h4{
		font-weight:700;
		font-size:14px;
/*		white-space:nowrap;*/
    	margin: 10px 0;
	}
	.text td {
		font-size:12px;
/*		white-space:nowrap;*/
	}

	.text table.timetable {
		display: block;
		overflow-x: scroll;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.text  table.timetable th, .text  table.timetable th h4{
		font-weight:700;
		font-size:14px;
		white-space:nowrap;
		margin: 10px 0;
	}
	.text table.timetable td {
		font-size:12px;
		white-space:nowrap;
	}

	.text table.fullwidth tbody, .text table.fullwidth tr, .text table.fullwidth th, .text table.fullwidth td{
		display: block;
		width:100% !important;
	}

}


/* p { margin-bottom: 20px; line-height: 28px;} */
p { margin-bottom: 20px; line-height: 20px;}

a, a:visited { -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in;}
a { color: #d1a800; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:hover,
a:focus { text-decoration: none; color: #d5b137; outline: none; } 

ul { margin: 0; padding: 0; list-style: none;}
ul li {line-height: 28px;}
/* ul li {line-height: 20px;} */

::-moz-selection { text-shadow: none; background: #1F1F1F; color: #FFF;}
::selection { text-shadow: none; background: #1F1F1F; color: #FFF; }

img{ max-width:100%; }
img::selection { background: 0 0;}
img::-moz-selection { background: 0 0;}

hr {margin-top: 30px; margin-bottom: 30px; border-top: 1px dotted #ccc;}
body { webkit-tap-highlight-color: rgba(255,255,255,.2);}

form {margin-bottom: 0;}

/* ==========================================================================
Classes
========================================================================== */ 

iframe{
	border:0;
	margin:0 0 20px 0;
	padding:0;
}

.sqare{
	position: relative;
	margin-bottom:10px;
}
	.sqare:before{
		content: "";
		display: block;
		padding-top: 100%; 	/* initial ratio of 1:1*/
		background-color:#ccc;
	}
	.sqare a{
		display:block;
		position:absolute;
		top:0;
		left:0;
	}
	
.headline {text-align: center;}
	.headline h1 {color: #31373a; padding-bottom: 15px; border-bottom: 2px solid #DDD; display: inline-block;}
	.headline p {margin-bottom: 50px;}
	
.bg-dark .headline h1 {color: #FFF;}
.bg-dark .headline p {color: #FFF;}

.bg-blue .headline h1 {color: #FFF; border-bottom: 2px solid rgba(0,0,0,0.1);}
.bg-blue .headline p {color: #FFF;}

.white h1 {color: #FFF;}
.white p {color: #FFF;}

/* .section {padding: 90px 0;} */
.section {padding: 60px 0;}
.section20 {padding:20px 0;}
.section-news {padding: 60px 0 0 0;}

.section-news h2 a{color: #2d2d2d;}
.section-news h2 a:hover{color: #d5b137;}

@media (max-width: 991px) {
	.section {padding: 60px 0 20px 0;}
	.section-news {padding: 60px 0 0 0;}
}


.padding70top {padding-top: 70px;}

.bordered {border:1px solid #DDD;}
.border-left {border-left: 1px solid #DDD;}
.border-right {border-right: 1px solid #DDD;}
.border-top {border-top: 1px solid #DDD;}
.border-bottom {border-bottom: 1px solid #DDD;}
.nopadding-bottom {padding-bottom: 0;}

.margintop40 {margin-top: 40px;}

.divider70 {clear: both; height: 70px;}
.divider50 {clear: both; height: 50px;}
.divider20 {clear: both; height: 20px;}
.divider35 {clear: both; height: 35px;}

.margin50 {margin: 50px 0;}
.margin20 {margin: 20px 0;}

.btn {-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius:0; border-radius:3px;}
.blue-btn { 
	padding: 12px 15px; 
	font-size: 12px; 
	/* font-family: 'Roboto Condensed', sans-serif;  */
	font-family:'Fira Sans', Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-weight: 700; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px; 
	background-color: #d1a800; 
	color: white; 
	border:1px solid rgba(0,0,0,0.1);
}
.blue-btn:hover { background-color: #31373a; color: #FFF;}

.btn-primary {color: #000; background-color: #d5b137; border-color: #d5b137;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {color: #fff; background-color: #111; border-color: #111;}

.btn-default {background-color: #FFF; border: 1px solid #ccc;}
.btn-default:hover, .btn-default:active, .btn-default:focus {color: #000; background-color: #d5b137; border-color: #d5b137;}


.black-btn { 
	/* font-family: 'Roboto Condensed', sans-serif;  */
	font-family:'Fira Sans', Arial, Helvetica, sans-serif; 
	font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; background-color: #31373a; color: white; border:1px solid rgba(0,0,0,0.1);}
.black-btn:hover { background-color: #d1a800; color: #FFF;}

.tick-list {margin: 15px 0;}
.tick-list li {list-style: none; margin-bottom: 10px;}
.tick-list li i {margin-right: 10px; color: #d1a800;}

.quote {color: #FFF; border: none; font-size: 40px; text-align: center; position: relative; font-weight: bold;}
.quote::before{  font-family:'FontAwesome'; content:"\f10d"; font-size: 20px; font-weight: bold; padding-right: 30px; font-weight: normal; }
.quote span {display: block; font-size: 16px; }

.text-center img {display: block; margin: 0 auto;}

.normal-list {list-style-type: disc; margin-bottom: 30px; margin-left: 20px;}
.normal-list li {margin-bottom: 5px;}

.green-arrow {list-style: none; }
.green-arrow li {background:url(../images/green-arrow.png) no-repeat left top; padding-left: 45px; padding-bottom: 15px;}
.green-arrow li:nth-child(odd) {font-weight: bold;}

.blue-arrow {list-style: none; }
/* .blue-arrow li {padding-left: 45px; padding-bottom: 15px; display:block; position:relative;} */
.blue-arrow li {padding-left: 30px; display:block; position:relative; /* border:1px solid #f00; */ line-height: 24px;}
/* .blue-arrow li:before {content:"\f061"; font-family:'FontAwesome'; display:block; position:absolute; top:0px; left:0px; background-color: #d1a800; width: 32px; height: 32px; border-radius: 5px; color: #FFF; line-height: 32px; text-align: center; font-size: 15px; margin-right: 30px; margin-right: 20px;} */
/* .blue-arrow li:before {content:"\f00c"; font-family:'FontAwesome'; display:block; position:absolute; top:0px; left:0px; background-color: #d1a800; width: 22px; height: 22px; border-radius: 5px; color: #FFF; line-height: 22px; text-align: center; font-size: 15px; margin-right: 30px; margin-right: 20px;} */
.blue-arrow li:before {content:"\f00c"; font-family:'FontAwesome'; display:block; position:absolute; top:3px; left:0px; background-color: #d1a800; width: 18px; height: 18px; border-radius: 5px; color: #FFF; line-height: 18px; text-align: center; font-size: 13px;}
/* .blue-arrow li:before {content:"\f14a"; font-family:'FontAwesome'; display:block; position:absolute; top:0px; left:0px; color: #d1a800; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 15px;} */


/* .blue-arrow li:nth-child(odd) {font-weight: bold;} */

.highlight {padding: 20px; background: #F8F8F8; border-radius:3px; }
.side-text {margin-top: 20px; width: 90%; margin: 0 auto; }
.side-text h4 {text-align: center;}
.side-text i {display:block; background-color: #8FB73C; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 30px; margin: 20px auto;}

/* .btn:hover, .btn:focus { background-color:#d1a800; color: #FFF; border-color:#d1a800;} */
.form-control {border-radius:0;}	
.negativetop80 {margin-top: -80px;}

/* ==========================================================================
Color Customizations
========================================================================== */ 
.bg-white {background-color: #FFF;}
.bg-grey {background-color: #FAF7F8;}
.bg-grey {background-color: #FAFAFA;}
.bg-grey2 {background-color: #F5F5F5;}
/*.bg-teracot {background-color: #7d1604;}*/
.bg-teracot {background-color: #333;}

.bg-blue {background-color: #d1a800;}
.bg-dark {background-color: #0F141A;}

.testimonial-bg {background:url(../images/headshot-bg.jpg) no-repeat center center fixed; }
.bg-stats {background: url(../images/blur.png) no-repeat center center fixed; }
.bg-ipad {background: url(../images/blur.png) no-repeat center center fixed;}
.bg-notebook {background: url(../images/blur.png) no-repeat center center fixed;}

.bg-grey-pattern {background: url(../images/grey-pattern.jpg);}

.cover {-webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover; height:100%; }

.color-blue {color: #d1a800;}
.color-white {color: #FFF;}
.color-green {color: #8FB73C;}

.text-shadow{
	text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}


.overlay-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; background: rgba(0, 0, 0, 0.5); background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background:-moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 0;}

/* ==========================================================================
Carousel Settings
========================================================================== */ 
.carousel-mod .carousel-indicators {position: static; display: block; width: auto; margin: 15px auto;}
.carousel-mod .carousel-indicators li {background-color: #A3A3A3; border: none; margin:0;}
.carousel-mod .carousel-indicators .active {background-color: #31373a; width: 10px; height: 10px;}
.carousel-mod .carousel-control.left, .carousel-mod .carousel-control.right {background: none; background-color: transparent; filter:none;}
.carousel-mod .carousel-control {top: 45%;}

/* ==========================================================================
 Navigation
========================================================================== */ 
.navigation{
font-family:'Fira Sans Condensed', Arial, Helvetica, sans-serif; 
}
.navbar-inverse { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; padding: 15px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; background-color: transparent; background: none;  border: none;}
.navbar-inverse .navbar-nav > li > a { color: #fff; display: block; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; /* text-transform: capitalize; */}

.navbar-nav .dropdown-toggle{
	position:relative;
}
.navbar-nav .dropdown-toggle:after{
	content: "\e64b";
	display:block;
	font-family: 'themify';
	position:absolute;
	bottom:-3px;
	left:50%;
	transform: translateX(-50%);
	font-size:10px;
	color:#eee;
}

.menu-right {float: right;}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {-webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear;}
.navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff;}
.navbar-toggle:focus,
.navbar-toggle:active { outline: 0;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background-color: transparent;}
/* .navbar-brand { padding: 10px 15px;} */
.navbar-brand { padding: 2px 10px 0px 15px !important; display:block;}
.navbar-brand img{vertical-align: top;}


.navbar-brand:hover { color: #fff;} 
.scroll-fixed-navbar { padding: 5px 0; 
/*	background-color: #FFF; */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);}

.scroll-fixed-navbar.sticky{
	background-color: #333;
}
.scroll-fixed-navbar.navbar-dark{
	background-color: #333;
}

.scroll-fixed-navbar .navbar-nav {margin-right:-15px;} 
.scroll-fixed-navbar .navbar-nav > li > a{font-size: 18px; padding: 20px 0 20px 0px; margin-left:20px;}
@media (min-width: 1200px) {
	.scroll-fixed-navbar .navbar-nav > li:first-child > a {padding: 20px 0 20px 0px; margin-left:0px;} 
}
.scroll-fixed-navbar .navbar-nav > li > a, 
.scroll-fixed-navbar .navbar-nav > li > a:focus {color: #eee;}
.scroll-fixed-navbar .navbar-nav > li > a:hover, 
.scroll-fixed-navbar .navbar-nav > li > a:active,
.scroll-fixed-navbar .navbar-nav > li.active > a,
.scroll-fixed-navbar .navbar-nav > li > a.active,
.scroll-fixed-navbar .navbar-nav > li.active > a:hover {color: #d1a800; }
.navbar-toggle { position: relative; float: right; background-color: transparent; padding: 10px; margin: 3px 15px 3px 0; border: none; color: #fff; border: 2px solid #fff;}
.navbar-toggle .icon-bar { background-color: #fff;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: rgba(0,0,0,0.1);}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color: #777;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {color: #d1a800;}
/*.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {color: #d1a800; background-color: #FFF;}*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {color: #d1a800; background-color: transparent;}
@media only screen and (max-width: 767px) {
/*	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {color: #d1a800; background-color: #eee;}*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {color: #d1a800; background-color: transparent;}
	
	.navbar-nav .dropdown-toggle:after{
		bottom:18px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.scroll-fixed-navbar .navbar-nav > li > a{font-size: 16px; padding: 20px 0 20px 15px;} 
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

#map{width:100%; height:270px; margin-bottom:30px; border:1px solid #eee;}

input.empty_field, textarea.empty_field, select.empty_field {
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	background-color: #efbfbf !important;
	/* background-color: rgba(216,81,45,0.9) !important; */
	/* color:#fff !important; */
	border:1px solid #c00 !important;
}	

/* ==========================================================================
Header
========================================================================== */ 
header.subheader{height:30px; background-color:#eee; line-height:30px;}
header.subheader span.fa{font-size:15px; color:#d5b137;}
header.subheader span.glyphicon{font-size:15px; color:#d5b137;}
/* header.subheader .flag{padding:2px 0 5px 0;} */
header.subheader .flag{padding:2px 0 6px 15px; height:24px; width:auto;}


/* ==========================================================================
Logo
========================================================================== */ 
.text-logo{
	/* font-family: 'Play', Helvetica, Arial, sans-serif;  */
	font-family:'Fira Sans', Arial, Helvetica, sans-serif; 
	color:#2d2d2d !important;}
.navbar-inverse .navbar-brand  {height: 60px; /* color: #FFF; */ font-size: 60px; line-height:60px; font-weight: 400; padding: 0 15px;}
.scroll-fixed-navbar.navbar-inverse .navbar-brand  {height: 60px; /* color: #1a1a1a; */ font-size: 60px; line-height:60px; font-weight: 400; padding: 0 15px;}


@media (max-width: 1200px) {
.navbar-inverse .navbar-brand  {font-size: 48px;}
.scroll-fixed-navbar.navbar-inverse .navbar-brand  {font-size: 48px;}
}
@media (max-width: 991px) {
.navbar-inverse .navbar-brand  {height: 40px; font-size: 36px; line-height: 40px;}
.scroll-fixed-navbar.navbar-inverse .navbar-brand  {height: 40px; font-size: 36px; line-height: 40px;}
/* .navbar-header {padding-top:10px; padding-bottom:10px;} */
}
@media (max-width: 767px) {
/* .navbar-inverse .navbar-brand  {height: 50px; font-size: 48px; line-height: 50px; padding: 0 10px 0 15px !important;}
.navbar-inverse .navbar-brand  img {height: 50px; width:auto;}
.scroll-fixed-navbar.navbar-inverse .navbar-brand  {height: 50px; font-size: 48px; line-height: 50px;} */
/* .navbar-header {padding-top:5px; padding-bottom:5px;} */
}



/* ==========================================================================
News
========================================================================== */ 
.section-news .panel-title{margin-bottom:10px;}

@media (max-width: 1200px) {
	.section-news .headline h2{font-size: 24px;}
} 


/* ==========================================================================
Carousel
========================================================================== */ 
.carousel-indicators {bottom: -60px;}

/* ==========================================================================
Intro Slider
========================================================================== */ 
html, body {height: 100%;}

#banner {background: #1A1A1A; position: relative; z-index: 1; }
.header-text {}
.banner-inner { padding-top:20px; padding-bottom: 20px; /* background-image: url(../images/blur.png); */ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height:100%; position: relative; background-color:#eee;}
/* .header-text h1 {font-size: 50px; color: #FFF;  border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom: 10px;} */
.banner-inner .header-text h2 {color: #FFF;}
.banner-inner .header-text li {color: #FFF;}
.banner-inner .header-text p {color: #E7E7E7;}
.banner-inner.dark-color .header-text h2 {color: #444;}
.banner-inner.dark-color .header-text li {color: #444;}
.banner-inner.dark-color .header-text p {color: #444;}

.carousel-indicators{display:none;}
.carousel-indicators li {margin: 1px 24px;}
.banner-inner.dark-color .carousel-indicators li {background-color: #fff; border: 1px solid #444;}
.banner-inner.dark-color .carousel-indicators .active {background-color: #444;}
 
.banner-inner .carousel-control {cursor:pointer; background-image: none;}
.banner-inner.dark-color .carousel-control {text-shadow: 0 1px 2px rgba(255, 255, 255, .6);}
.banner-inner .carousel-control span.fa{font-size:60px; line-height:60px; display:block; position:absolute; top:50%; margin-top:-30px;}
.banner-inner.dark-color .carousel-control span.fa{color:#444;}
.banner-inner .carousel-control.left span.fa{left:15px;}
.banner-inner .carousel-control.right span.fa{right:15px;}

@media (max-width: 1139px) {
	.banner-inner .carousel-control{display:none;}
	.carousel-indicators{display:block;}
} 
 
/* ==========================================================================
Intro
========================================================================== */ 
.main-point {clear: both; padding-bottom: 35px; border-bottom:1px solid #F7F7F7; margin-bottom: 40px;} 
.main-point p {margin-bottom: 0;}
.main-point i { background-color: #d1a800; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; display: inline-block; margin-right: 30px; float: left; margin-right: 20px;}
.main-point h4 { margin-bottom: 10px; font-size: 20px; }
.main-point-last {border: none; margin-bottom: 0;}
 
/* ==========================================================================
Optin Forms
========================================================================== */ 

.bg-blue .horizontal-optin button { background-color: #31373a;}
.bg-blue .horizontal-optin button:hover { background-color: #d1a800;}


.banner-optin { padding:20px;background: rgba(0,0,0,0.5); -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1);}
.banner-optin input[type="text"], .banner-optin textarea { color: #333; border: none; outline: none; width: 100%; padding: 14px 20px; display: block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border-radius: 0; height: auto; background: #FFF;}
.banner-optin textarea { min-height: 200px;}
.banner-optin button { width: 100%; text-align: center; color: #fff; padding: 15px 0; background: #d1a800; border: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; font-weight: bold; border-radius: 0;}
.banner-optin button i { color: #fff; font-size: 24px;}
.banner-optin button:hover{background: #0396CF; color: #FFF;}
.banner-optin .form-group {margin-bottom: 0;}
.alert-success {margin-top: 40px;}

.form-process {font-weight: bold; color: #1a1a1a; text-align: right;}
.form-process p {margin: 20px 0; color: #FFF;}
.form-process i {color: #d1a800; margin-right: 10px;}


.middle-optin { padding:20px;background:#FFF; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1);}
.middle-optin input[type="text"], .middle-optin textarea { color: #333; border: none; outline: none; width: 100%; padding: 14px 20px; display: block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border-radius: 0; height: auto; background: #F8F8F8;}
.middle-optin textarea { min-height: 200px;}
.middle-optin button { width: 100%; text-align: center; color: #fff; padding: 15px 0; background: #d1a800; border: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; font-weight: bold; border-radius: 0;}
.middle-optin button i { color: #fff; font-size: 24px;}
.middle-optin button:hover{background: #1a1a1a; color: #FFF;}
.middle-optin .form-group {margin-bottom: 0;}

.form-process-middle {font-weight: bold; color: #FFF; text-align: right;}
.form-process-middle p {margin: 20px 0; margin-bottom: 0;}
.form-process-middle i {color: #1a1a1a; margin-right: 10px;}


/* ==========================================================================
 Features
========================================================================== */ 
.feature-box {border: 1px solid #E5E5E5; background-color: #FFF; padding:20px;}
.feature-box i {display:block; background-color: #d1a800; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; margin: 20px auto; margin-top: -40px;}
.feature-box h4 {text-align: center;  }

.feature {}
.feature i {display:block; background-color: #0F141A; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; margin: 20px auto;}
.feature h4 {text-align: center;}
 
.bubble {position: relative;border: 1px solid #E5E5E5; background-color: #FFF; padding:20px; margin-top: 30px; border-radius: 3px;}
.bubble:after { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; margin-left: -15px; top: -15px; left: 50%;}
.bubble:before { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #E5E5E5 transparent; display: block; width: 0; z-index: 0; margin-left: -15px; top: -16px; left: 50%;}

.features-list {margin-bottom: 40px; border-bottom:1px solid #F7F7F7; padding-bottom: 20px;}
.features-list h4 {font-size: 16px; }
.features-list i { width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; background-color: #d1a800; float: left; margin-right: 20px;}

.last-row .features-list {border-bottom: 0; margin-bottom: 10px;}

/* ==========================================================================
Portfolio 
 ========================================================================== */
.hover-details {width: 100%; height: auto; overflow: hidden; position: relative; -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; margin-bottom: 40px; }
.hover-details .img-cover { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; background: rgba(0, 168, 214, 0.8); -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; border-radius:3px; }
.hover-details > img { width: 100%; height: auto; -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out;}

.img-zoom { width: 45px; height: 45px; background-color: #1a1a1a; line-height: 45px; position: absolute; top: -45%; left: 50%; border-radius: 3px; margin-top: -35px; margin-left:  -25px; -webkit-transition: all ease 400ms ease-in-out; -moz-transition: all ease 400ms ease-in-out; -ms-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; text-align: center;}
.img-zoom i {color: #FFF; font-size: 18px;}

.img-cover h3 { width: 100%;	 position: absolute; bottom: -28%; color: #f8f8f8; font-size: 16px; text-align: center;	 padding: 0 10px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}

.hover-details:hover {cursor: pointer;}
.hover-details:hover > img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2);}
.hover-details:hover .img-zoom { top: 45%;}
.hover-details:hover .img-cover h3 { bottom: 28%;}
.hover-details:hover .img-cover { opacity: 1;}
.img-zoom:hover { background-color: #333;}


/* ==========================================================================
   Tabs
============================================================================ */
.nav-tabs > li, .nav-pills > li { float:none; display:inline-block; *display: inline;/* for IE7*/ *zoom:1; /* for IE7*/ margin:-3px; border:1px solid #EFEFEF; position: relative;}
.nav-tabs {text-align:center;}

.nav-tabs > li > a {color: #30353A; margin-right: 0px; background-color: #eff3f6; padding: 20px 60px; font-weight: bold;}
.nav-tabs > li > a:hover { background: #d1a800; color: #fff;}
.tab-content .tab-pane { padding: 20px 30px; border: none;}

.nav-tabs {border: none; margin-bottom: 35px;}
.nav-tabs > li > a { color: #596068; margin-right: 0px; background-color: #fff; border:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 20px 60px;}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {background: #d1a800; color: #FFF; position: relative; border: none;}

.nav-tabs > li {position: relative;}

.nav-tabs > li.active {position: relative; background-color: #d1a800; }
.nav-tabs > li.active:after { content: ''; position: absolute; border-style: solid; border-width: 10px 14px 0;  border-color: #d1a800 transparent; display: block; width: 0; z-index: 1; margin-left:-14px; bottom: -10px; left: 50%;}
.nav-tabs > li.active:before {content: ''; position: absolute; border-style: solid; border-width: 15px 15px 0; border-color: #fff transparent; display: block; width: 0; z-index: 0;margin-left:-15px; bottom: -16px; left: 50%;}

.nav-tabs i {margin-right: 10px;}

/* ==========================================================================
Video Container
============================================================================ */
.video-container { position:relative;}
.video-container iframe{ width:100%; height: 430px; border:none;}

/* ==========================================================================
Team
 ========================================================================== */ 
.members-detail {text-align: center; background-color: #FFF; border-radius: 4px; padding-bottom: 30px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border: 1px solid #EFEFEF;}
.members-detail:hover { -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); cursor: pointer;}
.members-detail h4 { display: inline-block; padding-bottom: 10px; border-bottom: 2px solid #DDD;}
.members-detail img {margin-bottom: 20px; border-radius: 4px 4px 0 0; }
.members-social {display: block;}
.members-social li {display: inline-block;  height: 40px; width: 40px; border:1px solid #EFEFEF; line-height: 40px;}
.members-social li:hover a{color:#31373a;}

/* ==========================================================================
Testimonials
========================================================================== */ 
.testimonial-inner {text-align: center;}
.testimonial-inner img {margin-bottom: 15px; border-radius:4px; border:3px solid #FFF; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);}
.testimonial-inner p {display: block; position: relative; font-size: 16px;}
.testimonial-inner p::before{  font-family:'FontAwesome'; content:"\f10d"; font-size: 20px; font-weight: bold; padding-right: 30px; font-weight: normal; }
.testimonial-inner small {display: inline-block; border-top: 2px solid #333; padding-top: 10px; font-size: 14px; font-weight: bold;}

/* ==========================================================================
Pricing
============================================================================ */
.pricing-container {padding-left: 0px; padding-right: 0px; }
.price-column { background: #fff; margin-top:0; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column:hover {margin-top: -10px;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);}
.price-column h2 { background-color: #000; color: #FFF; font-size: 17px; text-align: center; margin-bottom: 0; padding: 30px 0;  } 
.price-column h3 { color: #fff; text-align: center; font-size: 32px; background: #0F141A; margin-bottom: 0; padding: 30px 0; font-weight: bold;}
.price-column h3 span { font-weight: 300; font-size: 18px; }
.price-column h3 sup {font-size: 18px;}
.price-column ul {margin:25px 0;}
.price-column li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 75%; margin:0 auto; color: #333;}
	.price-column li:first-child {border-top: none;}
.price-column li i {float: right; color: #8FB73C;}
.price-column li i.red-color {color: #CC0000;}
.price-column li del {color: #aaa;}

.price-bottom {background: #0F141A; padding: 25px 0; text-align: center;}
.price-btn {background: transparent; padding: 12px 30px; border: 2px solid #FFF; border-radius: 0; color: #FFF; font-weight: bold; text-transform: uppercase; font-size: 14px;}
.price-btn:hover {background: #FFF; color: #d1a800; border: 2px solid #FFF;}

.price-column p {padding: 20px; background: #F8F8F8;}
	
.price-column.large {margin-top: -20px;position: relative; z-index:2; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);  }
.price-column.large h2 { background-color: #1166A0;}
.price-column.large h3 { background: #d1a800; padding: 45px 0; font-size: 38px;}
.price-column.large .price-bottom {background-color: #1166A0;}

 /* ==========================================================================
NEWS
============================================================================ */
.title { margin-bottom: 60px; }
.panel { background: #f0f0f0;}
.panel .panel-heading { padding: 15px 30px; text-align:justify;}
.panel .panel-body { padding: 30px; padding-top: 0; color: #666666;}
.panel .panel-title { font-weight: normal; color: #666666; font-size: 18px; font-weight: bold;}
.panel .panel-title a b{ color: #d1a800; padding-right:10px; font-size: 16px;}
.panel .panel-title .active { color: #408337;}
.panel .panel-title .panel-toggle .fa { margin-right: 10px; color: #8FB73C;}
.more { margin-top: 60px;}
.more .title { margin-bottom: 15px; color: #999999; }

/* ==========================================================================
Buttons
========================================================================== */ 
.btn-bluebg {padding: 15px 35px; border-radius: 0; border: 2px solid  color: #FFF; background-color: #d1a800; border-color: #d1a800; font-size: 16px; font-weight: bold; margin:0 10px;}
.btn-bluenobg {padding: 15px 35px; border-radius: 0; border: 2px solid rgba(0,0,0,0.2); color: #d1a800; background-color: #FFF; font-size: 16px; font-weight: bold; margin:0 10px;}
.btn-bluebg:hover, .btn-bluenobg:hover {border-color: #111; background-color:#111;}

/* ==========================================================================
Partners
 ========================================================================== */
 .partners-logo img {width:100%;}
 
/* ==========================================================================
Footer
 ========================================================================== */
#footer {background-color:#333;}
#footer p {color: #fff; font-size: 14px;}
#footer h4 {color: #fff; font-size: 19px;}
#footer a {color: #fff; font-size: 14px;}
	#footer a:hover {color: #d1a800;}
#footer hr {border-top:1px solid rgba(255,255,255,0.2); margin-top: 35px; margin-bottom: 35px;}

.quick-links {/* margin-left: 10px; */}
.quick-links li {list-style-type: none; margin-bottom: 10px; line-height:18px;}
.copyright {/* float: right; */ text-align:right;}
.copyright i {color: #FF3D7F; margin:0 5px;}

.contact-list li {color: #fff; font-size: 14px; display:block; position:relative; padding-left:50px; line-height: 20px; min-height:50px;}
.contact-list i {font-size: 26px; display:block; position:absolute; top:0; left:0; width: 40px; text-align: center; margin-right: 10px; margin-bottom: 10px;}
.contact-list p {margin-bottom:10px;}

.footer-bottom {margin-top: 60px; padding-top: 40px; border-top:1px solid rgba(255,255,255,0.2);}

@media (max-width: 767px) {

	.footer-bottom>div, .copyright{text-align:center !important;}
}
/* ==========================================================================
Contact
========================================================================== */ 
.contact-form input[type="text"], .contact-form textarea { color: #444; border: none; outline: none; width: 100%; display: block; margin-bottom: 15px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border-radius: 0; height: auto; background: #fff; font-size: 13px; padding:10px 15px;}
.contact-form textarea { min-height: 200px;}
.contact-form button { text-align: center; color: #444; padding: 10px 15px; background: transparent; border: 2px solid #444; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; font-weight: bold; border-radius: 0;}
.contact-form button i { color: #fff; font-size: 24px;}
.contact-form button:hover{ background:#FFF; border-color: #FFF; color: #1a1a1a;}
.contact-form .form-group {margin-bottom: 0;}


.form-process-contact {font-weight: bold; color: #FFF; text-align: right;}
.form-process-contact p {margin: 20px 0; margin-bottom: 0;}
.form-process-contact i {color: #d1a800; margin-right: 10px;}

/* ==========================================================================
Social Links
 ========================================================================== */
.social {}
.social li {display: inline-block; height: 35px; line-height: 39px; padding-right:10px;}
.social li a { color:#d5b137 !important;}
.social li i { font-size:22px;}
.social li:hover, .social li a:hover, .social li a:focus {color: #fff !important; cursor: pointer;}

.social-main {
	text-align:center;
	margin-top:40px;
}
	.social-main .social li i{
		font-size:40px;
	}
	.social-main .social li a{
/*		color:#7d1604 !important;*/
		color:#333 !important;
	}
	.social-main .social li a:hover{
		color:#d5b138 !important;
	}
	
	
@media only screen and (max-width: 767px) {
	ul.social {
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
}
/* ==========================================================================
Scroll To Top
 ========================================================================== */
a.scroll-up { display: none; opacity:0.9; position: fixed; right: 10px; bottom: 10px; width:40px; height:40px; line-height:44px; border-radius:50%; background: #d5b137; text-align: center; -moz-transition: -moz-transform 0.8s ease-in-out; -o-transition: -o-transform 0.8s ease-in-out; -webkit-transition: -webkit-transform 0.8s ease-in-out; transition: transform 0.8s ease-in-out; -webkit-backface-visibility: hidden;}
a.scroll-up i {color: #000;}
a.scroll-up:hover, 
a.scroll-up:focus { opacity:1;}


.page-text{margin-top:20px; margin-bottom:20px;}

/* ---------------------------------------------------------------------- */
/*	Media Queries (to make the layout responsive)
/* ---------------------------------------------------------------------- */

/* ------ Tablet Portrait size to standard 960 (devices and browsers) ------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.horizontal-optin input[type="text"], .horizontal-optin textarea {margin-bottom: 15px;}
	/* img {display: block; margin: 20px auto;} */
	.img-thumbnail {margin: 0;}
	.bottom-contact {padding-top: 40px;}
	.last-row .features-list {margin-bottom: 40px;border-bottom: 1px solid #F7F7F7;}
	input[type="text"], textarea {margin-bottom: 15px;}
}

/* ------ Mobile Landscape Size to Tablet Portrait (devices and browsers) ------*/
/* @media only screen and (min-width: 480px) and (max-width: 767px) { */


@media only screen and (max-width: 1200px) {
	.navbar-inverse {background-color: #FFF;}
	.navbar-inverse .navbar-brand {color: #1a1a1a;}
	
	.navbar-inverse .navbar-toggle {padding: 15px 10px 10px 10px; background-color: transparent; border:0px; border-radius:0; color:#444; font-size:18px; font-weight:bold;}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: transparent;}	
/*	.navbar-inverse .navbar-toggle .icon-bar {background-color: #333;}*/
	.navbar-inverse .navbar-toggle .icon-bar {background-color: #EFEFEF;}
	.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {background-color: #999;}	
	.navbar-toggle .icon-bar {display: block; width: 32px; height: 3px; border-radius: 1px;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 6px;}
	
/*	.navbar-inverse .navbar-nav > li  {border-bottom:1px solid #EFEFEF;}*/
/*	.navbar-inverse .navbar-nav > li > a {color: #1a1a1a;}*/
	.navbar-inverse .navbar-nav > li > a {color: #EFEFEF;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #d1a800;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  { color: #d1a800;}
	
	.navbar-header{
		float:none !important;
	}
}





@media (min-width: 768px) AND (max-width: 1200px){
	.navigation{
		text-align:center;
	}
	.menu-right {
		float: none;
		margin:0 auto;
		display:inline-block;
	}
}

@media (min-width: 1200px){
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-toggle{
		display:none;
		float: right;
	}
}

@media only screen and (max-width: 767px) {
	.page-text{margin-top:15px; margin-bottom:10px;}
	.navbar-inverse {background-color: #FFF;}
	.navbar-inverse .navbar-brand {color: #1a1a1a;}
/* 	.navbar-inverse .navbar-toggle {padding: 10px; background-color: #eee; border:0px; border-radius:0; color:#444;}
	.navbar-inverse .navbar-toggle:hover {background-color: #f3f3f3;} */
	/* .navbar-inverse .navbar-toggle {padding: 10px; background-color: traspatent; border:0px; border-radius:0; color:#444; font-size:18px;} */
	
	.navbar-inverse .navbar-toggle {padding: 15px 10px 10px 10px; background-color: transparent; border:0px; border-radius:0; color:#444; font-size:18px; font-weight:bold;}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: transparent;}	
/*	.navbar-inverse .navbar-toggle .icon-bar {background-color: #333;}*/
	.navbar-inverse .navbar-toggle .icon-bar {background-color: #EFEFEF;}
	.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {background-color: #999;}	
	.navbar-toggle .icon-bar {display: block; width: 32px; height: 3px; border-radius: 1px;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 6px;}

	
	.navbar-inverse .navbar-nav > li  {border-bottom:1px solid #EFEFEF;}
/*	.navbar-inverse .navbar-nav > li > a {color: #1a1a1a;}*/
.navbar-inverse .navbar-nav > li > a {color: #EFEFEF;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #d1a800;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  { color: #d1a800;}
	.menu-right {float: none;}
	p {}
	h4 {}
	hr { margin: 15px 0;}
	input[type="text"], textarea {margin-bottom: 15px;}
	/* .section {padding: 70px 0;} */
	.main-point {margin-bottom: 40px;}
	.video-container {margin-bottom: 40px;}
	/* .members-holder{width:80%; float: none; margin:20px auto;} */
	/* img {display: block; margin: 20px auto;} */
	.img-thumbnail {margin: 0;}
	.bottom-contact {padding-top: 40px;}
	.last-row .features-list {margin-bottom: 40px;border-bottom: 1px solid #F7F7F7;}
}

/* ------ Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ------*/
/* @media only screen and (max-width: 479px) {
	.page-text{margin-top:40px; margin-bottom:10px;}
	.navbar-inverse {background-color: #FFF;}
	.navbar-inverse .navbar-brand {color: #1a1a1a;}
	.navbar-inverse .navbar-toggle {padding: 10px; background: #333;}
	.navbar-inverse .navbar-nav > li  {border-bottom:1px solid #EFEFEF;}
	.navbar-inverse .navbar-nav > li > a {color: #1a1a1a;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #d1a800;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus  { color: #d1a800;}
	.menu-right {float: none;}
	body {font-size: 13px;}
	p {font-size: 13px;}
	h4 {font-size: 16px; line-height: 25px;}
	hr { margin: 15px 0;}
	img {float: none; display: block;}
	iframe {max-height: 200px;}
	.headline h1 {font-size: 30px;}
	.section {padding: 50px 0;}
	input[type="text"], textarea {margin-bottom: 15px;}
	.bubble {margin-bottom: 30px;}
	.nav-tabs > li, .nav-pills > li { margin:0; display: block;}
	.nav-tabs > li.active:after { border-width: 0;}
	.nav-tabs > li.active:before {border-width: 0;}
	.price-column:hover {margin-top:0;}
	.main-point {margin-bottom: 20px; border: none; float: none; width: 100%; border-bottom:1px solid #EFEFEF;}
	.members-holder{width:80%; float: none; margin:20px auto;}
	.video-container {margin-bottom: 40px;}
	.img-cover h3 {display: none;}
	.img-thumbnail {margin: 0;}
	.btn-bluebg {margin-right:0; margin-bottom: 20px;}
	#footer p, #footer li, #footer a {font-size: 13px;}
	.social {margin-bottom: 30px;}
	.copyright {float: none;}
} */


.main-content__breadcrumbs {
	margin-bottom: 15px;
}

	.main-content__breadcrumbs li {
		display: inline-block;
		color: #333;
		line-height: 20px;
		font-size:14px;
	}

	.main-content__breadcrumbs li a {
		padding-right: 20px;
		position: relative;
		color: #333;
		display: block;
		line-height: 20px;
	}

	.main-content__breadcrumbs li a:after {
		content: "\e649";
		font-family: 'themify';
		display: block;
		position: absolute;
		top: 0px;
		right: 2px;
		font-size:12px;
	}

	.main-content__breadcrumbs li a:hover {
		text-decoration: none;
	}

.main-content__pagination-title {
  font-size: 14px;
  line-height: 17px;
}

.main-content__pagination {
  display: inline-block;
}

.main-content__pagination li {
  display: inline-block;
  text-align:center;
}

.main-content__pagination li:last-child a {
  border-right: none;
}

.main-content__pagination li a {
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid #b2b2b2;
  /* color: #d5b137; */
  font-size: 14px;
  line-height: 17px;
  /* text-decoration: underline; */
}

.main-content__pagination li a.prev, .main-content__pagination li a.next {
  font-size: 12px;
}

.main-content__pagination li.active a {
  font-weight:bold;
  color:#000;
}

.main-content__pagination li a:hover {
/*   color: #fad306; */
  text-decoration: none;
}

.main-content__pagination li a.active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.recdate{
	color:#000;
	font-weight:bold;
}

.in-text_photo{
	max-width:50%;
	height:auto;
	padding:0 20px 15px 0;
}
@media (max-width: 768px) {
	.in-text_photo{
		max-width:100%;
		width:100%;
		height:auto;
		padding:0 0 15px 0;
	}
}



.cases-item{padding:10px; margin:10px; background-color: #FAF7F8; border-radius:5px;}
.cases-item img:hover{opacity:0.9;}
.cases-item-title{line-height:20px; height:40px; overflow:hidden; margin-top;10px;}
.cases_title {display:block; height:44px; line-height:22px; overflow:hidden; margin-bottom: 0px;}
span.cases_title {
	display:block; 
	color: #d1a800; 
	height:44px; 
	line-height:22px; 
	overflow:hidden; 
	margin-bottom: 0px;
	font-size: 17px;
    font-weight: 700;}
.testi-item{background-color: #eee; border-radius:15px; padding:15px;}
.sample{
	cursor:pointer;
	border:2px solid #fff;
}
.sample:hover{
	border:2px solid #d5b137;
}
.sample.active{
	border:2px solid #d1a800;
}


.hero {
	position: relative;
	text-align: center;
	color: white;
}
	.heroitem{
		position: relative;
		text-align: center;
		min-height: 550px;
	}
		.heroitem .pic {
			display:block;
			z-index: 1;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-repeat: none;
			background-attachment: scroll;
			background-position: center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
		}
		.heroitem .link {
			display:block;
			z-index: 2;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			/* background-color: rgba(47, 55, 64, 0.75); */
			background-color: rgba(47, 55, 64, 0.45);
		}
		.heroitem .color {
			display:block;
			cursor:pointer;
			z-index: 2;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-color: rgba(116, 40, 56, 0.85);
		}
			.heroitem .color.type1 {
				background-color: rgba(116, 40, 56, 0.85);
			}
			.heroitem .color.type2 {
				background-color: rgba(58, 40, 116, 0.85);
			}
			.heroitem .color.type3 {
				background-color: rgba(40, 97, 116, 0.85);
			}
		.heroitem .content {
			display:block;
			z-index: 10;
			position: absolute;
			left: 0;
			right: 0;
			top: 200px;
			bottom: 120px;
			color:#FFF;
			/* text-shadow: 1px 1px 1px #000; */
		}
			.heroitem .content .slide-heading{
				display:block;
				margin:0 auto;
				max-width:760px;
				font-size: 36px;
				line-height: 40px;
				text-align: center;
				letter-spacing: 1.2px;
				margin-bottom:20px;
			}
			.heroitem .content .slide-text{
				display:block;
				margin:0 auto;
				max-width:760px;
				font-size: 22px;
				line-height: 30px;
				text-align: center;
				letter-spacing: 1.2px;
				margin-bottom:20px;
			}		
		
@media (max-width: 992px) {
	.heroitem .content .slide-text {
		max-width:90%;
	}
	.slide-text .slide-heading{
		letter-spacing: auto;
		font-size: 26px;
		line-height: 30px;
	}
	.slide-text .slide-text{
		letter-spacing: auto;
		font-size: 18px;
		line-height: 24px;
	}
}



.infograph{}
.infograph_slide{padding-bottom:15px; /* border:1px solid #f6f6f6; */}
.infograph_slide_arr{position:relative;}
.infograph_slide_arr:after{
	content:"\f105";
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	top: 75px;
	right: -30px;
	font-size: 68px;
	color:#ccc;
}
.infograph_img img{display:block; max-width:160px; height:auto; margin:15px auto;}

@media (max-width: 991px) {
	.infograph_slide_arr:after{display:none;}
}




.aside__catalog > li {
  background-color: #FAF7F8;
  border-bottom: 1px solid #fff;
}

.aside__first-level {
  padding: 10px 5px 10px 25px;
/*   background-color: #FAF7F8;
  background-repeat: no-repeat;
  background-position: 5px center; */
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.aside__first-level:hover {
  /* background-color: #fad306; */
  background-color: #d5b137;
  color: #fff;
  text-decoration: none;
}

.aside__first-level:visited, .aside__first-level:link {
  color: #000;
  text-decoration: none;
}

.aside__first-level.active {
  background-color: #d5b137;
  /* color: #fff; */
}

.aside__first-level ~ ul > li:first-child {
  padding-top: 5px;
}

.aside__first-level ~ ul > li:last-child {
  padding-bottom: 5px;
}

.aside__second-level {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  /* color: #d5b137; */
  color: #525050;
  display: block;
  position:relative;
  font-size: 12px;
  /* font-weight: bold; */
  /* text-decoration: underline; */
  text-decoration: none;
}

.aside__second-level:hover {
  color: #000;
  text-decoration: none;
  background-color: #eee;
}

.aside__second-level.active {
  color: #000;
  text-decoration: none;
  background-color: #eee;
}
/* .aside__second-level.play:before{
	content:"";
	display:block;
	position:absolute;
	top: 4px;
	left: 23px;
	width:10px;
	height:10px;
	background-image: url('../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
} */

.aside__second-level ~ ul > li:first-child {
  padding-top: 5px;
}

.aside__second-level ~ ul > li:last-child {
  padding-bottom: 5px;
}

.aside__third-level {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 60px;
  /* color: #d5b137; */
  color: #525050;
  display: block;
  position:relative;
  font-size: 12px;
  /* font-weight: bold; */
  /* text-decoration: underline; */
  text-decoration: none;
}

.aside__third-level:hover {
  color: #000;
  text-decoration: none;
}

.aside__third-level.active {
  color: #000;
  text-decoration: none;
  background-color: #eee;
}
/* .aside__third-level.play:before{
	content:"";
	display:block;
	position:absolute;
	top: 4px;
	left: 43px;
	width:10px;
	height:10px;
	background-image: url('../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
} */

.main-content__brand-title {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}

.main-content__brand {
  margin-bottom: 15px;
  display: block;
}

.main-content__brand li {
  margin-left: 15px;
  display: inline-block;
}

.main-content__brand li a {
  color: #d5b137;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}

.main-content__brand li a:hover, .main-content__brand li a.active {
  color: #fad306;
  text-decoration: none;
}

.main-content__filter-title {
  font-size: 14px;
  line-height: 17px;
}

.main-content__filter {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: #FAF7F8;
  border-bottom: 2px solid #d1a800;
  font-size: 14px;
  line-height: 17px;
}

.main-content__filter li {
  margin-left: 15px;
  display: inline-block;
}

.main-content__filter li a {
  border-bottom: 1px dashed #d5b137;
  color: #d5b137;
  text-transform: lowercase;
}

.main-content__filter li a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.main-content__filter li a.active {
  border-bottom: none;
  color: #000;
  font-weight: bold;
}


.action-text, .action-text p{
	line-height:30px;
}

.gallery {
  margin-top: 15px;
  margin-bottom: 15px;
  /* border:1px solid #0c0; */
}

/* .gallery > div{
  border:1px solid #00c;
} */

.gallery__card {
/*   padding-top: 15px;
  padding-bottom: 15px; */
  /* border-radius: 10px; */
  margin-bottom:20px;
  /* height: 316px; */
  /* border:1px solid #c00; */
  min-height:370px;
}

.gallery__card > ul {
  display: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .gallery__card > ul {
    display: block;
  }
}

.gallery__card:hover {
  background-color: #fff;
}

.gallery__card:hover > ul {
  display: block;
}

.gallery__img {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FAF7F8;  
/*   background-color: #fff;
  background-image: url(../images/no.jpg);
  background-position: center;
  background-size:100% 100%;
  background-repeat: no-repeat; */
  border-radius: 5px;
  display: block; 
  /* height: 140px; */
  /* overflow:hidden; */
}

.gallery__img img {

/*   position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto; */
  display: block;
  /* max-width: 100%; */
  width:100%;
  height: auto;
}

/* .gallery__img img:hover {
	opacity:0.9;
} */
.hiscroll{
	height:88px;
	overflow:hidden;
}
.catrec__title {
  margin-bottom: 10px;
}
	.catrec__title a {
	  display: block;
	}
	.catrec__title a:hover {
	  text-decoration: none;
	}
.catrec__desc {
	font-size:14px;
}

.gallery__desc {
  /* text-overflow: ellipsis; */
  height: 36px;
  line-height:12px;
  font-size:12px;
  overflow: hidden;
}

.gallery__title {
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
}

.gallery__title a {
  /* color: #d5b137; */
  display: block;
/*   font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: underline; */
}

.gallery__title a:hover {
  /* color: #fad306; */
  text-decoration: none;
}

/* .gallery__cost-num {
  font-size: 20px;
  font-weight: bold;
} */

.gallery__descr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 15px;
}

.gallery__descr-title {
  font-weight: bold;
}

.partner-pic{
	display:inline-block !important;
	margin:0 10px 20px 10px !important;
}

.market__img {
	display:block;
	position:relative;
}

.market__img img {
  display: block;
  /* max-width: 100%; */
  width:100%;
  height: auto;
}

.market__shade{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
	transition: all 150ms ease-in;
	z-index:10;
}
.market__img:hover  .market__shade{
	background-color:rgba(0,0,0,0.4);
	transition: all 150ms ease-in;
}
.market__img  .market__title{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-30px;
	padding:10px;
	color:#fff;
	font-size:21px;
	z-index:12;
	text-align:center;
}

/* .market__img  .market__title{
	display:none;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:10px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	z-index:10;
}
.market__img:hover  .market__title{
	display:block;
} */





.cost {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color:#d1a800;
}

.cost-value {
  font-size: 28px;
  font-weight: bold;
  color:#d1a800;
}
.oldcost-value {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-decoration: line-through;
  padding:0 5px;
  color: #7a7a7a;
}

.catoneitem-img{
	max-width:100%;
	width:100%;
	height:auto;
	padding-bottom:10px;
}
.catoneitem-add-img{
	padding:0 10px 10px 0;
	max-width:80px;
	height:auto;
}

.null{
	clear:both;
}



.grid{

}
.grid-item{
	width:25%;
}
@media (max-width: 768px) {
	.grid-item{
		width:50%;
	}
}
@media (max-width: 560px) {
	.grid-item{
		width:100%;
	}
}
	.grid-item>div{
		margin:0 15px 30px 15px;
	}

.grid-button-group{

}
.grid-button-group button{
	background-color: #eee;
	color:#333;	
	border:0px;
	padding:3px 8px;
	margin:0 2px 6px 2px;
}

.grid-button-group button:hover{
	background-color: #d5b137;
	color:#fff;
}
.grid-button-group button.is-checked{
	background-color: #d1a800;
	color:#fff;
}

.wedo-img-block{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
	
	
.profile-item__text{
	/* min-height:120px; */
	min-height:60px;
}
	
	
@media (max-width: 991px) {
	.pb15_sm{
		padding-bottom:15px;;
	}
}
	
	
/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}




/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}

/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw768 {
  max-width: 768px !important;
  margin: 0 auto;
}
.mw800 {
  max-width: 800px !important;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1050 {
  max-width: 1050px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}


.mb70 {
	margin-bottom:70px;
}
.mb65 {
	margin-bottom:65px;
}
.mb60 {
	margin-bottom:60px;
}
.mb55 {
	margin-bottom:55px;
}
.mb50 {
	margin-bottom:50px;
}
.mb45 {
	margin-bottom:45px;
}
.mb40 {
	margin-bottom:40px;
}
.mb35 {
	margin-bottom:35px;
}
.mb30 {
	margin-bottom:30px;
}
.mb25 {
	margin-bottom:25px;
}
.mb20 {
	margin-bottom:20px;
}
.mb15 {
	margin-bottom:15px;
}
.mb10 {
	margin-bottom:10px;
}
.mb5 {
	margin-bottom:5px;
}
.mb0 {
	margin-bottom:0;
}
.pb70 {
	padding-bottom:70px;
}
.pb65 {
	padding-bottom:65px;
}
.pb60 {
	padding-bottom:60px;
}
.pb55 {
	padding-bottom:55px;
}
.pb50 {
	padding-bottom:50px;
}
.pb45 {
	padding-bottom:45px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb35 {
	padding-bottom:35px;
}
.pb30 {
	padding-bottom:30px;
}
.pb25 {
	padding-bottom:25px;
}
.pb20 {
	padding-bottom:20px;
}
.pb15 {
	padding-bottom:15px;
}
.pb10 {
	padding-bottom:10px;
}
.pb5 {
	padding-bottom:5px;
}
.pb0 {
	padding-bottom:0;
}

.mt70 {
	margin-top:70px;
}
.mt65 {
	margin-top:65px;
}
.mt60 {
	margin-top:60px;
}
.mt55 {
	margin-top:55px;
}
.mt50 {
	margin-top:50px;
}
.mt45 {
	margin-top:45px;
}
.mt40 {
	margin-top:40px;
}
.mt35 {
	margin-top:35px;
}
.mt30 {
	margin-top:30px;
}
.mt25 {
	margin-top:25px;
}
.mt20 {
	margin-top:20px;
}
.mt15 {
	margin-top:15px;
}
.mt10 {
	margin-top:10px;
}
.mt5 {
	margin-top:5px;
}
.mt0 {
	margin-top:0;
}
.mt-60 {
	margin-top:-60px;
}
.mt-20 {
	margin-top:-20px;
}
.pt70 {
	padding-top:70px;
}
.pt65 {
	padding-top:65px;
}
.pt60 {
	padding-top:60px;
}
.pt55 {
	padding-top:55px;
}
.pt50 {
	padding-top:50px;
}
.pt45 {
	padding-top:45px;
}
.pt40 {
	padding-top:40px;
}
.pt35 {
	padding-top:35px;
}
.pt30 {
	padding-top:30px;
}
.pt25 {
	padding-top:25px;
}
.pt20 {
	padding-top:20px;
}
.pt15 {
	padding-top:15px;
}
.pt10 {
	padding-top:10px;
}
.pt5 {
	padding-top:5px;
}
.pt0 {
	padding-top:0;
}

.pl30 {
	padding-left:30px;
}
.pr30 {
	padding-right:30px;
}

.ml15 {
	margin-left:15px;
}
.mr15 {
	margin-right:15px;
}