﻿/* -----------------------------------------
:: DO NOT CHANGE     font-family: 'Lato', sans-serif;
----------------------------------------- */
/* default style to hide the dropdown upon page load -- do not remove */
.menu.nav > li > ul {
	display: none;
}
/* -----------------------------------------
:: DO NOT CHANGE
----------------------------------------- */
/* -----------------------------------------
:: BASE STYLES

    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Tangerine', cursive;
    font-family: 'Merienda One', cursive;
    

----------------------------------------- */
body {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #777;
	position: relative;
}
.main {
	position: relative;
	margin: 0;
}
@media(min-width:992px) {
----------------------------------------- */
body {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #777;
	position: relative;
}
}
/* -----------------------------------------
:: LINKS
----------------------------------------- */
.clearfix {
	overflow: auto;
}
a {
	color: #313038;
	text-decoration: none;
}
a:hover, a:focus {
	color: #212121;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #ffffff;
}
.row {
	position: relative;
}
figure {
	margin: 0;
}
/* -----------------------------------------
:: IMG TAG
----------------------------------------- */
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #232428;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
/* -----------------------------------------
:: HORIZONTAL RULE 
----------------------------------------- */
hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-bottom: 3px solid #0F9162;
}
.hr-small {
	width: 50%;
}
/* -----------------------------------------
:: H1-H6 
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Tangerine', cursive;
    font-family: 'Merienda One', cursive;

----------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: #313038;
	position: relative;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #9699a3;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 25px;
	margin-bottom: 12.5px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 28px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
	font-weight:bold;
}
h4, .h4 {
	font-size: 16px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 12.5px;
	position: relative;
}
.lead {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 992px) {
h1, .h1 {
	font-size: 46px;
}
h2, .h2 {
	font-size: 38px;
}
h3, .h3 {
	font-size: 31px;
}
h4, .h4 {
	font-size: 23px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
}
/* -----------------------------------------
:: TEXT ALIGNMENT
----------------------------------------- */
.text-center {
	text-align: center;
}
/* -----------------------------------------
:: FONT COLORS
----------------------------------------- */
.color-theme {
	color: #313038;
	fill: #313038;
}
.color-light {
	color: #777777;
	fill: #777777;
}
.color-dark {
	color: #2C343B;
	fill: #2C343B;
}
.color-black {
	color: #000000;
	fill: #000000;
}
.color-yellow {
	color: #FFC930;
	fill: #FFC930;
}
.color-orange {
	color: #FF6530;
	fill: #FF6530;
}
.color-blue {
	color: #0665A2;
	fill: #0665A2;
}
button, input, optgroup, select, textarea {
	color: #313038;
}
/* -----------------------------------------
:: FONT FAMILIES
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Tangerine', cursive;
    font-family: 'Merienda One', cursive;

----------------------------------------- */
.font1 {
	font-family: 'Lato', sans-serif;
}
.font2 {
	font-family: 'Raleway', sans-serif;
}
.font3 {
	font-family: 'Merienda One', cursive;
}
/* -----------------------------------------
:: FONT SIZE
----------------------------------------- */
small, .small {
	font-size: .8em;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #9faab5;
}
.text-primary {
	color: #313038;
}
a.text-primary:hover, a.text-primary:focus {
	color: #313038;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
.uppercase {
	text-transform: uppercase;
}
.caps {
	text-transform: capitalize;
}
.condensed {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
.bold {
	font-weight: 700;
}
.xbold {
	font-weight: 800;
}
.light {
	font-weight: 300;
}
/* -----------------------------------------
:: OPACITY
----------------------------------------- */
.opacity-1 {
	opacity: 0.1;
}
.opacity-2 {
	opacity: 0.2;
}
.opacity-3 {
	opacity: 0.3;
}
.opacity-4 {
	opacity: 0.4;
}
.opacity-5 {
	opacity: 0.5;
}
.opacity-6 {
	opacity: 0.6;
}
.opacity-7 {
	opacity: 0.7;
}
.opacity-8 {
	opacity: 0.8;
}
.opacity-9 {
	opacity: 0.9;
}
/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.wowed h1 {
	opacity: 0;
}
.wow {
	visibility: hidden;
}
/*section heading1*/
.section-heading {
	margin: 10px auto 10px auto;
	position: relative;
	text-align: center;
	padding: 10px 0;
	text-transform: capitalize;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1;
	font-weight: 100;
}
.section-heading h1:nth-of-type(2) {
    font-weight: 300;
    font-size:24px;
    color:#777;
}
.heading {
	margin: 70px auto;
}
.heading-themed {
	background: #313038;
	padding: 5px 65px;
}
/* -----------------------------------------
:: ARTICLE HEADINGS
----------------------------------------- */
/*content heading1*/
.article-heading {
}
.article-heading h3 {
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
	font-weight: 100;
}
.article-heading h3:nth-of-type(2) {
    font-weight: 900;
    margin-top: 0px;
    color: rgba(154,157,54, 1.0);
    color:#313038;
    position: relative;
    border-bottom: 0px solid #313038;
}
/* -----------------------------------------
:: THEMED BUTTONS
----------------------------------------- */
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #313038;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	transition: all .5s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	transition: all 0.25s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #ffffff;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	margin: auto;
	padding: 15px 20px;
	color: #313038;
	font-size: 13px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.0);
	transition: all .5s ease;
	line-height: 1;
}
/* Victoria Buttons */
a.animated-button.victoria-one {
	border: 2px solid #0F9162;
}
a.animated-button.victoria-one:after {
	background: #0F9162;
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
/* -----------------------------------------
:: INFO BOX HEADING
----------------------------------------- */
.info-box-theme {
	text-align: center;
	position: relative; /*
	background: url('../graphics/info-box-theme-bg.jpg') center center;
	*/;
	background: #313038;
	color: rgba(255, 255, 255, 0.65);
	padding: 45px 0 10px 0;
	margin: 5px;
}
.info-box-theme h5 {
	color: rgba(0, 0, 0, 0.65);
}
/* -----------------------------------------
:: BULLETS
----------------------------------------- */
.bullet-theme-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-theme-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}
.bullet-dark-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-dark-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}
.bullet-light-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-light-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}
.bullet-theme-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-theme-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}
.bullet-dark-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-dark-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}
.bullet-light-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-light-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}
/* -----------------------------------------
:: LISTS 
----------------------------------------- */
.list1 ol .bullet-no {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list1 ol {
	counter-reset: li; ;
	list-style: none;
*list-style: decimal;
	padding: 0;
	margin-bottom: 20px;
}
.list1 ol {
	margin: 0 0 0 40px;
}
.list1 li ol {
	margin: 0 0 0 20px;
}
/*list1*/
.list1 ol a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 15px;
*padding: 10px;
	margin: 10px 0;
	background: #0F9162;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	transition: all .3s ease-out;
}
.list1 ol {
	margin: 0 0 0 50px;
}
.list1 ol a:hover {
	background: rgba(15,145,98,0.75);
}
.list1 ol a:hover:before {
	transform: rotate(360deg);
}
.list1 ol a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -25px;
	background: #313038;
	background: url('../graphics/bullet-theme-sm.png');
	height: 46px;
	width: 46px;
	line-height: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	transition: all .3s ease-out;
	color: #2E3035;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .0);
}
/*list2*/
ol.list2 a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 30px;
*padding: .4em;
	margin: 10px 0px 10px 40px;
	background: #ddd;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;
}
ol.list2 a:hover {
	background: #eee;
}
ol.list2 a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -16px;
	background: #313038;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .0);
}
ol.list2 a:after {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	left: -20px;
	top: 50%;
	margin-top: -8px;
	transition: all .3s ease-out;
}
ol.list2 a:hover:after {
	left: -8px;
	border-left-color: #313038;
}
/*list3*/
ul.list3 {
	vertical-align: middle;
	margin-left: 0;
	padding: 0;
}
ul.list3 {
	list-style-type: none;
	vertical-align: middle;
}
ul.list3 li {
	line-height: 50px;
	background: url('../graphics/list3-bullet.png') no-repeat 0px 15px transparent;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 1px 30px;
	vertical-align: middle;
}
/* -----------------------------------------
:: BORDERS
----------------------------------------- */
.border-dashed-theme {
	border-radius: 50%;
	border: dashed #3130382px;
	position: relative;
}
.border-dashed-dark {
	border-radius: 50%;
	border: dashed #2C343B 2px;
	position: relative;
}
.border-dashed-light {
	border-radius: 50%;
	border: dashed #ffffff 2px;
	position: relative;
}
/* -----------------------------------------
:: SHADOWS
----------------------------------------- */
.shadow-sm {
	position: relative;
	display: inline-block;
}
.shadow-sm::before {
	content: "";
	position: absolute;
	bottom: -18px;
	height: 28px;
	width: 180px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-sm.png);
}
.shadow-md {
	position: relative;
	display: inline-block;
}
.shadow-md::before {
	content: "";
	position: absolute;
	bottom: -32px;
	height: 42px;
	width: 268px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-md.png);
}
.shadow-lg {
	position: relative;
	display: inline-block;
}
.shadow-lg::before {
	content: "";
	position: absolute;
	bottom: -44px;
	height: 64px;
	width: 404px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-lg.png);
}
/* -----------------------------------------
:: NUMBERED ARTICLE CONTAINERS
----------------------------------------- */
.article-numbered {
	position: relative;
	padding: 30px;
}
.article-numbered--number {
	position: absolute;
	right: 0%;
	top: -100px;
	font-size: 350px;
	font-family: "Lora", sans-serif;
	color: rgba(0, 0, 0, 0.05);
}
.article-numbered--title1 {
	text-align: right;
	margin-bottom: 0px;
}
.article-numbered--title2 {
	color: #ffffff;
	text-align: right;
	font-family: "Lora", sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	position: relative;
	display: inline-block;
	float: right;
	padding: 4px 15px 0px 15px;
	z-index: 1;
}
.article-numbered--title2::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -15%;
	background: rgb(0,0,0,0.65);
	width: 100%;
	height: 20px;
	transform: skew(-32deg);
	z-index: -1;
}
.article-numbered-content {
	margin: 50px 15px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #222222;
}
/* -----------------------------------------
:: HEADER
----------------------------------------- */
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
/* -----------------------------------------
:: PARALLAX BACKGROUNDS 
----------------------------------------- */
.parallax-image-a {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-b {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-b.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-c {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-c.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-d {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-d.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-e {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-e.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-f {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-f.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-g {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-g.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.parallax-image-h {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-h.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
/* -----------------------------------------
:: DIVIDERS and BORDERS
----------------------------------------- */
.divider1 {
	width: 100%;
	height: 5px;
	background: #2E3035;
}
/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.wowed h1 {
	opacity: 0;
}
.wow {
	visibility: hidden;
}
/* -----------------------------------------
:: MOBILE VIDEO CONTAINER
----------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* -----------------------------------------
:: HELPER CLASSES
----------------------------------------- */
.row {
	position: relative;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.inherit {
	position: inherit;
}
img.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* -----------------------------------------
:: web editors design view overrides 
----------------------------------------- */
body.designview .header, body.designview .menu-wrapper, body.designview .menu-bar, body.designview .social-bar, body.designview .footer-bg, body.designview .copyright, body.designview #menupush-nav, body.designview .menupush-nav, body.designview .menupush-nav-trigger, body.designview .background-video, body.designview .introLoading {
	display: none!important;
}
body.designview .col-xs-1, body.designview .col-xs-2, body.designview .col-xs-3, body.designview .col-xs-4, body.designview .col-xs-5, body.designview .col-xs-6, body.designview .col-xs-7, body.designview .col-xs-8, body.designview .col-xs-9, body.designview .col-xs-10, body.designview .col-xs-11, body.designview .col-xs-12, body.designview .col-sm-1, body.designview .col-sm-2, body.designview .col-sm-3, body.designview .col-sm-4, body.designview .col-sm-5, body.designview .col-sm-6, body.designview .col-sm-7, body.designview .col-sm-8, body.designview .col-sm-9, body.designview .col-sm-10, body.designview .col-sm-11, body.designview .col-sm-12, body.designview .col-md-1, body.designview .col-md-2, body.designview .col-md-3, body.designview .col-md-4, body.designview .col-md-5, body.designview .col-md-6, body.designview .col-md-7, body.designview .col-md-8, body.designview .col-md-9, body.designview .col-md-10, body.designview .col-md-11, body.designview .col-md-12, body.designview .col-lg-1, body.designview .col-lg-2, body.designview .col-sm-3, body.designview .col-lg-4, body.designview .col-lg-5, body.designview .col-lg-6, body.designview .col-lg-7, body.designview .col-lg-8, body.designview .col-lg-9, body.designview .col-lg-10, body.designview .col-lg-11, body.designview .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	min-height: auto;
}
body.designview .col-lg-12, body.designview .col-md-12, body.designview .col-sm-12 {
	width: 100%;
	display: block;
	clear: both;
}
body.designview .row {
	width: 100%;
	display: block;
}
body.designview .container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
body.designview section {
	width: 100%;
	display: table;
	clear: both;
}
body.designview .thumb {
	display: table;
	margin-bottom: 30px;
}
body.designview .thumb .img-responsive {
	display: table;
	height: auto;
}
body.designview .thm-img img {
	display: table;
	height: auto;
}
body.designview .col-lg-1, body.designview .col-md-1, body.designview .col-sm-1 {
	width: 7.333333333333332%;
}
body.designview .col-lg-2, body.designview .col-md-2, body.designview .col-sm-2 {
	width: 15.666666666666664%;
}
body.designview .col-sm-3, body.designview .col-md-3, body.designview .col-sm-3, body.designview .col-md-3.col-sm-6 {
	width: 22%;
}
body.designview .col-lg-4, body.designview .col-md-4, body.designview .col-sm-4 {
	width: 30.33333333333333%;
}
body.designview .col-lg-5, body.designview .col-md-5, body.designview .col-sm-5 {
	width: 40.66666666666667%;
}
body.designview .col-lg-6, body.designview .col-md-6, body.designview .col-sm-6 {
	width: 49%;
}
body.designview .col-lg-7, body.designview .col-md-7, body.designview .col-sm-7 {
	width: 57.333333333333336%;
}
body.designview .col-lg-8, body.designview .col-md-8, body.designview .col-sm-8 {
	width: 65.66666666666666%;
}
body.designview .col-lg-9, body.designview .col-md-9, body.designview .col-sm-9 {
	width: 74%;
}
body.designview .col-lg-10, body.designview .col-md-10, body.designview .col-sm-10 {
	width: 82.33333333333334%;
}
body.designview .col-lg-11, body.designview .col-md-11, body.designview .col-sm-11 {
	width: 90.66666666666666%;
}
body.designview .col-lg-11, body.designview .col-lg-10, body.designview .col-lg-9, body.designview .col-lg-8, body.designview .col-lg-7, body.designview .col-lg-6, body.designview .col-lg-5, body.designview .col-lg-4, body.designview .col-lg-4, body.designview .col-sm-3, body.designview .col-lg-2, body.designview .col-lg-1 {
	float: left;
}
body.designview .col-lg-1, body.designview .col-lg-2, body.designview .col-sm-3, body.designview .col-lg-4, body.designview .col-lg-5, body.designview .col-lg-6, body.designview .col-lg-7, body.designview .col-lg-8, body.designview .col-lg-9, body.designview .col-lg-10, body.designview .col-lg-11 {
	float: left;
}
body.designview .col-lg-11, body.designview .col-lg-10, body.designview .col-lg-9, body.designview .col-lg-8, body.designview .col-lg-7, body.designview .col-lg-6, body.designview .col-lg-5, body.designview .col-lg-4, body.designview .col-lg-4, body.designview .col-sm-3, body.designview .col-lg-2, body.designview .col-lg-1 {
	float: left;
}
body.designview .col-md-11, body.designview .col-md-10, body.designview .col-md-9, body.designview .col-md-8, body.designview .col-md-7, body.designview .col-md-6, body.designview .col-md-5, body.designview .col-md-4, body.designview .col-md-4, body.designview .col-sm-3, body.designview .col-md-2, body.designview .col-md-1 {
	float: left;
}
body.designview .col-sm-11, body.designview .col-sm-10, body.designview .col-sm-9, body.designview .col-sm-8, body.designview .col-sm-7, body.designview .col-sm-6, body.designview .col-sm-5, body.designview .col-sm-4, body.designview .col-sm-4, body.designview .col-sm-3, body.designview .col-sm-2, body.designview .col-sm-1 {
	float: left;
}
body.designview .col-xs-11, body.designview .col-xs-10, body.designview .col-xs-9, body.designview .col-xs-8, body.designview .col-xs-7, body.designview .col-xs-6, body.designview .col-xs-5, body.designview .col-xs-4, body.designview .col-xs-4, body.designview .col-xs-3, body.designview .col-xs-2, body.designview .col-xs-1 {
	float: left;
}
body.designview .designview-placeholder {
	display: block!important;
	visibility: visible;
}
body.designview .phone, body.designview .text-links, body.designview #bootstrap-slider, body.designview .index-slider-cover, body.designview #owl-about, body.designview #index-box-carousel, body .designview #bs-quotes, body.designview #bs-testimonials, body.designview #bs-welcome, body.designview .clients-carousel, body.designview #owl-customers, body.designview .laptop-bg, body.designview #owl-laptop, body.designview #owl-logos, body.designview #owl-projects, body.designview #owl-related, body.designview #owl-services, body.designview #owl-single, body.designview #social-icon, body.designview #owl-team, body.designview #ibc, body.designview #owl-testimonials, body.designview .faqs, body.designview .counter1, body.designview #countdown, body.designview #gallery1-list, body.designview #fullscreen-portfolio, body.designview .pricing-container, body.designview .progress5-wrapper, body.designview .tabs, body.designview .tabsv, body.designview .thm-loadmore, body.designview .menu-side {
	display: none!important;
}
body.designview .map-left {
	background: #222222;
}
body.designview .col-sm-3 ul.thumbs1-test-thb.text-center li a img {
	display: table;
}
body.designview .wowed h1 {
	opacity: 1;
}
body.designview .wow {
	visibility: visible;
}
body.designview .header__wrapper {
	display: none!important;
}
body.designview .section-default, body.designview .section-with-carousel, body.designview .section-with-map-background, body.designview .section-with-textured-background, body.designview .section.section-parallax, body.designview .section-grayscale, body.designview .section-mixed-blend, body.designview .section-split-parallax, body.designview .section-bg-style4 {
}
/* -----------------------------------------
:: DESKTOP SPECIFIC STYLES
----------------------------------------- */
@media (min-width: 992px) {
/* -----------------------------------------
:: TEXT ALIGNMENT
----------------------------------------- */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-indent-xs {
	text-indent: 5px;
}
.text-indent-sm {
	text-indent: 10px;
}
.text-indent-md {
	text-indent: 15px;
}
.text-indent-lg {
	text-indent: 20px;
}
.text-indent-xl {
	text-indent: 30px;
}
.text-indent-xxl {
	text-indent: 50px;
}
.text-inline {
	display: inline;
}
/* -----------------------------------------
:: PADDING and MARGINS
----------------------------------------- */
.margin-top-125 {
	margin-top: 125px;
}
.margin-0 {
	margin: 0;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.padding-0 {
	padding: 0;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-50 {
	padding: 50px;
}
.padding-100 {
	padding: 100px;
}
.padding-v-5 {
	padding: 5px 0 5px 0;
}
.padding-v-10 {
	padding: 10px 0 10px 0;
}
.padding-v-15 {
	padding: 15px 0 15px 0;
}
.padding-v-20 {
	padding: 20px 0 20px 0;
}
.padding-v-30 {
	padding: 30px 0 30px 0;
}
.padding-v-50 {
	padding: 50px 0 50px 0;
}
.padding-v-100 {
	padding: 100px 0 100px 0;
}
.padding-v-150 {
	padding: 150px 0 100px 0;
}
.padding-sm {
	padding-left: 0;
	padding-right: 10px;
}
.pull-left-lg {
	margin-left: -200px;
}
.content-indent-lg {
	margin-right: -75px;
}
/* -----------------------------------------
:: FONT SIZE
----------------------------------------- */
.font-xs {
	font-size: 1rem;
}
.font-sm {
	font-size: 2rem;
}
.font-md {
	font-size: 3rem;
}
.font-lg {
	font-size: 4rem;
}
.font-xl {
	font-size: 5rem;
}
.font-xxl {
	font-size: 6rem;
}
.font-jumbo {
	font-size: 400px;
}
/* -----------------------------------------
:: LINE HEIGHT
----------------------------------------- */
.line-xs {
	line-height: .75;
}
.line-sm {
	line-height: 1;
}
.line-md {
	line-height: 1.25;
}
.line-lg {
	line-height: 1.6;
}
.line-xl {
	line-height: 2.0;
}
.line-xxl {
	line-height: 3.0;
}
.line-xxxl {
	line-height: 4.0;
}
/* -----------------------------------------
:: COLUMN EQUAL HEIGHT ALIGNMENT
----------------------------------------- */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* -----------------------------------------------------------------------
}
:: Up To 992px     
----------------------------------------------------------------------- */
}
@media (min-width: 992px) {
/* -----------------------------------------
:: HEADER
----------------------------------------- */
/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
/* -----------------------------------------
:: CONTENT BACKGROUNDS
----------------------------------------- */
/* -----------------------------------------
:: THEME SPECIFIC STYLES
----------------------------------------- */
}
/* -----------------------------------------------------------------------
:: LARGER THAN 992px
----------------------------------------------------------------------- */
