@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";

 html{
overflow-x:hidden !important;
overflow-y:scroll !important;
height:100%;
}
body{
margin: 0;
padding: 0;
font-weight: 400;
font-size: 12px;
height:100%; background:#454545;
color:#000;
font-family: 'Raleway', sans-serif;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;} p {
text-align: left;
font-size: 12px;
line-height: 24px;
padding-bottom: 10px;
font-weight:500;
}
blockquote {
float:left;
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 15px solid #eee;
}
blockquote p {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#494949;
}
.text-subtitle {
float:left;
width:100%;
position:relative;
font-size:14px;
font-weight:bold;
letter-spacing:2;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
color:#666;
padding-bottom:10px;
text-align:left;
}
.text-title {
float:left;
width:100%;
position:relative;
font-size:26px;
font-weight:bold;
letter-spacing:2px;
color:#191919;
text-transform:uppercase;
text-align:left;
padding-bottom:10px;
border-bottom:1px solid #eee;
margin-bottom:10px;
} .loader-holder {
position:fixed;
width:50px;
height:50px;
top:50%;
left:50%;
margin-top:-20px;
margin-left:-20px;
z-index:150;
}
.loader-inner {
top:0;
left:0;
position:absolute;
width: 50px;
height: 50px;
z-index:20;
-webkit-transition: all 0.4s  ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s   ease-in-out;
transition: all 0.4s  ease-in-out;
}
.loader {
float:left;
width: 50px;
height: 50px;
border-left:10px solid #404040;
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
.loader , .loader:after {
border-radius: 50%;
width: 40px;
height: 40px;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .container{
max-width: 1024px;
width:92%;
margin:0 auto;
position: relative;
z-index:5;
}
#wrapper {
float:left;
width:100%;
position:relative;
background:#fff;
}
.content {
width:100%;
position:relative;
z-index:4;
float:left;
padding:0 30px;
background:#fff;
}
.content.fscon {
padding:0 70px;
}
.column-wrap {
float:right;
width:70%;
position:relative;
padding-right:70px;
}
.column-wrap #wrapper {
padding:0 30px 60px 30px;
}
.fl-wrap {
float:left;
width:100%;
position:relative;
}
.no-bg {
background:none;
}
.full-height {
height:100%;
}
.full-width-wrap {
width:100%;
}
.bg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size: cover;
background-attachment: scroll  ;
background-position: center  ;
background-repeat:repeat;
background-origin: content-box;
}
.bg.par-elem {
height:150%;
top:-15%;
}
.full-height-parallax {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:2;
}
.respimg {
width:100%;
height:auto;
}
.overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
opacity:0.2;
}
.hero-wrap {
position:relative;
width:100%;
overflow:hidden;
height:100%;
z-index:10;
}
.parallax-title {
position:absolute;
top:10%;
z-index:1;
font-size:94px;
color:#000;
opacity:0.07;
text-transform:uppercase;
font-weight:900;
}
.parallax-title.left-pos {
left:0;
}
.parallax-title.right-pos {
right:50px;
}
.no-padding {
padding:0 !important;
}
.dec-list {
float:left;
width:100%;
}
.dec-list li {
float:left;
width:100%;
text-align:left;
position:relative;
padding:15px 0 15px 40px;
font-size:12px;
border-bottom:1px solid #eee;
font-weight:600;
}
.dec-list li span {
color:#666;
}
.dec-list li:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\f178";
position:absolute;
top:15px;
font-size:16px;
left:0;
}
.cts-dot {
display:none;
} .fixed-column {
position:fixed;
top:0;
left:0;
width:30%;
height:100%;
padding-left:70px;
z-index:4;
-webkit-transform: translate3d(0,0,0);
overflow:hidden;
}
.progress-bar-wrap {
position:absolute;
top:20px;
left:100px;
right:30px;
height:20px;
z-index:20;
}
.progress-bar-wrap:before {
content:'';
position:absolute;
top:50%;
left:0;
width:100%;
height:1px;
background:rgba(255,255,255,0.51);
z-index:1;
}
.progress-bar {
position:    relative;
height:      5px;
width:       0%;
border-radius:3px;
z-index:2;
top:8px;
}
.bg-title {
position:absolute;
bottom:-15%;
left:45%;
font-size:94px;
width:100%;
min-height:300px;
text-transform:uppercase;
font-weight:900;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-moz-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
color:#fff
}
.column-image {
-webkit-transition:all 600ms  ;
transition:all 600ms  ;
}
.scrbg {
opacity:0;
}
.mr-top {
margin-top:30px !important;
} .btn{
float:left;
margin-top:10px;
font-size: 14px;
color: #fff;
margin-right:10px ;
text-align: center;
width: auto;
letter-spacing: normal;
position: relative;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
background:#FFD600;
outline: none;
padding: 15px 18px;
display: inline-block;
border-radius:4px;
}
.btn i{
padding-right: 10px;
font-size: 15px;
background:#414146;
padding: 14px 20px;
position: absolute;
top: -2px;
left: 0;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
.btn.hide-icon span {
padding: 0 33px;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
font-family: 'Montserrat', sans-serif;
font-size:10px;
text-transform:uppercase;
}
.btn.hide-icon i {
padding: 11px 20px 10px;
left: -60px;
height: 100%;
line-height: 25px;
display: inline-block;
position: absolute;
color:#fff !important;
top: 0;
}
.btn.hide-icon:hover i{
left: 0;
}
.btn.hide-icon:hover span {
padding-left: 59px;
padding-right: 11px;
} header.main-header {
position:fixed;
width:70px;
height:100%;
background:#383838;
z-index:20;
top:0;
left:0;
-webkit-transform: translate3d(0,0,0);
}
.logo-holder {
position:absolute;
top:60px;
left:15px;
width:40px;
}
.logo-holder img {
width:40px;
height:auto;
float:left
}
.nav-button {
position: absolute;
width: 30px;
height: 30px;
margin-top:-15px;
top:50%;
left:20px;
z-index:10;
cursor:pointer;
}
.nav-button:after {
content:"Menu";
position:absolute;
top:-36px;
left:-2px;
font-family: Georgia, "Times New Roman", Times, serif;
float:left;
text-align:center;
font-style:italic;
color:#fff;
opacity:0!important;
visibility:hidden;
-webkit-transition: all 300ms linear!important;
-moz-transition: all 300ms linear!important;
-o-transition: all 300ms linear!important;
-ms-transition: all 300ms linear!important;
transition: all 300ms linear!important;
}
.nav-button:hover:after {
visibility:visible;
top:-26px;
opacity:1!important;
}
.menu-global {
backface-visibility: hidden;
position: absolute;
left: 0;
border-top: 3px solid #fff;
width: 100%;
transition: 0.55s;
}
.menu-top {
top: 0;
}
.menu-middle {
top: 10px;
}
.menu-bottom {
top: 20px;
}
.menu-top-click {
backface-visibility: hidden;
top: 10px;
transform: rotate(45deg);
transition: 0.55s 0.5s;
}
.menu-middle-click {
opacity: 0;
}
.menu-bottom-click {
backface-visibility: hidden;
top: 10px;
transform: rotate(-405deg);
transition: 0.55s 0.5s;
}
.hid-men-wrap {
width:100%;
left:0;
position: absolute;
top:55%;
overflow:hidden;
}
.sliding-menu ul {
margin: 0;
float: left;
width:100%;
overflow:hidden;
}
.sliding-menu li {
margin: 0;
position:relative;
float:left;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.18);
}
.sliding-menu li:first-child {
border-top:1px solid rgba(255,255,255,0.11);
}
.sliding-menu a {
float:left;
width:100%;
padding:12px 5px;
position:relative;
font-weight: 700;
font-size: 11px;
text-transform: uppercase;
letter-spacing:2px;
color: #fff;
line-height:20px;
}
.menu-wrap {
position: fixed;
z-index: 19;
width: 370px;
top:0;
bottom:0;
font-size: 1.15em;
padding-left:10px;
-webkit-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
}
.menu-inner:before {
content:'';
position:absolute;
bottom:20px;
left:35px;
right:15px;
height:1px;
}
.menu {
position: relative;
z-index: 1000;
}
.menu-inner   {
opacity: 0;
-webkit-transform: translate3d(-160px,0,0);
transform: translate3d(-160px,0,0);
-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
transition: opacity 0s 0.3s, transform 0s 0.3s;
-webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
}
.morph-shape {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
fill:rgba(0,0,0,0.71);
}
.menu-inner {
float:left;
width:100%;
height:100%;
position:relative;
z-index: 1000;
}
.menu-logo {
position:absolute;
top:45px;
left:0;
width:100%;
}
.menu-logo img {
width:150px;
height:auto;
margin:0 auto;
}
.show-menu .menu-wrap {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
-webkit-transform: translate3d(20px,0,0);
transform: translate3d(20px,0,0);
}
.show-menu .menu-inner  {
opacity: 1;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
} .footer-social {
position:absolute;
top:80px;
width:100%;
z-index:2;
left:0;
}
.footer-social:before , .footer-social:after {
content:'';
position:absolute;
left:6px;
right:6px;
height:1px;
background:rgba(255,255,255,0.21);
}
.footer-social:before {
top:-20px;
}
.footer-social:after {
bottom:-20px;
}
.footer-social li {
float:left;
width:100%;
margin-bottom:8px;
}
.footer-social li a {
width:30px;
margin-left:18px;
height:30px;
float:left;
line-height:30px;
border-radius:100%;
color:#383838;
background:#f2f2f2;
-webkit-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
-moz-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
-o-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
transition:all 400ms cubic-bezier(0.215,.61,.355,1);
}
.footer-social li a:hover {
-moz-box-shadow: 0 0 50px -2px #999;
-webkit-box-shadow: 0 0 50px -2px #999;
box-shadow: 0 0 50px -2px #999;
}
.main-footer {
position:fixed;
width:70px;
height:100%;
background:#404040;
border-left:1px solid rgba(255,255,255,0.21);
z-index:120;
top:0;
right:0;
-webkit-transform: translate3d(0,0,0);
}
.copyright {
position:absolute;
bottom:30px;
left:30px;
width:250px;
text-align:left;
color:#fff;
font-size:11px;
font-weight:600;
letter-spacing:1px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-moz-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.mail-link {
position:absolute;
top:20px;
width:100%;
left:0;
font-size:14px;
color: rgba(255,255,255,0.51);
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
} .arrowpagenav {
position:fixed;
top:50%;
left:30%;
width:40px;
height:110px;
background:#404040;
z-index:4;
margin:-55px 0 0 -20px;
border-radius:26px;
}
.arrowpagenav:before {
content:'';
position:absolute;
top:50%;
left:10px;
right:10px;
height:1px;
border-top:1px solid rgba(255,255,255,0.21);
}
.arrowpagenav a  {
width:40px;
height:40px;
margin-top:10px;
float:left;
line-height:40px;
font-size:16px;
color:#fff;
position:relative;
}
.arrowpagenav a:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position:absolute;
color:#fff;
top:0;
font-size:16px;
left:0;
line-height:40px;
width:40px;
height:40px;
}
.arrowpagenav a.cts-down:before {
content: "\f107";
}
.arrowpagenav a.cts-up:before {
content: "\f106";
}
.small-pad-sec {
padding-bottom:10px;
}
.small-sec {
padding:30px 0;
}
.bold-separator {
width:70px;
height:6px;
background:#000;
float:left;
margin-top:15px;
}
.scroll-nav-holder{
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
background: #404040;
float:left;
width:100%;
position:relative;
z-index:6;
-webkit-transform: translate3d(0,0,0);
}
.scroll-nav ul {
float:left;
width:100%;
}
.scroll-nav li {
float:left;
border-right:1px solid  rgba(255,255,255,0.21);
box-sizing:border-box;
overflow:hidden;
background:#404040;
}
.scroll-nav li:last-child {
border-right:none;
}
.scroll-nav li a {
font-weight:700;
font-size:10px;
position:relative;
float:left;
width:100%;
padding:25px 0;
color:#fff;
text-transform:uppercase;
letter-spacing:2px;
}
.scroll-nav a.external {
background: #585858;
}
.scroll-nav li a span {
position:relative;
z-index:2;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
}
.scroll-nav li a:hover span {
opacity:0.5;
}
.scroll-nav li a:before  , .scroll-nav li a:after {
content:'';
position:absolute;
height:0;
width:50%;
opacity:0;
z-index:1;
-webkit-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.scroll-nav li a:before {
top:0;
left:0;
}
.scroll-nav li a:after {
bottom:0;
right:0;
}
.scroll-nav li a.act-link:before , .scroll-nav li a.act-link:after  {
height:100%;
opacity:1;
} section {
float:left;
width:100%;
position:relative;
padding:70px 0;
}
section.dec-sec:before {
content:'';
position:absolute;
bottom:0;
left:0;
width:50%;
height:1px;
border-top:1px dashed #ccc;
}
section.dec-sec:after {
content:'';
position:absolute;
bottom:0;
left:50%;
width:7px;
height:7px;
border-radius:100%;
background:#eee;
margin-bottom:-2px;
margin-left:15px;
}
.section-title {
float:left;
width:100%;
position:relative;
padding-bottom:30px;
} .section-title p {
float:left;
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#494949;
max-width:500px;
} .hero-slider-holder {
position:relative;
overflow:hidden;
z-index:2;
}
.hero-wrap-item , .carousel-item  , .error-wrap{
position:relative;
width:100%;
top:50%;
left:0;
float:left;
z-index:6;
}
.hero-wrap-item.single-title-wrap {
padding-left:15%;
}
.hero-wrap-item.single-title-wrap:before {
content:'';
position:absolute;
top:-50px;
left:13%;
width:1px;
bottom:-50px;
background:rgba(255,255,255,0.21)
}
.hero-wrap-item.left-her  .container {
border-left:1px solid rgba(255,255,255,0.21);
padding:50px 0 50px 40px;
}
.hero-wrap-item.right-her .container  {
border-right:1px solid rgba(255,255,255,0.21);
padding:50px 40px 50px 0;
}
.entry-wrap {
position:absolute;
}
.num-holder3 {
position:absolute;
top:50px;
right:30px;
width:60px;
height:30px;
line-height:30px;
color:#fff;
z-index:15;
font-weight:200;
background:rgba(255,255,255,0.21);
border-radius:4px;
}
.hero-wrap .overlay{
z-index:5;
}
.slnop .num-holder3 {
top:100%;
margin-top:-90px;
}
.hero-wrap-item h2 {
color:#fff;
font-size:64px;
font-weight:900;
float:left;
width:100%;
}
.hero-wrap-item.left-her {
text-align:left;
}
.hero-wrap-item.right-her {
text-align:right;
}
.hero-wrap-item.right-her .btn , .hero-wrap-item.right-her p {
float:right !important;
}
.hero-wrap-item h4  , .hero-wrap-item h4 a{
color:#fff;
}
.hero-wrap-item p {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#fff;
}
.hero-wrap-item h3 {
font-size:20px;
color:#fff;
float:left;
width:100%;
position:relative;
font-weight:500;
padding:10px 0;
}
.hero-slider .overlay {
opacity:0.4;
}
.customNavigation.gals a {
position:absolute;
top:50%;
width:40px;
height:40px;
margin-top:-20px;
z-index:10;
line-height:40px;
color:#fff;
background:#292929;
border-radius:4px;
font-size:12px;
cursor:pointer;
}
.customNavigation.gals a.next-slide {
right:30px;
}
.customNavigation.gals a.prev-slide {
left:30px;
}
.hero-wrap {
padding:0 70px;
}
.mm-par-wrap{
position:absolute;
top:5%;
right:5%;
bottom:5%;
left:25%;
-webkit-perspective: 1000;
z-index:1;
}
.mm-par-wrap:before {
content:'';
position:absolute;
top:-10px;
left:20%;
right:-10px;
bottom:-10px;
border:1px solid #eee;
border-left:none;
box-sizing:border-box;
}
.mm-parallax{
-webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.impulse-wrap {
background:#fff;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
}
.hero-item {
position:absolute;
top:0;
left:70px;
right:70px;
height:100%;
z-index:1;
}
.mm-parallax {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
overflow:hidden;
box-shadow: 0 20px 25px 0 rgba(18,17,30,.15);
border-radius:10px;
}
.impulse-wrap:before {
content:'';
position:absolute;
top:0;
left:0;
width:30%;
height:100%;
background-size: cover;
background-attachment: scroll  ;
background-position: center  ;
background-repeat:repeat;
background-origin: content-box;
background:url(//costaserra.com/wp-content/themes/cooper/includes/images/impulse.png);
}
.single-carousel  .item{
position:relative;
overflow:hidden;
}
.carousel-item h3 {
font-size:36px;
text-align:center;
font-weight:800;
position:relative
}
.carousel-item h3:before {
content:'';
position:absolute;
bottom:-10px;
left:50%;
width:50px;
height:2px;
margin-left:-25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.carousel-item h3:hover:before {
width:100px;
margin-left:-50px;
}
.carousel-item h3 , .carousel-item h3 a {
color:#fff;
}
.single-carousel .item:before , .single-carousel .item:after {
content:'';
position:absolute;
left:20%;
right:20%;
background:rgba(255,255,255,0.41);
height:1px;
z-index:2;
}
.single-carousel .item:before {
top:50px;
}
.single-carousel .item:after {
bottom:50px;
}
.single-carousel .item .bg {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.bg.hov-rot {
-webkit-transform: scale(1.2);
-moz-transform:scale(1.2);
transform: scale(1.2);
}
.single-carousel .item p , .error-wrap p{
padding-top:30px;
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#eee;
text-align:center;
} .error-wrap h2{
color:#fff;
font-size:154px;
font-weight:700;
position:relative;
}
.error-wrap .btn {
float:none;
display:inline-table;
}
.error-wrap h2:before {
content:'';
position:absolute;
bottom:-10px;
left:50%;
width:50px;
height:1px;
margin-left:-25px;
background:rgba(255,255,255,0.51);
}
.error-wrap p {
font-size:17px;
} .inline-facts {
float:left;
width:25%;
box-sizing:border-box;
position:relative;
}
.inline-facts:before , .inline-facts:after ,.milestone-counter:before , .milestone-counter:after {
content:'';
position:absolute;
width:50px;
height:50px;
z-index:1;
box-sizing:border-box;
}
.inline-facts:before {
top:0;
left:10px;
border-top:1px solid #eee;
border-left:1px solid #eee;
}
.inline-facts:after {
top:0;
right:10px;
border-top:1px solid #eee;
border-right:1px solid #eee;
}
.num {
float:left;
width:100%;
font-size:56px;
color:#333743;
font-family: 'Montserrat', sans-serif;
font-weight:900;
text-transform:uppercase;
padding-top:10px;
}
.milestone-counter {
float:left;
width:100%;
position:relative;
}
.stats {
float:left;
width:100%;
position:relative;
}
.stats:before {
content:'';
position:absolute;
top:6px;
bottom:-22px;
left:20px;
right:20px;
z-index:-1;
background:#f9f9f9;
}
.milestone-counter:before {
bottom:-35px;
left:10px;
border-bottom:1px solid #eee;
border-left:1px solid #eee;
}
.milestone-counter:after {
bottom:-35px;
right:10px;
border-bottom:1px solid #eee;
border-right:1px solid #eee;
}
.inline-facts h6 {
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#666;
}
.inline-facts i {
color:#eee;
position:absolute;
bottom:-40px;
left:50%;
width:30px;
border-radius:100%;
margin-left:-15px;
font-size:26px;
} .custom-inner-holder {
float:left;
margin-top:60px;
width:100%;
padding-left:20px;
border-left:1px solid #eee;
}
.custom-inner {
float:left;
width:100%;
position:relative;
margin-bottom:50px;
}
.custom-inner:last-child {
margin-bottom:0;
}
.resum-header h3 {
float:left;
padding-bottom:20px;
font-weight:600;
font-size:18px;
text-align:left;
}
.resum-header {
float:left;
width:100%;
position:relative;
padding:30px 10px 30px 70px;
background:#f9f9f9;
}
.resum-header:after {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position:absolute;
color:#666;
bottom:10px;
font-size:70px;
right:10px;
opacity:0.08;
-webkit-transform:  rotate(45deg);
-moz-transform:   rotate(45deg);
transform:   rotate(45deg);
}
.resum-header.educ:after {
content: "\f19c";
}
.resum-header.workres:after {
content: "\f0c3";
}
.resum-header:before {
content:'';
position:absolute;
top:50%;
left:-26px;
width:10px;
height:10px;
margin-top:-10px;
border-radius:100%;
}
.resum-header span {
font-size:16px;
text-transform:uppercase;
width:100%;
color:#666;
text-align:left;
float:left;
}
.resum-header i {
width:40px;
height:40px;
line-height:40px;
border:1px solid #eee;
position:absolute;
border-radius:4px;
top:50%;
left:15px;
margin-top:-40px;
background:#fff;
}
.custom-inner h4 {
float:left;
width:100%;
padding-bottom:20px;
font-weight:800;
text-align:left;
text-transform:uppercase;
text-align:left;
}
.custom-inner-dec {
float:left;
width:100%;
margin-top:10px;
background:#eee;
height:1px;
}
.custom-inner ul {
float:left;
width:100%;
padding:10px 0 10px 13px;
list-style:decimal;
}
.custom-inner ul li {
float:left;
width:100%;
padding:5px 0 5px 10px;
text-align:left;
font-weight:800;
color:#666;
}
.custom-inner .content-nav ul {
position:relative;
left:0;
padding:0;
list-style:none;
}
.custom-inner .content-nav ul li {
float:left;
width:50%;
padding:0;
}
.custom-inner .btn {
margin-top:20px;
} .sl-tabs {
float:left;
width:100%;
position:relative;
}
.sl-tabs li{
color: #222;
float:left;
width:100%;
cursor: pointer;
}
.tb-item {
float:left;
width:100%;
padding:20px 10px;
background:#f9f9f9;
border-bottom:1px solid #eee;
}
.sl-tabs li i {
float:left;
width:100%;
font-size:28px;
margin-bottom:10px;
opacity:0.8;
}
.sl-tabs li i  , .tb-item , .det-box h3 a , .det-box-link  {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.sl-tabs li h3  , .tab-content h3 {
font-weight:700;
font-family: 'Montserrat', sans-serif;
}
.tab-content{
display: none;
float:left;
width:100%;
position:relative;
border-bottom:1px solid #eee;
border-right:1px solid #eee;
padding:0 20px 20px 0;
}
.tab-content:before {
content:'';
position:absolute;
bottom:0;
right:0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 50px 50px;
border-color: transparent transparent #ffc815 transparent;
}
.tab-content img {
margin-bottom:10px;
}
.tab-content p {
font-size:13px;
}
.tab-content.current{
display: inherit;
}
.tab-content h3 {
text-align:left;
float:left;
width:100%;
padding:10px 0;
font-size:18px;
}
.sl-tabs li.current i {
color:#fff;
}
.price {
float:left;
text-align:left;
margin-top:30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-align:left;
color:#fff;
position:relative;
font-size:19px;
padding:20px 30px;
background:#404040;
} .order-wrap {
padding:30px 25px;
margin-top:30px;
overflow:hidden;
position:relative;
}
.order-wrap:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\f003";
position:absolute;
color:#eee;
top:-30px;
font-size:50px;
right:20%;
opacity:0.46;
-webkit-transform: scale(5.2)  rotate(45deg);
-moz-transform:scale(5.2)  rotate(45deg);
transform: scale(5.2)  rotate(45deg);
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.order-wrap:hover:before {
-webkit-transform: scale(3.2)  rotate(25deg);
-moz-transform:scale(3.2)  rotate(25deg);
transform: scale(3.2)  rotate(25deg);
}
.order-wrap h4 {
font-size:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-align:left;
color:#666;
position:relative;
top:6px;
}
.order-wrap a.ord-link {
float:right;
color:#fff;
font-size:10px;
font-weight:700;
padding:15px 20px;
background:#292929;
border-radius:6px;
position:relative;
text-transform:uppercase;
}
.order-wrap a.ord-link:hover {
color:rgba(255,255,255,0.51);
} .skills-wrap {
float:left;
width:100%;
position:relative;
}
.skillbar-box {
float:left;
width:100%;
position:relative;
margin-bottom:50px;
}
.skillbar-bg {
position:relative;
display:block;
float:left;
width:100%;
height:14px;
overflow:hidden;
background:#eee;
border-radius:4px;
}
.custom-skillbar-title span {
float:left;
font-size:13px;
margin-top:12px;
padding-bottom:6px;
font-weight:600;
}
.custom-skillbar {
height:14px;
width:0px;
}
.skill-bar-percent {
float:right;
font-size:13px;
margin-top:13px;
padding-bottom:6px;
font-weight:600;
}
.bold-title {
float:left;
font-size:24px;
font-weight:800;
color:#666;
text-align:left;
position:relative;
padding-bottom:15px;
}
.bold-title:before {
content:'';
position:absolute;
bottom:-5px;
left:0;
width:50px;
height:4px;
}
.piechart-holder {
padding: 25px 0;
}
.piechart-holder h4 {
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color:#292929;
float:left;
padding:13px 30px;
background:#eee;
position:relative;
border-radius:4px;
}
.piechart-holder h4:before {
content:'';
position:absolute;
width:1px;
height:120px;
top:-100px;
right:10px;
background:#eee;
z-index:-1;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.chart {
position: relative;
float:right;
width: 150px;
height: 150px;
border-radius: 100%;
margin-bottom: 26px;
text-align: center;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
.piechart {
position: relative;
}
.percent {
display: inline-block;
font-size: 15px;
color: #666;
line-height: 150px;
z-index: 2;
}
.percent:after {
content: '%';
margin-left: 0.1em;
font-size: 16px;
}
.angular {
margin-top: 100px;
}
.angular .chart {
margin-top: 0;
} .testimonials-slider-holder {
padding:40px 0;
margin-bottom:40px;
}
.testimonials-slider-holder .item {
padding-left:100px;
}
.testi-item p {
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999;
padding:25px 0 30px;
position:relative;
font-size:14px;
}
.full-height-section .testi-item p {
color:#000;
}
.testi-image {
position:absolute;
top:50%;
left:0;
width:80px;
height:80px;
margin-top:-40px;
}
.testi-item img {
width:80px !important;
height:80px;
border-radius:100%;
margin:0 auto 20px;
}
.testi-text {
background:#f9f9f9;
padding:25px;
}
.testi-text:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\f10e";
position:absolute;
color:#eee;
top:-10px;
font-size:50px;
right:20%;
opacity:0.46;
-webkit-transform: scale(5.2)  rotate(45deg);
-moz-transform:scale(5.2)  rotate(45deg);
transform: scale(5.2)  rotate(45deg);
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.testi-item h3 {
font-size:18px;
font-weight:700;
padding-bottom:15px;
float:left;
width:100%;
text-align:left;
}
.testi-item a.testim-link {
font-size:14px;
font-weight:700;
float:left;
position:relative;
}
.testi-item a.testim-link:before {
content:'';
position:absolute;
top:-12px;
left:50%;
width:70px;
margin-left:-35px;
height:1px;
border-top:1px dotted #ccc;
}
.testimonials-slider-holder .customNavigation a {
position:absolute;
bottom:-5px;
width:40px;
height:40px;
cursor:pointer;
z-index:20;
line-height:40px;
font-size:16px;
border-radius:4px;
}
.testimonials-slider-holder .customNavigation a.next-slide {
right:50%;
margin-right:-70px
}
.testimonials-slider-holder .customNavigation a.prev-slide {
left:50%;
margin-left:-70px;
}
.testimonials-slider ul.star-rating {
float:left;
width:100%;
margin:4px 0 20px 0;
}
.testimonials-slider ul.star-rating li {
float:left;
margin-right:10px;
font-size:14px;
}
.teti-counter {
display:inline-table;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999;
position:relative;
top:30px;
}
.clients-list:before {
content:'';
position:absolute;
bottom:-20px;
width:100px;
height:1px;
left:50%;
margin-left:-50px;
border-bottom:1px  dashed #ccc;
}
.clients-list li  {
float:left;
width:20%;
padding:40px;
position:relative;
}
.clients-list a  , .clients-list a span{
position:relative;
float:left;
background:#f9f9f9;
}
.clients-list a:before , .clients-list a:after , .clients-list a span:before , .clients-list a span:after {
content:'';
position:absolute;
width:50px;
height:50px;
z-index:1;
box-sizing:border-box;
}
.clients-list a:before {
top:-10px;
left:-10px;
border-top:1px solid #eee;
border-left:1px solid #eee;
}
.clients-list a:after {
top:-10px;
right:-10px;
border-top:1px solid #eee;
border-right:1px solid #eee;
}
.clients-list a span:before {
bottom:-10px;
left:-10px;
border-bottom:1px solid #eee;
border-left:1px solid #eee;
}
.clients-list a span:after {
bottom:-10px;
right:-10px;
border-bottom:1px solid #eee;
border-right:1px solid #eee;
}
.clients-list a:hover {
opacity:0.6;
}
.clients-list a img {
float:left;
width:100%;
position:relative;
height:auto;
}
.to-top-wrap{
float:left;
width:100%;
position:relative;
padding:30px 0;
}
.to-top-wrap i {
position:absolute;
top:-35px;
left:50%;
width:30px;
margin-left:-15px;
font-size:18px;
}
.to-top-wrap a {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999;
} .gallery-items {
float:left;
width:100%;
position:relative;
}
.grid-item-holder {
float:left;
width:100%;
height:auto;
position:relative;
overflow:hidden;
}
.spad .grid-item-holder {
padding:6px;
}
.min-pad .grid-item-holder {
padding:2px;
}
.hid-port-info .grid-item-holder {
overflow:hidden;
}
.grid-big-pad  .grid-item-holder{
padding:40px;
}
.grid-small-pad  .grid-item-holder{
padding:10px 20px 10px 0;
}
.gallery-item, .grid-sizer {
width: 33.3%;
position:relative;
float:left;
}
.gallery-item-second,
.grid-sizer-second {
width: 66.6%;
}
.four-column  .gallery-item{
width:25%;
}
.four-column  .gallery-item.gallery-item-second{
width:50%;
}
.gallery-item img, .grid-sizer img {
width: 100%;
height: auto;
position:relative;
z-index:1;
}
.grid-det {
background:#f9f9f9;
padding:18px 10px;
text-align:left;
border:1px solid #eee;
border-top:none;
box-sizing:border-box;
overflow:hidden;
}
.grid-det h3 {
font-weight:700;
font-size:18px;
float:left;
width:100%;
position:relative;
padding:10px 0 10px 30px;
z-index:2;
}
.grid-det h3:hover:before {
width:100px;
}
.grid-det h3:before {
content:'';
position:absolute;
top:50%;
left:0;
width:20px;
height:2px;
margin-top:-1px;
}
.grid-det span {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999;
float:left;
padding-left:30px;
position:relative;
z-index:2;
}
.grid-det i {
font-size:76px;
color:#eee;
position:absolute;
bottom:-15px;
right:10px;
-webkit-transform:   rotate(35deg);
-moz-transform:   rotate(35deg);
transform:   rotate(35deg);
z-index:1;
}
.inline-filter .gallery-filters {
float:left;
border:1px solid #eee;
margin-bottom:40px;
border-radius:18px;
overflow:hidden;
}
.inline-filter .gallery-filters a {
float:left;
padding:12px 28px;
border-radius:18px;
}
.box-item {
overflow:hidden;
}
.box-item.vis-det:before {
content:'';
position:absolute;
z-index:10;
top:15px;
left:15px;
right:15px;
bottom:15px;
background:rgba(0,0,0,0.51);
opacity:0;
visibility:hidden;
}
.box-item.vis-det a.image-popup , .box-item.vis-det a.popgal {
position:absolute;
top:-10%;
left:50%;
width:40px;
height:40px;
line-height:40px;
margin-left:-20px;
margin-top:-20px;
border-radius:100%;
z-index:11;
color:#fff;
cursor:pointer;
}
.box-item.vis-det:hover:before {
opacity:1;
visibility:visible;
}
.box-item.vis-det a.image-popup:hover , .box-item.vis-det a.popgal:hover {
color:#000;
}
.box-item.vis-det:hover a.image-popup , .box-item.vis-det:hover a.popgal{
top:50%;
}
.box-item.vis-det  a.image-popup , .box-item.vis-det:before , .grid-det h3:before  , .hd-box-wrap h2:before , .box-item.vis-det a.popgal{
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.inline-filter .folio-counter {
float:left;
margin-left:60px;
position:relative;
padding:12px 20px;
border-radius:4px;
}
.inline-filter .folio-counter:before {
content:'';
position:absolute;
left:-30px;
height:24px;
top:6px;
width:1px;
background:#ccc;
-webkit-transform:   rotate(35deg);
-moz-transform:   rotate(35deg);
transform:   rotate(35deg);
}
.inline-filter .folio-counter div {
display:inline-block;
padding:0 6px;
}
.fixed-filter {
position:fixed;
top:10px;
right:90px;
width:200px;
z-index:40;
}
.fixed-filter .filter-button {
float:left;
width:120px;
background:#383838;
padding:15px 0;
cursor:pointer;
color:#fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.fixed-filter .filter-button:hover {
color:rgba(255,255,255,0.51);
}
.fixed-filter .folio-counter {
float:left;
width:80px;
padding:15px 0;
position:relative;
font-weight:600;
color:#333;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.fixed-filter .folio-counter:before {
content:'';
position:absolute;
top:50%;
left:50%;
width:10px;
height:1px;
margin-left:-5px;
background:#404040;
}
.fixed-filter .folio-counter div {
display:inline-block;
padding:0 10px;
}
.fixed-filter .gallery-filters {
float:left;
width:100%;
position:relative;
background:rgba(51,51,51,0.81);
padding:10px 20px 15px 20px;
display:none;
}
.vc_row .fixed-filter .gallery-filters {
max-height:290px;
overflow-y:scroll;
}
.page-template-portfolio-page .fixed-filter .gallery-filters {
max-height:500px;
overflow-y:scroll;
}
.fixed-filter .gallery-filters a {
float:left;
width:100%;
color:#fff;
padding:12px 0;
text-align:left;
border-bottom:1px solid rgba(255,255,255,0.21);
}
.no-pad-wrap {
padding-left:1px;
}
.box-item.hd-box {
position:absolute;
width:100%;
height:100%;
left:-100%;
top:0;
padding:20px 20px 14px 20px;
z-index:10;
}
.box-item.hd-box .fl-wrap {
background:rgba(64,64,64,0.61);
}
.hd-box-wrap {
position:absolute;
bottom:20px;
left:0;
width:100%;
padding:0 30px;
}
.hd-box-wrap h2 {
text-align:left;
position:relative;
color:#fff;
font-size:18px;
font-weight:700;
float:left;
width:100%;
padding-top:15px;
padding-bottom:10px;
padding-left:40px;
border-top:1px solid rgba(255,255,255,0.21);
}
.hd-box-wrap h2:before {
content:"";
position:absolute;
top:50%;
left:0;
width:30px;
height:1px;
margin-top:4px;
background: #fff;
z-index:2;
}
.hd-box-wrap h2:after {
content:'';
position:absolute;
top:0;
right:0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 15px 0;
}
.hd-box-wrap h2:hover:before {
width:100px;
}
.hd-box-wrap h2 a {
color:#fff;
}
.hd-box-wrap p {
text-align:left;
width:100%;
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#fff;
float: left;
padding-left:40px;
}
.three-ver-columns .hd-box-wrap p {
font-size:11px;
}
.hd-box-wrap p a {
color:rgba(255,255,255,0.71);
}
.box-item.hd-box .image-popup {
position:absolute;
top:30px;
left:30px;
z-index:10;
width:40px;
height:40px;
line-height:40px;
border-radius:100%;
color:#fff;
cursor:pointer;
}
.slider-zoom {
position:absolute;
top:30px;
right:30px;
width:36px;
height:36px;
border-radius:100%;
line-height:36px;
color:#fff;
z-index:5;
cursor:pointer;
background:rgba(64,64,64,0.61);
}
.page-nav {
float:left;
width:100%;
position:relative;
margin-top:50px;
}
.page-nav:before {
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:1px;
background:#eee;
}
.page-nav a {
padding:13px 20px;
color:#000;
border-radius:3px;
position:relative;
background:#383838;
}
.page-nav a.ppn {
float:left;
}
.page-nav a.npn {
float:right;
}
.tooltip , .project-pagination ul li a  , #contact-form input[type="submit"]{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tooltip{
width:200px;
height: auto;
line-height: 20px;
padding: 10px;
font-size: 11px;
color: #fff;
text-align: center;
text-indent: 0px;
position: absolute;
background:#454545;
bottom:0;
opacity: 0;
margin-bottom:20px;
visibility: hidden;
pointer-events: none;
z-index:6;
}
.tooltip h5 {
font-size:10px;
margin-top:12px;
padding:5px 0;
position:relative;
display:inline-table;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
letter-spacing:1px;
}
.page-nav a:hover .tooltip {
visibility:visible;
opacity:1;
bottom:100%;
}
.page-nav a.npn .tooltip {
right:0;
}
.page-nav a.ppn .tooltip {
left:0;
}
.mar-top-50 {
margin-top:30px;
}
.popup-gallery a {
float:left;
width:100%;
position:relative;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.popup-gallery a:hover {
opacity:0.6;
}
.box-pop {
position:relative;
float:left;
width:100%;
overflow:hidden;
} .iframe-holder {
float:left;
position:relative;
width:100%
}
.resp-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed  {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-mask {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
}
.background-video {
z-index:1;
}
.media-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-controls {
position: absolute;
z-index:4;
bottom:50px;
right:150px;
color:#ccc;
cursor:pointer
}
.media-container .overlay {
z-index:3;
opacity:0.4;
}
.mob-bg {
display:none;
}
.background-video {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
video,
source {
bottom: 0;
left: 0;
min-height: 100%;
min-width: 100%;
position: absolute;
}
.loaded .ytplayer-container {
display: block;
}
.ytplayer-container {
bottom: 0;
height: 100%;
left: 0;
min-width: 100%;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.ytplayer-shield {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.ytplayer-player {
position: absolute;
} .contact-info {
float:left;
width:100%;
position:relative;
padding:20px 0;
border-bottom:1px  dashed #eee;
}
.contact-info:before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10px 10px;
border-color: transparent transparent #ffc815 transparent;
}
.contact-info h4 {
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999;
float:left;
width:100%;
}
.contact-info h3 {
float:left;
width:100%;
text-align:left;
font-size:15px;
font-weight:700;
color:#999;
padding:10px 0;
}
.contact-info a {
float:left;
font-size:14px;
font-weight:700;
}
.contact-social {
margin-top:30px;
}
.contact-social li {
float:left;
margin-right:4px;
}
.contact-social li a {
width:36px;
height:36px;
line-height:36px;
float:left;
border-radius:100%;
background:#eee;
color:#666;
}
#contact-form {
float:left;
max-width:600px;
padding-top:30px;
}
.input-wrap {
float:left;
width:100%;
border:1px solid #eee;
position:relative;
padding-left:30px;
margin-bottom:12px;
background:#f9f9f9;
border-radius:4px;
}
.input-wrap i {
position:absolute;
top:13px;
left:10px;
color:#999;
font-size:15px;
}
#contact-form input[type="text"], #contact-form  textarea {
color: #666;
font-weight:600;
font-size: 12px;
padding: 15px 0;
width: 100%;
padding-left:10px;
background:none;
border:none;
border:0;
border-radius:0;
position:relative;
}
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
color:#000;
}
#contact-form textarea {
height:170px;
resize:none;
background:#f9f9f9;
border-radius:4px;
border:1px solid #eee;
}
#submit , .controls button	{
background:none;
border:none;
padding:14px 20px;
line-height:14px;
cursor:pointer;
font-size:13px;
color:#404040;
margin-top:40px;
font-weight:700;
-webkit-appearance: none;
float:left;
background:#404040;
border-radius:4px;
}
#submit:hover , .controls button:hover{
background:#292929;
color:#fff;
}
.error_message {
text-align:left;
margin-bottom:30px;
font-size:16px;
color:#000;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
}
#success_page h3{
text-align:left;
font-size:18px;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
}
#success_page p {
color:#000;
margin-top:10px;
}
#message fieldset {
border:none;
color:#000;
}
.con-image {
margin:35px 0;
} .map-box {
float:left;
width:100% ;
height:400px;
position:relative;
margin:40px 0;
}
#map-canvas{
position:absolute;
top:0;
left:0;
width:100%;
height:400px;
}
.map-box.column-map  , .map-box.column-map #map-canvas{
height:100%;
margin:0;
} article , .pagination {
float:left;
width:100%;
position:relative;
}
.custom-slider .box-links {
text-align:center !important;
}
article p {
float:left;
width:100%;
padding-bottom:20px;
text-align:left;
position:relative;
}
article {
margin-bottom:20px;
border:1px solid #eee;
border-radius:4px;
overflow:hidden;
background:#f9f9f9;
}
.post-item {
padding:10px 20px 20px 20px;
z-index:2;
}
.artcicle-icon {
position:absolute;
right:20px;
bottom:60px;
z-index:-1;
}
.artcicle-icon  i {
font-size:76px;
color:#ccc;
-webkit-transform:   rotate(35deg);
-moz-transform:   rotate(35deg);
transform:   rotate(35deg);
opacity:0.6;
}
.display-posts p {
line-height:25px;
}
article h4 {
font-size: 24px;
line-height: 36px;
font-style: normal;
font-weight: bold;
font-weight: 700;
color: #222222;
padding-bottom:10px !important;
text-align:left;
}
article h4 a:hover {
color:#666;
}
.post-media {
float:left;
width:100%;
position:relative;
margin:0 0 20px 0 ;
}
.post-meta {
margin:14px 0 14px 0;
float:left;
}
.display-posts article {
border-bottom:1px solid #eee;
padding:0 0 30px 0;
margin-bottom:30px;
}
.post-meta li {
display:inline-block;
margin-right:8px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:13px;
color:#666;
text-align:left;
}
.post-meta li a {
font-size:15px;
}
.mas-posts article ul.post-meta li {
margin-bottom:6px;
}
.post-tags {
float:right;
position:relative;
top:20px;
}
.post-tags.single-tags {
top:0;
float:left;
margin-top:30px;
}
.post-tags li , .tagcloud li  {
margin-left:4px;
float:left;
}
.post-tags li a , .tagcloud li a {
float:left;
font-size: 10px;
border-radius:4px;
padding: 8px 10px 8px;
background: #404040;
margin-bottom: 3px;
color:#fff;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.post-tags li a:hover , .tagcloud li a:hover {
color:#292929;
}
.pagination {
margin-top:20px;
text-align:center;
vertical-align: middle;
border:1px solid rgba(0,0,0,.07);
border-radius: 4px;
float:left;
width:100%;
}
.pagination  a {
float:left;
padding: 12px 18px;
position:relative;
font-size:13px;
color:#666;
letter-spacing:1px;
border-right:1px solid rgba(0,0,0,.07);
}
.pagination a.current-page, .pagination a:hover {
color:#fff;
}
.searh-inner {
max-width:350px;
position:relative;
display:block;
}
.searh-holder {
margin:10px 0 40px;
}
.search {
border:none;
border:1px solid #eee;
float: left;
background:#f9f9f9;
border-radius:3px;
position:relative;
outline: none;
padding: 0px 0px 0px 10px;
width: 100%;
height: 40px;
color: #292929;
-webkit-appearance: none;
}
.search-submit {
border: none;
outline: none;
cursor: pointer;
background:none;
position:absolute;
top:0;
right:0;
width: 28%;
height: 40px;
}
.cat-item{
padding-bottom: 8px;
margin-bottom: 15px;
}
.cat-item a{
font-weight: 400;
font-size: 12px;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
#comments{
text-align:left;
padding-top: 10px;
float:left;
width:100%;
margin-top:30px;
}
#comments-title , #reply-title{
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-bottom: 5px;
font-size:16px;
text-transform:uppercase;
font-weight:bold;
color:#666;
}
.comment{
float: left;
}
.comment-body{
position: relative;
margin-left: 70px;
padding-top: 30px;
}
.comment-author{
position: absolute;
top: 30px;
left: -66px;
}
.comment-author img{
border-radius: 100%;
}
.comment .children{
margin-left: 70px;
}
.fn{
display: block;
margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:12px;
letter-spacing:1px;
color:#494949;
padding-bottom:10px;
}
#respond{
margin-top:40px;
}
#reply-title{
padding-bottom:30px;
margin-bottom:5px;
}
.comment-notes{
margin-top: 10px; color: #a4a4a3;
}
.control-group label, .control-group .controls{
display: inline-block;
}
.control-group label{
margin-left: 10px;
font-weight: 600;
}
.control-group .controls input {
margin-top: 15px;
border: none;
outline: none;
height: 35px;
background: #f9f9f9;
padding-left: 15px;
color: #a4a4a3;
text-decoration: none;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.control-group .controls textarea {
margin-top: 15px;
border: none;
outline: none;
height: 180px;
max-width:600px;
background: #f9f9f9;
padding-left: 15px;
padding-top: 15px;
color: #a4a4a3;
resize: vertical;
text-decoration: none;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.controls button {
margin-top:30px;
}
.post-author {
float:left;
width:100%;
padding:30px 0;
border-bottom:1px solid #eee;
border-top:1px solid #eee;
margin:15px 0;
}
.post-author-wrap {
float:left;
width:100%;
position:relative;
padding-left:100px;
}
.post-author-wrap h3 {
float:left;
width:100%;
text-align:left;
color:#000;
font-size:16px;
font-family: 'Montserrat', sans-serif;
font-weight:600;
text-transform:uppercase;
margin-top:8px;
}
.post-author-wrap p{
color: #000;
font-weight: 500;
line-height: 20px;
padding:8px 0;
float:left;
width:100%;
}
.post-author-wrap span {
font-family: Georgia, "Times New Roman", Times, serif;
float:left;
text-align:left;
font-style:italic;
color:#666;
width:100%;
}
.post-author-img {
width:80px;
height:80px;
position:absolute;
top:5px;
left:0;
overflow:hidden;
z-index:2;
}
.post-author-img img {
width:80px;
height:80px;
border-radius:100%;
float:left;
}
.post-author-wrap ul {
list-style:none;
}
.post-author-wrap ul li {
float:left;
margin-right:8px;
}
.post-author-wrap li a {
float:left;
width:36px;
height:36px;
background:#404040;
line-height:36px;
border-radius:100%;
} .show-share {
position:absolute;
bottom:40px;
left:22px;
cursor:pointer;
width:20px;
height:20px;
}
.show-share:before {
content:'';
position:absolute;
top:10px;
left:-5px;
width:30px;
height:1px;
z-index:5;
}
.show-share.isShare:before {
width:0;
}
.show-share:after {
content:"share";
position:absolute;
top:-36px;
left:-2px;
font-family: Georgia, "Times New Roman", Times, serif;
float:left;
text-align:center;
font-style:italic;
color:#fff;
opacity:0;
visibility:hidden;
}
.show-share:before , .show-share:after , .share-icon{
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
.show-share:hover:after {
opacity:1;
top:-26px;
visibility:visible;
}
.show-share img {
width:20px;
height:20px;
}
.share-container {
position:fixed;
z-index:20;
left:94px;
bottom:30px;
visibility:hidden;
display:none;
-webkit-transform: translate3d(0,0,0);
}
.visshare {
visibility:visible;
display:block;
}
.share-icon {
height:40px;
width:40px;
float:left;
margin-bottom:1px;
position:relative;
font-size:15px;
line-height:40px;
background:#fff;
color: #000;
opacity:0;
}
.share-icon:hover {
opacity:0.6 !important;
}
.share-icon:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.share-icon-digg:before {
content: "\f1a6";
}
.share-icon-email:before  {
content: "\f003";
}
.share-icon-flickr:before  {
content: "\f16e";
}
.share-icon-foursquare:before  {
content: "\f180";
}
.share-icon-rss:before {
content: "\f09e";
}
.share-icon-facebook:before  {
content: "\f09a";
}
.share-icon-twitter:before {
content: "\f099";
}
.share-icon-tumblr:before {
content: "\f173";
}
.share-icon-linkedin:before {
content: "\f08c";
}
.share-icon-vimeo:before {
content: "\f194";
}
.share-icon-instagram:before {
content: "\f16d";
}
.share-icon-pinterest:before {
content: "\f0d2";
}
.share-icon-googleplus:before {
content: "\f0d5";
}
.share-icon-in1:before {
content: "\f08c";
}
.share-icon-stumbleupon:before {
content: "\f1a4";
}
@media only screen and  (max-width: 1392px) {
.abt-wrap .box-item  , .resum-header , .sl-tabs{
margin-bottom:40px;
}
.bold-title {
width:100%;
}
.chart {
float: none;
display:inline-table;
margin-top:30px;
}
.piechart-holder h4 {
width:100%;
}
.piechart-holder h4:before {
display:none;
}
.hd-box-wrap {
bottom:10px;
padding:0 10px;
}
.hd-box-wrap h2 {
font-size:14px;
}
.contact-social {
margin-top:30px;
float:left;
width:100%;
}
}
@media only screen and  (max-width: 1064px) {
.mob-bg {
display:block	
}	
.column-wrap {
width:100%;
padding-right:0;
}
.fixed-column , .arrowpagenav  , .footer-social:before , .footer-social:after , .parallax-title  {
display:none;
}
header.main-header {
width:100%;
top:0;
left:0;
height:70px;
}
.nav-button {
top:24px;
left:30px;
margin-top:0;
}
.logo-holder {
top:16px;
left:50%;
margin-left:-20px;
}
.show-share {
bottom:24px;
left:100%;
margin-left:-50px;
}
.hero-wrap {
padding:70px 0 0;
background:#fff;
}
footer.main-footer {
width:100%;
height:70px;
border-left:none;
float:left;
position:relative;
top:0;
margin-top:0;
}
.mail-link {
position:absolute;
top:0;
width:70px;
height:70px;
line-height:70px;
left:100%;
margin-left:-70px;
border-left:1px solid rgba(255,255,255,0.21);
}
.copyright {
position: relative;
bottom:0;
left:30px;;
width: auto;
text-align:left;
margin-top:30px;
color:#fff;
font-size:11px;
font-weight:600;
letter-spacing:1px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.footer-social {
position: relative;
top:20px;
width: auto;
z-index:2;
float:right;
margin-right:90px;
}
.footer-social li {
float:left;
width: auto;
}
.clients-list li {
padding: 20px;
}
.hero-slider-holder .gals a {
top:100%;
margin-top:-100px;
}
.column-wrap #wrapper {
padding:0 10px 10px 10px;
}
.share-container {
position:fixed;
z-index:20;
left:100%;
margin-left:-60px;
bottom:100%;
margin-bottom:-290px;
width:40px;
}
.menu-wrap {
width: 320px;
bottom:0;
top:70px;
padding:0;
-webkit-transform: translate3d(-320px,0,0);
transform: translate3d(-320px,0,0);
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
}
.menu {
position: relative;
z-index: 1000;
}
.menu-logo {
position:absolute;
top:45px;
left:0;
width:100%;
}
.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.content {
padding: 70px 20px 0;
}
.content .container {
width:100%;
}
.no-pad-wrap {
padding-top:70px;
}
.content.no-bg {
padding-left:0;
padding-right:0;
}
.fixed-filter {
top:80px;
right:20px;
}
.content.fscon {
padding:70px 0 0 ;
}
.gallery-item {
width:50% !important;
}
.mm-par-wrap {
top:calc(5% + 70px);
}
.hero-item {
top: 70px;
left:0;
right: 0;
height: auto;
bottom:0;
}
}
@media only screen and  (max-width: 768px) {
.inline-facts {
width: 50%;
margin-bottom:40px;
}
.testimonials-slider-holder .item {
padding-left:0;
}
.testi-image {
position:relative;
margin:0;
left:0;
display:inline-table;
}
.clients-list li {
padding: 5px;
width:50%;
}
.hero-wrap-item {
padding:0 20px;
}
.section-title h2 , .hero-wrap-item h2 {
font-size:36px;
}
.copyright {
display:none;
}
.footer-social {
float:left;
margin-right:0;
margin-left:20px;
}
.inline-filter .gallery-filters {
width:100%;
}
.inline-filter .gallery-filters a {
padding:12px 0;
width:100%;
}
.inline-filter .folio-counter {
float:none;
margin-left:0;
display:inline-table;
margin-bottom:10px;
}
.inline-filter .folio-counter:before {
left:50%;
height:24px;
top:-36px;
-webkit-transform:   rotate(0deg);
-moz-transform:   rotate(0deg);
transform:   rotate(0deg);
}
.order-wrap a.ord-link {
float:left;
margin-top:30px;
}
}
@media only screen and  (max-width: 540px) {
.scroll-nav-holder {
display:none;
}
.inline-facts , .gallery-item {
width:100% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
background-attachment: scroll !important;
-webkit-background-size:cover;
background-position:center;
}
}
.grid-det span.cat-divider {
padding-left: 0px;
}
.cat-divider:nth-child(1):after {
content: '';
}
.cat-divider:after {
content: ',';
position: absolute;
left: -7px;
top: 0px;
}
.cat-divider {
width: auto!important;
position: relative;
margin-right: 8px;
margin-top: 0px!important;
}body{
color: #494949;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: normal;
font-style: normal;
}
.ul-costa-1  li::marker {
color: #2D6DBB;
}
.ul-costa-1 li{
text-align: left;
line-height: 20px;
margin-bottom: 10px;
}
.ul-costa-2  li::marker {
color: #58ab27;
}
.ul-costa-2 li{
text-align: left;
line-height: 20px;
margin-bottom: 10px;
}
.scroll-nav{
text-align: center;
}
.prev-slide{
text-align: center;
}
.next-slide{
text-align: center;
}
.menu-inner{
text-align: center;
}
.menu-logo img {
width: 200px;
}
.copyright{
width: 800px;
}
.copyright img{
width: 150px;
margin-top: -7px;
}
.main-footer .mail-link{
display: none;
} 
ul .wpml-ls-menu-item a{
display: block;
text-align: center;
font-size: 10px;
}
#menu-item-wpml-ls-29-ca, #menu-item-wpml-ls-29-en, #menu-item-wpml-ls-29-es{
float: left;
width: 32%;
left: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.18);
text-align: center;
}
.arrowpagenav a{
text-align: center;
}
.arrowpagenav{
z-index: 9;
}
.owl-controls{
text-align: center;
}
.num-holder3{
text-align: center;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
background-color: #2D6DBB !important;
}
.hero-wrap-item h3{
padding: 25px 0px;
}
.vc_gitem_row .vc_gitem-col{
min-height: 420px;
}
.vc_btn3-container.vc_btn3-left {
text-align: left;
bottom: 0px;
position: absolute;
}
form input[type="text"],
form input[type="password"], 
form input[type="tel"], 
form input[type="email"]{
border: 1px solid #ccc !important;
border-radius: 4px !important;
margin: 10px 0px !important;
height: 25px;
width: 100% !important;
max-width: 500px;
padding: 15px 0 !important;
}
form textarea{
width: 100% !important;
max-width: 500px;
}
form input[type="submit"]{
color: #fff !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
margin: 60px 0px;
}
.wpcf7 form.sent .wpcf7-response-output{
margin: 60px 0px;
}
.sf_fb.sf_icon{
display:none !important;
}
.sf_fb_share.sf_icon{
margin-top: -2px !important;
}
.sf_pinit.sf_icon{
margin-top: -2px !important;
}
.sfsi_responsive_icons .sfsi_icons_container span{
display:none !important;
}
.sfsi_responsive_icon_item_container.sfsi_responsive_icon_facebook_container.sfsi_small_button.sfsi_centered_icon{
width: 60px !important;
}
.sfsi_responsive_icon_item_container.sfsi_responsive_icon_twitter_container.sfsi_small_button.sfsi_centered_icon{
width: 60px !important;
}
.sfsi_responsive_icon_item_container.sfsi_responsive_icon_follow_container.sfsi_small_button.sfsi_centered_icon{
width: 60px !important;
}
.sfsi_responsive_icon_item_container.sfsi_responsive_icon_pinterest_container.sfsi_small_button.sfsi_centered_icon{
width: 60px !important;
}
@media only screen and (min-width : 1025px) {
.page-template-blog article.post {
max-width: calc(50% - 40px);
padding: 22px;
position: relative;
box-sizing: border-box;
margin: 20px;
}
}.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption-text{
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
.sticky {
color: #000;
}
.gallery-caption {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
.bypostauthor {
color: #000;
}
.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.alignright {
display: block;
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
margin-bottom: 15px;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
color:#000;	
}
div#portfolio-116,
div#portfolio-136,
div#portfolio-140,
div#portfolio-142
{
display: none;
}
.gallery-items.spad div#portfolio-116,
.gallery-items.min-pad.hde div#portfolio-136,  
.gallery-items.min-pad.hde.four-column div#portfolio-140,
.gallery-items.min-pad.hde.four-column div#portfolio-142
{
display: block;
}
.gallery-items .box-item.vis-det a.image-popup {
top: -15%;
}
.logged-in .scroll-nav-holder.fl-wrap.scroll-to-fixed-fixed , .logged-in .fixed-filter {
top: 32px!important;
}
.post-tags li, .tagcloud li {
list-style-type: none;
}	
.port-vc {
float:left;
width:100%;
position:relative;
}
.port-vc .fixed-filter {
position: absolute;
top: -20px!important;
right: 0px;
}	
.port-vc .gallery-items.min-pad {
margin-top:50PX;
}
.wp-block-image.alignfull img, 
.wp-block-image.alignwide img {
width: 100%;
}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:none;outline:0;font-weight:inherit;font-style:inherit;font-size:100%; vertical-align:baseline;text-decoration:none;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0}
blockquote:before,blockquote:after,q:before,q:after{content:""}
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }								  
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
table { border-collapse: collapse; border-spacing: 0;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
a{text-decoration:none; position:relative; color:#000;}
audio,video,canvas {max-width: 100%;}
  @media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1392px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}} @font-face{font-family:'FontAwesome';src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} .owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-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{display:none;width:100%;-webkit-tap-highlight-color:none;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//costaserra.com/wp-content/themes/cooper/includes/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
} .animated  {
-webkit-animation-duration : 15000 ms  ;
animation-duration : 15000 ms  ;
-webkit-animation-fill-mode : both  ;
animation-fill-mode : both  ;
}  .owl-animated-out {
z-index : 1 
} .owl-animated-in {
z-index : 0 
}
.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: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
.owl-controls {
position:absolute;
width:100%;
bottom:20px;
left:0;
z-index:10;
}
.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline ;}
.owl-dots .owl-dot span{
width:8px;
height:8px;
margin:5px 7px;
display:block;
-webkit-backface-visibility:visible;  
position:relative;
border-radius:100%;
border:1px solid rgba(255,255,255,0.91); 	
}
.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-dots .owl-dot span:before {
content:'';
position:absolute;
top:50%;
left:50%;
width:0;
height:0;
background:#fff;
border-radius:100%;
margin-top:-1px;
margin-left:-1px;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
-ms-transition: all 100ms linear;
transition: all 100ms linear;
}
.owl-dots .owl-dot.active span:before  {
width:2px;
height:2px;
}
.gallery_horizontal  .owl-controls , .full-screen-gallery .owl-controls{
display:none;
}
.background-video { 
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
video,
source {
bottom: 0;
left: 0;
min-height: 100%;
min-width: 100%;
position: absolute;
}
.loaded .ytplayer-container {
display: block;
}
.ytplayer-container {
bottom: 0;
height: 100%;
left: 0;
min-width: 100%;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 0;
} 
.ytplayer-shield {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.ytplayer-player {
position: absolute;
} @font-face {
font-family: 'lg';
src: url(//costaserra.com/wp-content/themes/cooper/includes/fonts/lg.eot?n1z373);
src: url(//costaserra.com/wp-content/themes/cooper/includes/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//costaserra.com/wp-content/themes/cooper/includes/fonts/lg.woff?n1z373) format("woff"), url(//costaserra.com/wp-content/themes/cooper/includes/fonts/lg.ttf?n1z373) format("truetype"), url(//costaserra.com/wp-content/themes/cooper/includes/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: #292929;
color: #fff;
cursor: pointer;
display: block;
font-size: 15px;
margin-top: -25px;
width:50px;
height:50px;
line-height:50px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 0px;
}
.lg-actions .lg-next:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\f105";
}
.lg-actions .lg-prev {
left: 0px;
}
.lg-actions .lg-prev:after {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\f104";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1080;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #fff;
float:left;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
opacity: 0;
-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
transition: transform 250ms ease 0s, opacity 250ms !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
-o-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//costaserra.com/wp-content/themes/cooper/includes/img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//costaserra.com/wp-content/themes/cooper/includes/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
background: transparent url(//costaserra.com/wp-content/themes/cooper/includes/img/video-play.png) no-repeat scroll 0 0;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//costaserra.com/wp-content/themes/cooper/includes/img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//costaserra.com/wp-content/themes/cooper/includes/img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
-moz-transition: opacity 0.08s ease 0s;
-o-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s , right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s , right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s , right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s , right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
-o-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//costaserra.com/wp-content/themes/cooper/includes/img/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: rgba(0,0,0,0.81);
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-brands-400.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-brands-400.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-v4compatibility.woff2) format("woff2"),url(//costaserra.com/wp-content/themes/cooper/includes/fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
 @media (max-width: 767px) { 
.sec-image img {
position: relative!important;
overflow: hidden!important;
padding: 20px 0px!important;
margin: 0px!important;
top: 0px!important;
bottom: 0px!important;
left: 0px!important;
right: 0px!important;
}	
.alignleft,
img.alignleft {
float: left;
margin-bottom: 15px;
margin-right: 0px;
width:100%;
}
.alignright,
img.alignright {
float: left;
margin-bottom: 15px;
margin-left: 0px;
width:100%;
} 
.column-wrap-blog-content {
float: left!important;
width: 100%!important;
padding-left: 0px!important;
}    
.column-wrap-blog-sidebar {
float: left!important;
width: 100%!important;
padding-right: 0px!important;
}  
.comment .children {
margin-left: 0px!important;
}	
}   
.float-left {
float: left;
}
.float-right {
float: right;
}
.float-center {
text-align: center;
}
.display-none {
display:none;
}
span.wr-text-logo {
color: #ffc815;
font-size: 50px;
font-weight: 700;
}
span.wr-text-logo2 {
color: #fff;
font-size: 40px;
font-weight: 700;
}
.copyright p{
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
padding-bottom: 0px;
line-height: 12px;
}
.sec-image.post-media.box-item.vis-det.fl-wrap i.fa.fa-search {
padding: 0 15px;
}
.sec-resume {
text-align: left;
font-size: 12px;
line-height: 24px;
padding-bottom: 10px;
font-weight: 500;	
}
.sec-progress .skillbar-box {
margin-bottom: 0px; 
}
.fixed-column .bg-title {
bottom: -30%;
}	
form input[type="text"],
form input[type="password"], 
form input[type="email"]{
color: #666;
font-weight: 600;
font-size: 12px;
padding: 15px 0;
width: 100%;
padding-left: 10px;
background: none;
border: none;
border: 0;
border-radius: 0;
position: relative;
}
form textarea {
height: 170px;
resize: none;
background: #f9f9f9;
border-radius: 4px;
border: 1px solid #eee;
}
form input[type="submit"] {
background: #ffc815;
border: none;
padding: 14px 20px;
line-height: 14px;
cursor: pointer;
font-size: 13px;
color: #404040;
margin-top: 20px;
font-weight: 700;
-webkit-appearance: none;
float: left;
border-radius: 4px;
}
form input[type="submit"]:hover {
background: #292929;
color: #fff;
}
.post-password-form label {
text-indent: 10000000000px;
}
.post-meta li i {
margin-right: 5px;
}
.post-item .post-meta li.author, 
.post-item .post-meta li a 
{
font-size: 13px;
color: #666;
text-transform: capitalize;
}
.post-tags li a {
margin-left: 4px;
float: left;
}
.resp-video.cus-blog {
margin-bottom: 0px;
}
.pagination span {
float: left;
padding: 12px 18px;
position: relative;
font-size: 13px;
color: #666;
letter-spacing: 1px;
border-right: 1px solid rgba(0,0,0,.07);
}
.column-wrap-blog-content {
float: left;
width: 70%;
position: relative;
padding-left: 70px;
}
.column-wrap-blog-sidebar {
float: right;
width: 30%;
position: relative;
padding-right: 70px;
}
form input[type="text"].search {
border: none;
border: 1px solid #eee;
float: left;
background: #f9f9f9;
border-radius: 3px;
position: relative;
outline: none;
padding: 0px 0px 0px 10px;
width: 100%;
height: 40px;
color: #292929;
-webkit-appearance: none;
}
div#cancel-comment-reply {
line-height: 24px;
}
.comment {
width: 100%;
}
li#comment {
margin-top: 0px!important;
}
.spo-sidebar-widget{
margin-bottom: 40px;
color: #000;
width: 100%;
float: left;
}
.spo-sidebar-widget .footer-social {
text-align: center;
}
.spo-sidebar-widget .footer-social ul li {
border-bottom: 0px solid #dddddd;
margin-right: 5px;
}
.spo-sidebar-widget .footer-social ul li a{
color: #191919;
}
.spo-sidebar-widget .footer-social ul li a:hover{
color: #707070;
}
.spo-sidebar-widget ul.footer-contacts li {
border-bottom: 0px solid #dddddd;
padding: 5px 0;
}
.spo-sidebar-widget-title{
float: left;
width: 100%;
color: #000;
position: relative;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
text-align: left;
margin-bottom: 30px;
}
.spo-sidebar-widget .cat-item {margin-bottom:0px;}
.spo-sidebar-widget .cat-item a {font-size: 14px;}
.widget.widget_search label {display:none;}
.widget.widget_search #searchsubmit{display:none;}
.widget.widget_search input[type="text"], .widget.widget_search input[type="password"], .widget input[type="search"] {
background-color: #ffffff;
border: 1px solid #dddddd;
color: #666666;
font-size: 1em;
height:35px;
text-indent: 10px;
outline: none;
width: 100%;
}
.spo-sidebar-widget-title:before {  
content: '';
background: #FFC815;
position: absolute;
bottom: -7px;
left: 0;
width: 60px;
height: 2px;
}
.spo-sidebar-widget .rssSummary{
padding-top:15px;
}
.spo-sidebar-widget ul li{
padding: 10px 0;
border-bottom: 1px solid #dddddd;
font-size: 14px;
}
.spo-sidebar-widget ul li:last-child{
border:none;
}
.spo-sidebar-widget ul li a{
color: #666666;
}
.spo-sidebar-widget ul li a:hover{
color: #1d1b1b;
}
.spo-sidebar-widget ul li ul.sub-menu{
padding-bottom:0px;
}
.spo-sidebar-widget ul li ul.sub-menu li{
padding-left: 15px;
padding-bottom:5px;
}
.spo-sidebar-widget ul ul ul.sub-menu li{
padding-left: 10px;
padding-bottom:0px;
}
.spo-sidebar-widget ul li ul.sub-menu li:last-child{
border:none;
}
.spo-sidebar-widget ul li ul.children{
padding-bottom: 5px;
}
.spo-sidebar-widget ul li ul.children li{
padding-left: 15px;
padding-bottom:5px;
}
.spo-sidebar-widget ul ul ul.children li a{
padding-left: 10px;
}
.spo-sidebar-widget ul li ul.children li:last-child{
border:none;
}
.widget_tag_cloud a, .widget_product_tag_cloud a{
font-size:13px!important;
color: #ffffff;
display: inline-block;
padding: 6px 10px;
background-color: #444444;
margin:0 3px 3px 0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
color: #ffffff;
background-color:#FFC815;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.text-left {
text-align:left;
}
.resum-header i {
padding: 0px 12px;
}
section#clients.dec-sec:before {
border-top: 0px dashed #ccc;
} .sticky h4 a {
color: #ffc815;
}
img.wp-image-907 {
height: auto;
width: 100%;
}
.th-check {text-align:left;}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
border-top: 0
}
table th,
table td {
padding: 8px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
vertical-align: top;
text-align: left;
line-height: 18px;
}
table {
margin: 0px 0 20px;
width: 100%;
border: 1px solid #ddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
table th,
table td {
padding: 8px;
border-top: 1px solid #ddd!important;
border-left: 1px solid #ddd!important;
vertical-align: top;
text-align: left;
line-height: 18px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
float:left; 
width:100%;
overflow: auto;
}
iframe{width:100%;}
embed{width:100%;}
.wrapper-content ul, .custom-blog-page .post-text .post ul, .post-comments .com_list .comment-text ul, .post-content ul{
display: block;
list-style-type: disc;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.wrapper-content ol, .custom-blog-page .post-text .post ol, .post-comments .com_list .comment-text ol, .post-content ol{
display: block;
list-style-type: decimal;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.wrapper-content .clients-list ul, 
.wrapper-content .sec-services ul, 
.wrapper-content .sec-social-icon ul, 
.wrapper-content .testimonials-slider ul.star-rating, 
.wrapper-content ul.dec-list, 
.post ul.post-meta
{
display: block;
list-style-type: none;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.post-comments .com_list ul {
list-style-type: none;
}
.parent > ul > li::before {
border: 0px solid #999!important;
}
#attachment_907{width:100%!important;}
.wp-image-967{width:100%; height:895px;}
label.screen-reader-text { display: none;}
.widget select{width:100%; height:30px;}
.widget img{width:100%; height:auto;}
.widget img.wp-smiley{width:auto;}
.widget_rss img{width:auto;}
.widget table{width:100%; text-align:center;}
.widget ul ul.children{padding:0px; padding-left:10px;}
.widget ul ul.children li{padding-bottom:0px; }
.widget_calendar caption {padding-bottom: 10px;}
.th-check {
float: left;
width: 100%;
line-height: 22px;
}
.th-check h1 {
font-size: 48px;
margin: 15px 0;
line-height: 1.3;
font-weight: bold;
}
.th-check h2 {
font-size: 30px;
margin: 17px 0;
line-height: 1.3;
font-weight: bold;
}
.th-check h3 {
font-size: 22px;
margin: 15px 0;
line-height: 1.3;
font-weight: bold;
}
.th-check h4 {
font-size: 20px;
margin: 15px 0 7px;
line-height: 1.3;
font-weight: bold;
}
.th-check h5 {
font-size: 18px;
line-height: 1.3;
font-weight: bold;
}
.th-check h6 {
font-size: 16px;
margin: 18px 0;
line-height: 1.3;
font-weight: bold;
}
.th-check blockquote {
width: 100%;
}
.th-check li {
float: left;
width: 100%;
}
.th-check .contact-info h3 {
margin: inherit;
line-height: inherit;
float: left;
width: 100%;
text-align: left;
font-size: 15px;
font-weight: 700;
color: #999;
padding: 5px 0;	
}
.th-check .contact-info h4 {
font-size: inherit;
margin: inherit;
line-height: inherit;
font-weight: inherit;
}
.th-check .comment-meta h6 {
border: none;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-decoration: none;
margin: 0;
padding: 0;
}
.container.sec-custom-layout {
min-height: 700px;
}
.th-check .sec-social-icon li {
width: auto;
}
.th-check .sec-social-icon li i {
padding: 0px 13px;
}
img.img-responsive {
width: 100%;
height: auto;	
}
.th-check .post-meta li {
width: inherit;
}
article .post-content.th-check p {
float: none;
padding-bottom: 10px;
line-height: 22px;
}
div#post-1016 .respimg, 
.tag-featured-image .respimg 
{
width: auto;
height: auto;
}
.page-links  {
margin-top: 20px;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(0,0,0,.07);
border-radius: 4px;
float: left;
width: 100%;
}
.page-links span 
{
float: left;
padding: 12px 18px;
position: relative;
font-size: 13px;
color: #666;
letter-spacing: 1px;
border-right: 1px solid rgba(0,0,0,.07);
}
.page-links a span:hover
{
color: #fff;
background: #ffc815;
}
form.post-password-form input[type="password"] {
background: #fff;
border: 1px #bbbbbb solid;
}
.post-password-form label {
color: #f9f9f9;
}
@media only screen and (max-width: 1064px) {
.logged-in header.main-header {
top: 32px;
}
.post-meta li {
line-height: 24px;
}	
}
form.contact-form .controls {
width: 90%;
}
form.contact-form .control-group .controls textarea {
width: 100%;
max-width: none;
}
form.contact-form .controls button {
width: 100%;
}
#cooper-rev .rev_slider_wrapper, #cooper-rev .forcefullwidth_wrapper_tp_banner{height:100%!important;}
.hid-men-wrap {margin-top: -147px!important;}
.logged-in.admin-bar .main-footer{top:32px!important;} .woocommerce a.added_to_cart{display:none;}
.wr-shop-button{float:none!important;}
.shopst-1 .woocommerce-result-count{display:none;}
.shopst-1 .woocommerce-ordering{display:none;}
.jc-woocommerce-products-select{    
float: left;
width: 100%;
position: relative;
background: rgba(51,51,51,0.81);
padding: 10px 20px 15px 20px;
color:#fff;
border:none;
font-family: Georgia, "Times New Roman", Times, serif;}
.wr-shop-filter{padding:0px 0px 0px 0px!important;}
.wr-shop-pagination .pagination a{color:#fff;}
.woocommerce span.onsale{z-index: 999;
top: 2px;
left: 2px;
border-radius: 0px;
background: #383838;
font-family: Georgia, "Times New Roman", Times, serif;}
.woocommerce-result-count{
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #494949;
max-width: 500px;  
}
.woocommerce .woocommerce-ordering select{height: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #494949;}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before{background:none!important;}
.entry-summary{text-align:left;}
.pro-price .woocommerce-Price-amount{font-weight: 700;
font-family: 'Montserrat', sans-serif;}
.pro-price del{text-decoration: line-through; margin-right: 10px;}
.before-des{margin-bottom: 20px;}
.woocommerce div.product form.cart{float:left; width:100%; margin-top:20px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{    float: left;
margin-top: 10px;
font-size: 14px;
color: #fff;
margin-right: 10px;
text-align: center;
width: auto;
letter-spacing: normal;
position: relative;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
background: #FFD600;
outline: none;
padding: 15px 18px;
display: inline-block;
border-radius: 4px;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
text-transform: uppercase;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background: #FFD600; opacity:0.7;}
.woocommerce div.product form.cart .button{margin-top:0px!important;}
.woocommerce .quantity .qty{height:40px;}
.product_meta{float:left; width:100%; font-weight: 700;
font-family: 'Montserrat', sans-serif;}
.related.products.section-title{margin-top:55px;}	
.related.products.section-title h2{margin-bottom:55px; margin-left: 18px;}
.comment-reply-title{border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-bottom: 5px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #666;
}
.comment-form, .woocommerce-variation-price{float:left; width:100%;}
p.comment-form-rating label{
padding-bottom: 30px;
margin-bottom: 5px;
margin-top:30px;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
color: #666;
font-family: 'Montserrat', sans-serif;}
p.comment-form-rating{padding-top:30px;}
.woocommerce-Reviews form input[type="text"], .woocommerce-Reviews form input[type="password"], .woocommerce-Reviews form input[type="email"], .woocommerce-billing-fields input[type="text"], .woocommerce-billing-fields input[type="email"], .woocommerce-billing-fields input[type="tel"]{margin-top: 15px;
border: none;
outline: none;
height: 35px;
background: #f9f9f9;
padding-left: 15px;
color: #a4a4a3;
text-decoration: none;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.woocommerce-billing-fields textarea{padding:10px;}	
.woocommerce #review_form #respond .form-submit input{background: none;
border: none;
padding: 14px 20px;
line-height: 14px;
cursor: pointer;
font-size: 13px;
color: #ffc815;
margin-top: 40px;
font-weight: 700;
-webkit-appearance: none;
float: left;
background: #404040;
border-radius: 4px;}
.woocommerce #review_form #respond .form-submit input:hover{background: #292929;
color: #fff;}
table.variations th, table.variations td{border:none!important;}
table.variations select{height:40px;}
.woocommerce-variation-price span.price{padding: 0px;
background: transparent; margin-bottom: 34px; margin-top: 8px; font-weight: 700;
font-family: 'Montserrat', sans-serif; font-style:normal; color:#000;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#000; font-size:13px;}
.woocommerce-variation-price span.price del{text-decoration:line-through;}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{max-width:95%; font-weight: 700;
font-family: 'Montserrat', sans-serif;
line-height: 35px;
z-index: 999;}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
font-size: 14px;
color: #fff;
margin-right: 10px;
text-align: center;
width: auto;
letter-spacing: normal;
position: relative;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
background: #FFD600;
outline: none;
padding: 15px 18px;
display: inline-block;
border-radius: 4px;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
transition: all 500ms linear;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
text-transform: uppercase;}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background: #FFD600; opacity:0.7;}
.woocommerce table.wr-shop-table {
margin-bottom: 10px;
border-collapse: collapse;
border-width: 0;
width: 100%;
}
.wr-shop-table thead {
background: transparent;
border-bottom: 1px solid #e8e8e8;
}
table.wr-shop-table thead:first-child tr:first-child th, table.wr-shop-table tbody:first-child tr:first-child th, table.wr-shop-table tbody:first-child tr:first-child td {
border-top: 0!important;
border-left: 0!important;
}
.woocommerce table.wr-shop-table th, .woocommerce .wr-shop-table thead th.box-name {
font-size: 12px;
text-transform: uppercase;
color: #000!important;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.woocommerce table.wr-shop-table th {
font-weight: 700;
color: #666;
}
.wr-shop-table tbody tr.order_item, .wr-shop-table tbody tr.cart_item {
background: transparent;
border-bottom: 1px dashed #e8e8e8;
}
.wr-shop-table tbody tr td {
padding: 15px 10px;
vertical-align: top;
border: none!important;
}
.wr-shop-table tbody tr .product-thumbnail img {
width: 80px;
height: 80px;
}
.wr-shop-tabletbody tr .product-price, .wr-shop-table tbody tr .product-subtotal {
padding-left: 2px;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19.18px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #292929;
-webkit-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
-moz-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
padding-top: 0px;
}
.wr-shop-table tbody tr .product-name a{font-weight:700; font-family: 'Montserrat', sans-serif;}
.wr-shop-table tbody tr .product-remove a {
position: relative;
font-size: 18px;
line-height: 20px;
padding: 0px 7px 0px 6px;
width: 21px;
height: 21px;
border-radius: 100%;
background-color: #000;
color: #fff!important;
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
transition: background-color .3s ease;
}
.wr-shop-table tbody tr .product-remove a:hover {
background: #000;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{display:none;}
td.actions{padding-top: 30px!important;}
.coupon input[type="text"]  {height: 40px;
width: 170px!important;}
.woocommerce .star-rating{float:left!important; margin-left:40px!important; }	
.woocommerce .star-rating span{font-family: inherit;}
.pro-price-min{float:left; width:100%;}
#shop-st-1 .star-rating{float:left!important; margin-left:29px!important; }	
#shop-st-1 .woocommerce-Price-amount{padding-left:1px; padding-top: 5px;}
.post-type-archive del span{text-decoration:line-through;}
.woocommerce div.product form.cart .variations td.label {
padding-right: 10px;
width: 75px;
}
.up-sells.upsells.products{display:none;}
#comments  .star-rating{float:right!important; margin-left:0px!important;}
.gallery-item.gallery-item-second .wr-shop-button{float:left!important;}
.box-item.vis-det a.image-popup{text-align:center;}
.woocommerce ul.product_list_widget li img{width:65px;}
.price_slider_wrapper{clear:both;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#FFD600;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#FFD600;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#eee;}
.widget.woocommerce ul.children{padding-left:0px; margin-top: 15px;}
.widget.woocommerce ul.children li{padding-left:0px; padding-bottom: 14px;}
.widget.woocommerce ul.children li:nth-last-child(1){padding-bottom: 5px;}
.widget ul{clear:both;}
.widget.woocommerce ul.children li:nth-child(1){border-top:1px solid #dddddd;}
.woocommerce ul.product_list_widget li{padding: 10px 0px;}
.tp-kbimg{position:relative!important;}
.woocommerce a.button.btn {
float: left;
margin-top: 10px;
font-size: 14px;
color: #fff;
margin-right: 10px;
text-align: center;
width: auto;
letter-spacing: normal;
position: relative;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
background: #FFD600;
outline: none;
padding: 15px 18px;
display: inline-block;
border-radius: 4px;
}
.woocommerce a.button.btn:hover{opacity:1;}  .wp-block-button__link{
background: #ffc815;
border: none;
padding: 14px 20px;
line-height: 14px;
cursor: pointer;
font-size: 13px;
color: #404040;
font-weight: 700;
-webkit-appearance: none;
border-radius: 4px;		
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button__link:hover {
background: #292929;
color: #fff;
}
.has-color-yellow-background-color {
background-color: #ffc815;
}
.has-color-yellow-color {
color: #ffc815;
}
.has-color-grey-color{
color:#292929;
}
.has-color-grey-background-color{
background-color:#292929;
}
.has-small-font-size{
font-size:10px;
}
.has-large-font-size{
font-size: 36px;
line-height: 35px;
}
.has-huge-font-size{
line-height: 35px;
}	
.woocommerce-product-details__short-description li,
#description ul li{
float: left;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #494949;
float: left;
width: 100%;
font-size: 12px;
line-height: 24px;
padding-bottom: 10px;
font-weight: 500;
list-style: square;
}
#description ul{
float:left;
width:100%;
}
.share-icon.share-icon-googleplus {
display: none;
}
.scroll-nav li {
margin-left: -1px!important;;
}				
section.wpb-content-wrapper{
padding:0px;
background:transparent;
}
.fa-x-twitter:before{content:"\e61b"}
.fa-tiktok:before{content:"\e07b"}
.share-icon.share-icon-twitter:before {
content: "\e61b";	
}
 #map-single {
width: 100%;
height: 350px;
float: left;
margin-bottom: 10px;
margin-top: 40px;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 20px;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
right: 20px;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
}
.leaflet-bar a,
.leaflet-bar a:hover {
border-bottom: 1px solid  rgba(255,255,255,0.21);
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #c7c7c7;
background: #35353A;
}
.leaflet-bar a:hover{
background: #2D2D32;}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:last-child {
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background: #35353A;
color: #fff;
opacity:0.9;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 12px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 18px;
} .leaflet-control-layers {
background: #fff;
}
.leaflet-control-layers-toggle {
background-image: url(//costaserra.com/wp-content/themes/cooper/includes/css/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//costaserra.com/wp-content/themes/cooper/includes/css/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//costaserra.com/wp-content/themes/cooper/includes/css/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
}
.leaflet-popup-content {
line-height: 1.4;
padding:20px 30px;
text-align:center;
color:rgba(255,255,255,0.91);
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-content-wrapper  {
background:#35353A;
color: #fff;
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}#main{
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:2;
opacity:0;
}
 header li.act-link a , .text-title span , .dec-list li:before  , .resum-header i , .sl-tabs li i , .testimonials-slider ul.star-rating li , .to-top-wrap i ,.scroll-nav a.external:after , .mail-link:hover  , .price  , .fixed-filter .gallery-filters a.gallery-filter-active , .slider-zoom , .page-nav a span , .post-meta li i , .post-author-wrap li a , .controls button , .sliding-menu a:hover{
color:#ffc815;
}
header.sticky  li.act-link a , .footer-social li a  ,   .share-icon , .fixed-icons-wrap ul li a  , .bold-separator , .fixed-column , .btn , .scroll-nav li a.act-link:before  , .scroll-nav li a.act-link:after  , .custom-skillbar , .price:before , .color-bg , ul.tabs li.current .tb-item , .testimonials-slider-holder .customNavigation a  , .accordion-title.activeac  h5 a , .resum-header:before  , .menu-inner:before , .customNavigation.gals a , .bold-title:before , .progress-bar  , #submit , .grid-det h3:before , .inline-filter .gallery-filters a.gallery-filter-active , .box-item.vis-det a , .inline-filter .folio-counter , .fixed-filter .folio-counter , .box-item.hd-box .image-popup , .post-tags li a:hover , .pagination a.current-page , .pagination a:hover , .carousel-item h3:before   , .box-item.vis-det a.popgal , .show-share:before{
background:#ffc815;
}
.loader {
border-top: 10px solid  #ffc815;
border-right: 10px solid #ffc815;
border-bottom: 10px solid #ffc815;
}
.hd-box-wrap h2:after{
border-color: transparent #ffc815 transparent transparent;
}