/*
Theme Name: Zerif Lite
*/

/*--------------------------------------------------------------
1.0 - Reset  
--------------------------------------------------------------*/
  @font-face { 
      font-family: 'Bradhitc'; 
      src: url('fonts/BRADHITC_0.TTF'); 
      font-weight: normal; font-style: normal; }
  
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, 
blockquote:after {
	content: "";
}
blockquote {
	quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
a:focus {
	outline: 0;
}
a:hover,a:active {
	outline: 0;
}
a img {
	border: 0;
}

body { 
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
	line-height: 1.6em;
	letter-spacing: 1px;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
    padding-left: 0 !important;
}

/* Selection colours (easy to forget) */
::selection {
	background: #00206b;
	color: #FFF;
}
::-moz-selection {
	background: #00206b;
	color: #FFF;
}
a {
	color: #fee805;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}
a,a:hover, a:focus{
	text-decoration: none;
}
a:hover {
	color: #fee805;
}

/* do not group these rules (placeholder colors) */
*::-webkit-input-placeholder {
    color: #FFFFFF !important;
}
*:-moz-placeholder {
    color: #FFFFFF !important;
}
*::-moz-placeholder {
    color: #FFFFFF !important;
}
*:-ms-input-placeholder {
    color: #FFFFFF !important;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
@font-face {
    font-family: 'Gentium Book Basic', serif;
    src:url(fonts/built-titling/built-titling-bd.ttf) format('truetype');
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	line-height: 26px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 71.5%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
.metaslider .caption h1 {

}
/*----------------------------
            Metaslider
-------------------------------*/
.metaslider h3 {
    font-family: 'Lato', sans-serif;
    color: #4594d0;;
    font-size: 38px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.metaslider h3 .caption2{
    font-family: 'Bradhitc', cursive;
    font-size: 42px;
    text-align: left;
    color: #ffffff;
}
.btn-black{
    color: #fff !important;
    padding: 10px 25px !important;
    border: 2px solid #fff !important;
    border-radius: 16px !important;
}

/*------------------------------------------
                custom css
--------------------------------------------*/
.product-box {
    text-align: center;
    color: #000;
    padding: 10px 0px 20px 0px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.product-box h2 {
    font-size: 20px;
    margin: 25px 0 5px;
    font-weight: bold;
    color: #fff;
}
#ours{
    background-color:#017dae;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}
#ours:before {
    position: absolute;
    width: 100%;
    height: 8em;
    content: '';
    background-color: rgb(255, 255, 255);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    top: -29%;
    right: 0;
    opacity: 0.1;
}
#about:after{
    position: absolute;
    width: 100%;
    height: 9em;
    content: '';
    background-color: #017dae;
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    /*opacity: 0.6;*/
}
.marg{
    margin-bottom:30%;
    padding: 0 100px;
    letter-spacing: 1.5px;
}
#serve .space{
    padding-top: 30px;
}
#serve .services-box h2{
    font-size: 20px;
    margin: 25px 0 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
/*---------------------------------
        section for portfolio
-----------------------------------*/
#portfolio .folio-box {
    text-align: center;
    color: #000;
    padding: 2px 2px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#portfolio .title-gallery{
    position: absolute;
    display: block;
    top: 93%;
    width: 99%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 17px;
    color:#fff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.26) 0%, #00061c 65%);
}
#portfolio .title-gallery p {
    float: left;
    padding-left: 10%;
}
/*----------------------------------
        section for partnership
------------------------------------*/
    #partnership{
        list-style: none;
        background: #ffffff;
        margin: 0;
        width: 100%;
    }
    #partnership ul{
        list-style: none;
        padding: 0px;
        text-align: center;
        margin-bottom: 40px;
    }
    #partnership ul li{
        margin: 0; 
        padding: 0;
        text-align:center;
        display:inline-block;
    }
    #partnership ul li img{
        margin: 0; 
        padding: 0;
        width: 100%;
        max-width: initial;
    }
    .thumbnail {
        position: relative;
        background-color: #fff;
        border: transparent;
        width: 100%;
    }
    
/*-------------------------------
            contact us
--------------------------------*/
table.social-table {
    font-size: 15px;
    border: 0 !important;
}
table.social-table td {
    vertical-align: top;
    padding-bottom: 0;
    color: #fff;
    border: 0 !important;
}
td.text-box-big {
    font-size: 18px;
    font-weight: bold;
}

/*--------------------------------
        top phone number
---------------------------------*/
.phone{
    width: 40%;
    float: right;
    background: #018abb;
    margin-top: -45px;
    padding: 10px;
    text-align: right;
}
.phone li{
    display: inline-block;
}
.phone li:first-child{
    padding: 10px 0px 10px 50px;
}
.phone li:last-child{
    padding: 10px 20px 10px 10px;
}
.phone:after{
    position: absolute;
    width: 7%;
    height: 20em;
    content: '';
    background-color: #fff;
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    bottom: 0px;
    display: block;
    z-index: 0;
}
.phone-link{
    color: #fff;
    margin: 0px 15px;
    font-size: 16px;
}

h1,h1 span {
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
h1.home {
    margin-bottom: 40px !important;
    color: #4E4E4E;
    margin: 0px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    letter-spacing: 1px;
}
h1.singleblogtitle{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    font-size: 22px;
}
h1.singleblogtitle:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 2px;
    background: #b99019;
    bottom: 0;
    left: 0;
    width: 200px;
}
h1.singleblogtitle:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 4px;
    background: #7e6116;
    bottom: -3px;
    left: 0;
    width: 100px;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}
/*h2:after {*/
/*    position: absolute;*/
/*    margin: auto;*/
/*    z-index: 1;*/
/*    content: "";*/
/*    height: 2px;*/
/*    background: #fde406;*/
/*    bottom: -8px;*/
/*    left: 0;*/
/*    width: 100px;*/
/*}*/
h2.home {
    color: #404040;
    margin: 0;
    padding: 0px 50px 5px 0px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1em;
    letter-spacing: 0.1px;
    display: inline;
}

h3 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0px;
    text-align:left;
}
h3.home {
    color: #404040;
    margin: 0;
    padding: 0px 50px 5px 0px;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.8em;
    letter-spacing: 0.1px;
    display: inline;
}
h3 span.white{
    color: #ffffff;
    font-size: 20px;
}
h4.home {
    margin-bottom: 30px !important;
    margin: 0px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    letter-spacing: 1px;
}
h3:before {
   /* background: #159e49;
    content: " ";
    height: 1px;
    left: 50%;
    margin: 0px 0 0 -360px;
    position: absolute;
    top: 50%;
    width: 720px;*/
}
h3.custom-blog-title{
    color: #000000 !important;
	letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    float: none;
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    width: 100%;
    margin: 15px auto 30px auto;
}
h3.custom-blog-title:before{
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    bottom: 5px;
    left: 45%;
}
h4 {
	font-size: 18px;
}
h4.style:before {
    content: " | ";
    color: #000000;
    width: 15px;
    padding-right: 5px;
    font-weight: bold;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
3.0 Buttons
--------------------------------------------------------------*/
.buttons {
	text-align: center;
	margin-top: 45px;
}
.button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}

.arrow-animate {
    margin-top: -10% !important;
    position: absolute;
    z-index: 999;
    left: 48%;
}
.nopadding{padding:0;}
.panel-grid,.so-panel{margin:0px !important;}
.panel-grid-cell{padding: 0px !important;margin:0px !important;}
.panel-widget-style{margin-top: 0px; padding: 0px 0;}

.innercontent{
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
}

.shadowcontent-black {
    padding: 5%;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.shadowcontent-black:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #fee805;
    left: 80%;
    position: relative;
}
.content{
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}
.middlebox{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 5px 0px;
    position: relative;
}
.middlecaption{
   /* position: absolute;
    display: table;
    top: 0%;
    width: 100%;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);*/
}
.leftcontent{
    padding: 0px 30px; 
    margin-top: -15px;
    height: 150px;
}
section{padding: 60px 0px 0px 0px; margin: 0;display: inline-block; width: 100%;}
#catalog section{padding: 0px;}
/*stick to banner*/
#highlight{
    margin-top: -90px;
    margin-bottom: -5px;
}
#highlight .padding{padding: 0px 2px;}
#highlight .box {
    background: #fee805;
    width: 100%;
    height: 100px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: initial;
}
#highlight .box:hover {
    border: initial;
}
#highlight .box .caption {
    float: left;
    width: 30%;
    height: 100%;
    text-align: center;
    min-height: auto;
}

.boxcontent {
    text-align: center;
    position: absolute;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#highlight .box .caption .boxcontent {
    width: 30%;
}
#highlight .box .caption i {
    color: #ffffff;
    font-size: 2em;
}
#highlight .box .desc {
    float: right;
    width: 70%;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
#highlight .box .desc span {
    font-weight: 500;
    font-size: 16px;
}
#highlight .box .desc a{
    color: #ffffff;
}

.desc{
    font-weight: 300;
    font-size: 26px;
    line-height: 1.8em;
}

.heading{
    font-size: 23px;
    font-weight: bold;
    padding: 5px 0px;
    margin-bottom: 30px;
    color:#15467a;
}
.heading-footer{
    font-size: 23px;
    font-weight: bold;
    padding: 5px 0px;
    margin-bottom: 10px;
    color:#fff;
}

