/*
Theme Name: Side Grid Responsive WordPress Theme
Theme URI: http://www.dessign.net/sidegridtheme
Description: Side Based Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 2.0.1
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 4 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */

/*.stalac_box_img a::after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px inset;
	border-radius: 15px;
}
.stalac_box_img img {
	border-radius: 15px;	
}*/

* {
    outline: none !important;
}
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
    height: 20px;
    clear: both;
}
.hreview-aggregate {
    display: none;
}
.header_container {
    margin-bottom: 25px;
}
.ratingblock {
    margin-top: 24px;
    position: relative;
}
.ratingblock:before {
    width: 100%;
    content: ' ';
    position: absolute;
    margin-bottom: 10px;
    top: -14px;
    border-top: 2px solid;
    border-color: #eaedee;
    border-color: rgba(0,39,59,.08);
}

/* SUBSCRIBE FORM */

.subscribe {
    padding: 20px;
    width: 280px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.subscribe-pitch {
    padding-left: 120px;
    background: url("images/email.png") 5px center no-repeat;
}
.subscribe-pitch > h3 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.subscribe-pitch > p {
    line-height: 22px;
    color: #484848;
}

.subscribe-form {
    position: relative;
    margin: 20px -20px -20px;
    padding: 15px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
    background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
    background-image: -o-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
    background-image: linear-gradient(to bottom, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
    -webkit-box-shadow: inset 0 1px white;
    box-shadow: inset 0 1px white;
}

.subscribe-input {
    padding: 0 16px;
    width: 100%;
    height: 35px;
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 15px;
    color: #444;
    background: #fefefe;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #999 #aaa #aaa;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 15px;
    height: 35px;
    width: 60px;
    background: #60e160;
    border: 1px solid;
    border-color: #4c9d50 #4c9d50 #4c9d50 #55af5a;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background-image: -webkit-linear-gradient(top, #84f087, #4cd94a);
    background-image: -moz-linear-gradient(top, #84f087, #4cd94a);
    background-image: -o-linear-gradient(top, #84f087, #4cd94a);
    background-image: linear-gradient(to bottom, #84f087, #4cd94a);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
    background: #4cdf4d;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.subscribe-submit:before {
    content: '';
    display: block;
    margin-top: 1px;
    width: 25px;
    height: 19px;
    background: url("images/tick.png");
}

.lt-ie9 .subscribe-input {
    line-height: 33px;
}

/* END FORM */


/* ######################## */
.alignnone {
/*    margin: 5px 20px 20px 0;*/
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
/*#wpadminbar { display: none; }*/
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #222; line-height: 140%; }
input { font-family: 'Lato', sans-serif; }
a {color: #64a8ed; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #64a8ed; text-decoration: none; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
p { line-height: 140%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.container { width: 1180px; margin: 0 auto; }
#infscr-loading { DISPLAY: NONE !important; visibility: hidden !important; } /* hide infinite scroll loading image */
::selection {
	background: #ccc; 
	}
::-moz-selection {
	background: #ccc; 
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
/*#header { padding: 20px 0; }*/
#header { position: fixed; top: 0; left: 0; width: 100%; -webkit-box-shadow: 0 4px 4px -2px #ccc;
   -moz-box-shadow: 0 4px 4px -2px #ccc;
        box-shadow: 0 4px 4px -2px #ccc; }
.side_header_spacing { float: left; width: 270px; min-height: 300px; }
#side_header { float: left; position: relative; top: 0; left: 20px; width: 336px; }
.side_header_inside { padding: 15px 15px; }
/*body.home #header { position: static; width: auto; }*/
.slicknav_menu { display: none; }
.sy-pager { display: none !important; }
.logo_cont { /*float: none; max-width: 250px; margin-right: 25px;*/ }
.full_logo_cont { padding: 0px 0 0px;  text-align: center; /*float: left;*/ }
.full_logo_cont img,
.logo_cont img { max-width: 100%; height: auto; }
.header_right_text { /*float: right; width: 300px;*/ padding-bottom: 10px; }
.header_spacing { display: block; }
/*body.home .header_spacing { display: none; }*/
/*body.home .footer_copyright_cont { display: none; }*/
#header { background: #fff; /*position: fixed; top: 0; left: 0;*/ padding: 15px 0 0; width: 100%; z-index: 9999; }
/*body.home #header { background: none; }*/
.logo { /*float: left; margin-right: 55px;*/ }
.header_bottom { padding: 5px 0; }
.header_menu { /*float: left;*/ margin-top: 0px; /*max-width: 600px;*/ padding-top: 20px; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 300;  text-transform: uppercase; color: #666; letter-spacing: 1.5px; position: relative; /*padding-bottom: 8px;*/ margin-bottom: 1%; }
.header_menu ul li:last-child { margin-right: 0; }
.header_menu ul li a { color: #333; display: block;  padding: 5px 15px; /*border-bottom: 3px solid #fff;*/ }
.header_menu ul li a:hover,
.header_menu ul li.current-menu-item a,
.header_menu ul li.current_page_item a { color: #000; text-decoration: none; /*border-bottom: 3px solid #000;*/ }
.header_menu ul li ul { padding-left: 15px; }
.header_menu ul li ul li { float: none; margin: 0; border-top: 1px solid #f3f3f3; background-color: #fff; padding: 0; font-size: 13px;  line-height: 190%; color: #888;  }
.header_menu ul li ul li:first-child { border-top: none; }
.header_menu ul li ul li a { display: block; border-bottom: none; }
.header_menu ul li ul li a:hover { background-color: #f9f9f9; text-decoration: none; border: none; }
#gallery::-webkit-scrollbar { display: none !important; }
#gallery {  }
.header_social { /*float: right;*/ text-align: left; /*padding-bottom: 15px;*/ /*max-width: 293px;*/ padding: 20px 0; }
.header_social img { display: inline-block; margin: 0 0px; }
.header_search { /*float: right; width: 260px;*/ position: relative; /*margin-left: 15px; width: 220px;*/ clear: both; }
.header_search input[type=text] { height: 30px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; width: 100%; border: 1px solid #eee; -moz-border-radius: 5px;
border-radius: 5px; padding: 0 5px; }
.header_search_icon { position: absolute; top: 9px; right: 8px; }
/* Content */
.blog_container { width: auto; }
#home_inside_cont { padding: 0 10px; }
#home_cont {  padding-top: 25px; margin-left: 240px; }
#content { /*padding-top: 25px;*/ margin-left: 240px; padding-top: 15px; }
.home_left { float: left; width: 770px; }
.home_post_box { float: left; /*width: 273px;*/ width: 850px; margin-right: 10px; margin-bottom: 15px; font-size: 13px; }
.home_post_box h3 { font-size: 19px; }
.single_left .home_post_box img,
.single_left .home_post_box iframe { /*width: 273px; height: 239px;*/  width: 850px; height: 350px; }
.home_post_box_last { margin-right: 0; }
.home_post_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_post_box.clear,
.archive_cont .home_post_box.clear { width: auto; height: auto; margin: 0; padding: 0; }
.archive_cont .home_post_box { margin-right: 50px; }
.archive_cont .home_post_box_last { margin-right: 0; }
.home_blog_bottom_box_cont { width: 960px; margin: 25px auto; }
.home_blog_bottom_box { float: left; width: 290px; margin-right: 45px; }
.home_blog_bottom_box h3 { font-size: 17px; font-weight: normal; }
.home_blog_bottom_box_last { margin-right: 0; }
#stalac_cont { text-align: center; }
.stalac_box { max-width: 400px; /*margin: 0 10px; padding: 10px 0;*/ text-align: left;  font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 300; text-align: center; /*text-transform: uppercase;*/ color: #888; }
.stalac_box img { max-width: 100%; height: auto; }
.stalac_box h3 { font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 300; text-align: center; text-transform: uppercase; color: #666 !important; letter-spacing: 1.5px;}
.stalac_box h3 a { color: #333 !important; }
.stalac_box h3 a:hover { color: #666 !important; }
.stalac_box_img { position: relative; display: block;  }
.stalac_box_img img { display: block; }
.stalac_box_img img:hover { opacity:0.8; filter:alpha(opacity=80); }
.stalac_box iframe { max-width: 100%; height: 220px; }
 body.home .stalac_box iframe { height: 220px !important; } 
#home_cont .stalac_box iframe { height: 220px !important; } 
 body.archive .stalac_box iframe { height: 220px !important; }
.stalac_box_hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/black-trans.png') repeat; display: none; }
.stalac_box_hover_inside_tbl { display: table; height: 100%; width: 100%; }
.stalac_box_hover_inside_row { display: table-row; }
.stalac_box_hover_inside_cell { display: table-cell; color: #fff; vertical-align: bottom; padding: 15px 8px; font-size: 14px; }
.home_latest_cont { padding-bottom: 5px; position: relative; }
.home_featured_prev { background: url('images/home-featured-prev.png') no-repeat; width: 23px; height: 42px; position: absolute; left: -32px; top: 50%; margin-top: -42px; cursor: pointer; }
.home_featured_next { background: url('images/home-featured-next.png') no-repeat; width: 23px; height: 42px; position: absolute; right: -32px; top: 50%; margin-top: -42px; cursor: pointer; }
.home_latest_box { float: left; /*width: 573px;*/ width: 568px; font-size: 16px; margin-bottom: 10px; }
.home_latest_box img,
.home_latest_box iframe { max-width: 100%; width: 568px; height: 283px; }
.home_latest_box_last { float: right; }
.home_blog_box { font-size: 14px; margin-bottom: 20px; margin-right: 8px; width: 388px; float: left; }
.home_blog_box img,
.home_blog_box iframe { max-width: 100%; width: 388px; height: 368px; }
.home_blog_box img:hover { opacity:0.8; filter:alpha(opacity=80); }
.home_blog_box h3 { font-size: 18px; margin-top: 0; }
.home_blog_box .p_date { font-size: 12px; }
.home_blog_box_content { padding: 0 0px 0 100px; }
.home_blog_box_last { margin-right: 0; }
.home_blog_box.clear { width: auto !important; float: none !important; margin: 0 !important; }
/*.home_blog_box .read_more { float: right; display: block; padding: 5px 10px; color: #000; text-decoration: none; border: 1px solid #ccc; }*/
.archive_title { margin-bottom: 20px; font-size: 23px; }
.archive_title {  padding-left: 28px; text-transform: uppercase; display: inline-block; }
.archive_box { margin-bottom: 30px; margin-right: 21px; font-size: 13px; width: 379px; float: left; position: relative; }
.archive_box img,
.archive_box iframe { max-width: 100%; width: 379px; height: 254px; }
.archive_box h3 { font-weight: normal; font-size: 25px; margin-top: 0; }
.archive_box h3 a { text-decoration: none; }
.archive_box h3 a:hover { text-decoration: underline; }
.archive_box.clear,
.home_featured_post.clear { margin: 0; padding: 0; float: none; height: 0; width: 0; }
.archive_box_last { margin-right: 0; }
.archive_box_hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/trans-back.png') repeat; display: none; }
.archive_box_tbl { display: table; width: 100%; height: 100%; }
.archive_box_tcell { display: table-cell; text-align: center; vertical-align: middle; color: #fff; padding: 0 25px; line-height: 19px; }
.archive_box_media { position: relative; }
.archive_box_media img { display: block; }
.sy-caption-wrap .sy-caption { display: none !important; }
#single_cont { }
.single_full_cont { }
.single_left { float: left; width: 850px; margin-left: 50px; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400;  color: #1c1c1c; letter-spacing: 1px;}
.single_left img { max-width: 100%; height: auto; }
.single_left p { margin-bottom: 15px; }
.single_full { /*float: none; width: 900px;*/ padding-left: 10px; /*margin: 0 auto;*/ position: relative; }
h1.single_title { font-size: 24px; margin: 0 0 20px; font-weight: normal; padding-right: 110px; }
.single_inside_content img { max-width: 100%; height: auto; }
#commentform input[type=submit] { background-color: #008000; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
.next_prev_cont_top_right {  padding: 0; position: absolute; top: 0; right: 0; }
.next_prev_cont_top_right .left { float: left; width: auto; }
.next_prev_cont_top_right .left a { display: block; background: url('images/new-prev.png') no-repeat; background-position: top left; padding-left: 0px; min-height: 0px; width: 30px; height: 30px; }
.next_prev_cont_top_right .right { float: right; width: auto; margin-left: 10px; }
.next_prev_cont_top_right .right a { display: block; background: url('images/new-next.png') no-repeat; background-position: top right; padding-right: 0px;  min-height: 0px; width: 30px; height: 30px; }
/* Sidebar */
#sidebar { float: right; width: 300px; }
.side_box { margin-bottom: 25px; }
h3.side_title { margin: 0 0 15px; font-size: 17px; font-weight: normal; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
.t1_search_cont input[type=text], .t1_search_cont input[type=submit] { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; height: 24px; font-family: 'Source Sans Pro', sans-serif, arial; }
.t1_search_cont input[type=text] { width: 180px; }
.t1_search_cont input[type=submit] { border: none; background-color: #252628; color: #90939C; width: 80px; }
/* Footer */
#footer { padding: 0px 0 0px;  margin-top: 25px; }
.footer_box_col { float: left; width: 362px; margin-right: 46px; }
.footer_box { margin: 25px 0; text-align: center; }
.footer_box_col_last { margin-right: 0; }
.footer_copyright_cont { /*padding-bottom: 25px; padding-top: 10px; */ margin-top: 35px; padding-bottom: 15px; text-align: center; }
.footer_copyright { padding: 20px 0 20px; text-align: right; font-size: 13px; text-align: center; color: #666; }
.footer_box ul { list-style-type: none; margin: 0; padding: 0; }
.footer_box ul li { margin-bottom: 8px; }

li.comment {
	border: 3px solid #c3c3c2;
	padding: 5px;
	margin: 5px 0;
	list-style: none;
}
ol.commentlist {
	padding-left: 0 !important;
}
.comment-author img.avatar {
	display: none;
}

h3 span {
    color: #4d8358;
	}
	
.button {
   border: 1px solid #0a3c59;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: 6px 12px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #ffffff;
   font-size: 18px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   line-height: 50px;
   width: 100%;
   display: block;
   }
.button:hover {
   border: 1px solid #0a3c59;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #fff;
   }
.button:active {
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
}
.spoiler {
 overflow: hidden;
 margin-bottom: 20px;
 margin-top: 20px;
 border: 1px solid #dfdfdf;
 border-left: 10px solid #09ADAD;
 box-shadow: 0 0 9px #dddddd inset;
}
 
.title_h3 {
 cursor:pointer;
 font-size: 14px;
 background: rgb(240, 238, 238);
 margin: 0 -10px 0 -10px;
 padding: 10px;
 padding-left: 30px;
 -moz-box-shadow: 0 0 9px #dddddd inset;
 box-shadow: 0 0 9px #dddddd inset;
}
 
.closed .contents { display:none; }
.closed h3 { background: #bbbbbb; }
.contents { padding: 10px; }

.fn { 
color: #466d99;
font-style: italic;
letter-spacing: 3px;
font-size: 15px;
font-weight: bold;
}

.commentmetadata { 
font-size: 11px;
}

ol li {
    margin: 1em 0;
}

ul:not(.menu) li {
    margin: 1em 0;
}

blockquote {
    border-left: 5px solid #b4b4b4;
    border-right: 5px solid #b4b4b4;
    color: #333333;
    padding: 10px 20px;
    text-align: center;
    width: 80%;
    box-shadow: 0 0 5px #c0c0c0;
}