/*
	Theme Name: Refresh
	Theme URI: http://bit.ly/2nfJIqI
	Description: Responsive WordPress Theme
	Version: 1.0
	Author: alphawd
	Author URI: http://bit.ly/2mj6kT5
	Tags: HTML5, CSS3, Bootstrap
*/

/* Table of Content
==================================================
    #Import Section
	#Basic Styles	
	#Site Styles
	#Pages Styles
	#Media Queries
	#Font-Face */

/*------------------------------------*\
    Import Section
\*------------------------------------*/
@import url("../css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
@import url("../css/mmenu.css");
@import url("../css/animate.css");
@import url("../css/font-awesome.min.css");
@import url("../css/camera.css");
@import url("../css/linecons.css");
@import url("../css/owl.carousel.css");
@import url("../css/owl.theme.css");

/*------------------------------------*\
    Basic Styles
\*------------------------------------*/

html, body { height: 100%; margin: 0; }
body { background-color: #fff;	font-family: 'Raleway';	font-size: 13px; font-style: normal; font-weight: 400; line-height: 22px; color: #444; text-align: justify; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #181818; font-family: 'Raleway'; font-style: normal; font-weight: 600; line-height: 1em; margin: 10px 0 16px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 36px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}
.subheader { color: #777; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
em { font-style: italic; }
strong { font-weight: 700; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 12px; line-height: 24px; color: #777; font-style: italic; }
blockquote { border-left: 5px solid #ec4a3b; font-size: 17.5px; margin: 0 0 20px; padding: 10px 20px; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: none; outline: 0; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
a:hover, a:focus { color: #ec4a3b; text-decoration: none; }
p a, p a:visited { line-height: inherit; }
a.post-edit-link { padding-bottom: 10px; }
a.post-edit-link:before { font-family: 'FontAwesome'; content:"\f040"; font-size: 18px; padding: 20px 10px; }

/* #Lists
================================================== */
ul, ol { list-style: none; margin:0; padding: 0; }
li { margin:0; padding: 0; }
	
/* #Images
================================================== */
img { max-width: 100%; height: auto; }

/*------------------------------------*\
    Site Styles
\*------------------------------------*/

/* wrapper */
.wrapper { width:100%; }

/* header */
.header { width: 100%; height: 90px; }
.shadow { margin-bottom: -27px; position: relative; z-index: 999; }

/* logo */
.logo { float: left; line-height: 90px; }

/* nav */
.nav { float: right; }
.nav > ul { list-style-type: none; }
.nav > ul li { padding: 0; margin: 0; display: inline-block; position: relative; }
.nav > ul li a { color: #111; margin: 0; padding: 0 18px; display: block; font-size: 13px; line-height: 86px; font-weight: 600; border-top: 4px solid transparent; transition: all 0.4s ease-out 0s; }
.nav > ul li a:hover{ color:#ec4a3b; border-top: 4px solid #ec4a3b; }
.nav  > ul li.current_page_item a { border-top: 4px solid #ec4a3b; color:#ec4a3b !important; }
.nav > ul ul.sub-menu{ width: 180px; padding: 0px 0px; margin: 0px; background: #fff; position: absolute; z-index: 9999; top:90px; left:0px; display:none; /* Dropdown shadow */ -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3); box-shadow: 0 2px 2px 0 rgba(0,0,0,.3); }
.nav > ul ul.sub-menu ul{ left: 180px; top:0px; }
.nav > ul ul.sub-menu li{ padding: 0px; margin: 0px; display: block; float: none; border-bottom: 1px solid #eee; line-height: 40px; text-transform: none; }
.nav > ul ul.sub-menu li:last-child{ border: none; }
.nav > ul ul.sub-menu li a { font-size: 12px; color: #111 !important; border-top: 0;line-height: 40px; }
.nav > ul ul.sub-menu li a:hover { color:#ec4a3b !important; background-color:#fbfcfc !important; border-top: 0; }

/* Add arrows */
.nav ul li.parent a{ padding: 0px 20px 0px 15px; }
.nav > ul li.parent:after{ font-family: 'Fontawesome'; content:"\f0d7"; color:#999; position: absolute; right: 5px; top:0px; margin-left: 5px; }
.nav > ul ul li.parent:after{ font-family: 'Fontawesome'; content: "\f0da"; color:#999; position: absolute; right: 10px; top:0px; margin-left: 5px; }

/* Magic happens here */
.nav > ul li:hover > ul{ display:block; -moz-animation: fadeInUp .3s ease-in; -webkit-animation: fadeInUp .3s ease-in; animation:fadeInUp .3s ease-in; }
.nav > ul ul li:hover > ul{ display:block; -moz-animation: fadeInRight .3s ease-in; -webkit-animation: fadeInRight .3s ease-in; animation:fadeInRight .3s ease-in; }

/* Responsive nav */
.header a.r-menu { display: none; }
.wrapper nav#menu { display: none; }

/* sidebar */
.sidebar-widget { margin-bottom: 27px; }
.widget_search { margin-bottom: 25px; }  
.search .form-control { font-size: 12px; border-radius: 50px !important; position: absolute; }
.search-submit.btn { display: block; border-radius: 50px !important; }
.sidebar-widget h3 { font-size: 16px; margin-bottom: 15px; }
.sidebar-widget ul li { border-bottom: 1px dashed #ebebeb !important; padding: 4px 0; margin: 0; }
.sidebar-widget ul li a:hover { color: #ec4a3b; }
.sidebar-widget .widget_tag_cloud .tagcloud a { float: left; font-size: 12px !important; background-color: #5f5f5f; padding: 6px 14px; margin: 0 6px 6px 0; border-radius: 3px; cursor: pointer; }
.sidebar-widget .widget_tag_cloud .tagcloud a:hover { background-color: #ec4a3b; }
.sidebar-widget .widget_tag_cloud .tagcloud a { font-size: 13px; color: #fff; }

/* footer */
.footer { width: 100%; clear: both; }
img.footer-logo { margin-bottom: 15px;}
.footer a { color: #fff; }
.footer a:hover { color: #ec4a3b; }
.footer-top { width: 100%; clear: both; padding: 40px 0; background-color: #3d4345; }
.footer-top p { color: #dcdcdc; margin: 0 0 20px; }
.footer-top .widgettitle { color: #fff; font-size: 16px; font-style: normal; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px !important; }
.widget_recent_entries .post-date  { display: block; margin-bottom: 10px; }
.widget_recent_entries ul { list-style: none; margin-bottom: 20px; padding: 0; }
.widget_recent_entries ul li { color: #dcdcdc; padding-top: 8px; border-bottom: 1px dashed #515658; }
.widget_recent_entries ul li:first-child { padding-top: 0; }
.widget_recent_entries ul li:last-child{ border-bottom: 0; }
.tagcloud { margin-bottom: 20px; overflow: hidden; }
.widget_tag_cloud .tagcloud a { float: left; font-size: 12px !important; background-color: #2c3030; padding: 6px 14px; margin: 0 6px 6px 0; border-radius: 3px; cursor: pointer; }
.widget_tag_cloud .tagcloud a:hover { background-color: #ec4a3b; }
.widget_tag_cloud .tagcloud a { font-size: 13px; color: #fff; }
.footer-bottom { width: 100%; clear: both; padding: 25px 0; background-color: #303436; font-size: 11px; color: #a1a1a1; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #cdcdcd !important; font-weight: 600; }
.footer-bottom a:hover { color: #fff !important; }
ul.footer-menu { float: right; list-style: none; margin: 0; padding: 0; }
ul.footer-menu li { float: left; padding: 0 10px; }
ul.footer-menu li:first-child { padding: 0 10px 0 0; }
ul.footer-menu li:last-child { padding: 0 0 0 10px; }
ul.footer-menu li a { display: block; color: #cdcdcd !important; margin-left: 16px; }
ul.footer-menu li a:hover { color: #fff !important; }
ul.footer-contact { list-style: none; margin: 0 0 25px; padding: 0; }
ul.footer-contact li { line-height: 25px; border-bottom: 0; }
ul.footer-contact li i { font-size: 14px; color: #bfbfbf; float: left; line-height: 25px; }
ul.footer-contact li span { color: #dadada; display: block; margin-left: 20px; }
ul.footer-contact li span a { color: #bfbfbf; }
ul.footer-contact li span a:hover { color: #fff; }
ul.footer-social { list-style: none; margin: 0; padding: 0; }
ul.footer-social li { display: inline-block; border-bottom: 0; }
ul.footer-social li a i { width: 18px; height: 18px; line-height: 18px; text-align: center; font-size: 16px; color: #bfbfbf; transition: color 0.2s ease 0s; margin: 0 2px; }
ul.footer-social li a i:hover { color: #fff; }

/* Button Up */
.btn-up { width: 44px; height: 44px; position: fixed; bottom: 30px; right: 30px; z-index: 999; background-color: #ec4a3b; border-radius: 50%; text-align: center; line-height: 40px; cursor: pointer; opacity: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }
.btn-up:before { content: "\f106"; display: inline-block; vertical-align: middle; font: 20px 'FontAwesome'; color: #fff; }
.btn-up.active { opacity: 1; }
.btn-up.active:hover { opacity: 0.8; }

/*------------------------------------*\
    Pages Styles
\*------------------------------------*/

/* Home */
.camera_wrap .slider-img { width: 50%; position: absolute; top: 64px; bottom: 0; left: 150px; } 
.camera_wrap .slider-img  img { max-width:100% !important; display: block; }
.camera_wrap .camera_caption { position:absolute; top:130px; left:450px; width:70%; bottom: 0; display: block; }
.camera_wrap .camera_caption h1 { color: #333; font-family: 'Myriad Pro',Arial,Helvetica,sans-serif; font-size: 34px; font-weight: 600; text-transform: uppercase; line-height: 40px; margin-bottom: 0; padding: 5px 15px; }
.camera_wrap .camera_caption h2 { color: #fff; font-family: 'Myriad Pro',Arial,Helvetica,sans-serif; font-size: 30px; font-weight: 500; text-transform: uppercase; line-height: 35px; padding: 0 15px; width: 450px; }
.camera_wrap .camera_caption ul { color: #fff; font-family: 'Myriad Pro',Arial,Helvetica,sans-serif; font-size: 20px; font-weight: 500; line-height: 25px; width: 350px; padding: 5px 15px; }
.camera_wrap .camera_caption ul  li:before { font-family: 'FontAwesome'; content: "\f00c"; }
.camera_wrap .camera_caption ul  li span { padding-left: 10px; }
.camera_wrap .camera_caption_2 .big-title{ color: #fff; font-size: 36px; line-height: 36px; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); margin: 0 0 15px; }	  
.camera_wrap .camera_caption_2 { position:absolute; top:35%; left:190px; width:50%; bottom: 0; display: block; }
.camera_wrap .camera_caption_2 .slider-title { color: #FFFFFF; font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-size: 23px; font-weight: bold; margin-bottom: 0; padding: 10px; background-color: #ec4a3b; width: 475px; }
.camera_wrap .camera_caption_2 .slider-subtitle { color: #333; font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; padding: 0 15px; background-color: #FFFFFF; width: 380px; }
.h-2 { padding: 80px 0 0; }
.h-2 h2 { margin-top: 40px; }
.line { display: block; height: 2px; width: 22px; background-color: #303030; margin: 7px 0 30px; }
.line-center { display: block; height: 2px; width: 22px; background-color: #303030; margin: 7px auto 30px; }
.h-3 { background-color: #f6f6f6; padding: 60px 0; text-align: center; }
.h-3 p { margin-bottom: 40px; }
.h-3 .wc-shortcodes-post-box { background-color: transparent !important; }
.h-3 .wc-shortcodes-post-border { border: none; background-color: #fff; padding: 0 0 10px !important; }
.h-3 .wc-shortcodes-entry-header a { padding-top: 10px; margin: 0; text-transform: uppercase; font-size: 14px; font-weight: 600 !important; letter-spacing: 1px; }
.h-4  { padding: 60px 0; }
.subtitle { margin-bottom: 40px; }
.services-box i { float: left; font-size: 24px; color: #c0c0c0; }
.services-box h3 { margin: 0 0 10px; text-transform: none; }
.services-box h3, .services-box p { margin-left: 50px; }
.counter-wrapper { width: 100%; padding: 100px 0; background: #414856; }
.counter-wrapper .line { background-color: #fff !important; margin-top: 20px !important; margin-bottom: 20px !important; }
.title_counter h4 { font-family: 'Times New Roman' !important; color: #999 !important; font-style: italic; font-size: 14px !important; font-weight: 400; line-height: normal; text-transform: none; margin: 0 !important; }
.counter { font-family: 'Raleway'; font-style: normal; font-weight: 400; font-size: 42px; color: #fff !important; display: inline-block; margin-bottom: 18px; }
.counter > .counter { margin-bottom: 0; }
code, code > .counter { text-align: left; display: block; font-family: Monaco, monospace; background: #444; color: #fff; padding: 20px; font-size: 14px; }
code > .counter { padding: 0; margin: 0; }
@media only screen and (max-width: 1024px) { .counter { font-size: 33px; } }
@media only screen and (max-width: 800px) { .counter { font-size: 33px; } }
#intro { background:url(http://www.dezyder.eu/wp-content/themes/refresh/img/display.jpg) 50% 0 no-repeat fixed; color: white; margin: 0 auto; padding: 0; }
.h-6 { padding: 40px 0 70px; }
.h-6 h2 { margin-top: 80px; }
.h-6 img { display: block; margin: 40px auto 0; }
ul.list-ok li { line-height: 30px; }
ul.list-ok li i { background: #ec4a3b; border-radius: 50%; color: #ffffff; height: 18px; line-height: 18px; margin-right: 8px; text-align: center; width: 18px; }  
.no-padd { padding: 0; }

/* Full Width Page Styles */
.big-img { margin-bottom: 25px; }
.small-img { margin: 7px 25px 0 0; }
.f-1 { padding-bottom: 50px; }

/* About Us */
.page-title { background: #ec4a3b; border-bottom: 1px solid #d9dee1; border-top: 1px solid transparent; }
.page-title h2 { float: left; font-size: 28px; color: #fff; font-weight: 500 !important; line-height: 95px; letter-spacing: 0; margin: 0 !important; text-transform: none; }
.page-breadcrumbs { background-color: #f8f8f8; line-height: 60px; margin-bottom: 60px; }
.breadcrumbs ul { float: left; color: #888; font-size: 13px; font-weight: 500; text-transform: uppercase; }
.breadcrumbs ul li { display: inline-block; margin: 0 5px 0 0; }
.breadcrumbs ul li a { color: #888; font-weight: 600; transition: color 0.2s ease 0s; }
.breadcrumbs ul li a:hover { color: #ec4a3b; }
.breadcrumbs ul li:first-child { margin-right: 4px; }
.customNavigation { text-align: right; margin: 0; }
.customNavigation a.btn { border: 2px solid #d6d6d6; border-radius: 50%; box-sizing: content-box; color: #bcbcbc; display: inline-block; font-size: 10px; font-weight: 600; height: 19px; line-height: 19px; text-align: center; text-decoration: none; width: 19px; padding: 0 !important; transition: all 0.2s ease 0s; }
.customNavigation a.btn:hover { border: 2px solid #ec4a3b; color: #ec4a3b; }  
.owl-carousel img { width: 65%; }
.promo { background: #f5f6f6; padding: 30px 0; }
.promo h2.promo-title { font-size: 22px; font-weight: 400; letter-spacing: 0; text-transform: none; margin: 10px 0 0 25px; } 
.promo .btn { margin-right: 25px; background-color:#ec4a3b; border-color:#c24e44; font-size: 13px; color: #fff; border-radius: 3px; }
.promo .btn i { margin-right: 13px; }
.promo .btn:hover { background-color:#c24e44; border-color:#c24e44; font-size: 13px; color: #fff; }
.a-1 { padding-bottom: 40px; }
.a-4 { padding: 50px 0 40px; }
.a-5 { padding-bottom: 60px; }
.progress_text p.title { font-family: 'Times New Roman' !important; font-style: italic; float:left; font-size:15px; font-weight:600; text-transform: none; color:#4a4a4a; padding:0px; margin: 0; }
.progress_text { padding: 0; overflow:hidden; }
.progress_text .number { float:right; color:#a2a2a2; }
.progress { margin-bottom: 10px; height:3px; overflow:hidden; position:relative; background-color:#e8e8e8; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-transform:translate3d(0,0,0); }
.progress div { width:0px; height:3px; overflow:hidden; position:relative; background-color:#ec4a3b; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -webkit-transform:translate3d(0,0,0); -webkit-transition: width 6s ease-in-out; -moz-transition: width 6s ease-in-out; transition: width 6s ease-in-out; }
.member-desc { padding: 25px 0; background-color: #fff; }
.member-desc h5 { font-weight: 600; text-transform: uppercase; margin: 0 0 2px !important; }
span.job-title { font-size: 12px; font-style: normal; color: #999999; }
ul.member-social { margin: 15px 0 0; }
ul.member-social li { display: inline-block; }
ul.member-social li a { font-size: 18px; color: #999999; margin: 0 6px; }
ul.member-social li a:hover { color: #ec4a3b; }	

/* Services */
.s-3 { padding: 50px 0 80px; }
.s-3 .subtitle { margin-bottom: 45px; }
.serv:hover { background-color: #f7f7f7; cursor: pointer; }
.serv-desc { padding: 20px 0; }
.pricing-top { background-color: #18191a; padding: 30px 0; border-radius: 3px 3px 0 0; }
.pricing-block .colored { background-color: #ec4a3b; }
.pricing-block .colored li { color: #fff !important; }
.pricing-top ul li { margin: 0 0 5px; padding: 0; }
.pricing-top ul li:last-child { margin: 0; padding: 0; }
.pricing-title { font-size: 18px; font-weight: 700; color: #9a9da3; text-transform: uppercase; }
.price { font-size: 33px; font-weight: 700; color: #fff; }
.price-month { font-size: 13px; font-style: italic; color: #434548; }
.pricing-desc { padding: 15px 30px 30px; border-right: 1px solid #d6d9dc; border-left: 1px solid #d6d9dc; border-bottom: 1px solid #d6d9dc; border-radius: 0 0 4px 4px; background-color: #fff; }
.pricing-desc span { color: #9a9da3; font-weight: 600; }
.pricing-desc ul li { line-height: 1em; padding: 15px 0; border-bottom: 1px solid #f7f7f7; }
.pricing-desc ul li:last-child { border-bottom: 0; }
.btn-price { background: transparent; border: 2px solid #222; color: #222; line-height: 43px; display: block; border-radius: 3px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; padding: 0; text-transform: uppercase; }
.btn-price:hover { background: #ec4a3b; border: 2px solid #ec4a3b; color: #fff; line-height: 43px; display: block; border-radius: 3px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; padding: 0; text-transform: uppercase; }
.btn-price-colored { background: #ec4a3b; border: 2px solid #ec4a3b; color: #fff !important; line-height: 43px; display: block; border-radius: 5px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; padding: 0; text-transform: uppercase; }
.btn-price-colored:hover { background: transparent; border: 2px solid #222; color: #222 !important; line-height: 43px; display: block; border-radius: 5px; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; padding: 0; text-transform: uppercase; }	
.features-box { margin: 45px auto 20px; }
.features-box h1 { font-size: 24px; }
.features-box p { color: #727272; }
p.desc { margin-bottom: 30px; }
.features-box i { font-size: 30px; color: #ec4a3b; } 
#intro_2 { background:url(http://www.dezyder.eu/wp-content/themes/refresh/img/woman.jpg) 50% 0 no-repeat fixed; color: white; margin: 0 auto; padding: 0; }

/* Portfolio */
a.wc-shortcodes-term { font-weight: 600; }
a.wc-shortcodes-term-active { color: #ec4a3b; }

/* Single Project */
ul.project-details { margin-bottom: 20px; }
ul.project-details li { border-top: 1px dashed #d9dee1; margin-bottom: 7px; padding-top: 7px; }
ul.project-details li:first-child { border: 0; padding-top: 0; }
ul.project-details li a { color: #ec4a3b; }
ul.project-details li a:hover { color: #111; }
ul.social-share li { display: inline-block; }
ul.social-share li a { background: #fafafa; border: 1px solid #e2e2e2; border-radius: 50px; color: #65686d; display: block; font-size: 14px; height: 28px; line-height: 28px; text-align: center; transition: all 0.2s ease 0s; width: 28px; margin-right: 2px; }
ul.social-share li a.fb:hover { background: #3c599d; border: 1px solid #365093; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #2a3e7f; }
ul.social-share li a.tw:hover { background: #29aae3; border: 1px solid #25a1e0; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #1d90db; }
ul.social-share li a.pt:hover { background: #cb2027; border: 1px solid #c01a1f; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #bb161b; }
ul.social-share li a.lin:hover { background: #017eb4; border: 1px solid #0171ac; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #01589d; }
ul.social-share li a.gl:hover { background: #d33b25; border: 1px solid #ca301e; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #c6291a; }
ul.social-share li a.dr:hover { background: #e24d87; border: 1px solid #dd4175; box-shadow: 0 1px 3px #ddd; color: #fff; text-shadow: 0 -1px 0 #d93663; }
a.project-btn { background-color:#ec4a3b; border-radius: 3px; border-color:#c24e44; font-size: 13px; color: #fff; padding: 10px 12px; }
a.project-btn:hover { background-color:#c24e44; border-color:#c24e44; color: #fff; }

/* Blog */
.type-post { padding: 0;	border-bottom: 1px dashed #dee1e2; margin-bottom: 25px; }
.post-title { display: block; }
.post-title a:hover { color: #ec4a3b; }
.post-thumbnail { display: block; overflow: hidden; position: relative; margin-bottom: 25px; box-shadow: 0 1px 1px rgba(0,0,0,0.1); z-index: 2; }
.post-thumbnail img { display: block; position: relative; width: 100%; -webkit-transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; }
.post-thumbnail:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.post-thumbnail:hover .link-overlay { background: rgba(20,22,23,0.6); }
.post-thumbnail:hover  .link-overlay:before { -webkit-transform: scale(1); transform: scale(1); opacity:1; }
.post-details, .post-details a { margin: 0 0 10px; font-family: 'Open Sans'; font-size: 12px; font-style: italic; color: #ababab; }
.post-details a:hover  { color: #ec4a3b; }
a.view-article { background-color:#ec4a3b; border-radius: 3px; border-color:#c24e44; font-size: 13px; color: #fff; }
a.view-article:hover { background-color:#c24e44; border-color:#c24e44; color: #fff; }
.search-submit { background-color:#ec4a3b; border-color:#c24e44; }
.search-submit i {color:#fff; }
.search-submit:hover { background-color:#c24e44; border-color:#c24e44; }
label { display: none !important; }
/* Highlight active form field */
#respond input[type=text], #respond input[type=email], #respond input[type=url], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 0 0 0 16px; margin: 0; border-radius: 3px; border: 1px solid #DDDDDD; }
#respond input[type=text]:focus, #respond input[type=email]:focus, #respond input[type=url]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); margin: 0; border: 1px solid rgba(81, 203, 238, 1); }
#author { font-size: 13px; width: 100%; height: 40px; }
#email { width: 100%; height: 40px; font-size: 13px; }
#url { font-size: 13px; width: 100%; height: 40px; }
#comment { width: 100%; height: 220px; margin: 0; padding: 17px 18px; outline: 0; font-size: 13px; background-color: #fff; color: #757575; }
#submit { display: inline-block; padding: 6px 12px; margin: 0; font-size: 13px; font-weight: 400; line-height: 25px; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 3px; color:#fff; background-color:#ec4a3b; border-color:#c24e44; }
#submit:hover { color:#fff;background-color:#c24e44;border-color:#c24e44; }
.comment-form-author { width: 33.33%; float: left; padding-right: 15px; }
.comment-form-email { width: 33.33%; float: left; padding-right: 7.5px; }
.comment-form-url { width: 33.33%; float: left; padding-left: 7.5px; }
.form-submit { text-align: right; }
.comments li.comment p, .comment-meta { padding: 0 0 0 100px; position: relative; }
.comment-author .fn { padding-left: 4px; }
.post-pag-wrap { margin-bottom: 30px; }
.post-pag-wrap .prev { float: left !important; }
.post-pag-wrap .next { float: right !important; }
.post-pag-wrap h3 a:hover { color: #ec4a3b; }
.pagination { margin: 0 0 35px; }
.page-numbers { display: inline-block; margin: 0 3px 0 0; padding: 8px 12px; border: 1px solid #eee; line-height: 1; text-decoration: none; border-radius: 3px; font-weight: 600; }
.page-numbers.current, a.page-numbers:hover { background: #f9f9f9; }

/* Contact */
.wpcf7 p { margin: 0; }
.wpcf7 label { display: block !important; margin-bottom: 0; }
.wpcf7 textarea { height: 225px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 16px; margin: 0; border-radius: 3px; border: 1px solid #e4e7e8; background-color: #fff; font-weight: 400; color: #414141; max-width: 100%; width: 800px; }
.wpcf7 input[type="text"]:focus, input[type="email"]:focus, .wpcf7 textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); margin: 0; border: 1px solid rgba(81, 203, 238, 1); }
.wpcf7-submit { display: inline-block; padding: 6px 12px; margin: 20px 0 0 0; font-size: 14px; font-weight: 400; text-transform: uppercase; line-height: 40px; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 3px; color:#fff; background-color:#ec4a3b; border-color:#c24e44; width: 100%; }
.wpcf7-submit:hover { color:#fff;background-color:#c24e44;border-color:#c24e44; }
.c-1 h4 { margin: 20px 0 25px; }
ul.schedule { margin-bottom: 50px; }
ul.schedule li { line-height: 25px; margin-bottom: 17px; }
ul.contact { list-style-type: none; margin: 0 0 50px; padding: 0; }
ul.contact li { line-height: 25px; border-bottom: 0; margin-bottom: 20px; }
ul.contact li i { font-size: 14px; color: #acaeb7; float: left; line-height: 25px; margin-right: 8px; }
ul.contact li span { color: #444; display: block; margin-left: 20px; }
ul.contact li span a { color: #444; }
ul.contact li span a:hover { color: #ec4a3b; }
ul.social { list-style: none; margin: 0; padding: 0; }
ul.social li { display: inline-block; border-bottom: 0; }
ul.social li a i { width: 22px; height: 22px; line-height: 22px; text-align: center; font-size: 18px; color: #acaeb7; transition: color 0.2s ease 0s; margin: 0 4px; }
ul.social li a i:hover { color: #ec4a3b; }
.c-1 { margin-bottom: 70px; }
.googlemap { margin: 0 !important; padding: 0 !important; }
br.clear { display: none; }

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
.container { width: 960px; }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.logo { float: none; }	
.logo img { display: block; margin: 25px auto; }
.nav { display: none; }
.header a.r-menu { float: left; display: block; line-height: 76px; font-size: 20px; }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
.logo { float: none; }	
.logo img { display: block; margin: 25px auto; }
.nav { display: none; }
.header a.r-menu { float: left; display: block; line-height: 76px; font-size: 20px; }
}

/*------------------------------------*\
	Font-Face
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('../fonts/font-name.eot');
	src:url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('../fonts/font-name.woff') format('woff'),
		url('../fonts/font-name.ttf') format('truetype'),
		url('../fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}