.heading-small{
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
    color:#4594d0;
}
.fullbg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.doublelineborderbottom{
    background: #7e6116;
    content: " ";
    height: 4px;
    width: 70px;
    left: 0%;
    margin: 5px 0px 30px 0px;
}
.doublelineborderbottom:after{
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background: #7e6116;
}

.borderbottom{
    background: #000000;
    content: " ";
    height: 2px;
    width: 70px;
    margin: 20px auto 30px auto;
}
.borderbottom-left{
    background: #fff;
    content: " ";
    height: 2px;
    width: 70px;
    left: 0;
    margin: 0px 0px 20px 0px;
}
.borderbottomwhite{
    background: #ffffff;
    content: " ";
    height: 2px;
    width: 70px;
    margin: 20px auto 30px auto;
}
.borderbottomwhite-left{
    background: #d6a90f;
    content: " ";
    height: 1px;
    width: 70px;
    left: 0;
    margin: 0px 0px 20px 0px;
}
.borderbottom:after{
    /*position: absolute;*/
    /*content: "";*/
    /*width: 140px;*/
    /*height: 1px;*/
    /*background: #fee805;*/
}
.borderbottomred{
    background: #F23C48;
    content: " ";
    height: 4px;
    width: 70px;
    margin: 20px auto;
}
.borderbottomred:after{
    /*position: absolute;*/
    /*content: "";*/
    /*width: 140px;*/
    /*height: 1px;*/
    /*background: #F23C48;*/
}
.img{
    text-align: center;
}
.box{margin-bottom: 10px;}
.title{
    text-align: left;
    padding: 10px 0px;
    margin-top: 0px;
    color: #00206b;
    font-size: 13px;
    line-height: 1.3em;
}
.image{
    height: 140px;
    overflow: hidden;
}
.caption{
    line-height: 1em;
}
.caption h2{
    font-size: 18px;
    line-height: 19px;
    color: #fee805;
    text-transform: uppercase;
    padding: 10px 0px;
}
.caption ul{
    /*width: 200px;*/
}
.caption ul li{
    float: initial !important;
}

#headerslides{
    margin-top: -88%;
}
#headerslides #bannerslide{
    position: relative;
}
#headerslides #bannerslide li{
    display: flex;
    align-items: center;
    overflow: hidden;
}
#headerslides #bannerslide li img{
 
}
#headerslides .owl-controls{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    /*height: 42px;*/
    width: 100%;
    display: inline-block;
	position: absolute;
}
#headerslides #customNavHeader{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    margin-top: -250px;
}
#headerslides #customNavHeader .owl-prev{
    left: 0%;
    width: 40px;
    height: 40px;
    margin-right: 1px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 9;
    background: transparent url("images/arrow-right.png") no-repeat center center;
	background-position: left top;
	cursor: pointer;
	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);	
}
#headerslides #customNavHeader .owl-next{
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 9;
    background: transparent url(images/arrow-right.png) no-repeat center center;
    background-position: right top;
    cursor: pointer;
}

.slider-box {
    padding: 5%;
}
.slider-black-box{
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    bottom: -200px;
    position: absolute;
    width: 70%;
    text-align: right;
}
.slider-black-box h1{
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3em;
}
.slider-black-box h2{
    color: #000000;
    font-size: 40px;
    line-height: 1.1em;
    padding: 0;
    text-transform: initial;
}
.slider-black-box p{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 0px;
}
.slider-white-box{
    background: rgba(246, 247, 249, 0.8);    
    width: 80%;
    margin: 0 auto;
}
.slider-white-box h1{
    color: #000000;
    font-size: 40px;
    line-height: 1.1em;
}
.slider-white-box h2{
    color: #000000;
    font-size: 30px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    text-transform: initial;
}
.slider-white-box p{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0px 20px;
}
#menu-product{padding-top: 60px;}
#menu-product li {
    list-style: initial;
    margin: 0px 0px 6px 10px
}
#menu-product li a {
    color: #000000;
}
#menu-product li a:hover {
    color: #fee805;
}
#about {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 70px;
}
#about:before{
    position: absolute;
    width: 100%;
    height: 10em;
    content: '';
    background-color: #d6e7ed;
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    bottom: -8%;
    
}
#about .bcg{
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    width: 100%;
}
#about .bcg .overlay-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15% 0px 8% 0px;
    background: initial;
}
#about .innercontent {
    padding: 5%;
    display: inline-block;
    width: 80%;
    background: rgba(0, 0, 0, 0.5);
}
#about .content {
    padding: 20px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
#about .footer {
    padding: 50px 0;
    margin-top: -1px;
}
#about .borderrightred{
    margin: 0px 0px;
    padding: 0px 0px 0px 15px;
    border-left: 2px solid #B51E2D;
}
#about p{
    margin: 0 auto;
    text-align: justify;
}
#about ul{

}
#about ul li{
    float: left;
    padding: 0px 40px 40px 0px;
    text-align: center;
}

#mission{
 /*   background: url('images/content-bg.jpg') no-repeat;*/
	/*background-size: cover;*/
 /*   background-position: 80% 0%;*/
}
#mission .content{
    width: 60%;
    margin: 0 auto;
    display: block;
}
#mission #visionmission{
    
}
#mission #visionmission li{
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    overflow: hidden;
}
#mission .owl-controls{
    display: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    /*height: 42px;*/
    width: 100%;
    display: inline-block;
	position: absolute;
}
#mission .owl-controls .owl-dots {
    margin-top: 10px;
    
}
#mission .owl-controls .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#mission .owl-controls .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#mission .owl-controls .owl-dots .owl-dot.active span, #mission .owl-controls .owl-dots .owl-dot:hover span {
    background: #869791;
}

#mission #customNavHeader{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    margin-top: -80px;
    /*position: relative;*/
}
#mission #customNavHeader .owl-prev{
    display: none !important;
    left: 0%;
    width: 40px;
    height: 40px;
    margin-right: 1px;
    font-size: 12px;
    outline: none;
    position: absolute;
    background: transparent url("images/arrow-right.png") no-repeat center center;
	background-position: left top;
	cursor: pointer;
	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);	
}
#mission #customNavHeader .owl-next{
    right: -5%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 9;
    background: transparent url(images/arrow-right.png) no-repeat center center;
    background-position: right top;
    cursor: pointer;
}
#core{
    background: #363636;
    color: #ffffff;
    padding: 60px 0px;
    position: relative;
}
#core:before{
    /*content: '';*/
    /*position: absolute;*/
    /*right: 32%;*/
    /*top: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 0px solid transparent;*/
    /*border-right: 35px solid transparent;*/
    /*border-top: 40px solid #d7a90e;*/
    /*clear: both;*/
}
#core ul{
    list-style: none;
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
}
#core ul li{
    display: inline-block;
    width: 150px;
    margin: 0 36px;
    vertical-align: top;
}
#core .box{
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    cursor: pointer;
}
#core .box .image{
    padding: 10px;
    height: 150px;
}
#core .box .image:hover{
    opacity: 0.5;
}
#core .box .image img {
    margin: 0 auto;
    display: block;
    text-align:center;
    width: initial;
}
#core .box .image label {
    line-height: 1em;
    word-wrap: break-word;
    word-break: break-word;
}
#core .caption {
    line-height: 1.2em;
    font-weight: 200;
    padding: 0px 4px 20px 4px;
}
#core .box .content{
    padding: 20px 5px 5px 5px;
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    border-bottom: 1px solid transparent;
}
#core .box .title{
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 16px;
}
#core .box:hover img{
    display: block;
    filter: brightness(1.1) invert(0);
}
#core .box:hover .content{
    border-bottom: 1px solid rgba(13, 114, 186, 0.56);
}
#core .box .caption{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 2px;
}
#core .box .caption ul{
    list-style:none;
}
#core .box .caption ul li{
    padding: 5px 0px;
    line-height: 1em;
    list-style: initial;
    margin-left: 15px;
}
#core .box .caption ul li b{
    font-size: 15px;
    line-height: 1.1em;
    list-style: none !important;
    margin-left: 0px !important;
}
.red-box{
    background: #F33A48;
    color: #ffffff;
}
.brown-box{
    background: #937863;
    color: #ffffff;
}
.yellow-box{
    background: #FFC000;
    color: #ffffff;
}
.green-box{
    background: #B3D236;
    color: #ffffff;
}
.blue-box{
    background: #00BBD6;
    color: #ffffff;
}

#whatwedo{
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
#whatwedo .fullbg{
    /*height: 700px;*/
}
#whatwedo .overlay{
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 60px 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient(110deg, rgba(218, 157, 21, 0.78) 48%, transparent 70%);
    background: linear-gradient(110deg, rgba(218, 157, 21, 0.78) 48%, transparent 70%);
}

#cta{
    padding: 60px 0px;
    color: #000000;
    background: #fee805;
}
#cta .heading{
    font-size: 30px;
}
#cta .content{
    font-size: 16px;
}
#cta .videoframe{
    display: block;
    margin-bottom: 60px;
    position: relative;
    margin-top: -20%;
}
#cta .videoframe iframe{

}

