/*! custom.css v1.0 */
/* Because the header is positioned absolute, added this [temporary] hack for the first element in the PB */
/* Toggle header */
.toggle-header {width: 34px; height: 24px; line-height: 24px; text-align: center; background-color: #000; right: 3%; position: absolute; top: 0; display: block; z-index: 101; border-radius: 0 0 2px 2px; -webkit-transition:height .3s ease-in-out, line-height .3s ease-in-out; transition:height .3s ease-in-out, line-height .3s ease-in-out; }
.toggle-header:after {content:'HIDE HEADER';font-size: 10px;color: #fff;line-height: 1.2;width: 60px;display: block;margin-left: -13px;margin-top: 4px;transition: opacity .2s ease-in-out;opacity: 0;}
.toggle-header:hover {height:40px; line-height:40px; }
.toggle-header span { color: rgba(255, 255, 255, 0.7); }
.toggle-header:hover:after {opacity:1;}

.toggle-header + .site-header {-webkit-transition:-webkit-transform .3s ease-in-out; transition:transform .3s ease-in-out;}
.toggle-header.site-header--hide + .site-header {-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);}
.toggle-header.site-header--hide span:before {content: "\e114"; }
/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */
.oe_overlay .oe_overlay_options {
    top: 5px;
}
.ca-more {
	right: 15px;
}
.title_circle, .title_circle:before {
	background-color: #2980b9;
}

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){
	
}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){
	
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}