
/* Demo Panel */
.demo_changer { width: 400px;}
.demo_changer .demo-icon { cursor: pointer; text-align: center; background: #00ADBB; position: absolute; right: -40px;}
.demo_changer .dropdown-menu > li > a.active { background: #ddd;}
.demo_changer .dropdown-menu > li.selected { background: none; }
.bootstrap-select.btn-group .dropdown-menu {background-color: #F4F4F4; border-radius: 0; box-shadow: none;}



/* Solid Colors */
.blue { background: #4cddf3;}
.black-solid { background: #222222;}
.green { background: #f1d301;}
.yellow { background: #f1d301;}
.red { background: #f2333a;}
.mauve { background: #d786fe;}
.turqoise { background: #29deb5;}
.orange { background: #fda527;}


/* Typography */
.big-title { margin-bottom: 40px; font-weight: 300;}
.thin-line { display: inline-block; border: solid 1px #00ADBB; width: 45px; margin-bottom: 40px;}
.thin-line-white { display: inline-block; border: solid 1px #fff; width: 45px; margin-bottom: 40px;}
.thin-line-grey { display: inline-block; border: solid 1px #777777; width: 45px; margin-bottom: 40px;}
.grey-line { color: #777777; width: 100%; border: solid 1px;}

/* Fonts  */
.oswald { font-family: 'Oswald', Helvetica, Arial, sans-serif !important;}

/* Text */
.uppercase { text-transform: uppercase !important;}
.fw400 { font-weight: 400;}
.fw600 { font-weight: 600;}

.line22 { line-height: 22px;}
.line40{ line-height: 40px;}

.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}

.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.f40 { font-size: 40px;}

/* Colors */
.tcolor { color: #00ADBB;}
.white { color: #fff;}
.black { color: #000;}
.grey { color: #777777;}
.dark-grey {color: #575963;}

/* Borders */
.border-none { border-bottom: none !important;}

/* Paddings, Margins */
.ptop10 { padding-top: 10px;}
.ptop15 { padding-top: 15px;}
.ptop20 { padding-top: 20px;}
.ptop50 { padding-top: 50px;}
.ptop60 { padding-top: 60px;}
.pbottom20 { padding-bottom: 20px;}
.pbottom40 { padding-bottom: 40px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom60 { padding-bottom: 60px;}
.ptop70 { padding-top: 70px;}
.ptop100 { padding-top: 100px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom100 { padding-bottom: 100px;}

.mauto { margin: auto !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom10 { margin-bottom: 10px;}
.mbottom15 { margin-bottom: 15px;}
.mbottom20 { margin-bottom: 20px;}
.mbottom25 { margin-bottom: 25px;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px;}
.mbottom50 { margin-bottom: 50px;}
.mbottom60 { margin-bottom: 60px;}
.mbottom70 { margin-bottom: 70px;}
.mbottom100 { margin-bottom: 100px;}
.mright20 { margin-right: 20px;}
.mright30 { margin-right: 30px;}
.mright50 { margin-right: 50px !important;}


.zindex1 { z-index: 1;}
.zindex2 { z-index: 2;}
.float-right { float: right;}

.block { display: block;}
.inline-b { display: inline-block;}
.relative { position: relative;}

/* Animations */
.animate1 {-webkit-transition: all .1s; -moz-transition: all .1s; -ms-transition: all .1s; -o-transition: all .1s; transition: all .1s;}
.animate {-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.animate3 {-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}

/* Buttons */
.dezure-btn2 { display: inline-block; background: #575963; color: #fff; padding: 16px 25px; border-radius: 2px; margin-right: 5px;
text-transform: uppercase; margin-bottom: 10px; line-height: 17px;}
.dezure-btn2:hover { color: #fff; background: #4B4C55;}

.dezure-btn { display: inline-block; background: #00ADBB; color: #fff; padding: 16px 25px; border-radius: 2px; text-transform: uppercase;
line-height: 17px;}
.dezure-btn:hover { color: #fff; background: #DB2B1C;}
.dezure-btn span {font-size: 12px; margin-right: 10px;}

.btn-transparent { text-transform: uppercase; color: #fff; border: solid 1px #fff; padding: 0 20px; border-radius: 2px; line-height: 43px;
display: inline-block; font-size: 16px;}
.btn-transparent:hover { background: #fff; color: #000;}
.btn-transparent i { padding-left: 10px;}

#page-wrapper { background-color: #fff;}

/* Titles */
.logo-title { text-indent: -99999px;}
.hidden { text-indent: -99999px;}
.section-title { margin-bottom: 10px; text-transform: uppercase; color: #575963; font-size: 24px; display: inline-block;  
position: relative; line-height: 28px;}
.section-title:before,
.section-title:after { border-top: 1px solid #00ADBB; display: block; height: 1px; content: " "; width: 50px; position: absolute;
left: -60px; top: 14px;}
.section-title:after { right: -60px; left: auto; }

.section-title-hello { text-transform: uppercase; color: #575963; font-size: 24px; display: inline-block; position: relative;}
.section-title-hello:before,
.section-title-hello:after { border-top: 1px solid #fff; display: block; height: 1px; content: " "; width: 104px; position: absolute;
left: -115px; top: 17px;}
.section-title-hello:after { right: -115px; left: auto; }
.section-title-hello h1 { color: #fff; line-height: 35px; font-size: 30px;}
.section-title-hello h2 { color: #fff; line-height: 35px; font-size: 30px;}

/*.logo {width: 100% !important; height: 100% !important;}
.logo-nav { float: left; line-height: 60px;}*/



.we-are { color: #00ADBB; font-size: 40px; line-height: 40px;}
.we-are2 { color: #00ADBB; font-size: 24px; line-height: 60px; margin-bottom: 0; display: inline-block;}
.slider-btn {color: #fff !important; border: solid 1px #fff; border-radius: 2px; padding: 14px 35px; font-size: 14px;}
.slider-btn:hover { background: #fff; color: #000 !important;}

.caption3 h2 { color: #fff; font-size: 40px; line-height: 48px; font-weight: 400;}

.caption1 { top: 26%;}
.caption2 { top: 31%;}
.caption3 { top: 45%;}
.caption4 { top: 62%; transform: none !important;}


/* Layer Slider Demo Styles */
#layerslider img { width: 100%;}
.ls-circle-timer { display: none !important;}
.ls-borderlesslight .ls-nav-next, .ls-borderlesslight .ls-nav-prev {width: 55px !important; background: #272727 !important; height: 55px !important; 
-webkit-transition: all 0.2s !important; -moz-transition: all 0.2s !important; -ms-transition: all 0.2s !important; -o-transition: all 0.2s !important; 
transition: all 0.2s !important; color: #fff !important; text-align: center !important;}
.ls-borderlesslight .ls-nav-next::before , .ls-borderlesslight .ls-nav-prev::before { font-family: 'icomoon';line-height: 55px; width: 60px;font-size: 28px;}
.ls-borderlesslight .ls-nav-next::before {content: "\f105";}
.ls-borderlesslight .ls-nav-prev::before {content: "\f104";}
.ls-borderlesslight .ls-nav-prev:hover , .ls-borderlesslight .ls-nav-next:hover {background: #c41411 !important;}

.ls-nav-start { display: none !important;}
.ls-nav-stop { display: none !important;}
.ls-borderlesslight .ls-bottom-slidebuttons a { background: none !important;}
.ls-borderlesslight .ls-bottom-slidebuttons a {width: 15px !important; height: 3px !important; background: #999999 !important; margin-left: 6px !important;}
.ls-borderlesslight .ls-bottom-slidebuttons a.ls-nav-active { background: #00ADBB !important;}


/* Featured Section */
.featured-projects { background: #f8f8f8;}
.title { color: #666666; font-size: 21px; line-height: 30px;  }
.subtitle {font-size: 25px; line-height: 35px;}

/* Laptop Slider Styles */
.ms-laptop-template .ms-laptop-cont .ms-view{ background-color: #17171a;}
.ms-laptop-template .ms-laptop-cont{ max-width: 645px; position: relative; margin: 0 auto;}
.ms-laptop-template .ms-lt-slider-cont { position: relative; padding: 5% 11.9% 20%; max-width: 645px;}
.ms-laptop-template .ms-laptop-bg { max-width: 100%; position: absolute; }
.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next { background: url(../images/masterslider/skin.png) no-repeat -11px -9px; width: 35px; height: 40px; 
left: -80px; margin-top: -17px; position: absolute; top:50%; cursor: pointer;}
.ms-laptop-template .ms-nav-next { background-position: -59px -9px; right: -80px; left:auto;}
.ms-laptop-template .ms-bullets.ms-dir-h { position: absolute; bottom: -30%; right: 50%; width: 100px;}
.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count { position: relative; right: -50%;}
.ms-laptop-template .ms-bullet { width: 10px; height: 10px; background: #d9d9d9; border-radius: 50%; margin: 4px;}
.ms-laptop-template .ms-bullet:hover { background: #333;}
.ms-laptop-template .ms-bullet-selected { background: #f4f4f4; box-shadow: 0 0 0 2px #31bfc3; }
.ms-laptop-template .ms-bullet-selected:hover { background: #f4f4f4;}

/* Featured Text */
.rounded-svg { margin-left: -30px;}
.featured-text { margin-left: -30px;}
.featured-text h3 {
font-size: 15px; 
margin-bottom: 0px;
font-family: Montserrat,sans-serif;
letter-spacing: 0;

}
.featured-text p { margin-bottom: 10px;}
.first-text h3 { margin-left: -110px; margin-top: 20px;}
.first-text p {margin-left: -110px;  font-family: Raleway,sans-serif;font-size: 15px;}
.second-text h3 { margin-left: -85px; margin-top: 30px;}
.second-text p { margin-left: -85px;  font-family: Raleway,sans-serif; font-size: 15px;}
.third-text h3 { margin-left: -80px; margin-top: 30px;}
.third-text p { margin-left: -80px;  font-family: Raleway,sans-serif; font-size: 15px;}
.fourth-text h3 { margin-left: -100px; margin-top: 25px;}
.fourth-text p { margin-left: -100px;  font-family: Raleway,sans-serif; font-size: 15px;}

/* Featured Projects Overlay */
.arrow_box { position: relative; background: #f8f8f8;}
.arrow_box:after, .arrow_box:before { top: -20px; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; 
position: absolute; pointer-events: none; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;
-o-transition: all .3s; transition: all .3s;}
.arrow_box:hover:after { top: 0; border-color: rgba(255, 255, 255, 0); border-top-color: #f8f8f8; border-width: 20px; margin-left: -20px;}
.arrow_box:hover:before {top: 0; border-color: rgba(255, 255, 255, 0); border-top-color: #f8f8f8; border-width: 21px; margin-left: -21px;}

.caption-media { display: block; min-width: 100%; max-width: 100%; height: auto;}
.caption-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 25px; color: white; cursor: auto; transform: translateY(100%); 
-ms-transform: translateY(100%); -o-transform: translateY(100%); -webkit-transform:translateY(100%); -webkit-transition:transform .35s ease-out; 
-moz-transition:transform .35s ease-out; -o-transition:transform .35s ease-out; transition:transform .35s ease-out;}

.caption:hover .caption-overlay { -webkit-transform:translateY(40%); -moz-transform:translateY(40%); -ms-transform:translateY(40%); 
-o-transform:translateY(40%); transform:translateY(40%);}
body.boxed .caption:hover .caption-overlay { -webkit-transform:translateY(20%); -moz-transform:translateY(20%); -ms-transform:translateY(20%); 
-o-transform:translateY(20%); transform:translateY(20%);}
.caption-overlay-title { display: inline-block; font-family: 'Oswald', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 18px; color: #fff; 
margin: 0; padding: 0 0 8px; -webkit-transform:translateY( calc(-100% - -25px) );  -moz-transform:translateY( calc(-100% - -25px) );
-ms-transform:translateY( calc(-100% - -25px) );  -o-transform:translateY( calc(-100% - -25px) );  transform:translateY( calc(-100% - -25px) );
-webkit-transition:transform .35s ease-out;  -moz-transition:transform .35s ease-out;  -o-transition:transform .35s ease-out; transition:transform .35s ease-out;}

.featured-projects-carousel .owl-next, .featured-projects-carousel .owl-prev { display: inline-block; width: 55px; height: 55px; line-height: 55px; 
background: #272727; color: #fff; font-size: 22px;-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; 
transition: all 0.2s;}
.featured-projects-carousel .owl-next:hover, .featured-projects-carousel .owl-prev:hover { background: #c41411;}
.featured-projects-carousel .owl-prev {left: 0; position: absolute; top: 50%; margin-top: -22px;}
.featured-projects-carousel .owl-prev i { margin-left: -2px;}
.featured-projects-carousel .owl-next {right: 0; position: absolute; top: 50%; margin-top: -22px;}
.featured-projects-carousel .owl-next i { margin-right: -2px;}


/* Process */
.process {background: url(../images/process-bg.jpg) no-repeat center center; background-size: cover;}
.process-parallax { background: url(../images/process-bg.jpg) 50% 0 no-repeat fixed; background-size: cover;}

.tab-bullet {display: inline-block; width: 18px; height: 18px; background: #222222; border-radius: 50%; 
border: solid 2px #aaaaaa;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; 
-o-transition: all .3s; transition: all .3s; position: relative;}
.tab-bullet-active {display: inline-block; width: 18px; height: 18px; background: #222222; border-radius: 50%; border: solid 4px #00ADBB;
float: left; margin-right: 15px; margin-top: 4px;}
.tab-bullet::after { content: ''; border: solid 1px #777777; width: 135px; display: inline-block; position: absolute; top: 50%; 
margin-top: -1px; left: 31px;}
.tab-bullet.last::after { display: none;}

#process ul.nav-tabs { text-align: justify;}
#process ul.nav-tabs>li{ text-align: center; width: 16%; display: inline-block; float: none;}
#process ul.nav-tabs>li:last-child {margin-right: 0;}
#process ul.nav-tabs li.active .tab-bullet {border: solid 2px #00ADBB;}
#process ul.nav-tabs li.active .tab-icon { color: #00ADBB; }
.tab-icon { font-size: 25px; color: #fff;}

#process .nav-tabs>li>a {margin-right: 0; border-radius: 0; border: none; padding: 0;}
#process .nav-tabs>li>a b {color: #fff; text-transform: uppercase; font-family: 'Oswald', Helvetica, Arial, sans-serif; font-weight: 300;}
#process .nav-tabs>li>a:hover { border: none; background: none;}
#process .nav-tabs>li.active>a { background: none; border: none; }
#process .nav-tabs { border: none;}
#process .tab-content>.tab-pane p { color: #ddd; margin-bottom: 30px;}

.desktop-img { margin-bottom: -155px;}


/* Mailchimp Integration */
/*
#subscribe { margin-top: 10px;}
#subscribe h4 { color: #fff; margin-bottom: 5px;}
#subscribe p { color: #CACACA; margin-bottom: 15px;}
#subscribe form { margin-bottom: 10px;}
#subscribe input {outline: none; background: none; border: solid 1px #343434; padding: 5px 10px; color: #525252; width: 200px; margin-bottom: 10px;}
#subscribe button {line-height: 20px; padding: 6px 11px 7px 11px; font-size: 16px; border: 0; background: #4c4c4c; color: #C3C3C3; margin-left: -4px; }
#subscribe button:hover { background: #00ADBB; color: #fff;}
#subscribe .close { opacity: 1; position: absolute; right: 4px; top: 6px; background: none; color: #000; font-size: 12px; }
#subscribe .close:hover { background: none; color: #000;}
#subscribe .alert-warning {background: #fff; color: #000; padding: 10px 75px 10px 42px; position: relative;}
#subscribe .alert-success { background: #fff; color: #000; padding: 9px 40px 9px 19px;}
#subscribe #notification_container { margin-top: 15px; margin-bottom: 5px;}*/

::-webkit-input-placeholder { font-size: 12px; padding-top: 2px; }
::-moz-placeholder { font-size: 12px; padding-top: 2px;}
:-ms-input-placeholder { font-size: 12px; padding-top: 2px;}
input:-moz-placeholder { font-size: 12px; padding-top: 2px;}




/* Typography */
.nav-tabs { border-bottom: 1px solid #00ADBB;}
.nav-tabs >li > a { color: #000;}
.nav-tabs > li.active > a { color: #fff; background-color: #00ADBB; border: 1px solid #00ADBB;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { color: #fff; background-color: #00ADBB; border: 1px solid #00ADBB;}
.nav-tabs >li > a:hover { border-color: #00ADBB; color: #000; background: #f5f5f5;}
.tab-pane { padding: 10px;}



/* Single Portfolio Page */
.single-project-carousel .owl-prev { position: absolute; top: 20px; right: 74px;}
.single-project-carousel .owl-next { position: absolute; top: 20px; right: 14px;}
.single-project-carousel .owl-buttons i { background: #666666; color: #fff; font-size: 20px; padding: 20px 26px; -webkit-transition: all .2s; -moz-transition: all .2s; 
-ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.single-project-carousel .owl-buttons i:hover { background: #00ADBB;}

.project-details ul { list-style: none; padding: 0;}
.project-details ul li { margin-bottom: 10px;}
.project-details ul li:last-child { margin-bottom: 0;}
.project-details ul li b { text-transform: uppercase; font-family: 'Oswald', Helvetica, Arial, sans-serif; float: left; min-width: 110px;}
.project-details ul li p { margin-bottom: 0;}

ul.share-project {border: solid 1px #e6e6e6; display: inline-block; padding: 13px 15px !important;}
ul.share-project li { display: inline-block; margin-bottom: 0; line-height: 13px; margin-right: 10px;}

.share-icons { color: #888888;}
.share-icons:hover { color: #00ADBB;}

.related-projects { background: #f8f8f8; padding-top: 70px;}

.stars {line-height: 30px; display: inline-block; vertical-align: super; margin-left: 25px;}



/* Single Portfolio Page v2 */
.related-projects2 { border-top: 1px solid #eeeeee; padding-top: 70px;}

.single-project-carousel2 .owl-controls .item-link { position: relative; display: block; width: 134.7px; height: 106px; margin: 0 2px; outline: none; }
.single-project-carousel2 .owl-controls .item-link:focus { -webkit-box-shadow: 0 0 8px #cc4895; -moz-box-shadow: 0 0 8px #cc4895; 
box-shadow: 0 0 8px #cc4895; outline: none; }
.single-project-carousel2 .owl-controls .owl-page { position: relative;}
.single-project-carousel2 .owl-controls .owl-page span { display: block !important; height: 5px !important; margin: 0px 2px !important; 
 -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 0 !important; background: #fff !important; 
position: absolute !important; bottom: -11px !important; width: 97% !important; }
.single-project-carousel2 .owl-controls .owl-page.active span { background: #00ADBB !important;}
.single-project-carousel2 .owl-controls { margin-top: 1px;}
.single-project-carousel2 .item img { height: 366px; width: 100%;}
.single-project-carousel2 .owl-prev { position: absolute; top: 20px; right: 74px;}
.single-project-carousel2 .owl-next { position: absolute; top: 20px; right: 14px;}
.single-project-carousel2 .owl-buttons i { background: #666666; color: #fff; font-size: 20px; padding: 20px 26px; -webkit-transition: all .2s; -moz-transition: all .2s; 
-ms-transition: all .2s; -o-transition: all .2s; transition: all .2s;}
.single-project-carousel2 .owl-buttons i:hover { background: #00ADBB;}



/* Plugins */
/* To Top */
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; 
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; 
text-indent: 100%; white-space: nowrap; background: #1f1f1f url(../images/cd-top-arrow.svg) no-repeat center 50%; 
visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; 
-moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; z-index: 11111; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; 
-moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #161616; opacity: 1; }
@media only screen and (min-width: 768px) {
  .cd-top { right: 20px; bottom: 20px; }
}
@media only screen and (min-width: 1024px) {
  .cd-top { height: 60px; width: 60px; right: 30px; bottom: 30px; }
}


/* Owl Carousel */
/* clearfix */
/*
.owl-wrapper {cursor: -webkit-grab; cursor: grab; }
.owl-wrapper.grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
/*
.owl-carousel{ display: none; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; 
-ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; 
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* fix */
/*
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; 
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }
/* Owl Carousel Owl Demo Theme v1.3.3 */
/*
.owl-theme .owl-controls{ margin-top: 10px; text-align: center; }
/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/*
.owl-theme .owl-controls.clickable .owl-buttons div:hover{ opacity: 1; text-decoration: none; }
/* Styling Pagination*/
/*
.owl-theme .owl-controls .owl-page{ display: inline-block; }
.owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; 
opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ opacity: 1; background: #cd3a44; }
/* If PaginationNumbers is true */
/*
.owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; 
-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
/* fade */
/*
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; 
animation: fadeOut .7s both ease; }
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; }
*/
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 100%; overflow: hidden; 
visibility: hidden; opacity: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nivo-lightbox-overlay.nivo-lightbox-open { visibility: visible; opacity: 1; }
.nivo-lightbox-wrap  { position: absolute; top: 10%; bottom: 10%; left: 10%; right: 10%; }
.nivo-lightbox-content { width: 100%; height: 100%; }
.nivo-lightbox-title-wrap { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 99999; text-align: center; }
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev { position: absolute; top: 50%; left: 0; }
.nivo-lightbox-next { position: absolute; top: 50%; right: 0; }
.nivo-lightbox-close { position: absolute; top: 2%; right: 2%; }
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img { max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: middle; }
.nivo-lightbox-content iframe { width: 100%; height: 100%; }
.nivo-lightbox-inline,
.nivo-lightbox-ajax { max-height: 100%; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 
box-sizing: border-box; /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }
.nivo-lightbox-error { display: table; text-align: center; width: 100%; height: 100%; color: #fff; text-shadow: 0 1px 1px #000; }
.nivo-lightbox-error p { display: table-cell; vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}



/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; 
filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; 
z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; 
display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; 
opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; 
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 0; }
.mfp-close-btn-in .mfp-close { color: #fff; background: #00ADBB; opacity: 1; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; 
height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; 
left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; 
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; 
z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; 
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; 
text-align: center; padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } 
}

.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }




.rw-wrapper{
	float: left;
	width: 80%;
	font-size: 32px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 35px;
	font-weight: 300;
}
.rw-sentence{
	margin: 0;
}
.rw-sentence span{
	color: #fff;
}
.rw-words{
	margin-top: -30px;
	display: inline;
	text-indent: 95px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fff;
	-webkit-animation: rotateWord 8s linear infinite 0s;
	-moz-animation: rotateWord 8s linear infinite 0s;
	-o-animation: rotateWord 8s linear infinite 0s;
	-ms-animation: rotateWord 8s linear infinite 0s;
	animation: rotateWord 8s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 2s; 
	-moz-animation-delay: 2s; 
	-o-animation-delay: 2s; 
	-ms-animation-delay: 2s; 
	animation-delay: 2s; 
	color: #fff;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 4s; 
	-moz-animation-delay: 4s; 
	-o-animation-delay: 4s; 
	-ms-animation-delay: 4s; 
	animation-delay: 4s; 
	color: #fff;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 6s;
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #fff;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}



#wrap {
  display: inline-block;
  position: relative;
  height: 30px;
  float: right;
  padding: 0;
  position: relative;
  margin-left: 40px;
  margin-top: 25px;
}

#wrap input[type="text"] {
  height: 30px;
  font-size: 21px;
  display: inline-block;
  border: none;
  outline: none;
  color: #999;
  padding: 0px 10px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  border-radius: 3px;
}

#wrap input[type="text"]:focus:hover {
  background-color: #fff;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#wrap input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  cursor: text;
  background-color: #fff;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#wrap input[type="submit"] {
  height: 30px;
  width: 30px;
  display: inline-block;
  color:red;
  float: right;
  background: url(../images/site-search-menu.png) no-repeat center 1px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
  opacity: 0.8;
}