#cta-2{
    position: relative;
    padding: 0px 0px 100px 0px;
    text-align: center;
}
#cta-2 .list{
    padding: 5% 0px 0px 0px;
}
#cta-2 h2.home {
    margin-bottom: 22px !important;
}
#cta-2 img{
    padding: 10px 0px;
}
#cta-2 .content{
    margin-bottom: 60px;
}
#cta-2:after{
    position: absolute;
    left: -9%;
    width: 250%;
    height: 10em;
    content: '';
    background-color: #ffffff;
    -moz-transform: rotate(177deg);
    -ms-transform: rotate(177deg);
    -webkit-transform: rotate(177deg);
    transform: rotate(177deg);
    bottom: 0;
    margin-bottom: 0%;
}

#products{
 
    padding: 60px 0px;
}
#products ul{
    list-style: none;
    padding-top: 40px;
}
#products ul li{
    display: inline-block;
    width: 20%;
}
#products .box{
    max-width: 100%;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
#products .box .title{
    font-weight: bold;
    font-size: 15px;
    line-height: 1em;
    padding: 10px 0px;
    margin: 0;
    height: 50px;
    text-align: center;
}
#products .box .image{
    background: #ffffff;	
    margin-bottom: 0px;
    height: 280px;
}
#products .box .image img {
    margin: 0 auto;
    display: block;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

#products .box .content{
    padding: 20px 5px 5px 5px;
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    border-bottom: 1px solid transparent;
}
#products .box .hover{
    background: rgba(214, 169, 14, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}
#products .box .hover .fa{
    color: #ffffff;
    text-align: center;
    position: absolute;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}
#products .box:hover .hover{
    opacity: 1; 
}
#products .box:hover .hover .fa{
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}
#products .box:hover .image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}
#products .title {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin-top: 0px;
}
#products .title:after{
    content: initial;
}
.gridbox {display: inline-block}
.borderbox{
    border: 1px solid #fee805;
    margin: -6% 0% 0px 25%;
    width: 68%;
    height: 280px;
    position: absolute;
}
.gridbox img {position: relative;}
.box:hover img{
    display: block;
    filter: brightness(1.1) invert(0);
}
.box:hover .content{
    border-bottom: 1px solid rgba(13, 114, 186, 0.56);
}
.box .caption{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 2px;
}
.box .caption ul{
    list-style:none;
}
.box .caption ul li{
    padding: 5px 0px;
    line-height: 1em;
    list-style: initial;
    margin-left: 15px;
}
.box .caption ul li b{
    font-size: 15px;
    line-height: 1.1em;
    list-style: none !important;
    margin-left: 0px !important;
}

#services {
    display: inline-block;
    width: 100%;    
}
#services .heading{
    margin-bottom: 20px;
}
#services .box1{
    
}
#services .box1 .image{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#services .box2 .image img{
    width: 400px;
    /*position: relative;*/
}
#services .box1 .image .caption{
    position: absolute;
    z-index: 1;
    background: #D7A90E;
    width: 105%;
    overflow: hidden;
    height: 50px;
    top: 39%;
    left: -43%;
    float: right;
    transform: rotate(-90deg);
    display: inline-block;
}

#services .right .box1 .image .caption{
    position: absolute;
    z-index: 1;
    background: #D7A90E;
    width: 110%;
    overflow: hidden;
    height: 50px;
    top: 37%;
    left: 36%;
    float: right;
    transform: rotate(-90deg);
    display: inline-block;
}

#services .box1 .image .caption .style{
    padding: 0px 5px;
    text-align: center;
    position: absolute;
    display: table;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.allinone_carousel{
    width: 1220px !important; 
    height: 500px !important;
    margin: 0 auto;
}
.allinone_carousel .contentHolder{
    overflow: initial !important;
    height: 100% !important;
    width: 100% !important;
    display: inline-block;
}
.allinone_carousel.charming .contentHolderUnit{overflow: initial !important; height: auto !important; width: auto !important;}
.allinone_carousel.charming .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
}
/*.allinone_carousel.charming .leftNav {*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    width: 47px;*/
/*    height: 47px;*/
/*    background: url(images/leftNavOFF.png) 0 0 no-repeat !important;*/
/*    cursor: pointer;*/
/*    display: block  !important;*/
/*}*/
/*.allinone_carousel.charming .rightNav {*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    width: 47px;*/
/*    height: 47px;*/
/*    background: url(images/rightNavOFF.png) 0 0 no-repeat !important;*/
/*    cursor: pointer;*/
/*    display: block  !important;*/
/*}*/
.allinone_carousel.charming .mycanvas{display: none !important;}

#services .box2{
    display: none;
    /*left: -60%;*/
    position: relative;
}

#services .contentHolderUnit.active .box2{
    display: block;
}
#services .contentHolderUnit.active .box1{
    display: none;
}

#services .box2 .image{
    position: relative;
}
#services .box2 .image img{
    width: 370px;
    /*position: relative;*/
}
#services .box2 .image .caption{
    background: #fee805;
    width: 270px;
    height: 120%;
    left: 70%;
    top: -10%;
    position: absolute;
    float: right;
    padding: 30px;
}
#services .box2 .image .caption .style{
    padding: 0px 5px;
    margin-left: -40%;
    margin-bottom: 15px;
    line-height: 35px;
    /*font-family: 'Gentium Book Basic', serif;*/
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    text-shadow: 2px 1px 2px #ffffff;
    text-transform: uppercase;
}

#services .box2 .image .caption .content {
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
}
#services .box2 .image .caption .button{
    text-align: center;
    margin: 10px auto;
    padding: 0px;
}
#services .box2 .image .caption .button .black-btn {
    padding: 0px;
}
#services .box2 .image .caption .button .black-btn .fa{
    padding: 12px 15px;
    background: #000000;
    color: #ffffff;
}
#services .box2 .image .caption .button .black-btn span {
    padding: 10px 15px;
    font-size: 13px;
}
#services .box2 .image .caption .button .black-btn:hover {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    padding: 0px;
    border-radius: 0px;
    cursor: pointer;
}
#calltoaction{
    width: 100%;
    background:#fee805;
    display: block;
    padding: 60px 0px;
}
#calltoaction h3{
    margin: 10px 0px;
}

#virtualplan{
    width:100%;
    padding:60px 0px;
    display:inline-block;
    background:#f2f2f2;
}
#virtualplan ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin: 0 auto;
    padding: 20px 0px;
    display: block;
    width: 70%;
}
#virtualplan ul li {
    text-align: left;
    list-style: none;
    padding: 10px 0px;
    position: relative;
}
#virtualplan ul li:before {
    /*margin: 0;
    padding: 0px 20px 0px 10px;
    content: " + ";
    width: auto;
    vertical-align: top;
    height: auto;
    background: initial;
    position: relative;
    color: #373693;
    font-weight: bold;*/
}
#virtualplan p{
    text-align: left;
}

#projectreference{
	display: inline-block;
    width: 100%;
    color: #FFFFFF;
}

#clientReview{}
#clientReview .bcg{
    background-image: url('images/home-663224.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
#clientReview .bcg .overlay-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 0px;
    background: rgba(0, 0, 0, 0.75);
}
#clientReview .newsWrapper{
    color: #ffffff;
    text-align: center;
}
#clientReview .content{
    color: #ffffff;
    padding: 10px 0px;
}
#clientReview .client{
    padding: 10px 0px;
}
#clientReview .owl-controls {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
#clientReview .owl-controls .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
}
#clientReview .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px;
    /*filter: Alpha(Opacity=50);*/
    /*opacity: 0.5;*/
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    background: #ffffff;
    border: 1px solid #ffffff;
}

#clientReview .owl-controls .owl-dots .owl-dot.active span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px;
    /*filter: Alpha(Opacity=50);*/
    /*opacity: 0.5;*/
    border: 1px solid #ffffff;
    background: transparent;
}

#ourproduct {
    height: auto;
}
#ourproduct .bcg{
    background-image: url('images/b1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
#ourproduct figure img{
    width: 100%;
}
.overlay-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.5);
}
#brand{
    /*height: 260px;*/
}
#brand .heading{

}
#brand .borderright{
    border-right: 1px solid #404040;
    height: 100%;
    width: 1px;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
}
#brand #homeBrand{
    padding-top: 0px;
}
#brand #homeBrand li{
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    overflow: hidden;
}
#brand .owl-controls{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    /*height: 42px;*/
    width: 100%;
    display: inline-block;
	position: absolute;
}
#brand #customNav{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
}
#brand #customNav .owl-prev{
    left: 0%;
    top: 25px;
    width: 40px;
    height: 40px;
    margin-right: 1px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 9;
    background: transparent url(images/arrow-right.png) no-repeat center center;
    background-position: left top;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
#brand #customNav .owl-next{
    right: 0%;
    top: 25px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 9;
    background: transparent url(images/arrow-right.png) no-repeat center center;
    background-position: right top;
    cursor: pointer;
}

.hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hsContent {
    width: 100%;
}
.scroll{
   height: 300px;
}
.scroll .bcg{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
#submit-btn{ 
    font-size: 14px;
    padding: 6px 50px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    color: #fff;
    position: relative;
    border: 1px solid #002360;
    background: #002360;
    border-radius: 5px;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*-webkit-transform: perspective(1px) translateZ(0);*/
    /*transform: perspective(1px) translateZ(0);*/
    /*box-shadow: 0 0 1px transparent;*/
    /*position: relative;*/
    /*background: #2098D1;*/
    /*-webkit-transition-property: color;*/
    /*transition-property: color;*/
    /*-webkit-transition-duration: 0.3s;*/
    /*transition-duration: 0.3s;*/
}
#submit-btn:hover{ 
    color: #fee805;
    background: transparent;
}

.style-btn{ 
    font-size: 14px;
    padding: 6px 50px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    color: #000000;
    position: relative;
    
    border: 1px solid #fee805;
    background: #fee805;
    transition: background 150ms,border-color 300ms 150ms,color;
}
.style-btn:before {
    top: -1px;
    left: -1px;
    border-left: 1px solid;
    border-top: 1px solid;
}
.style-btn:after {
    bottom: -1px;
    right: -1px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.style-btn:after, .style-btn:before {
    content: '';
    border-radius: 1px;
    border-color: #fee805;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.style-btn:hover , .style-btn:focus {
    /*border: 1px solid #fee805;*/
    /*background: #ffffff;*/
    background: 0 0;
    color: #fee805;
    opacity: 1;
    border-color: rgba(214, 169, 14, 0.15);
    transition: background 150ms,border-color 50ms 0ms;
}

.style-btn:hover:after, .style-btn:hover:before, .style-btn:focus:after, .style-btn:focus:before {
    transition: width 250ms,height 250ms,opacity 250ms;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-color: #fee805;
    opacity: 1;
}
/*#submit-btn:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #e1e1e1;*/
/*    -webkit-transform: scaleY(1);*/
/*    transform: scaleY(1);*/
/*    -webkit-transform-origin: 50%;*/
/*    transform-origin: 50%;*/
/*    -webkit-transition-property: transform;*/
/*    transition-property: transform;*/
/*    -webkit-transition-duration: 0.3s;*/
/*    transition-duration: 0.3s;*/
/*    -webkit-transition-timing-function: ease-out;*/
/*    transition-timing-function: ease-out;*/
/*}*/

#submit-btn:before {
    content: '\f061';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    left: 70%;
    opacity: 0;
    top: 0;
}
#submit-btn:hover:before {
    left: 80%;
    opacity: 1;
}

.btn{
    border-radius: 0;
    padding: 6px 20px;
}
.black-btn {
	background: transparent;
    border: 1px solid #000000;
	color: #000000;
    padding: 10px 30px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.black-btn:hover {
    border: 1px solid #fee805;
    color: #fee805;
    background: none;
}
.orange-btn {
    background: #fee805;
    color: #ffffff;
    padding: 8px 40px;
    font-size: 22px;
}
.orange-btn a{
    color: #ffffff !important;
}
.white-btn {
	background: transparent;
    border: 1px solid #000000;
	color: #000000;
    padding: 6px 30px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.white-btn:hover {
    border: 1px solid #ffffff;
    color: #fee805 !important;
    background: #ffffff;
}
.red-btn {
	background: #72132B;
}
.red-btn:hover {
	color: #FFF;
	background: #72132B;
}
.green-btn {
    color: #ffffff;
    background: #fee805;
    border-radius: 0;
    margin: 20px 0px;
    padding: 8px 22px;
}
.green-btn:hover {
	color: #ffffff;
	background: #fee805;
}
.blue-btn {
    background: #019BFF;
    border: 1px solid #019BFF;
    color: #ffffff !important;
    padding: 10px 50px;
    /* width: 100%; */
    border-radius: 0px;
    font-weight: 500;
}
.blue-btn:hover {
    color: #019BFF !important;
    border: 1px solid #019BFF;
    background: #FFFFFF;
}
.yellow-btn {
    color: #000000;
	background: #fee805;
    padding: 12px 50px;
}
.yellow-btn:hover {
	color: #FFF;
	background: #fee805;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: rgba(204, 204, 204, 0.28);
    height: 1px;
    border: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}

ul.dotlist {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 100%;
    margin: 0 auto;
    border: 0;
}
ul.dotlist li{
    text-align: left;
    padding: 0px 0px 5px 0px;
    margin-left: 0%;
}
ul.dotlist li span:before{
    background-color: #fee805;
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px #a7a4a4;
}
ul.dotlist li span label{
    display: inline;
    padding-left: 25px;
}

ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px;
}
td {
	padding: 0px 10px;
}
thead th{
	border: none;
}
#ourproducts ul{
    margin: 10px 40px;
    padding: 0 0 10px 0;
}
#ourproducts ul li{
    list-style: disc;
}
/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/
/** BACKGROUNDS **/
.red-bg {
	background: #72132B;
}
.green-bg {
	background: #6DE7FF;
}
.blue-bg {
	background: #fee805;
}
.yellow-bg {
	background: #D7A90E;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background: #FFFFFF;
    display: block;
    width: 100%;
    margin: 0px; 
    padding: 100px 0px;
}
.parallax-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
        background-size: cover;
    padding: 100px 0px;
}
.cover-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.fixed-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
}
.fixed-bg2{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.light-bg{
    
    width: 100%;
    margin: 0px; 
}
.fa-2x {
    font-size: 1.5em;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #72132B;
}
.green-text {
	color: #1e9e6b;
}
.blue-text {
	color: #fee805;
}
.yellow-text {
	color: #fee805;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text{
	color: #95969A;
}
.black-text {
	color: #000000 !important;
}
/*---------------------------------------
 **   4.0 Forms                     -----
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
    border: 1px solid #fee805;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #FFFFFF;
	border: 1px solid white;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #FFFFFF;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width:100%;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {

}
input:focus,
textarea:focus {
	border: 1px solid #ffffff;
	outline: 0;
}

 /*---------------------------------------
 **   5.1 Links                 -----
-----------------------------------------*/

/*---------------------------------------
 **   5.2 Menus                  -----
-----------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
.navbar-collapse{
	box-shadow:none;
	overflow: visible !important;
}
.navbar-inverse li.menu-item-open-left:hover > ul.sub-menu, 
.navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu {
	right: 0;
}
.navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu, 
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	right: 100%;
	left: auto;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links{
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #000000;
    padding: 10px;
}
.nav-links a:hover{
	color: #000000;
	text-decoration:underline;
    padding: 10px;
    font-weight: bold;
}
.prev {
    padding: 15px 0 15px 60px;
    display: inline-block;
    margin-right: 10px;
    border: none;
    font-size: 22px !important;
}
.next {
    padding: 15px 60px 15px 0;
    display: inline-block;
    margin-left: 10px;
    border: none;
    font-size: 22px !important;
}
.page-numbers{
    padding: 0 5px 4px;
    font-size: 14px;
}
.site-main .post-navigation {
	float: left;
	width: 100%;
}
 /*---------------------------------------
 **   6.0 Accessibility                   -----
-----------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
 /*---------------------------------------
 **   7.0 Alignments                   -----
-----------------------------------------*/
.img-responsive{
    height: 200px;
    margin-bottom: 20px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
 /*---------------------------------------
 **   8.0 Clearings                   -----
-----------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
 /*---------------------------------------
 **   9.0 Widgets                   -----
-----------------------------------------*/

.sidebar-wrap {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.widget {
	/*margin: 0 0 1.5em;
	margin-bottom: 30px;*/
}
.widget .widget-title{
    color: #000000;
    /*text-transform: uppercase;
    text-align: center;
    float: none;
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin: 15px auto 30px auto;*/
}
.widget .widget-title:before{
    /*position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    background: #000000;
    bottom: 5px;
    left: 45%;*/
}
.widget h1.widget-title {
    width: 100%;
    color: #ffffff !important;
    text-align:center;
    margin-bottom: 10px !important;
}
.widget h2.widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    /*font-family: 'Gentium Book Basic', serif;*/
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.widget h2.widget-title:before {
    background: #7e6116;
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0px;
    width: 200px;
}
.widget h2.widget-title:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 4px;
    background: #7e6116;
    bottom: -3px;
    left: 0px;
    width: 50px;
}
.widget h2.widget-title2 {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 0px;
    margin-bottom: 5px;
    margin-top: 0px;
}
#secondary .widget h2.widget-title {
    font-size: 18px;
}
#secondary .widget h2.widget-title:before {
    width: 90px;
}
#secondary .widget h2.widget-title:after {
    width: 30px;
}
.widget h3.widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    /*font-family: 'Gentium Book Basic', serif;*/
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    /*background: -webkit-linear-gradient(45deg, #fee805 90%,#0e090d 0%);*/
    /*background: linear-gradient(45deg, #fee805 90%,#0e090d 0%);*/
}
.widget h3.widget-title:before {
    background: #012b91;
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 1px;
    bottom: 0px;
    left: 0px;
    width: 200px;
}
.widget h3.widget-title:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 4px;
    background: #00206b;
    bottom: -3px;
    left: 0px;
    width: 100px;
}
.widget h3.widget-title2 {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 0px;
    margin-bottom: 0;
    margin-top: 50px;
}

