/* *********************  General Style ********************* */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #737c7f;
}
img {
    height: auto;
    max-width: 100%;
}
mark {
    color: #fff;
    background: rgb(252,200,19);
}
hr {
    display: block;
    line-height: 25px;
    margin: 30px 0;
    position: relative;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    color: #303030;
}
h1 {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 40px 0;
}
h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 35px 0;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 30px;
}
h4,
h5,
h6 {
    letter-spacing: normal;
    margin: 0 0 15px 0;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
p {
    margin: 0 0 20px;
}
a {
	color: rgb(252,200,19);
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover,
a:focus,
a:active,
.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#partners a img {
	  opacity: 0.5;
	  margin: 1px;
 }
#partners a img:hover {
 
	opacity: 1;
}

/* anchors */
.a-inherit {
    color: inherit;
}
.a-inherit:hover {
    color: rgb(252,200,19);
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #353739;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #353739;
}



/* Back to Top */
.back-to-top {
    z-index: 9999;
    position: fixed;
    bottom: -50px;
    right: 0;
    color: #fff;
    border-bottom: 40px solid rgb(252,200,19);
    border-left: 40px solid transparent;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.back-to-top .icon {
    position: absolute;
    top: 18px;
    left: -23px;
    font-size: 20px;
}
.back-to-top:hover {
    color: rgb(252,200,19);
    border-bottom-color: rgb(41, 44, 49);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* Ribbon*/
.ribbon {
  width: 250px;
  padding: 16px;
  position: absolute;
  text-align: center;
  color: #3c3c3c;
}

.ribbon-sticky {
  position: fixed;
}

/* Positions */

.ribbon-top    { top: 5px; }
.ribbon-bottom { bottom: 25px; }
.ribbon-left   { left: -50px; }
.ribbon-right  { right: -50px; }

/* Rotations */

.ribbon-top.ribbon-left,
.ribbon-bottom.ribbon-right {
  transform: rotate(-45deg);
}

.ribbon-top.ribbon-right,
.ribbon-bottom.ribbon-left {
  transform: rotate(45deg);
}



/* Background images */
.bg-img {
    position: relative;
    -webkit-backface-visibility: visible !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
@media (min-width: 992px) {
    .bg-img.fixed {
        background-attachment: fixed;
    }
}



/* Background Patterns */
.bg-pattern {
	position: relative;
    background-position: 50% 0;
    background-repeat: repeat;
}

.shadow1 {
    background: url('../images/shadow1.png') no-repeat top center;
    height: 30px;
    margin-bottom: -30px;
}
.shadow2 {
    background: url('../images/shadow2.png') no-repeat top center;
    height: 60px;
    margin-bottom: -60px;
}
.shadow3 {
    background: url('../images/shadow3.png') no-repeat top center;
    height: 60px;
    margin-bottom: -60px;
}


/* Background layer */
.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    z-index: 0;
    background: #40454e;
    opacity: .6;
}
.bg-overlay.gradient-1 {
    background: -webkit-linear-gradient(left, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    background: linear-gradient(to right, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.90) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    opacity: 1;
}
.bg-overlay.gradient-2 {
    background: -webkit-linear-gradient(right, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    background: linear-gradient(to left, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    opacity: 1;
}
.bg-overlay.gradient-3 {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.20) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.20) 80%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
}
.bg-overlay.gradient-4 {
    background: -webkit-linear-gradient(bottom, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    background: linear-gradient(to top, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.90) 50%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    opacity: 1;
}

.bg-overlay.overlay-main {
	background:rgb(252,200,19);
}
.bg-overlay.overlay-light {
	background:rgb(250,250,250);
}
.bg-overlay.video {
    background: #40454e;
}


/* Border left bottom */
.br-bottom:after {
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    border-top: 2px solid #30a798;
    margin: 6px 0 10px;
}
.br-bottom-center::after {
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    border-top: 2px solid #e43c3c;
    margin: 15px auto 10px;
}
.br-bottom-center.large:after {
    width: 50px;
    border-top: 2px solid rgb(252,200,19);
}
.br-left {
    border-left: 2px solid rgb(252,200,19);
    padding-left: 15px;
}
.simple-hr {
    border-top: 1px solid #eee;
    margin: 60px 0;
}
.simple-hr.large-hr {
    margin: 90px 0;
}
@media (max-width:767px) {
	.simple-hr.xs-small-hr {
		margin:40px 0;
	}
}
@media (max-width:991px) {
	.simple-hr.sm-small-hr {
		margin:40px 0;
	}
}

.br-top {
	border-top: 2px solid rgb(252,200,19);
}




/* Align middle */
.align-middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* *********************  Helper Classes  ********************* */

.br0 { border-radius: 0 !important; }
.br1 { border-radius: 1px !important; }
.br2 { border-radius: 2px !important; }
.br4 {  border-radius: 4px !important; }
.br6 { border-radius: 6px !important; }
.br8 { border-radius: 8px !important;}

.op8 {  opacity: 0.8 !important; }
.op7 { opacity: 0.7 !important; }
.op6 { opacity: 0.6 !important; }
.op5 {  opacity: 0.5 !important; }
.op4 {  opacity: 0.4 !important; }
.op2 { opacity: 0.2 !important; }

.uppercase { text-transform: uppercase; }
.montserrat { font-family: "Montserrat", Helvetica, Arial, sans-serif; }
.word-wrap { word-wrap: break-word; }
.fs-almostfull { font-size: 90% !important; }
.fs-small { font-size: 80% !important; }
.fs-smaller { font-size: 70% !important; }
.fs-xsmall { font-size: 55% !important; }
.fs-xsmaller { font-size: 40% !important; }
.fs-xxsmall { font-size: 30% !important; }
.fs-large { font-size: 120% !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.line-height-1-5 { line-height: 1.5 !important; }

.relative { position: relative; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }

.unstyled {
    list-style: none;
    padding: 0 0 10px 20px;
}
.pull-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    text-align: center;
}
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mt0 { margin-top: 0 !important; }

.mb02 { margin-bottom:02px !important; }
.mb05 { margin-bottom:05px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

.mt02 { margin-top: 2px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mr5  {  margin-right: 5px !important; }
.mr10 {  margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }

.ml2 {  margin-left: 2px !important; }
.ml5 {  margin-left: 5px !important; }
.ml10 {  margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }

.p0 { padding: 0 !important; }
.pa5 { padding: 5px !important;}
.pb0 { padding-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; }

.pr0 { padding-right: 0 !important; }
.pl0 { padding-left: 0 !important; }

.pt5 { padding-top:5px !important; }
.pt20 { padding-top:20px !important; }


.py5 {padding-left:5px !important; padding-right:5px !important;}
.py10 {padding-left:10px !important; padding-right:10px !important;}
.py15 {padding-left:15px !important; padding-right:15px !important;}
.py20 {padding-left:20px !important; padding-right:20px !important;}


.no-border { border: none !important; }

.full-width { width: 100%; }
.full-height { height: 100%; }


/* Colors */
.color-inherit { color: inherit !important; }
.color-main { color: rgb(252,200,19) !important; }
.color-white { color: #ffffff !important; }
.color-alpha { color: rgba(250, 250, 250, 0.9); }
.color-darker {  color: #303234 !important; }
.color-dark { color: #505355 !important; }
.color-black { color: #000 !important; }
.color-default { color: #667 !important; }
.color-gray { color: #999a9b !important; }
.color-red { color: #a63131 !important; }
.color-blue { color: #319fa6 !important; }
.color-deepblue { color: #3d8dd1 !important; }
.color-deepgreen { color: #31a670 !important; }
.color-green { color: #3ecc4f !important; }
.color-deepyellow { color: #c3b83c !important; }
.color-orange { color: #c3883c !important; }
.color-deepred { color: #e06666 !important; }
.color-feelslike { color: #abb0b3 !important; }
.color-on-dark { color: #d2d4d9 !important; }
.color-darkblue { color: #30a798 !important; }
.color-amber { color: #ffc107 !important;}

/* UV colors */
.color-UVblue { color: #319fa6 !important; }
.color-UVgreen { color: #31a65a !important; }
.color-UVyellow { color: #d7d53b !important; }
.color-UVorange { color: #d7883b !important; }
.color-UVred { color: #d73b3b !important; }
/* UV bg Colors */
.bg-UVblue { background-color: #319fa6 !important; }
.bg-UVgreen { background-color: #31a65a !important; }
.bg-UVyellow { background-color: #d7d53b !important; }
.bg-UVorange { background-color: #d7883b !important; }
.bg-UVred { background-color: #d73b3b !important; }

.bg-main { background-color: rgb(252,200,19) !important; }
.bg-dark { background-color: #444648 !important; }
.bg-darker {  background-color: #303234 !important; }
.bg-dark-gray { background-color: #778888 !important; }
.bg-light-gray { background-color: #aaabac !important; }
.bg-gray { background-color: #eeeeee !important;}
.bg-yellow { background-color: #fcc813 !important; }
.bg-black { background-color: #000 !important; }
.bg-blue { background-color: #319fa6 !important; }
.bg-red { background-color: #a63131 !important; }
.bg-green { background-color: #4caf50 !important; }
.bg-deeporange { background-color: #ff5722 !important; }
.bg-cyan { background-color: #00bcd4 !important; }
.bg-darkblue { background-color: #03a9f4 !important;}

/* Alerts box borders */

.brd-Green {
	border: 2px #8bc34a solid;
	
}
.brd-Yellow {
	border: 2px #ffeb3b solid;
	background-color: #37474f;
}
.brd-Orange {
	border: 2px #ffc107 solid;
}
.brd-Red {
	border: 2px #c62828 solid;
}

.alert-Green {
	background-color: #4caf50!important;
}
.alert-Yellow {
	background-color: #ffeb3b!important;
}
.alert-Orange {
	background-color: #ff9800!important;
}
.alert-Red {
	background-color: #ff7043 !important;
}
.alert-Purple {
	background-color: #b39ddb !important;
}
.modal-footer {
	border-top: 1px solid #444648 !important;
}

#sunpie {
    margin-left: auto;
	margin-right: auto;
}

/********* Weather Map Script *************/
.img-weatherscript {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e0e0e0;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}


/* Check media width for javascript*/
.check-media {
    display:none;
    width:0;
}
@media (max-width: 991px) {
    .check-media { width:991px; }
}

/* Helper classes for mobile */
@media (max-width: 767px) {

	.xs-p0 { padding: 0 !important; }
	.xs-pb0 {  padding-bottom: 0 !important; }
    .xs-pt0 {  padding-top: 0 !important; }

	.xs-m0 { margin: 0 !important; }
    .xs-mt0 { margin-top: 0 !important; }
    .xs-mb0 {  margin-bottom: 0 !important; }
    .xs-mb10 { margin-bottom: 10px !important; }

    .xs-text-center { text-align: center !important; }
    .xs-pull-left { float: left !important; }

    .xs-block { display: block; }
}


/* Helper classes for tablets */
@media (max-width: 991px) {
	.sm-p0 { padding: 0 !important; }
    .sm-pt0 { padding-top: 0 !important; }
    .sm-pb0 { padding-bottom: 0 !important; }

    .sm-m0 { margin: 0 !important; }
    .sm-mt0 {  margin-top: 0 !important; }
    .sm-mb0 { margin-bottom: 0 !important; }

    .sm-mb10 { margin-bottom: 10px !important; }
    .sm-mt10 { margin-top: 10px !important; }
    .sm-mt50 { margin-top: 50px !important; }
    .sm-mb50 { margin-bottom: 50px !important; }

    .sm-block { display: block !important; }
    .sm-pull-left {  float: left !important; }
}


/* Fixes */
.fix1 { margin-top: 3px; }

/* Dashboard shapes */
.rectangle-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
}
.rectangle-box:before{
    content: "";
    display: block;
    padding-top: 50%;
}
.rectangle-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.rectangle-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.rectangle-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin-left: 17%;
    color: #000;
}



/* *********************  Megamenu  ********************* */
/* Menu */
.menu-wrapper {
    position: relative;
}
.menu-wrapper:before,
.menu-wrapper:after {
    display: table;
    content: " ";
}
.menu-wrapper:after {
    clear: both;
}
.menu {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
.menu li {
    display: inline-block;
    float: left;
}
.menu > li > a {
    padding: 30px 20px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
    color: #303439;
    position: relative;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li:hover > a,
.menu > li.current > a {
    color: #ffffff !important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.menu > li.li-icon > a {
    padding: 30px 10px;
}
.menu > li.li-menu > a > .icon {
    font-size: 16px;
    position: relative;
    top: 3px;
}
.menu > li.li-language .img-language {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}
.menu-languages .img-language {
    margin-right: 15px;
}
.menu .li-separator {
	margin:4px 0;
	padding:0;
	border-top: 1px solid rgba(100,100,100,0.15);
}
.menu > li.li-settings > a > .icon {
    font-size: 10px;
}


.li-visible-mobile {
	display: none;
}
@media (max-width:991px) {
	.li-visible-mobile {
		display: inline-block;
		margin-left: 7px;
	}
}


/* Submenu and Megamenu */
.submenu,
.megamenu {
    position: absolute;
    background-color: rgba(41, 44, 49, 0.97);
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #c8cace;
    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 8.5px;
    z-index: 999999;
    display: none;
}


/* Megamenu Widgets */
.megamenu.megamenu-widgets {
	color: inherit;
	font-weight: 400;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 14px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}

/* Megamenu */
.megamenu {
    min-width: 25%;
    width: 100%;
    left: 0;
    top: 86px;
    padding: 25px 15px 5px;
}
@media (min-width: 992px) {
    .megamenu-bg {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(41, 44, 49, 0.97);
    }
    .megamenu-bg-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: rgba(41, 44, 49, 1);
        background: -webkit-linear-gradient(left, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
        background: linear-gradient(to right, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
    }
}
.submenu,
.submenu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 180px;
}
.submenu {
    top: 70px;
}
.submenu .submenu {
    left: 180px;
    top: inherit;
}


/* Submenu */
.submenu > li {
    clear: both;
    width: 100%;
    position: relative;
}
.submenu > li > a {
    width: 100%;
    padding: 8px 15px 8px;
    display: inline-block;
    float: left;
    clear: both;
    color: inherit;
    -webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}

.submenu > li > a:hover,
.submenu > li > a:focus,
.submenu > li:hover > a {
    color: rgb(252,200,19);
    text-indent: 5px;
    opacity: 0.9;
    -webkit-transition: all .3s ease-out;  transition: all .3s ease-out;
}


/* Megamenu lists */
.megamenu-list:before,
.megamenu-list:after,
.vertical-menu-list:before,
.vertical-menu-list:after {
    display: table;
    content: " ";
}
.megamenu-list:after,
.vertical-menu-list {
    clear: both;
}
.megamenu-list,
.vertical-menu-list {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
}
.vertical-menu-list {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #dadde2;
    word-spacing: 1px;
    letter-spacing: 1px;
    padding: 10px 0 10px 15px;
    font-size: 9px;
}
.megamenu-list > li,
.vertical-menu-list > li {
    width: 100%;
}
.megamenu-list > li > a,
.vertical-menu-list > li > a {
    padding: 4px 0;
    display: block;
    color: inherit;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.megamenu-list > li > a:hover,
.megamenu-list > li > a:focus {
    color: rgb(252,200,19);
    text-indent: 5px;
    opacity: 0.9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.vertical-menu-list > li > a:hover,
.vertical-menu-list > li > a:focus {
    color: rgb(252,200,19);
    text-indent: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.megamenu-list > .title,
.vertical-menu-list > .title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #d0d3d9;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 16px;
    margin: 30px 0 18px;
    border-left: 2px solid rgb(252,200,19);
}
.vertical-menu-list > .title {
    padding: 0 0 10px;
    margin: 4px 0 18px;
}
.megamenu-list > .title:first-child {
    margin: 4px 0 18px;
}


/* Megamenu widths */
.megamenu.one_four {
    width: 25%;
}
.megamenu.one_two {
    width: 50%;
}
.megamenu.two_three {
    width: 66.66%;
    left: 0;
}
.megamenu.three_four {
    width: 75%;
    left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .megamenu.one_four {
        width: 50%;
    }
    .megamenu.one_two {
        width: 70%;
    }
    .megamenu.two_three {
        width: 100%;
    }
    .megamenu.three_four {
        width: 100%;
    }
}


/* Megamenu positions */
.menu > li > .megamenu.left {
    left: 0;
}
.menu > li > .megamenu.right,
.menu > li > .submenu.right {
    right: 0;
    left: auto;
}

@media (min-width: 992px) {
    .menu > li:nth-child(2) > a {
        padding-left: 0 !important;
    }
    .menu > li:last-child > a {
        padding-right: 0 !important;
    }
    .menu > li.li-right {
    	float: right !important;
    }
}


/* Megamenu grid */
.megamenu > .row {
    width: 100%;
    margin: 0;
    position: relative;
}
.megamenu .row:before,
.megamenu .row:after,
.submenu:after,
.submenu:before {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .row:after,
.submenu:after {
    clear: both;
}
.megamenu [class*="col-"] {
    display: block;
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.megamenu .col-1 { width: 8.33333333%; }
.megamenu .col-2 { width: 16.66666667%; }
.megamenu .col-3 { width: 25%; }
.megamenu .col-4 { width: 33.33333333%; }
.megamenu .col-5 {  width: 41.66666667%; }
.megamenu .col-6 { width: 50%; }
.megamenu .col-7 { width: 58.33333333%; }
.megamenu .col-8 { width: 66.66666667%; }
.megamenu .col-9 { width: 75%; }
.megamenu .col-10 { width: 83.33333333%; }
.megamenu .col-11 { width: 91.66666667%; }
.megamenu .col-12 {  width: 100%; }


/* Menu Icons */
.menu > li > a .icon-direction {
    margin: 1px 0 0 10px;
    font-size: 8px;
}
.menu .icon-direction {
    position: relative;
    top: -2px;
    float: right;
    display: block;
    line-height: inherit;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 10px;
    font-weight: 100;
    text-align: right;
}
.menu-icon {
    margin-right: 10px;
    font-size: 13px;
    color: inherit;
    opacity: 0.7;
}


/* Toggle Menu */
.menu .toggle-menu {
    display: none;
}


/* Menu on Mobiles and Tablets */
@media (max-width: 991px) {
	.header-wrapper .navbar-right {
		position: absolute;
		top: 87px;
		left: 0;
		width: 100%;
		/*box-shadow: 4px 6px 20px rgba(0,0,0,0.3); */
		border-radius: 3px;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
	.main-header {
		z-index:9999;
		width: 100%;
		position: relative;
		-webkit-backface-visibility: hidden;
	}
	.menu {
		max-height:400px;
		overflow-y :auto;
		border-radius: 3px;
	}
	/* Toggle Menu */
    .menu > .toggle-menu {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -80px;
        right: 0;
        cursor: pointer;
        color: #505359;
        -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    }
    .header-floating .menu > .toggle-menu {
    	right: 30px;
    	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    }
    .menu-fixed .menu > .toggle-menu {
    	right:0;
    	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    }
    .header-dark .menu > .toggle-menu,
	.header-floating-dark .menu > .toggle-menu,
	.header-floating-transparent .menu > .toggle-menu {
		color: #dadde2;
	}
	.header-transparent .menu > .toggle-menu {
	    color: #eaecf1;
	}
    .toggle-menu .icon {
        margin: 14px 0;
        float: right;
        font-size: 24px;
    }

	/* Logo Top position */
	.logo-top .header-wrapper .navbar-right {
		top: 15px;
	}


    .menu > li {
        display: block;
        width: 100%;
    }
    .menu > li:last-child > a {
        padding-bottom: 30px !important;
    }
    .menu > li:nth-child(2) > a {
    	padding-top: 30px !important;
    }
    .menu > li > a {
        text-transform: uppercase;
        font-size: 11px;
        color: inherit;
        display: block;
    }
    .menu > li > a,
    .menu > li.li-icon > a {
        padding: 15px;
    }

    .submenu,
    .submenu .submenu {
        width: 100% !important;
        left: 0;
        position: static !important;
        background: transparent;
        color: inherit;
        font-size: 10px;
    }
    .megamenu {
        width: 100% !important;
        position: static;
        padding: 15px 0 0 30px;
        background: transparent;
        color: inherit;
        font-size: 10px;
    }
    .megamenu-list > .title, .vertical-menu-list > .title {
    	color: inherit;
    }
    .megamenu [class*="col-"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .megamenu .row,
    .megamenu .row:first-child [class*="col-"]:first-child {
        margin-top: 0;
    }
    .menu > li > .submenu > li > a {
        padding-left: 30px !important;
    }
    .menu > li > .submenu > li > .submenu > li > a {
        padding-left: 50px !important;
    }
    .menu > li > .submenu > li > .submenu > li > .submenu > li > a {
        padding-left: 80px !important;
    }

	.menu-light-mobiles {
		color: #505459 !important;
	}
    .menu-light-mobiles .menu {
		background-color: #f5f5f5 !important;
    }
    .menu-dark-mobiles {
    	color: #d8dade !important;
    }
    .menu-dark-mobiles .menu {
    	background-color: rgb(41,44,49) !important;
    }
}

/* Menus */
@media (min-width:992px) {

	.menu-light .megamenu,
	.menu-light .submenu {
		background-color: rgba(245,245,245,0.97);
        color: #606369;
        box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}
	.menu-light .megamenu-list > .title {
	    color: #505358;
	}
	.menu-light .megamenu-bg-overlay {
        background: rgba(41, 44, 49, 1);
        background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0.95) 60%, rgba(250,250,250,0.80) 80%, rgba(250,250,250,0.70) 100%);
        background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0.95) 60%, rgba(250,250,250,0.80) 80%, rgba(250,250,250,0.70) 100%);
    }
    .menu-light .menu-search ::-webkit-input-placeholder {
	    color: #a0a3a8;
	}
	.menu-light .menu-search ::-moz-placeholder {
	    color: #a0a3a8;	
	}
	.menu-light .menu-search :-ms-input-placeholder {
	    color: #a0a3a8;
	}
	.menu-border .megamenu,
	.menu-border .submenu {
		border-top: 3px solid rgb(252,200,19);
	}
	.menu-border .submenu .submenu {
		margin-top: -3px;
	}

}


/* Fixed Menu */
.menu-fixed,
.main-header {
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed .main-header {
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}
.menu-fixed .logo {
    height: 65px;
    line-height: 65px;
    max-height: 65px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.logo-top #undefined-sticky-wrapper {
	height: auto !important;
}
@media (max-width:991px) {
	.menu-fixed .navbar-right {
		top: 90px;
		-webkit-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
}

@media (min-width:992px) {
    .menu-fixed .menu > li > a {
        padding: 20px;
    }
    .menu-fixed .menu > li.li-icon > a {
        padding: 20px 10px;
    }
    .menu-fixed .megamenu,
    .menu-fixed .submenu {
        top: 66px;
    }
    .menu-fixed .submenu .submenu {
        top: inherit;
    }
    .menu-fixed .logo {
        height: 65px;
        line-height: 65px;
        max-height: 65px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .menu-fixed .menu > li.li-cart .cart-count {
        right: 5px;
        top: 15px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}


.header-floating .menu-fixed .menu-wrapper {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
/* Menu Fixed Dark */
.menu-fixed-dark .menu-fixed .main-header {
	background-color: rgba(41,44,49,0.95);
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed-dark .menu-fixed .menu-wrapper {
	background-color: transparent !important;
}
.menu-fixed-dark .menu-fixed .menu > li > a,
.menu-fixed-dark .menu-fixed .menu > .toggle-menu {
    color: #dadde2;
}

/* Menu Fixed Light */
.menu-fixed-light .menu-fixed .main-header,
.menu-fixed-light .menu-fixed .menu-wrapper {
	background-color: rgba(255,255,255,0.95); /* when collapsing */
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed-light .menu-fixed .menu-wrapper {
	background-color: transparent !important;
}
.menu-fixed-light .menu-fixed .menu > li > a,
.menu-fixed-light .menu-fixed .menu > .toggle-menu {
    color: #505358;
}

.menu-fixed-dark .menu-fixed .logo-light,
.menu-fixed-light .menu-fixed .logo-dark {
	display: inline-block !important;
}
.menu-fixed-dark .menu-fixed .logo-dark,
.menu-fixed-light .menu-fixed .logo-light {
	display: none !important
}


@media (max-width:767px) {
	.xs-menu-wrapper-dark .menu-wrapper {
		background-color: rgb(41,44,49) !important;
	}
}

/* *********************  Headers   ********************* */

/* Logo */
.logo-wrapper {
    position: relative;
    width: 300px;
    overflow: hidden;
    float: left;
}
@media (min-width:992px) {
	.logo-wrapper.logo-center {
		float: none;
		margin: 0 auto;
	}
}


.header-dark .logo-light,
.header-transparent .logo-light,
.header-floating-dark .logo-light,
.header-floating-transparent .logo-light {
	display: inline-block;
}
.header-dark .logo-dark,
.header-transparent .logo-dark,
.header-floating-dark .logo-dark,
.header-floating-transparent .logo-dark {
	display:none;
}

/* Fix margin on Navbar */
.header-wrapper .navbar-right {
    margin-right: 0 !important;
}

@media (max-width:767px) {
	.header-wrapper .container-fullwidth {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:991px) {
	.header-wrapper .container-fullwidth {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width:992px) {
	/* Full width header */
	.header-wrapper .container-fullwidth {
		padding-left: 45px;
		padding-right: 45px;
	}

	/* Center header */
	.menu-center {
		text-align: center;
	}
	.menu-center .megamenu,
	.menu-center .submenu {
		text-align: left;
	}
	.menu-center .navbar-right {
		width: 100%;
	}
	.menu-center .menu > li {
		float: none;
	}
	.menu-center .menu > li:not(.toggle-menu) {
		display: inline-block !important;
	}

	/* Menu Left */
	.header-wrapper .menu-left .navbar-right {
		float: left !important;
		width: 100%;
	}
}


/* Header Dark */
.header-dark {
    background-color: #292c31;
}

/* Header Bottom */
.header-bottom-page {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:99;
	margin-bottom: 86px;
}


/* Transparent Menu */
.header-transparent,
.header-floating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-transparent.header-transparent-dark {
	background-color: rgba(41,44,49,0.1);
}
.header-transparent.header-transparent-light {
	background-color: rgba(255,255,255,0.1);
}
.header-transparent.header-transparent-border {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Header Floating */
.header-floating .menu-wrapper {		/* Logo and menu div */
	background-color: #ffa726;
	height: 80px;
	border-radius:3px;
	padding: 0 30px;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.header-floating.header-floating-dark .menu-wrapper {
	background-color: rgba(41,44,49,0.7);
}
.header-floating.header-floating-transparent .menu-wrapper {
	background-color: rgba(255,255,255,0.1);
}

.header-wrapper {
	background-color: #ffa726;			/* Logo and menu div */
	border-bottom: solid 1px #bdbdbd;
}


/* Header Color States */
@media (min-width:992px) {
	.header-dark .menu > li > a,
	.header-floating-dark .menu > li > a,
	.header-floating-transparent .menu > li > a {
		color: #505358;
	}
	.header-transparent .menu > li > a {
	    color: #eaecf1;
	}
}


/* Top bar */
.topbar {
    padding: 10px 0;
}
.topbar.topbar-border-bottom {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding:15px 0;
}
.topbar.topbar-transparent {
	color: #dadde2;
}
.topbar.topbar-dark {
	background-color: #303236;
	color: #dadde2;;
}
.topbar.topbar-main {
	background-color: rgb(252,200,19);
	color: #fff;;
}
.topbar.topbar-main .top-menu > li .icon,
.topbar.topbar-main .social-icon > li > a .icon {
	color: #fff;
	opacity: 1;
}
.topbar.topbar-light {
	border-bottom: 1px solid #eee;
}
.topbar.topbar-light .social-icon > li > a .icon {
	color: #909398;
	opacity: 1;
}

.topbar .social-icon > li > a .icon {
	color: #d0d3d8;
	font-size: 13px;
	opacity: 0.9;
}
.topbar .social-icon > li > a:hover {
	opacity:0.5;
}

/* Top Menu */
.top-menu {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.top-menu > li {
    padding: 0 10px;
    display: inline-block;
}
.top-menu > li > a {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
    color: inherit;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.top-menu > li > a:hover,
.top-menu > li > a:focus,
.top-menu > li > a:active {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.top-menu > li .icon {
    margin-right: 8px;
    color: rgb(252,200,19);
}



/* Vertical Menu */
.vertical-menu-wrapper {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -99;
    background-color: #292c31;
    padding: 100px 50px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.vertical-menu-wrapper.vertical-menu-bg {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(41, 44, 49, 0.97);
}
.vertical-menu-button {
	position: fixed;
	top:30px;
	left:30px;
	font-size: 20px;
	color: rgb(252,200,19);
	padding:8px 10px 7px;
	border-radius: 1px;
	background-color: rgba(41,44,49,0.7);
	z-index:999999;
}
.vertical-menu-button.right {
	left: auto;
	right:30px;
}
.vertical-menu-button:hover {
	background-color: rgba(41,44,49,0.9);
	color: rgb(252,200,19);
}
.vertical-menu-button:focus,
.vertical-menu-button:active {
	background-color: rgba(41,44,49,0.3);
	color: rgb(252,200,19);
}
.vertical-menu-button.vertical-menu-close {
	position: absolute;
	display: none;
	background-color: transparent;
}
@media (max-width: 991px) {
	.vertical-menu-button.vertical-menu-close {
		display: block;
	}
}
.vertical-menu-wrapper.left {
    left: -380px;
}
.vertical-menu-wrapper.right {
    right: -380px;
}
.vertical-menu-wrapper .logo {
    height: 60px;
    line-height: 60px;
    max-height: 60px;
}
.vertical-menu {
    margin-bottom: 20px;
    position: relative;
}
.vertical-menu .panel-body {
    padding: 0 0 10px;
}
.vertical-menu .panel-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d0d4d8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.vertical-menu .panel-title a {
    display: block;
}
.vertical-menu .panel-title:hover a,
.vertical-menu .panel-title:focus a {
    color: rgb(252,200,19);
}


/* Vertical Menu on */
.vertical-menu-on .vertical-menu-wrapper {
    z-index: 99999;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.vertical-menu-on .vertical-menu-wrapper.left {
    left: 0;
}
.vertical-menu-on .vertical-menu-wrapper.right {
    right: 0;
}
.vertical-menu-on .vertical-menu-button {
	top:18px;
	left:18px;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    padding:6px 8px 5px;
}
.vertical-menu-on .vertical-menu-button.right {
	left: auto;
	right:18px;
}

@media (max-width: 767px) {
	.vertical-menu-button {
		top:0;
		left:0;
		background-color: rgba(41,44,49,0.8);
	}
	.vertical-menu-button.right {
		left: auto;
		right:0;
	}
	.vertical-menu-button:hover,
	.vertical-menu-button:focus,
	.vertical-menu-button:active {
		background-color: rgba(41,44,49,0.8);
		color: rgb(252,200,19);
	}
	.vertical-menu-on .vertical-menu-button {
		top:0;
		left:0;
	}
	.vertical-menu-on .vertical-menu-button.right {
		left: auto;
		right:0;
	}
}

/* Vertical Menu Light */
.vertical-menu-wrapper.light {
    background-color: #f1f1f2;
    color: #707380;
}
.vertical-menu-wrapper.light .vertical-menu .panel-title {
    color: #65686a;
}
.vertical-menu-wrapper.light .copyright {
    color: #899a9e;
}
.vertical-menu-wrapper.light .vertical-menu-list {
    color: #65686a;
}


@media (max-width: 767px) {
    .vertical-menu-wrapper {
        width: 100%;
        box-shadow: none;
    }
    .vertical-menu-wrapper.left {
        left: -110%;
    }
    .vertical-menu-wrapper.right {
        right: -110%;
    }
}

@media (min-width:992px) {
	.vertical-menu-fixed .vertical-menu-wrapper {
		z-index:99999;
		box-shadow:none;
	}
	.vertical-menu-fixed .vertical-menu-wrapper.left {
	    left: 0;
	}
	.vertical-menu-fixed .vertical-menu-wrapper.right {
	    right: 0;
	}
	.content-fixed {
		width:100%;
		padding-left:350px;
		margin:0 auto;
	}
	.content-fixed.right {
		padding-left:0;
		padding-right:350px;
	}
	.content-fixed .container {
		width:85%;
		margin:0 auto;
	}
}



/* Top Bar wrapper */
.top-bar-wrapper {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99999999;
    background-color: rgb(41, 44, 49);
    color: #d0d2d5;
    padding: 60px 0 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.top-bar-wrapper {
		position: absolute;
	}
}
.top-bar-wrapper.on {
    top: 0 !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.top-bar-trigger {
    position: absolute;
    right: 0;
    bottom: -40px;
    border-top: 40px solid rgb(41, 44, 49);
    border-left: 40px solid transparent;
}
.top-bar-trigger .icon {
    color: rgb(252,200,19);
    position: absolute;
    top: -35px;
    left: -19px;
}



/* *********************  Sliders   ********************* */
/* Revolution Slider */
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner {
    width: 100%;
    position: relative;
}
@media (max-width:991px) {
	.fullcoveredvideo .tp-video-play-button {
		display: block !important;
		z-index:9;
	}
}

.video-iframe-shadow {
	box-shadow:5px 5px 40px rgba(0,0,0,0.7) !important;
}

/* Slider Titles */
.title-slider {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2e3e4;
	letter-spacing: 1px;
	font-weight: 700;
}
.title-slider.large {
    font-size: 44px;
    line-height: 54px;
}
.title-slider.medium {
    font-size: 23px;
    line-height: 32px;
}
.title-slider.small {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

/* Raleway font title */
.title-slider.raleway {
	font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Uppercased Titles */
.title-slider.uppercased {
	text-transform: uppercase;
}
.title-slider.large.uppercased {
    letter-spacing: 2px;
}
.title-slider.medium.uppercased {
    font-size: 22px;
}
.title-slider.small.uppercased {
    font-size: 13px;
}

/* Dark titles */
.title-slider.large.dark,
.title-slider.medium.dark,
.title-slider.small.dark {
    color: #303336;
    border-color: #303336;
}

@media (max-width:768px) {
	.slider-below-floating-topbar-header {
		margin-bottom: 190px;
	}
	.slider-below-floating-topbar-header:before,
	.slider-below-floating-topbar-header:after {
		display: table;
    	content: " ";
	}
	.slider-below-floating-topbar-header:after {
		clear:both;
	}
}


/* Slider Buttons */
.btn-slider	{
	display: inline-block;
	padding:16px 32px;
	border:1px solid #fff;
	border-radius:25px;
	color:#fff;
	background-color: transparent;
	font-family:"Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:400;
	letter-spacing: 1.5px;
	margin:1px;
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease-out; 
	transition:all 0.3s ease-out;
}
.btn-slider.raleway {
	font-family:"Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.btn-slider:hover, 
.btn-slider:focus, 
.btn-slider:active {
	background-color: rgb(252,200,19);
	border-color:rgb(252,200,19);
	color:#fff;
	-webkit-transition:all 0.3s ease-out; 
	transition:all 0.3s ease-out;
}
.tp-caption .btn-slider.main,
.btn-slider.main {
	color: rgb(252,200,19);
	border-color: rgb(252,200,19);
}
.btn-slider.main:hover, 
.btn-slider.main:focus, 
.btn-slider.main:active {
	background-color: rgb(252,200,19);
	color:#fff;
}

.btn-slider.reversed {
	background-color:rgb(252,200,19);
	border-color:rgb(252,200,19);
}
.btn-slider.reversed:hover, 
.btn-slider.reversed:focus, 
.btn-slider.reversed:active {
	background-color: transparent;
	border-color:#fff;
	color:#fff;
}

.tp-caption .btn-slider,
.tp-caption .btn-slider:hover,
.tp-caption .btn-slider:focus,
.tp-caption .btn-slider:active {
	color:#fff;
}

.btn-slider.square {
	border-radius:2px;
}

/* Text Slider */
.text-slider {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e2e3e4;
	font-weight: 400;
	font-size:14px;
}
.text-slider.raleway {
	font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

/* Video Control */
.video-control {
	display: inline-block;
	width:40px;
	height:40px;
	color:#fff !important;
	background-color: rgba(10,10,11,0.3);
	border-radius:50%;
	padding:4px;
	text-align: center;
}
.video-control .icon {
	font-size:30px;
}



/* *********************  Page Breadcrums   ********************* */

.page-breadcrumbs {
	margin-top:100px;
    padding:0;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #e5e8ea;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}
.page-breadcrumbs.left {
	text-align: left;
}
.page-breadcrumbs.right {
	text-align: right;
}
.page-breadcrumbs a {
    color: inherit;
}
.page-breadcrumbs a:hover,
.page-breadcrumbs a:focus,
.page-breadcrumbs a:active,
.page-breadcrumbs a.active {
    color: rgb(252,200,19);
}
.page-breadcrumbs .separator {
    margin: 0 10px;
}
.page-breadcrumbs a .icon {
	font-size:14px;
	display:inline-block;
	margin:0 5px;
	-ms-transform:translateY(3px);
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}

/* Intro Section */
.section-intro {
    position: relative;
    padding: 140px 0 10px;
}
.section-intro.breadcrumbs-right {
	padding:140px 0 120px;
}
.section-intro.breadcrumbs-right .page-breadcrumbs {
	margin-top:0;
	padding-top:5px;
	text-align: right;
}
.section-intro.intro-simple {
	padding:50px 0 45px;
	background-color: #f3f4f4;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.section-intro.intro-no-bg {
	padding:50px 0 45px;
	background-color: transparent;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.section-intro.intro-dark {
	padding:50px 0 45px;
	background-color: #303236;
	border-top:1px solid #121416;
	border-bottom:1px solid #121416;
}
.section-intro.dark-color .page-breadcrumbs,
.section-intro.dark-color .intro-title {
	color:#606469;
}
.section-intro.intro-breadcrumbs-bg {
	padding: 140px 0 0;
}
.section-intro.intro-breadcrumbs-bg .page-breadcrumbs {
	margin-top: 0;
}
.section-intro.intro-breadcrumbs-bg .breadcrumbs-bg {
	margin-top: 90px;
	padding: 20px 0 15px;
	background-color: rgba(41,44,49,0.8);
}
.section-intro.intro-small {
	padding:50px 0 45px;
}
.section-intro.intro-breadcrumbs-bg.intro-small {
	padding: 50px 0 0;
}
.section-intro.intro-breadcrumbs-bg.intro-small .breadcrumbs-bg {
	margin-top: 45px;
}


/* Intro Title */
.intro-title {
    font-size: 31px;
    font-weight: 400;
    color: #eaecf1;
    margin-bottom: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    word-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.9;
}
.intro-title.small {
    font-size: 23px;
    line-height: 28px;
}
.intro-p {
	color: #eaecf1;
	font-family:"Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.intro-with-transparent-menu { margin-bottom: 100px; }
.intro-with-transparent-menu-topbar { margin-bottom: 140px; }
.intro-with-floating-menu { margin-bottom: 140px; }
.intro-with-floating-menu-topbar { margin-bottom: 180px; }


/* Responsive Page Headers */
@media (max-width:991px) {
	.section-intro {
		padding:70px 0 10px;
	}
	.page-breadcrumbs {
		margin-top:45px;
	}
	.section-intro.breadcrumbs-right {
		padding:70px 0 60px;
	}
	.section-intro.breadcrumbs-right .page-breadcrumbs {
		margin-top:0;
		padding-top:30px;
		text-align: left;
	}
	.intro-title {
		font-size: 25px;
    	line-height: 30px;
	}
	.intro-p {
		font-size:13px;
		line-height: 23px;
	}

	.section-intro.intro-breadcrumbs-bg {
		padding: 85px 0 0;
	}
	.section-intro.intro-breadcrumbs-bg .breadcrumbs-bg {
		margin-top: 50px;
	}
}





/* *********************  Sections  ********************* */

.section {
    padding: 40px 0;
    position: relative;
}
.section-bg {
    padding: 50px 0;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
}
.section-page { padding: 80px 0 60px; }
.section-boxed { padding: 40px 30px; }
.section-boxed-2 { padding: 40px 50px; }
.section-large { padding: 80px 0; }
.section-larger { padding: 100px 0; }
.section-extra-large { padding:130px 0; }

.section-fullwidth { padding-left: 15px; padding-right: 15px; }

@media (max-width: 767px) {
	.section { padding: 45px 0; }
	.section-page { padding: 50px 0 30px; }
	.section-boxed { padding: 25px 15px; }
	.section-boxed-2 { padding: 30px 40px; }
	.section-large { padding: 55px 0; }
	.section-larger { padding: 70px 0; }
	.section-extra-large { padding:90px 0; }
	.section-bg { padding: 40px 0; margin: 20px 0; }
}

@media (min-width: 768px) {
    .section-fullheight { height: 100%; }
}

.section-main { background-color: rgb(252,200,19); }
.section-gray { background-color: #f0f1f2; }
.section-dark { background-color: #303236; }
.section-white { background-color: #f5f5f5; }

/* Caption overlay */
@media (min-width: 768px) {
    .section-caption {
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
}
@media (min-width: 992px) {
    .section-caption-sm {
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
}

/* Background Sections */
.section-bg .btn-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:70px;
	padding-top: 15px;
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 37px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align:center;
	vertical-align: middle;
	background-color: rgba(41,44,49,0.9);
	color: #c0c3c9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-bg .btn-bottom:hover {
	color: #fff;
	background-color: rgba(252,200,19,0.7);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.bg-half {
	width:50%;
	height:100%;
	background-color: rgba(41,44,49,0.8);
	color: #d3d8de;
	padding:90px 50px;
}
.bg-half.right { margin-left:50%; }
.bg-half.bg-half-large-padding { padding: 90px; }

@media (max-width:991px) {
	.bg-half { width: 60%; }
	.bg-half.right { margin-left:40%; }
}

@media (max-width:767px) {
	.bg-half {
		width:100%;
		background-color: rgba(41,44,49,0.6);
		padding:50px 30px;
	}
	.bg-half.right { margin-left:0; }
	.bg-half.bg-half-large-padding { padding: 50px; }
}

.bg-box {
	background-color: rgba(41,44,49,0.9);
	color: #f16b84;
	padding:20px;
	box-shadow:8px 8px 20px rgba(0,0,0,0.7);
	border-radius: 3px;
}
.bg-box.light {
	background-color: rgba(255,255,255,0.9);
	color:#505256;
}
.bg-box.light-default {
	background-color: #f5f5f5;
	color:#505256;
}


.section-overflow {
	position: relative;
	top:-80px;
	margin-bottom:-80px;
	color:#fff;
	background-color: rgb(252,200,19);
	border-radius:1px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	padding:50px;
}





/* *********************  Grid System  ********************* */

@media (max-width: 767px) {
    .xs-box { padding-bottom: 30px !important; }
    .xs-box2 { padding-bottom: 40px !important; }
    .xs-box3 { padding-bottom: 50px !important; }
}
@media (max-width: 991px) {
    .sm-box { padding-bottom: 30px !important; }
    .sm-box2 { padding-bottom: 40px !important; }
    .sm-box3 { padding-bottom: 50px !important; }
}


/* Column paddings */
.container-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@media (min-width:991px) {
	.container-fullwidth.container-lg-padding {
		padding-left: 80px;
		padding-right: 80px;
	}
}
.row.col-p0 {  margin-left: 0; margin-right: 0; }
.row.col-p0 > [class*="col-"] { padding: 0; }

@media (min-width: 768px) {
    .row.col-p5 { margin-left: -5px;  margin-right: -5px; }
    .row.col-p5 > [class*="col-"] { padding-left: 5px; padding-right: 5px; }

    .row.col-p10 { margin-left: -10px;  margin-right: -10px; }
    .row.col-p10 > [class*="col-"] { padding-left: 10px; padding-right: 10px; }

	.row.col-p15 { margin-left: -15px;  margin-right: -15px; }
    .row.col-p15 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }

	.row.col-p20 { margin-left: -20px;  margin-right: -20px; }
    .row.col-p20 > [class*="col-"] { padding-left: 20px; padding-right: 20px; }

	.row.col-p30 { margin-left: -30px;  margin-right: -30px; }
    .row.col-p30 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }

    .row .col-p0 { padding-left: 0; padding-right: 0; }
}


/* Isotope grid columns */
.grid-col { width:100%; }

@media (min-width: 768px) {
    .grid-col-2 > .grid-col { width: 100%; }
    .grid-col-3 > .grid-col { width: 50%; }
    .grid-col-4 > .grid-col { width: 33.3%; }
    .grid-col-5 > .grid-col { width: 33.3%; }

    .sm-grid-col-2 > .grid-col { width: 50%; }
}
@media (min-width: 992px) {
    .grid-col-2 > .grid-col { width: 50%; }
    .grid-col-3 > .grid-col { width: 33.3%; }
    .grid-col-4 > .grid-col { width: 25%; }
    .grid-col-5 > .grid-col { width: 20%; }
}


/* Paddings between columns */
@media (min-width:768px) {
	.grid-col-p30 { margin-right: -30px; margin-left: -30px; }
	.grid-col-p30 > .grid-col { padding-right: 30px; padding-left: 30px; }
	.grid-col-p30 .portfolio-el { margin-bottom: 60px; }

	.grid-col-p20 { margin-right: -20px;  margin-left: -20px; }
	.grid-col-p20 > .grid-col { padding-right: 20px; padding-left: 20px; }
	.grid-col-p20 .portfolio-el { margin-bottom: 40px; }

	.grid-col-p15 { margin-right: -15px; margin-left: -15px; }
	.grid-col-p15 > .grid-col { padding-right: 15px; padding-left: 15px; }
	.grid-col-p15 .portfolio-el { margin-bottom: 30px; }

	.grid-col-p10 { margin-right: -10px; margin-left: -10px; }
	.grid-col-p10 > .grid-col { padding-right: 10px; padding-left: 10px; }
	.grid-col-p10 .portfolio-el { margin-bottom: 20px; }

	.grid-col-p5 { margin-right: -5px; margin-left: -5px; }
	.grid-col-p5 > .grid-col { padding-right: 5px; padding-left: 5px; }
	.grid-col-p5 .portfolio-el { margin-bottom: 10px; }

	.grid-col-p0 { margin-right: 0; margin-left: 0; }
	.grid-col-p0 > .grid-col { padding-right: 0; padding-left: 0; }
	.grid-col-p0 .portfolio-el { margin-bottom: 0; }
}



/* *********************  Boxes  ********************* */

/* Box-services style 1 */
.box-services-1 {
    position: relative;
    text-align: center;
}
.box-services-1 .icon {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 80px;
    color: #dadbde;
    opacity: 0.7;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-1:hover .icon {
    color: #d0d2d6;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}



/* Box left and right */
.box-left {
    display: block;
    float: left;
    text-align: center;
}
.box-left img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
}
.box-right {
    margin-left: 85px;
}
.box-right .title-small {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}


/* Box services Style 2 */
.box-services-2:hover .title-small {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-2 .icon {
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-2:hover .icon {
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-2.box-services-2a {
    text-align: center;
}
.box-services-2.box-services-2a .icon {
    display: inline-block;
    margin: 0 0 15px;
}
.box-services-2 .icon-1 {
    display: block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #505358;
    border-radius: 50%;
    padding: 15px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.box-services-2 .icon-1:after,
.box-services-2 .icon-3:after {
	content: "";
	position: absolute;
	top: 25px;
	left: -23px;
	width: 79px;
	height: 48px;
	background-color: rgba(255,255,255,0.1);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.box-services-2:hover .icon-1 {
    background-color: rgb(252,200,19);
}
.box-services-2 .icon-2 {
    font-size: 55px;
    display: block;
    margin: 5px 0 0 0;
    color: rgb(252,200,19);
}
.box-services-2:hover .icon-2 {
    color: #505358;
}
.box-services-2 .icon-3 {
    display: block;
    font-size: 28px;
    width: 60px;
    height: 60px;
    background-color: rgb(252,200,19);
    color: #fff;
    border-radius: 50%;
    margin-top: 5px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.box-services-2:hover .icon-3 {
    background-color: #505358;
}
.box-services-2 .icon-4 {
    color: #505358;
    display: block;
    margin-top: 5px;
    font-size: 60px;
}
.box-services-2:hover .icon-4 {
    color: rgb(252,200,19);
}


/* Box Services style 3 */
.box-services-3 {
    position: relative;
    padding: 40px 30px;
    color: #dedee3;
}
.box-services-3:hover .social-icon a {
    margin-left: 0;
}
.box-services-3.box-services-team {
    padding: 60px 40px 30px;
}
.box-services-3 .title {
    font-size: 20px;
    color: #dedee3;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-3:hover .title {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-service-3 .title-medium {
    font-size: 22px;
}
.box-services-3 .title-a {
    color: #dedee3;
}
.box-services-3 .bg-overlay {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-3:hover .bg-overlay {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}


/* Box services style 4 */
.box-services-4 {
    background-color: rgb(252,200,19);
    position: relative;
    color: #d2d2d9;
    padding: 40px 30px 40px;
    overflow: hidden;
}
.box-services-4 .title {
    color: #dedee3;
    margin-bottom: 18px;
}
.box-services-4.dark {
    background-color: #35373a;
}
.box-services-4.orange {
    background-color: #d18b21;
}
.box-services-4.blue {
    background-color: #1375a3;
}
.box-services-4.yellow {
    background-color: #fcc813;
}
.box-services-4.green {
    background-color: #22aba6;
}
.box-services-4.transparent {
    background-color: transparent;
}
.box-services-4.gray {
    background-color: #f0f1f2;
}
.box-services-4 .icon {
    font-size: 80px;
    opacity: 0.25;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #d2d2d9;
}
.box-services-4 .icon.montserrat {
	bottom:25px;
}
.box-services-4 .bg-overlay {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-4:hover .bg-overlay {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}


/* Box services style 5 */
.box-services-5 .icon {
    font-size: 50px;
}


/* Box services style 6 */
.box-services-6 {
    padding: 25px 20px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-6.small-padding {
	padding:15px 10px;
}
.box-services-6:hover {
    border: 1px solid #e0e3e8;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-6 img {
    margin-bottom: 30px;
}
.box-services-6 p {
    color: #808388;
    margin-bottom: 30px;
}


/* Box Services Style 7 */
.box-services-7 .title-small {
    margin-bottom: 10px;
}
.box-services-7:hover .title-small {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-7 .icon-5 {
    margin-right: 10px;
    font-size: 20px;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-7:hover .icon-5 {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

/* Border box */
@media (min-width: 992px) {
    .br-box {
        border-right: 1px solid #dadcde;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .br-box.last {
        border-right: none;
    }
}



/* *********************  Titles  ********************* */

.title-small {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    font-size: 17px;
    color: #556;
}
.title-large {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #505358;
    margin: 0 0 40px;
    line-height: 40px;
    letter-spacing: 1px
}
.title-large.extra-large {
	font-size: 35px;
	line-height: 45px;
}
.title-medium {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 23px;
    color: #505358;
    margin: 0 0 20px;
    line-height: 35px;
    letter-spacing: 1px
}

.title-uppercased {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #58585c;
    margin-bottom: 15px;
}
.title-uppercased.large {
	font-size: 21px;
	line-height: 32px;
}
.title-uppercased.extra-large {
	font-size: 36px;
	line-height: 48px;
}
.title-a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #56585a;
    padding-left: 15px;
    margin: 0 0 30px;
    line-height: 20px;
    letter-spacing: 1px;
    border-left: 2px solid rgb(252,200,19);
}
.title-a.large {
    font-size: 16px;
    line-height: 22px;
}





/* *********************  Paragraphs  ********************* */


.text-raleway {
	font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-lato {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-thin {
	font-weight: 300;
}
.text-thick {
	font-weight: 700;
}
.p-lead {
    font-size: 15px;
    font-weight: 700;
}
.p-lead-b {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: #99a;
}
.p-large {
    font-size: 17px;
}
.text-1 {
	font-size:15px;
	color:#808388;
}
.text-2 {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #888895;
}
.text-2 .icon {
    margin-right: 10px;
    color: rgb(252,200,19);
    font-size: 14px;
    vertical-align: sub;
}
.text-3 {
	color:#84878a;
}

.text-10 {
	position: absolute;
	top:40px;
	left:50%;
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c0c3c7;
    opacity:0.2;
	font-size:75px;
}
@media (max-width:767px) {
	.text-10 {
		display: none;
	}
}






/* Team Section */
.team-section .portfolio-el {
    margin-bottom: 20px;
}
.team-employee {
    text-align: center;
}
.team-employee img {
    border: 1px solid #eaeaea;
    padding: 10px;
    width: 250px;
    height: 240px;
    border-radius: 50%;
    margin-bottom: 30px;
}
@media (max-width:991px) {
	.team-employee img {
		width:100%;
		height:auto;
	}
}
#team-collapse .panel {
    margin: 0;
}

@media (max-width:767px) {
	.modal-team .title-small small,
	.team-text .title-small small {
		display: block;
		margin-top:5px;
	}
}



/* Tweet Section */
.tweet-section {
	background-color: #70c2e9;
	color: #fff;
	padding:30px 20px 20px;
}
.tweet-section .tweet-user {
	color:#fff;
}



/* *********************  Elements  ********************* */

/* Forms, Buttons, Alerts, Progress Bars, Tabs, Accordions, 
Popovers, Tolltips, Toggles etc */

/* Forms */
.form .form-control {
    border-radius: 2px;
    background-color: #f1f2f3;
    border: none;
    height: 40px;
    box-shadow: none;
}
.form .form-control:focus {
    background-color: #ededef;
    border: none;
    outline: 0;
    box-shadow: none;
}
.form select.form-control {
    margin-top: 5px;
    border-radius: 2px;
    color: #606367;
    padding: 5px;
    border: none;
    background-color: #f1f2f3;
}
.form textarea.form-control {
    height: auto;
}
.form-message-error,
.has-error .error {
    color: #B94321;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}
.form {
    width: 100%;
}
.form input,
.form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    text-indent: 5px;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #606367;
    background: #f1f2f3;
    border: none;
    box-shadow: none;
}
.form input:hover,
.form textarea:hover,
.form input:focus,
.form textarea:focus {
    box-shadow: none;
    border: none;
    background-color: #ededef;
}
.form input[type=radio]:not(.rating-input),
.form input[type=checkbox] {
    width: auto;
    margin-right: 5px;
    position: relative;
    top:2px;
}
.form label:not(.rating-label) {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.form-required {
    color: #C51010;
    font-weight: 400;
    vertical-align: middle;
    font-size: 13px;
}
.form .form-remember {
    display: inline-block;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .form .forgot {
        display: block;
        margin: -20px 20px 25px;
    }
}
.form-group {
    position: relative;
}
.form::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #a0a2a7;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
}
.form::-moz-placeholder {
    text-transform: capitalize;
    color: #a0a2a7;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
}
.form:-ms-input-placeholder {
    text-transform: capitalize;
    color: #a0a2a7;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: normal;
    letter-spacing: 0.5px;
}
.checkbox.inline label,
.radio.inline label {
	display: inline-block;
	margin-right:30px;
}

/* Progress Bars */
.progress {
    border-radius: 1px;
    box-shadow: none;
    height: 24px;
    margin-bottom: 15px;
    background-color: #e2e2e2;
}
.progress-bar {
    text-align: left;
    background-color: rgb(252,200,19);
    line-height: 23px;
    color: #fff;
	box-shadow: none;
	border-right: 3px solid rgba(0,0,0,0.1);
}
.progress-bar-animate {
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
}
.progress-bar span {
    padding: 5px 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    word-spacing: 5px;
}
.progress .progress-bar-info {
    background-color: #5bc0de !important;
}
.progress .progress-bar-danger {
    background-color: #d9534f !important;
}
.progress .progress-bar-warning {
    background-color: #f0ad4e !important;
}
.progress .progress-bar-success {
    background-color: #5cb85c !important;
}
.progress .progress-bar-primary {
    background-color: #428bca !important;
}


/* Tables */
.table th,
.table td {
    padding: 12px !important;
}
.table.table-condensed th,
.table.table-condensed td {
	padding:5px !important;
}
.table-striped > tbody > tr:nth-child(odd),
.table-hover > tbody > tr:hover {
	background-color: #f1f1f3;
}
.table tr.active td,
.table tr.active th {
	background-color: #f1f1f3 !important;
}
.table-1 {
	border-bottom:1px solid #30343a;
}
.table-1 td,
.table-1 th {
	border-top:none !important;
}
.table-1 th {
	background-color: #30343a;
	color:#e0e3e9;
	border-bottom:none;
}
.table-1.table-main-color {
	border-bottom:1px solid rgb(252,200,19);
}
.table-1.table-main-color th {
	background-color: rgb(252,200,19);
	color:#fff;
}


/* Panels */
.panel-group .panel {
    border-radius: 0;
}
.panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-heading {
    padding: 7px 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525559;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.panel-title:hover a,
.panel-title:focus a {
    color: #888892;
}
.panel-title .icon {
    margin-right: 8px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-body {
    padding: 0;
}

/* Tabs */
.tab-content {
    padding: 20px 5px;
}
.tab-content.vertical {
    padding: 5px 5px 20px 20px;
}
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}
.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #70737a;
    background-color: transparent;
    letter-spacing: 1px;
    padding: 14px 30px;
    margin-right: 0;
}
.nav-tabs > li > a .icon {
    margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: rgb(252,200,19);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(252,200,19);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: rgb(252,200,19);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(252,200,19);
}


/* nav-tabs vertical */
.nav-tabs.vertical {
    border-left: 1px solid #e8e9ea;
    border-bottom: none;
}
.nav-tabs.vertical > li {
    float: none;
    margin-bottom: 0;
    padding: 3px 0;
}
.nav-tabs.vertical > li.separator {
	border-bottom:1px solid #e8e9ea;
	margin-bottom: 10px;
	width:90%;
}
.nav-tabs.vertical > li > a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    color: #505359;
    margin-left: -2px;
    border-radius: 0;
    border: none;
    border-left: 0 solid rgb(252,200,19);
    padding-left: 35px;
}
.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li > a:hover,
.nav-tabs.vertical > li > a:focus {
    color: #4394b5;
    border: none;
    padding-left: 40px;
    border-left: 2px solid #4394b5;
}
@media (max-width: 767px) {
    .tab-content.vertical {
        padding: 20px 5
    }
	.nav-tabs {
	    border-left: 1px solid #e8e9ea;
	    border-bottom: none;
	}
	.nav-tabs > li {
	    float: none;
	    margin-bottom: 0;
	    padding: 3px 0;
	}
	.nav-tabs > li.separator {
		border-bottom:1px solid #e8e9ea;
		margin-bottom: 10px;
		width:90%;
	}
	.nav-tabs > li > a {
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    font-size: 10px;
	    color: #505359;
	    margin-left: -2px;
	    border-radius: 0;
	    border: none;
	    border-left: 0 solid rgb(252,200,19);
	    padding-left: 35px;
	}
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
	    color: rgb(252,200,19);
	    background-color: transparent;
	    border: none;
	    padding-left: 40px;
	    border-left: 2px solid rgb(252,200,19);
	}
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
	    color: rgb(252,200,19);
	    background-color: transparent;
	    border: none;
	    border-left: 2px solid rgb(252,200,19);
	}
}


/* Owl Slider config */
.owl-shop .owl-buttons div {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.owl-shop:hover .owl-buttons div {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
    .owl-shop .owl-buttons div {
        opacity: 0.9;
    }
}
.owl-shop .owl-el {
    position: relative;
}
.owl-shop .owl-el .owl-popup {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(252,200,19);
    font-size: 18px;
    opacity: 0;
    padding: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.owl-shop:hover .owl-el .owl-popup {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



/* Cursor icon */
.sm-cursor .icon {
    color: rgb(252,200,19);
    font-size: 36px;
}



/* Buttons */
.btn {
    border-radius: 2px;
    padding: 8px 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-primary.active {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c;
}

/* Button style 2 - simple */
.btn-b {
	display: inline-block;
    background-color: #e4e4e4;
    border: none;
    color: #404344;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 14px 26px;
}
.btn-b:hover,
.btn-b:focus,
.btn-b:active,
.btn-b.active {
    background-color: #dfdfdf;
    border: none;
    color: #555557;
}


/* Button style 4 - Uppercased */
.btn-d {
	display: inline-block;
    background-color: #404449;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    padding: 14px 26px;
}
.btn-d:hover,
.btn-d:focus,
.btn-d:active,
.btn-d.active {
    background-color: rgb(252,200,19);
    color: #fff;
}

/* Button style 3 - Cog Options */
.btn-a {
	display: inline-block;
    background-color: #404449;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    border-radius: 3px;
	margin: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    padding: 14px 26px;
}
.btn-a:hover,
.btn-a:focus,
.btn-a:active,
.btn-a.active {
    background-color: rgb(252,200,19);
    color: #fff;
}

/* Button style 5 - Bordered large */
.btn-e {
	display: inline-block;
    background-color: transparent;
    color: rgb(252,200,19);
    border: 1px solid rgb(252,200,19);
    border-radius: 20px;
    padding: 14px 26px;
    font-size: 10px;
    line-height: 14px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.btn-e.btn-e-square {
	border-radius:3px;
}
.btn-e:hover,
.btn-e:focus,
.btn-e:active,
.btn-e.active {
    color: #fff;
    background-color: rgb(252,200,19);
}
/* Background buttons */
.btn-bg {
	display: inline-block;
    color: #fff;
    background-color: rgb(252,200,19);
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 14px 26px;
    font-size: 10px;
    line-height: 14px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    opacity: 0.85;
}

.btn-bg:hover,
.btn-bg:focus,
.btn-bg:active {
	opacity: 1;
	border: 1px solid transparent;
    color: #fff;
}

.btn-bg.rounded {
	border-radius: 20px;
}


/* 3d Buttons */
.btn-bg.btn-3d {
	border:3px solid transparent;
	border-bottom:3px solid rgba(0,0,0,0.3);
}
.btn-bg.btn-3d:hover {
	border-bottom:3px solid rgba(0,0,0,0.4);
}

/* Buttons - dimensions */
.btn-large {
	padding:14px 22px;
	font-size:12px;
}
.btn-extra-large {
	padding:20px 30px;
	font-size:16px;
}
.btn-small {
	padding: 8px 14px;
}
.btn-icon .icon {
    margin-right: 8px;
}

/* Button subtext */
.btn-subtext {
	display: inline-block;
	text-align: center;
	line-height:30px;
	font-size:16px;
	padding:16px 50px 14px;
}
.btn-subtext small {
	display:block;
	font-size:11px;
	text-transform: none;
}



/* Group Buttons - Dropdown menu */
.dropdown-menu {
    min-width: 150px;
    margin: 0;
    background-color: #f6f6f6;
    border: none;
    border-radius: 2px;
}
.dropdown-menu > li > a {
    color: #444450;
    padding: 5px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #eaeaea;
}


/* Tooltips */

.tooltip-inner {
    padding: 12px 16px;
    border-radius: 3px;
    color: #e0e2e7;
    background-color: rgba(15, 15, 20, 0.9);
    line-height:22px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(15, 15, 20, 0.9);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(15, 15, 20, 0.9);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(15, 15, 20, 0.9);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgba(15, 15, 20, 0.9);
}

.tooltip.right {
	margin-left: 15px;
}


/* Popovers */
.popover {
    border-radius: 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    background-color: #fcfcfc;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #667;
    padding: 3px 3px 8px;
}
.popover-title {
    padding: 0 12px 0;
    margin: 10px 0 10px 15px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    background-color: inherit;
    border-bottom: none;
    border-radius: 0;
    border-left: 2px solid rgb(252,200,19);
}

/* Modals */
.modal {
    z-index: 999999;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-content {
    border-radius: 2px;
    background-color: #fafafa;
    padding: 10px;
}
.modal-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding:0 15px 0;
    border-left:2px solid rgb(252,200,19);
    color: #505459;
    margin-top:10px;
}
.modal-header,
.modal-footer {
    border: none;
}




/* Alerts */
.alert {
    border-radius: 1px;
    border: none;
    padding: 10px 20px;
    position: relative;
    border-left:4px solid rgba(0,0,0,0.2);
}
.alert.alert-dark {
	background-color: #303339;
    color: #e0e3e8;
    padding: 20px 40px 20px 20px;
}
.alert .icon {
    display: block;
    float: left;
    margin: 5px 20px 15px 5px;
}
.alert.alert-dismissable .close {
    position: absolute;
    right: 10px;
    top: 5px;
}
.alert.alert-dismissable .close:hover,
.alert.alert-dismissable .close:focus {
	color: rgb(252,200,19);
	opacity: 1;
}
.alert-modal {
    position: fixed;
    top: 80px;
    left: 0;
    opacity: 0;
    width: 100%;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.alert-modal.alert-modal-on {
    opacity: 0.95;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.alert-modal .alert {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}


/* Pagination */
.pagination {
    margin: 50px 0 10px;
}
.pagination > li > a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border: none;
    margin-right: 7px;
    padding: 5px 12px;
    color: #889;
    background-color: transparent;
    border-radius: 0;
}
.pagination > li > a > .icon {
    font-size: 18px;
    display: inline-block;
    margin-top: 1px;
}
.pagination > .active > a {
    color: rgb(252,200,19);
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.pagination li:first-child.disabled a {
    padding-left: 0 !important;
}
.pagination li:first-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li a:hover,
.pagination .active a:hover {
    color: rgb(252,200,19);
    background-color: transparent;
}
.pagination > .disabled a {
    background: transparent;
    border: none;
    color: #99a;
}
.pagination > .disabled a:hover {
    background: transparent;
}



/* Blockquotes */
.blockquote {
    border-left: 2px solid rgb(252,200,19);
    background: #f5f5f5;
}
.blockquote p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #898994;
    margin-bottom: 10px;
}
.blockquote cite {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(252,200,19);
}
.blockquote small {
    display: inline-block;
    font-size: 13px;
}
.blockquote-2 {
    border-left: 3px solid #ddd;
}


/* Lists */
.unstyled-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-medium > li {
    margin-bottom: 5px;
}

.list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-2 li {
    margin-bottom: 15px;
    font-size: 12px;
}
.list-2 li:last-child {
    margin-bottom: 0;
}
.list-2 li span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
}

.list-3 {
	list-style: none;
    padding: 0;
    margin: 0;
}
.list-3 > li {
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	margin-bottom: 10px;
}


/* Icons */
.icon-box {
	display: inline-block;
	font-size:15px;
	line-height:20px;
	width:40px;
	height:40px;
	padding:10px;
	border-radius:1px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-large {
	font-size:19px;
	line-height:28px;
	width:50px;
	height:50px;
	padding:11px;
}
.icon-extra-large {
	font-size:22px;
	line-height:30px;
	width:60px;
	height:60px;
	padding:15px;
}
.icon-dark {
	background-color: #404247;
}
.icon-gray {
	background-color: #aaabab;
}
.icon-rounded {
	border-radius: 7px;
}
.icon-circle {
	border-radius: 50%;
}
.icon-bordered {
	border: 1px solid #404247;
	color: #404247;
}
.icon-box.icon-main {
	background-color: rgb(252,200,19);
}
.icon-3d {
	background-color: rgb(252,200,19);
	border-bottom: 4px solid rgba(41,44,49,0.4);
}
.icon-simple {
	color: #404247;
}

.icon-box:hover,
.icon-box:focus {
	color: #fff;
	background-color: rgb(252,200,19);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-box.icon-main:hover,
.icon-box.icon-main:focus {
	color: #fff;
	background-color: rgb(252,200,19);
	opacity:0.8;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-box.icon-social:hover,
.icon-box.icon-social:focus {
	color: #fff;
	opacity:0.7;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-bordered:hover,
.icon-bordered:focus {
	color: rgb(252,200,19);
	border-color: rgb(252,200,19);
	background-color: transparent;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-3d:hover,
.icon-3d:focus {
	color: #fff;
	background-color: rgb(252,200,19);
	border-bottom: 4px solid rgba(41,44,49,0.8);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.icon-simple:hover,
.icon-simple:focus {
	color: rgb(252,200,19);
	background-color: transparent;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


.custom-icon-2 {
	font-size:180px;
	color:#cacbce;
}




/* Dividers */
.divider {
    height: 1px;
    background-color: #ddd;
    margin: 30px auto;
}
.divider.d2 {
    background: none;
    border-top: 1px dashed #ddd;
}
.divider.d3:after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    position: relative;
    background-color: rgb(252,200,19);
    margin: 0 auto;
}
.divider.d4 {
    text-align: center;
    margin: 40px auto;
}
.divider.d4 span {
    background: #f5f5f5;
    color: #60636a;
    padding: 0 18px;
    position: relative;
    top: -12px;
    font-size: 14px;
}
.divider.d4.text-left span {
    padding: 0 18px 0 0;
}
.divider.d4.text-right span {
    padding: 0 0 0 18px;
}



/* *********************  Footers   ********************* */

.footer-wrapper {
    background-color: #303236;
    color: #d8dade;
    position: relative;
    padding: 60px 0 40px;
}
.footer-widget {
    margin-bottom: 50px;
}
@media (max-width: 991px) {
	.footer-widget {
	    margin-bottom: 60px;
	}
}


/* Footer title */
.footer-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 30px;
    color: #d8dade;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    border-left: 2px solid rgb(252,200,19);
}


/* Social icons - footer */
.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social > li {
    margin-right: 33px;
    display: inline-block;
}
.footer-social > li:last-child {
    margin-right: 0;
}
.footer-social > li > a {
    color: inherit;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.footer-social > li > a > .icon {
    color: inherit;
    opacity: 0.9;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.footer-social > li > a:hover > .icon,
.footer-social > li > a:focus > .icon {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}




/* Footer links */
.footer-links {
    margin: 0;
    padding: 0;
}
.footer-links > li {
    margin: 0 20px 15px 0;
    display: inline-block;
    list-style: none;
}
.footer-links > li:last-child {
	margin-right: 0;
}
.footer-links > li > a {
    font-size: 12px;
    color: #d0d3d8;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.footer-links > li > a:hover,
.footer-links > li > a:focus,
.footer-links > li > a:active {
    color: rgb(252,200,19);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

.footer-links.footer-links-2 > li {
	display: block;
	margin:0 0 5px 0;
}
.footer-links.footer-links-2 > li > a,
.footer-links.archives > li > a {
	font-size: 14px;
}
.footer-links.footer-links-2 > li > a .icon,
.footer-links.archives > li > a .icon {
	margin-right:10px;
	font-size:10px;
	color: rgb(252,200,19);
}

.footer-links.archives > li {
	display: block;
	margin:0 0 8px 0;
}
.footer-links.archives > li > a span {
	margin-left: 10px;
	font-size: 13px;
	opacity: 0.8;
}

/* Tags */
.tags.footer-tags a {
	color: inherit;
}
.tags.footer-tags a:hover {
	color: rgb(252,200,19);
}

/* Twitter Feed */
.footer-tweet .tweet-content {
    color: inherit;
}
.footer-tweet.sidebar-tweet small {
    color: inherit;
    opacity: 0.7;
}
.footer-tweet.sidebar-tweet .icon {
    color: #808389;
    font-size: 90px;
    opacity: 0.2;
}

/* Footer Posts */
.footer-posts .sidebar-post {
    margin-bottom: 18px;
}
.footer-posts .sidebar-post a {
    color: #d8dade;
}
.footer-posts .sidebar-post .info-post span {
    color: inherit;
    opacity:0.7;
}


/* Footer Socials from Sidebar */
.footer-socials.sidebar-socials a {
    color: inherit;
}
.footer-socials.sidebar-socials a:hover,
.footer-socials.sidebar-socials a:focus {
    color: rgb(252,200,19);
}
.footer-socials.sidebar-socials > li span {
    color: inherit;
    opacity:0.8;
}


/* Copyright */
.copyright {
    font-size: 12px;
    color: #d0d3d8;
    padding-top:2px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
	.copyright {
		margin-top:10px;
	}
}


/* Contact widget */
.contact-widget {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.contact-widget p {
    margin-bottom: 25px;
}
.contact-widget .icon {
    color: rgb(252,200,19);
    margin-right: 15px;
}


/* Contact widget 2 */
.list-2.footer-contact li {
	margin-bottom: 0;
}
.list-2.footer-contact li.separator {
	margin:12px 0;
}

/* Image Feed */
.image-feed {
	margin-right: 0;
	padding: 0;
	list-style: none;
}
.image-feed > li {
	display: inline-block;
	padding:0 5px 8px 0;
}
.image-feed > li img {
	width: 70px;
	height: 65px;
	border-radius: 1px;
}


/* Color Dark on Footer */
.footer-color-dark,
.footer-color-dark .footer-posts .sidebar-post a {
	color: #606369;
}
.footer-color-dark .footer-posts .sidebar-post a:hover {
	color: rgb(252,200,19);
}
.footer-wrapper.footer-color-dark .footer-title,
.footer-wrapper.footer-color-dark .footer-links > li > a,
.footer-wrapper.footer-color-dark .copyright {
    color: inherit;
}
.footer-wrapper.footer-color-dark .footer-social > li > a > .icon {
    color: #a2a6aa;
}


/* Footer Gray */
.footer-wrapper.footer-gray {
    background-color: #f1f2f2;
    border-top: 1px solid #ddd;
}

/* Footer no background */
.footer-wrapper.footer-no-background {
    background-color: transparent;
    color: #606369;
    border-top:1px solid #eee;
}

/* Footer Background */
.footer-wrapper.footer-background {
	position: relative;
	padding: 80px 0 55px;
}
.footer-wrapper.footer-background.style-2 {
	padding: 70px 0 0;
}
.footer-wrapper.footer-background.style-2 .sub-footer {
	margin-top:10px;
	padding:25px 0 10px;
	background-color: rgba(41,44,49,0.6)
}

/* Sub footer */
.footer-2 {
	padding:60px 0 0;
}
.footer-2 .sub-footer {
	background-color: #2a2c2e;
	padding:20px 0 5px;
	margin-top:10px;
}
.footer-3 {
	padding:60px 0 0;
}
.footer-3 .sub-footer {
	background-color: #f5f5f5;
	padding:20px 0 5px;
	margin-top:10px;
	color: #505359;
}
.footer-3 .sub-footer * {
	color: inherit;
}



/* *********************  Social Icons  ********************* */

.social-icon {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 30px;
    list-style: none;
}
.social-icon > li {
    display: inline-block;
    margin-right: 8px;
}
.social-icon > li:last-child {
    margin-right: 0;
}
.social-icon > li > a {
    display: table;
}
.social-icon .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #999a9e;
    background: none;
}
.social-icon a:hover .icon {
    background-color: transparent;
    color: rgb(252,200,19);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-icon.social-light .icon {
    color: #b3b6ba;
}
.social-icon.social-bg .icon {
    background-color: #30a798;
    color: #fff;
}
.social-icon.social-bg > li > a:hover .icon {
    background-color: rgb(252,200,19);
    color: #fff;
    opacity: 0.6;
}
.social-icon.circle .icon {
    border-radius: 50%;
}
.social-icon.rounded .icon {
    border-radius: 3px;
}
.social-icon.simple .icon {
    color: #778;
    background-color: transparent;
}
.social-icon.simple > li > a:hover .icon {
    background-color: transparent;
    color: rgb(252,200,19);
    border: none;
}



/* *********************  Animations    ********************* */

/* fade */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Appear animations */
.animated {
    opacity: 0;
}
.animated.on {
    opacity: 1;
}



/* *********************  Animsition loading    ********************* */

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaacae;
  text-align: center;
  content: "Loading...";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/* *********************  Updates    ********************* */

/* Update v1.0.1 */
.form-subscribe .form-control {
	height: 42px;
	background-color: #eaebf0;
}
.g-recaptcha iframe {
	height:78px;
}

/* Update v1.1.0 */
/* Changed in update v1.3.0 */
.menu-badge {
    color: rgba(252,200,19,0.9) !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-left: 10px;
}

/* Update v1.2.0 */
/* Working widgets */

/* Twitter Feed */
.twitter-feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twitter-feed ul > li {
	margin-bottom:40px;
	border-bottom: 1px solid #eaebee;
}
.twitter-feed ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.twitter-feed a {
	color: #505259;
}
.twitter-feed a:hover,
.twitter-feed a:focus,
.twitter-feed a:active {
	color: #202329;
}
.twitter-feed .tweet-section a {
	color: rgba(255,255,255,0.7);
}
.twitter-feed .tweet-section a:hover,
.twitter-feed .tweet-section a:focus,
.twitter-feed .tweet-section a:active {
	color: rgba(255,255,255,1);
}

.tweet-section {
	padding: 30px 20px 5px;
}

/* Flickr Feed */
.flickr-carousel img {
	width:100%;
	height:320px;
}




/* v1.3.0 */
/* Megamenu and Submenu font style */
.submenu,
.megamenu {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.vertical-menu-list.onepage-list {
	padding: 0;
}
.vertical-menu-list.onepage-list > li > a {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #d0d4d8;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 10px;
    margin-bottom:10px;
}

.vertical-menu-list.onepage-list > li > a:hover,
.vertical-menu-list.onepage-list > li > a:focus,
.vertical-menu-list.onepage-list > li.current > a {
	color: rgb(252,200,19);
}


/* Body large boxed */
@media (min-width:992px) {
	.large-boxed {
		padding: 40px;
		background-color: #e5e6e7;
	}
	.large-boxed #wrapper {
		background-color: #f5f5f5;
		box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	}
	.large-boxed .menu-fixed .main-header,
	.large-boxed .header-transparent .main-header {
        width:calc(100% - 80px); 
        left:auto;
        margin:0 auto;
    }
}

/* Gauges */
#tempgauge, #windgauge,#raingauge, #barogauge, #humgauge, #dpgauge {
	width: 180px;
	height: 120px;
}

.mapboxad {
	display:inline-block;
	background-image: url('../images/map.png');
	width: 100%;
	height: 288px;
	border: 1px solid #e1e1e1;
	position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.mapboxad h3 {
	margin: 10px;
}

.mapboxad:hover {
	box-shadow: 0px 0px 5px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

/* Mine */
.warnsigns {
  	padding-right: 5px;
    margin-right: 5px;
    line-height: 20px;
    letter-spacing: 1px;
    border-right: 1px dotted #e8e8e8;
}
.warnsigns_last {
  	padding-right: 5px;
    margin-right: 5px;
    line-height: 20px;
    letter-spacing: 1px;
}
.record {
	position: relative;
    border: 1px solid #e3e5e9;
    border-radius: 4px;
    padding: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media (max-width:991px) {
	.record {
		margin-bottom: 30px;
	}
}
/* About us */

.map {
	  width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
.vf {
	position: relative;
    
    padding: 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* Boxed Layout */
#wrapper  {
	background-color:rgba(255,255,255,0.95) !important;
}
@media (min-width:768px) {
	.body-boxed.dark {
		background:url('../images/pattern-dark.png') repeat;
	}			
	
	/* Different backgrounds for the season change script */
	.body-boxed.image {
	    background-repeat: no-repeat;
	    background-position: 50% 0;
	    background-size: cover;
	    background-attachment: fixed;
		-webkit-backface-visibility: hidden !important;
	transition: background 2s linear;
	}
	
	#wrapper {
		margin:auto;
		width:768px;
		box-shadow:0 0 40px rgba(0, 0, 0, 0.3);
	}
}

@media (min-width:992px) {
	#wrapper { width:992px; }
	.menu-fixed .main-header,
	.header-transparent .main-header {
        width:992px; 
        left:auto;
        margin:0 auto;
    }
    .vertical-menu-fixed #wrapper {
    	width:calc(90% - 350px);
    	margin-left: 350px;
    }
    .vertical-menu-fixed.body-boxed .content-fixed {
		padding-left:0;
	}
	.vertical-menu-fixed.body-boxed .content-fixed.right {
		padding-left:0;
		padding-right:0;
	}
	.vertical-menu-fixed.body-boxed .content-fixed .container {
		width:90%;
	}

}
@media (min-width:1200px) {
	#wrapper,
	.menu-fixed .main-header,
	.header-transparent .main-header  {
		width:1200px;
	}
	.vertical-menu-fixed #wrapper {
    	width:calc(85% - 350px);
    	margin-left: 350px;
    }
}