.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
	clear: both;
}
.widget-area .widget .widget h2.widget-title{
      font-size: 18px;
}
.widget-area .widget .widget h2.widget-title:before {
    width: 80px;
}
.widget-area .widget .widget h2.widget-title:after {
    width: 30px;
}
.widget-area .widget-title{
	margin: 10px auto 10px auto;
}
.widget-area ul li{
	margin: 0px;
}
.widget-area .widget-title, .widget-area ul li{
	text-align: left !important;
    text-transform: capitalize;
    font-weight: normal;
}
.widget-area .widget-title:before {
    /*position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 20%;
    height: 2px;
    background: #000000;
    bottom: 5px;
	left:0;*/
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
	border: 1px solid #e9e9e9;
}
.tagcloud a{
	background: #FCFCFC;

	padding: 2px 5px;
}
/* Search widget */
.widget_search .search-submit {
/*	display: none; */
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url(images/search_icon.png) no-repeat center center;
	text-indent: -9999999px;
}
.widget_search label{
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form{
	position: relative;
}
.widget_search input{
	width: 83%;
	padding: 12px 15% 12px 2%;
}
.widget ul {
	margin:0;
	padding:0;
	display: block;
}
.widget li {
	list-style: none;
	margin: 0px 0;
	margin-left: 0%;
	position: relative;
}
.widget li:before{
	/*content: '';*/
	width: 4px;
	height: 4px;
	background: #e9e9e9;
	/*float: left;*/
	position: absolute;
	margin-top: 11px;
	left: 0;
}
.widget li a {
	color:#808080;
}
.widget li a:hover {
	color:#404040
}

.widget ul.horizontal {
	margin:0;
	padding:0;
	display: block;
}
.widget ul.horizontal li {
	list-style: none;
	margin: 0px 0px 20px 0px;
	position: relative;
	float: left;
	/*width: 250px;*/
}

.widget ul.style > li {
    text-align: left;
    margin: 0px;
    margin-left: 10px;
    position: relative;
}
.widget ul.style > li:before {
    content: "-";
    text-indent: -5px;
    background: none;
    width: 5px;
    height: 5px;
    margin: 0px;
    position: absolute;
    left: 0;
}
.widget ul.style > li p {
    padding-left: 10px;
}
 /*---------------------------------------
 **   10.0 Content                   -----
-----------------------------------------*/
/*.container{width: 1000px !important;}*/
.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.site-content {
    /*background: #FFFFFF;*/
    min-height: 500px;
}
.home-content{
    margin-top: 0px;
}
 /*---------------------------------------
 **   10.1 Posts and pages                   -----
-----------------------------------------*/
.sticky {
}
.hentry {
	
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-meta-large .byline,
.entry-meta-large .updated {
	display: none;
}

.page-content, .entry-summary {
	margin: 1.5em 0 0;border-bottom: 1px solid #ddd;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header{
	width: 100%;
    height: 300px;
    margin: 0px;
    padding: 0px;
    z-index: 0;
	border-bottom: 0px solid #eee;
}
article .page-header{
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
article .entry-content {
    margin: 0;
    padding: 0px;
}
.page-header .overlay{
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.5);    
}
.page-header h1.page-title span{
	position: relative;
    font-size: 24px;
    padding-top: 20px;
    color: #ACABAB !important;
    
}
.page-header h1.page-title:before{
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #e9e9e9;
	bottom: -9px;
	left: 0;
}
.page-header-content{
    position: relative;
    display: table;
    top: 50%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #ffffff;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);	
}
.breadcrumb{
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
    line-height: 1em;
    font-size: 15px;
    font-weight: normal;
    /*font-family: 'Gentium Book Basic', serif;*/
    text-align: center;
    list-style: none;
    background-color: transparent;
}

.breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size: 15px;
    line-height: 1em;
	color:#ffffff;
}
.page-header-content h3.page-title{
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    /*font-family: 'Gentium Book Basic', serif;*/
    font-size: 48px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}
.page-header-content h3.page-title:before {
    position: absolute;
    content: "";
    width: 4%;
    height: 2px;
    background: #fcd073;
    bottom: -12px;
    left: 48%;
}

.taxonomy-description{
	margin-top:  15px;
}
.entry-title{
	position: relative;
}
.entry-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #fee805;
	bottom: -9px;
	left: 0;
}
.entry-meta{
	padding-top: 10px;
}

 /*---------------------------------------
 **   10.2 Asides                   -----
-----------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
 /*---------------------------------------
 **   10.3 Comments                   -----
-----------------------------------------*/
.comment {
	list-style:none;
	margin-top:10px;
	margin-bottom:10px;
}
.comment a {
	color:#c7254e;
}
.comment-body {
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-form, .comments-title, .comment-reply-title {
	text-align:left;
}
.comment .reply a {
	font-size: 12px;
}
.comment-form p {
	margin:10px 10px 10px 0;
}
.comment-form  label {
	width:85px;
}
.comments-title {
	font-size:20px;
	margin-bottom:20px;
}
.comment-list {
	margin-left:0px;
}
.comment-list li{
	list-style: none;
	float: left;
	width: 100%;
}
.comment-reply-link {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow: none;
	text-shadow: none;
	padding: 3px 5px;
	position: absolute;
	top: 0;
	right: 0;
}
.comment-form #submit, .comment-reply-link {
	background: #fee805;
	border-color: #fee805;
	color:#fff !important;
}
.comment-form #submit:hover,
.comment-form #submit:focus, 
.comment-form #submit:active {
	background: #fee805;
}
.comment-meta{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.comment-metadata{
	position: absolute;
	top: -2px;
	right: 55px;
}
.comment-metadata,
.comment-metadata a{
	color: #888;
	font-style: italic;
	font-size: 12px;
	padding: 3px 0px;
}
.comment-reply-link:hover{
	background: #fee805;
	box-shadow: none;
}
.comment-author img{
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.comment-author b.fn{
	color: #000;
}
 /*---------------------------------------
 **   11.0 Infinite scroll                    -----
-----------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
 /*---------------------------------------
 **   12.0 Media                    -----
-----------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
    margin-bottom: -5px;
}

/*---------------------------------------
 **   Header               -----
-----------------------------------------*/

.section-header {
    padding: 0px;
}
.section-header h3 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #555555;
	/*margin: 15px auto 0px auto;*/
}
/*.section-header h3:before{
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 40%;
    height: 2px;
    background: #000000;
    bottom: 5px;
    left: 30%;
}*/
.section-header .section-legend {
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
	padding-top: 0;
}
/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*---------------------------------------
 **   Section: Home                  -----
-----------------------------------------*/
.header-banner .visible-xs{
    overflow: hidden;
    height: 300px;
}
.header-banner .visible-xs .img{
    width: 100%;
}
.header.header {
    z-index: 999;
    position: relative;
}
.header.header > .navbar {
	/*-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);*/
}
.header-content-wrap-custom {
	background: rgba(0, 0, 0, 0.65);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 5% 0;
}
.header_title {
    float: left;
    height:50px;
    margin-top:10px;
}
.header_title h1{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
}
.header_title h2{
	font-size:15px !important;
	line-height:15px;
    margin: 0;
}
.header_title a {
	color:#000;
}
/*----  SECTION:  HOME > TOP BAR   ----*/
#site-navigation {
    float: right;
    margin: 0;
    padding: 2px 0;
    clear: both;
    width: 100%;
}
#site-navigation > ul {
    width: auto;
    position: relative;
}
#site-navigation > ul ul {
	text-align: left;
}
#site-navigation > ul > li {
	
}
#main-nav {
	width: 100%;
	z-index: 1;
	margin-bottom: 0;
    padding:0px;
    background: #fff;
    /*border-bottom: 10px solid #fee805;*/
}
.responsive-logo {
	padding: 10px 0;
    width: 15%;
    float: left;
    z-index: 99;
    position: relative;
}
.responsive-logo img{max-width: 100%;}

.navbar {
	border: 0;
	border-radius: 0 !important;
	text-align: left;
}
.navbar-header{
    position: relative;
}
.navigation-wrapper{
    width: 85%;
    float: right;
    background: #000;
    display: none;
}
.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.navbar-inverse .navbar-nav >li {
	display: inline;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav >li.current-menu-item {
    /*background: rgba(5, 168, 222, 0.14);*/
}
.navbar-inverse .navbar-nav >li.current-menu-item a{
    /*color: #fee805;*/
    color:#fff;
}
.navbar-inverse .navbar-nav >li.current-menu-item a:after{
    /*content: '';*/
    /*position: absolute;*/
    /*border-bottom: 2px solid #000000;*/
    /*width: 25%;*/
    /*left: 36%;*/
    /*bottom: 14px;*/
}
.navbar-inverse .navbar-nav>li>a {
    font-weight: bold;
    color: #ffffff;
    padding: 0px 50px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    letter-spacing: 0px;
    text-align: center;
    outline: none;
}
.navbar-inverse .navbar-nav>li>a span{
    font-weight: 300;
    font-size: 12px;
    color: #000000;
}
.navbar-inverse .navbar-nav>li:hover a, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fee805;
}
.navbar-inverse .navbar-nav>li>a:hover span, .navbar-inverse .navbar-nav>li>a:focus span{
    color: #000000;
}
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
}
.dropdownmenu {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    top: 43%;
    right: 0px;
    line-height: 1em;
}
.dropdownmenu:before {
    color: #000000;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>li:hover .dropdownmenu:before, .navbar-inverse .navbar-nav >li.current-menu-item .dropdownmenu:before {
    color: #fee805;
}
.navbar-inverse .main-navigation ul > li {
	display: inline;
	margin-top: 20px;
}
.navbar-inverse .main-navigation > ul > li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .main-navigation > ul > li > a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}

.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute; top: 100%;
	background:#fff;
	width:200px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	margin:0;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu{
	position: absolute;
	top:0;
}
.navbar-inverse .navbar-nav ul.sub-menu li {
	float: none;
	position: relative;
	list-style: none;
	padding: 0px 10px 10px 10px;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	color: #404040;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	color: #fee805;
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: auto;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
	border-color:none;
	border: 0px dotted black;
	outline:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fee805;
}
.navbar-toggle.active{

}
.navbar-toggle.collapsed{
    background-color: transparent !important;
}

ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {
	/*position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #fee805;
	bottom: 0px;
	left: 12.5%;*/
}
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a{
    outline: none;
}
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before {
	/*position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #fee805;
	bottom: 0px;
	left: 12.5%;
	display: block;*/
}
ul.nav > li.current_page_item.menu-item-home > a:before {
	content: "";
	display: none;
}
ul.nav > li.current_page_item.current > a:before {
	/*position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #fee805;
	bottom: 0px;
	left: 12.5%;
	display: block;*/
}
#main-nav.fixed {
	position: fixed;
	top: 0;
}

.header-contact {
    color: #ffffff;
    float: right;
    padding: 8px 0px;
}
.header-contact a{padding: 0px 0px 0px 10px;color: #ffffff;}
.header-contact i{}

.socialnav {
    right: 0;
    position: absolute;
    padding-top: 30px !important;
    display: inline-block;
}
.socialnav .social li {
    display: inline-block;
    margin: 0px 5px !important;
}
.socialnav i {color:#fee805; font-size: 25px;}
.socialnav i:hover {color:#404040;}

/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}

/*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
.sitelogo{padding: 20px 0px;text-align:left;}
.sitelogo .bigtitle{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    line-height:1em;
    color: #fee805;
}
.sitelogo .smalltitle{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
}
.sitecontact{
    display: block;
    clear: both;
    padding: 0px;
}
.sitecontactlist{
    height: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    color: #000000;
}
.sitecontactlist .box {
    width: 85%;
    float: right;
    padding: 0px;
    margin-bottom: 0;
    cursor: pointer;
}
.sitecontactlist .box a{
    color: #000000;
}
.sitecontactlist .caption{
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
}
.sitecontactlist .boxcontent{	
    position: absolute;
    display: table;
    top: 30%;
    width: 10%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sitecontact .title{
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    padding: 0px;
    margin: 0 0 10px 0px;
    color: #000000;
}
.sitecontact .subtitle{
    display: block;
    clear: both;
    color: #222222;
}
.sitecontact .subtitle a{color: #95969A;}

.sitecontact .borderbottom{
    display: block;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    width: 120px;
    padding: 0px;
    margin-bottom: 15px;
}
.sitecontact .borderbottom:after{
    position: absolute;
    width: 140px;
    height: 1px;
    background: transparent;
}
.sitecontact .coverborder{
    width: 15px;
    border: 0;
    height: 3px;
    margin-left: 10px;
    position: absolute;
    margin-top: -17px;
    background: #231f20;
    padding: 0px;
    margin-bottom: 0px;
}

#quicklink {
    padding: 0px;
    color: #000000;
    letter-spacing: 0px;
    display: block;
}
#quicklink .innercontainer{
    overflow: hidden;
}
#quicklink .innercontainer .bg{
    padding: 60px 0px;
    height: 100%;
    width: 100%;
    background: #F3F3F3;
    /*background-image: url('images/footerbg.jpg');*/
    /*background-position: bottom center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}
#quicklink .fa{
    font-size: 25px;
    padding-right: 5px;
}
#quicklink a{
    line-height: 1.3em;
}
#quicklink h3{
    color: #404040;
    font-size: 24px;
    font-weight: normal;
}
#quicklink label{
    /*font-family: 'Gentium Book Basic', serif;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    padding: 0px 0px 20px 0px;
}
#quicklink label:after{
	/*position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 20%;
	height: 2px;
	background: #16B261;
	bottom: -9px;
	left: 0;*/
}
#quicklink .form-label input, #quicklink .form-label textarea {
    width: 100%;
    padding: 5px 8px;
    background: transparent;
    border: 1px solid #9a9a9a;
    color: #404040 !important;
    font-size: 12px;
}
#quicklink iframe{
    margin: 0 auto;
    display: block;
}

#footer {
    text-align: center;
    width: 100%;
}
#footer p{
    color: #95969A;
    font-size: 14px;
    line-height: 1.3em;
}

.copyright {
    color: #fff;
    padding: 5px 0px;
    font-size: 11px;
    background: #1a1a1a;
}
.copyright .fcopyright {
   margin:0;
   padding:0px;
   display:inline;
}
.copyright a{color:#000000;}
.copyright .fsocial {
   display:inline; 
   float:right;
}
.copyright .fsocial i{
    color: #ffffff;
    font-size: 28px;
	padding-left:10px;
}
.socialmedia i {
    color: #222222;
}
.socialmedia i:hover {
    color: #000000;
}
.socialmedia .social {
	margin: 0;
	float: right;
}
.socialmedia .social li {
	display: inline-block;
	margin: 0px 10px;
}
.socialmedia .social li a {
	color: #ffffff;
	font-size: 16px;
}
.socialmedia .social li a:hover {
	color: #000000;
}

.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.footer-widget ul#menu-menu-1 {
	list-style: none;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
    text-align:left;
}
.footer-widget li  a {
	color: #ffffff;
}
.footer-widget li a:hover {
	color: #fee805;
}
.footer-widget-wrap {
    width: 100%;
    padding: 60px 0px;
    display: inline-block;
}
.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget-wrap .widget .widget-title {
	color: #ffffff;	
    padding:0;
}
.footer-widget-wrap .widget {
	color: #ffffff;
}
.footer-widget-wrap .widget_calendar tbody td {
    background-color: rgba(249, 249, 249, 0.75);
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #404040;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget #wp-calendar {
	color: #333;
}

#contact {
    display: inline-block;
}
#contact li{
    display: inline-block;
    width: 100%;
}
#contact li p {
    float: right;
    width: 90%;
}
#contact li label {
    float: right;
    width: 80%;
}
#contact .fa{
    width: 40px;
    text-align: center;
    padding-right: 2px;
}
#contact b {
    font-size: 16px;
}
#formtop{
    position: absolute;
    right: 0;
    color: white;
    margin: 0;
    display: block;
    width: 470px;
    bottom: 0;
    transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}
.formpadding{

}
.formheader{
    background: #16b161;
    padding: 10px 20px;
    font-size: 13px;
}
.formcontent{
    background: rgba(255, 255, 255, 0.42);
    /*padding: 10px 0px;*/
    width: 100%;
    display: inline-block;
}
.form-label{
    padding: 0px;
    margin-bottom: 10px;
}
.form-label label{
    width: 100%; 
    padding-bottom: 10px;
}
.form-label input , .form-label select{
    width: 100%;
    padding: 8px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(13, 114, 186, 0.16);
    color: #FFFFFF;
    background-color: transparent;
}
.form-label textarea{
    width: 100%;
    padding: 8px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(13, 114, 186, 0.16);
    color: #FFFFFF;
    background-color: transparent;
}

/*---------------------------------------
 **   Single page           
-----------------------------------------*/
.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
/*---------------------------------------
 **   Section blog            -----
-----------------------------------------*/
.blog {
	min-height: 175px;
	position: relative;
	overflow: hidden;
}
.blog-list{
	background: #FFF;
}
.post-img-wrap{
	width:30%;
	float: left;
	display: inline-block;
	overflow: hidden;
}
.post-img-wrap a{
}
.post-img-wrap a img{
	width: 200px;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;
}
.post-img-wrap a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5 ease-out;
}
article.hentry{
	float: left;
	width: 100%;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
}
article.sticky{
	background: #f9f9f9;
	padding: 10px;
}
article{
	text-align: left;
}
article .entry-meta a{
	color :#888;
	font-style: italic;
}
article .posted-on a:hover{
	color: #fee805;
}
.entry-footer a{
	color :#888;
	font-style: italic;
}
.entry-footer a:hover{
	color: #fee805;
}
.entry-title {display:none;}
.entry-title,
.entry-title a,
.widget-title,
.widget-title a{
	font-size: 16px;
	line-height: 18px;
}
.entry-title a:hover{
	color: #fee805;
}
.blogtitle{
	display:block !important;
	line-height: 1em;
}
.blogtitle:after{display:none !important;}

.clear{
	clear: both;
}
.content-left-wrap{
	/*padding-top: 60px;*/
}
.sidebar-wrap.content-left-wrap{
	margin-top: 60px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap{
}
.listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.entry-title:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #fee805;
	bottom: -9px;
	left: 0;
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #fee805;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.post .entry-footer {
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full{
	width: 100%;
}
.listpost-content-wrap-full .list-post-top{
	min-height: 1px;
}
.entry-title{
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
	min-height: 90px;
	margin-bottom: 0
}
.entry-content{
	margin:0;
}
.list-post-top{
	min-height: 130px;
	display: inline-block;
    width: 70%;
	border-top: 2px solid #000000;
}
.search .list-post-top{
	min-height: 1px;
}
.entry-footer{
	background: transparent;
}
.entry-footer-large a{
	color :#8b8b8b;
	font-style: italic;
}
.entry-footer-large a:hover{
	color: #fee805;
}
.entry-footer-large{
	background: transparent;
	padding: 0 0 20px 0px;
	position: relative;
	padding-right: 200px;
	float: left;
	width: 100%;
}
.entry-footer-large > span {
	padding-right: 5px;
}
.entry-footer-large-left {
	float: left;
}
.large-container .entry-content p {
	margin: 4px 20px 0px 0px;
}
.entry-content{
	margin: 0;
}
.row{
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.middlerow{
    display: flex;
    align-items: center;
}
/* Calendar style */
/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
	background: #f9f9f9;
	color: #fee805;
}
.widget_calendar a:hover {
	background-color: #fee805;
	color: #FFF;
}
.widget_calendar tbody td {
	background-color: #f9f9f9;
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.widget_calendar thead th{
	background: #e9e9e9;
	border: none;
}

/* ====================== Large TEMPLATE ============================== */
.entry-meta-large{
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.entry-content p {

}
.post-img-wrap-large a img{
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;	
}
.listpost-content-wrap-large{
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}
.large-container {
	background-color: #fff;
	border-radius:4px;
	margin: 0 0 35px 0;
	position: relative;
	width: 95%;
	float: left;
}
.large-container .list-post-top {
	min-height: 130px;
}

/* mobile background fix */
.mobile-bg-fix-wrap {
	width: 100%;
	overflow: hidden;
}

.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

.mobile-bg-fix-wrap .mobile-bg-fix-img {
	position: absolute;
	width: 100%;
	height: 125%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}

.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	position: relative;
	z-index: 1;
}


/*---------------------------------------
 **         Responsive            
-----------------------------------------*/
@media (max-width: 2500px) {
    #about:after{
        width: 115%;
    }

    #about:before{
        height: 17em;
        bottom: -30%;
    }
}
@media (max-width: 1920px){
    #portfolio .title-gallery{
        top: 95%;
    }
}
@media (max-width: 1500px) {
}
@media (max-width: 1400px) {
    #headerslides{
        margin-top: -76%;
    }
    #headerslides #customNavHeader {
        margin-top: -220px;
    }
    .slider-box {
        padding: 5% 4%;
    }

}
@media (max-width: 1300px) {

    .slider-black-box {
        width: 80%;
    }
}
@media (max-width: 1200px) {
	.header-content-wrap{
		padding: 235px 0 150px;
	}
    #headerslides {
        margin-top: -88%;
    }
    #headerslides #customNavHeader {
        margin-top: -240px;
    }
	.phone {
		width: 50%;
	}
	.phone:after {
		width: 10%;
	}
    .slider-box {
        padding: 5% 2% 8% 2%;
    }
    .slider-black-box h1 {
        font-size: 28px;
    }
    .slider-black-box p {
        font-size: 16px;
    }
    #products ul li{
        width: 24%;
    }
}
@media (max-width: 1199px){
    
}
@media (max-width: 1100px){
    #about:before {
        height: 17em;
        bottom: -34%;
    }
    
}
@media (max-width: 1024px){
    .metaslider h1 {
        font-size: 25px !important;
    }
    
}
@media (max-width: 1000px) {
	.phone {
		width: 80%;
	}
}

@media (min-width: 1001px) and (max-width: 1600px) {

}

@media (min-width: 768px) and (max-width: 2000px) {

}

@media (max-width: 992px) {
    .slider-black-box {
        bottom: initial;
        text-align: center;
        position: absolute;
        display: table;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

}

@media (max-width: 991px) {
    
    .arrow-animate {
        margin-top: -10% !important;
        left: 47.5%;
    }
    #headerslides {
        margin-top: -102%;
    }
    #headerslides #customNavHeader {
        margin-top: -180px;
    }
	.navigation-wrapper {
		position: absolute;
		right: 0;
		top: 0;
        width: 100%;
        float: initial;
	}
    .responsive-logo {
        padding: 4px 0px;
        width: 90%;
        
    }
    .leftcontent{padding: 0px;}
	.site-content{margin-top: 0px;}

	#main-nav {
		overflow: visible;
	}
	#main-nav.fixed {
		position: fixed;		
	}
	.navbar-toggle {
		padding: 10px 20px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	}
	.navbar-inverse .navbar-nav {
		padding-left: 10px;
		line-height: normal;
		text-align: center;
		margin: 0px;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-bottom: 0;
		width: 100%;
		position: relative;
		padding: 6px 0px;
	}
	.navbar-inverse .navbar-nav > li  a {
		text-align: left;
		height:auto;
		display: block;
		padding: 2px;
        margin: 0px;
	}
	.navbar-inverse .navbar-nav >li.current-menu-item a:after{ display:none;}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        background: transparent;
		color: #fee805;
	}
	.navbar-inverse .navbar-nav li.this-open > ul {
		display: block !important;
	}
	.navbar-inverse .navbar-nav ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		width: 98%;
		float: left;
		margin-right: 0;
		padding-right: 0;
		padding-left: 2px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
		width: 100%;
		float: left;
		padding: 8px 25px 8px 0;
		border-bottom: 1px solid #EDEDED;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	.navbar-collapse {
		max-height: 100%;
	}
	.dropdownmenu {
		display: block;
		position: absolute;
		z-index: 9;
		right: 4px;
		top: 12px;
		width: 10px;
		height: 10px;
		margin: 0;
		padding: 0;
		/*border-left: 5px solid transparent;*/
		/*border-right: 5px solid transparent;*/
		/*border-top: 5px solid #000000;*/
	}
	.this-open > a {
		color: #fee805 !important;
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation {
        margin: 0px;
        padding: 10px;
        border: none;
    }
	#site-navigation > ul {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }
	#site-navigation > ul ul {
		left: 0;
    }
	#formtop{
		width: 100%;
		padding: 20px 0px;
        position: initial;
        right: 0;
        color: white;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
	}
	#formtop:before{
		position: absolute;
		left: 0;
		width: 250%;
		height: 96px;
		content: '';
		top: 0;
		margin-top: -93px;
		background: url(images/bg.png) no-repeat;
	}
	.formpadding{
		
	}
	#highlight{
		margin-top: 0px;
		margin-bottom: 0px;
	}

    #products ul li{
        width: 32%;
    }
	#calltoaction{
		display: inline-block;
	}
	#calltoaction h3 {
		margin: 0px 0px 10px 0px;
	}
	#calltoaction .blue-btn{
		margin-bottom: 10px;
	}

	#projectreference .caption {
		margin-bottom: 20px;
	}
	#virtualplan ul {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		margin: 0 auto;
		padding: 20px 0px;
		display: block;
		width: 90%;
	}
    #course{padding: 60px 0px}

    #services .box3 { 
        position: relative;
        margin-bottom: 20px;
    }
    #services .box3 .caption{ 
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
    }
    #services .box3 .caption .content {
        padding: 10px;
        text-align: center;
		position: absolute;
		display: table;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
    #services .box3 .style { 
        font-weight: bold;
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 0;
    }
    #services .box3 p {
        display: none;
        line-height: 1.3em;
        margin: 0;
        padding: 10px 0px;
        -webkit-transition: all 700ms;
        -moz-transition: all 700ms;
        -ms-transition: all 700ms;
        -o-transition: all 700ms;
        transition: all 700ms;
    }
    #services .box3:hover .caption {
        text-shadow: 1px 1px 1px #000;
        background: rgba(0, 0, 0, 0.63);
        -webkit-transition: all 700ms;
        -moz-transition: all 700ms;
        -ms-transition: all 700ms;
        -o-transition: all 700ms;
        transition: all 700ms;
    }
    #services .box3:hover p {
        display: block;
    }
    #services .box3 .btn {
        border-radius: 0;
        margin-top: 5px;
        padding: 4px 6px;
        line-height: 1em;
        font-size: 11px;
        border: 1px solid #fee805;
        color: #fee805;
        background: none;
    }
	#footer:before {
		/*position: absolute;
		left: -9%;
		width: 150%;
		height: 8em;
		content: '';
		background-color: #f2f2f2;
		-moz-transform: rotate(-178deg);
		-ms-transform: rotate(-178deg);
		-webkit-transform: rotate(-178deg);
		transform: rotate(-178deg);
		top: 0;
		margin-top: -12%;*/
	}
    #footer label, #footer p{
		text-align: center;
		display: block;
    }
	.footer-widget-wrap {
		padding: 0;
	}
	.footer-widget {
        width: 100%;
        text-align: center;
		float: initial;
		display: inline-block;
		vertical-align: initial;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}

	.right{float:initial;}

	.sitecontact .borderbottom {margin: 0 auto 16px auto;}
	
	.sitecontactlist .boxcontent {
        padding: 5px;
		position: initial;
		display: block;
		top: initial;
		width: auto;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	.services-box {
        display: initial;
    }
    #about:after {
        width: 270%;
    }
    
    .marg{
        padding: 0px 50px;
    }
    #about:before {
        bottom: -48%;
    }
    #ours:before{
        height: 4em;
        top: -13.5%;
    }
	
}

@media (max-width: 930px) {

}

@media (max-width: 899px) {
    #headerslides {
        margin-top: -86%;
    }
    #headerslides #bannerslide li img {
        width: 90%;
    }
}
/*@media only screen and (min-width: 768px) and (max-width: 959px) {

}*/
@media only screen and (max-width: 767px) {
    section {display: block;}
    .arrow-animate {
       display: none;
    }
    .middlerow{
        display: initial;
    }
    .slider-box {     
        position: initial;
        width: 100%;
        text-align: center;
        display: block;
        top: initial;
        bottom: initial;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
    }
    .slider-black-box {
        background: rgb(54, 54, 54);
    }
    .slider-white-box {
        background: #fff;
    }
    #headerslides {
        margin: 0;
    }
    #headerslides #bannerslide li img {
        width: initial;
    }
    #headerslides #customNavHeader{
        margin-top: -35%;
        width: 94%;
        position: absolute;
    }
    #headerslides #customNavHeader .owl-prev {

    }
    #headerslides #customNavHeader .owl-next {
        position: relative;
        float: right;
    }
	.phone {
		width: 100%;
		float: left;
		background: #018abb;
		margin-top: 0px;
		padding: 10px !important;
		text-align: center;
	}
	.phone li {
		display: inline;
	}
	.phone li:first-child, .phone li:last-child {
		padding: 5px;
	}
	
    #brand #customNav .owl-prev {
        left: 0;
    }
    #brand #customNav .owl-next {
        right: 0;
    }
    .gridbox {}
    .borderbox{
        border: 1px solid #fee805;
        margin: 0% 0% 0px 25%;
        width: 40%;
        height: 300px;
        position: absolute;
    }
    .gridbox img{
        padding-top: 20px;
    }
    #mission .content{
        width: 80%;
    }
	#ours .col-sm-3{width: 33%; float:left;}
	.product-box h2 {
		font-size: 16px;
		margin: 20px 0px;
	}
    #footer .col-xs-12 {
        text-align: center;
    }
    #footer .socialmedia .social {
        float: initial;
    }
}

@media (max-width: 600px) {
	#ours .col-sm-3{width: 50%;}
	.product-box {
		padding: 10px 0px;
	}
	.product-box h2 {
		font-size: 14px;
		margin: 20px 0px;
	}
	#virtualplan ul {
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
		margin: 0 auto;
		padding: 20px 0px;
		display: block;
		width: 90%;
	}
    ul.dotlist {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 0px;
        width: 100%;
        margin: 0 auto;
        border: 0;
    }
	#products ul li{
        width: 45%;
    }
    .borderbox {
        width: 320px;
    }
    .slider-white-box h2 {
        font-size: 25px !important;
    }
    #cta .heading {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    body{ font-size: 13px;}
    section {
        padding: 40px 0px;
    }
	.navbar-toggle {
		margin-top: 0px;
	}
    .responsive-logo{
        width: 85%;
        margin-left: 0px;
    }
	.responsive-logo img{width: initial; max-width: 100%;}

	.header-contact, .header-contact a {
		font-size: 16px;
	}
	.header-contact .greenbox
	{
		position: relative;
		padding:0px;
	}
    h1.home{font-size:50px;line-height: 1em;}
	.heading {
        font-size: 20px;
    }
	.phone li a{
		font-size: 13px;
	}
	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img{
		width: auto;
	}
	.list-post-top{width:90% !important;}
	/* comments */
	.comment-reply-link{
		position: relative;
		margin-top: 10px;
	}
	.metaslider h1, .metaslider h2 {
        font-size: 20px !important;
    }
	.metaslider h3 {
		font-size: 28px;
	}
	.metaslider h3 .caption2{
		font-size: 28px;
	}
    
	#about .innercontent {
        width: 100%;
	}
	#about .content h6{
        font-size: 13px;
    }
    #core ul {
        padding-top: 20px;
    }
	#products .col-xs-6{width:100%;} 
	#services .col-xs-6{width:100%;}
    .borderbox {
        width: 60%;
        height: 220px;
    }
    #quicklink label {
        font-size: 20px;
        padding: 0px 0px 20px 0px;
    }
}
@media (max-width: 450px) {
    .page-header {
        height: 240px;
    }
    .page-header-content h3.page-title {
        font-size: 32px;
        line-height: 35px;
    }
}
@media (max-width: 360px) {
	#products ul li{
        width: 90%;
    }
    .page-header {
        height: 150px;
    }
    .page-header-content h3.page-title {
        font-size: 32px;
        line-height: 35px;
    }
#ours .col-sm-3{width: 100%;}
}
@media (max-width: 320px) {
    body{font-size: 12px;}
    section {
        padding: 20px 0px;
    }
	.header-contact, .header-contact a {
		font-size: 14px;
	}
	.heading {
        font-size: 18px;
    }
	.metaslider .caption h1, .metaslider .caption h2 {
        font-size: 17px !important;
    }
    .metaslider p {
        font-weight: 300;
        font-size: 12px;
    }
    .widget h3.widget-title{
        font-size: 24px;
    }
    h3.home{
        font-size: 20px;
    }

    #mission .content {
        width: 100%;
    }
    #cta {
        padding: 20px 0px;
    }
    #cta .heading {
        font-size: 20px;
    }
    #quicklink .innercontainer .bg {
        padding: 30px 0px;
    }
}
@media (max-width: 290px) {
    .fixed-bg {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .page-header-content h3.page-title {
        font-size: 20px;
        line-height: 1em;
    }
}

/*---------------------------------------
 **   Grayscale                     -----
-----------------------------------------*/
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
  filter: brightness(0.1);
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}


/********************************************
*           Google widgets
********************************************/
.goog-te-gadget-simple{
    background-color: #fff;
    border: 1px solid #d5d5d5 !important;
    font-size: 12px !important;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    margin: 10px 0px;
}
@media screen and (max-width:991px){
    #google_translate_element, .g-recaptcha {transform:scale(0.85);-webkit-transform:scale(0.85);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width:767px){
    #google_translate_element, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width:640px){
    #google_translate_element, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width:480px){
    #google_translate_element, .g-recaptcha {transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .goog-te-gadget-icon{width:33px !important;}
    .goog-te-menu-value span, .goog-te-gadget-simple span a.goog-te-menu-value{display:none;}
}
@media screen and (max-width:320px){
    .g-recaptcha {transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #google_translate_element{transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .goog-te-gadget-icon{width:33px !important;}
    .goog-te-menu-value span{display:none;}
}

/********************************************
*           Scroll to top
********************************************/
.hovereffect {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.post-list {
    margin-top: -15px;
    padding: 0px 0px 20px 0px;
    height: 100%;
}
.post-list .listtitle {
    font-weight: bold;
    text-align: left;
    padding: 10px 0px;
    margin-top: 15px;
    line-height: 1.2em;
}
.post-list .listdesc {
    text-align: left;
    padding: 10px 0px;
    line-height: 1.2em;
}
.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}
.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/********************************************
*           Scroll to top
********************************************/
.cd-top {
  z-index: 999;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #018abb url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*---------------------------------------
    Social media sidebar
-----------------------------------------*/
#sc-sidebar
{
    bottom: 22% !important;
    top: auto;
    position: fixed;
    width: 6pc;
    z-index: 2;
    background: none;
    float: right;
    right: 0;
}
#sc-sidebar li{
    padding: 10px;
    text-align: center;
    list-style: none;
}
#sc-sidebar li a{color:#ffffff; font-size: 28px;}

#sc-sidebar #fb-box{
    background: #17477e;
    padding: 8px 5px 8px 5px;
}
#sc-sidebar #li-box{background: #060030;}
#sc-sidebar #tw-box{background: #4EC4FF;}
#sc-sidebar #yt-box{background: #C60500;}
#sc-sidebar #wp-box{background: #5EBDD3;}
#sc-sidebar #mail-box{background: #FFC23B;}

@media screen and (max-width:480px){
#sc-sidebar{width: 2pc;}
#sc-sidebar li {padding: 6px 0px;}
#sc-sidebar li a {font-size: 18px;}
}
@media screen and (max-width:320px){
#sc-sidebar{width: 2pc;}
#sc-sidebar li {padding: 6px 0px;}
#sc-sidebar li a {font-size: 16px;}
}

/*Google Map*/
#mapwrapper {
    width: 100%;
    padding: 0;
}
#mapwrapper #map{
    height: 350px;
   /* pointer-events: none;
	position: relative;*/
}
#mapwrapper.clicked #map{
	pointer-events: auto;
}
/*Google Map*/


div.wpcf7-validation-errors{
    border: none;
}
