*, *:after, *:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;text-rendering: optimizeLegibility;}
/*****************************************
reset.css
******************************************/
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, figure {    margin: 0;    padding: 0;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {     display:block;}
table {    border-collapse: separate;    border-spacing: 0;}
caption, th, td {    text-align: left;    font-weight: normal;}
sup{    vertical-align: super;    font-size:smaller;}
code{    font-family: 'Courier New', Courier, monospace;    font-size:12px;    color:#272727;}
::selection {  background: #444;  color: #fff;  }
::-moz-selection {  background: #444;  color: #fff;  }
a img{	border: none;vertical-align: middle;}
img{vertical-align: middle;max-width:100%;}
ol, ul { padding: 10px 0 20px;  margin: 0 0 0 35px;  text-align: left;  }
ol li { list-style-type: decimal;  padding:0 0 5px;  }
ul li { list-style-type: square;  padding: 0 0 5px;  }
ul ul, ol ol { padding: 0; }
h1, h2, h3, h4, h5, h6 { font-family: merriweather,sans-serif; font-weight: normal; }
.post-body h1 { line-height: 48px; font-size: 42px; margin: 10px 0; }
.post-body h2 { font-size: 36px; line-height: 44px; padding-bottom: 5px; margin: 10px 0; }
.post-body h3 { font-size: 32px; line-height: 40px; padding-bottom: 5px; margin: 10px 0; }
.post-body h4 { font-size: 28px; line-height: 36px; margin: 10px 0;  }
.post-body h5 { font-size: 24px; line-height: 30px; margin: 10px 0;  }
.post-body h6 { font-size: 18px; line-height: 24px; margin: 10px 0;  }
/*****************************************
Global Links CSS
******************************************/
a{ color: #b21e1e; outline:none; }
a:hover,a:focus { color: #000; text-decoration:none; }
body{ background: #f3f3f3; color: #444; padding: 0; font-family:merriweather,sans-serif; font-size: 13px; line-height: 25px; }
.clr { clear:both; float:none; }
.clearfix{position:relative;}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
/*****************************************
Wrappers
******************************************/
.ct-wrapper { padding: 0px 20px; position: relative; max-width: 990px; margin: 0 auto; }
.outer-wrapper { margin: 25px 0; position: relative; }
.header-wrapper { display: inline-block; float: left; width: 100%; }
.main-wrapper { width:100%; }
#content { position: relative; width: 100%; float: left; }
.sidebar-wrapper { width:32%; float: right; }
/**** Layout Styling CSS *****/
body#layout .header-wrapper { margin-top: 40px; }
body#layout .outer-wrapper, body#layout .sidebar-wrapper, body#layout .ct-wrapper { margin: 0; padding: 0; }
body#layout #About { width: 100%; }
body#layout .margin{display:none;}
/*****************************************
Header CSS
******************************************/
#header { display: inline-block; text-align: center; width: 100%; }
#header-inner{ margin: 0 auto; padding: 0; text-align: center;  max-width: 750px; }
#header h1 {
font:normal normal 30px montserrat;
font-size: 44px;
font-style: normal;
line-height: 1;
text-transform: uppercase;
border: 3px solid #101010;
display: inline-block;
padding: 15px 25px;
}
#header h1 a, #header h1 a:hover {  color: #101010;  }
#header p.description {
color: #999;
font-size: 11px;
margin: 0;
padding: 0;
font-family: monospace;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 300;
margin-top: 15px;
padding:0;
position: relative;
display: none;
}
#header img{   border:0 none; background:none; width:auto; height:auto; margin:0 auto; }
a.logo {
position: relative;
}
.margin{width:100%;height:auto;display:block;}
.margin-t-10{margin-top:10px;}
.margin-t-20{margin-top:20px;}
.margin-t-30{margin-top:30px;}
.margin-t-40{margin-top:40px;}
.margin-t-50{margin-top:50px;}
.margin-t-60{margin-top:60px;}
.margin-t-70{margin-top:70px;}
/*****************************************
Main Menu CSS
******************************************/
#navigation {height:auto }
.nav-menu { background: #fff; margin: 0 auto; padding: 0; width: 100%; z-index: 299;border-bottom: 4px double #ddd;border-top: 1px solid #ededed; }
.nav-menu ul{ list-style:none;  margin:0; padding:0; z-index: 999; }
.nav-menu ul li { display: inline-block; line-height: 1; list-style: none;  padding: 0; position:relative;}
.nav-menu li a {
color: #444;
display: block;
font-size: 12px;
padding: 17px 20px;
position: relative;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-family: montserrat,sans-serif;
}
.nav-menu li a:hover { color: ; }
.nav-menu li a:before,.nav-menu li a.current:before {
content: "";
position: absolute;
background: #d25656;
border: 0px;
width: 80%;
height: 2px;
bottom: -3px;
left: 10%;
opacity: 0;
}
.nav-menu li a:hover:before,.nav-menu li a.current:before{
opacity:1;
transition:opacity .15s linear;
}
.nav-menu ul li ul {
position: absolute;
width: 200px;
background: #fff;
top: 102%;
visibility:hidden;
opacity:0;
box-shadow: 0px 0px 20px -10px #000;
-moz-box-shadow: 0px 0px 20px -10px #000;
-webkit-box-shadow: 0px 0px 20px -10px #000;
-o-box-shadow: 0px 0px 20px -10px #000;
}
.nav-menu ul li:hover ul{
visibility:visible;
opacity:1;
transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
}
.nav-menu ul li ul li {
width: 100%;
position:relative;
}
.nav-menu ul li ul li:hover a {
background: #f3f3f3;
}
.nav-menu ul li ul li a:before{
width: 3px!important;
height: 100%!important;
left: -1px!important;
top:0!important;
}
.sticky { position: fixed; top: 0px; border-bottom: 1px solid #ddd; z-index: 99999; }
/*****************************************
|-| main Section Stylesheet |-|
******************************************/
.white{background:#fff;}
/* index gallery style */
.col{padding:0 15px;}
.blog-posts.hfeed {width: 100%;}
.gallery-wrapper{position:relative;max-width:100%;}
.article_image {
position:relative;
overflow:hidden;
max-width:100%;
height:auto;
}
img.gallry_img {
width: 100%;
max-width: 100%;
height:auto;
}
.mask{
width:100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background: #000;
background-color: rgba(0,0,0,0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-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;
text-align: center;
}
.mask_circle {
opacity: 0;
}
.mask_circle img {
width: 30px;
height: auto!important;
}
.mask .mask_circle {
border-radius: 200px;
padding: 13px;
background: #fff;
background-color: rgba(256, 256, 256, 0.9);
width: 56px;
height: 56px;
margin: auto;
position: absolute;
top: 44%;
left:45%;
}
.gallery-wrapper:hover .mask .mask_circle{
-webkit-animation-name: bigEntrance;
animation-name: bigEntrance;
-moz-animation-name: bigEntrance;
-o-animation-name: bigEntrance;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
-o-animation-duration: 1.2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.gallery-wrapper:hover img.gallry_img {
-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;
-webkit-filter: blur(3px);
filter: blur(3px);
-moz-filter: blur(3px);
}
.gallery-wrapper:hover .mask,.gallery-wrapper:hover .mask_circle  {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.article_excerpt {
padding: 40px;
padding-top:25px;
position:relative;
}
.article_no_img{padding-top:30px;}
span.rdmre {
font-size: 12px;
line-height: 1;
display: block;
position:relative;
}
span.rdmre a {
position: relative;
display: inline-block;
text-align: center;
text-decoration: none;
margin-right: 25px;
padding: 11px 10px 10px 15px;
color: #FFF;
background: #d25656;
text-transform: uppercase;
font-size: 12px;
font-family: merriweather,sans-serif;
font-weight: normal;
letter-spacing: 2px;
z-index:1;
}
span.rdmre a:before, span.rdmre a:after {
content: "";
position: absolute;
width: 100%;
height: 40px;
background: transparent;
border-width: 0px 1px 1px 0px;
border-style: solid;
right: 0px;
bottom: 0px;
}
span.rdmre a:after {
border-width: 1px 0 0 1px;
left: 0px;
right: auto;
top: 0;
bottom: auto;
height: 40px;
width: 100%;
}
span.rdmre:before {
content: "";
width: 100%;
height: 10px;
top: 13px;
position: absolute;
left: 0;
}
span.entry_tags {
display: inline-block;
margin-bottom: 15px;
padding:0 0px;
}
span.entry_tags a {
font-size: 10px;
padding: 5px 9px 4px 10px;
text-transform: uppercase;
letter-spacing: 2px;
color: #444444;
background: #d25656;
position:relative;
}
span.entry_tags a:nth-child(n+2) {
display: none;
}
span.entry_tags a:after,span.entry_tags a:before {
content: "";
position: absolute;
width: 100%;
height: 25px;
background: transparent;
border-width: 0px 1px 1px 0px;
border-style: solid;
right: -1px;
bottom: 0px;
}
span.entry_tags a:before {
border-width: 1px 0 0 1px;
right:auto;
bottom:auto;
left: 0px;
top: 0px;
}
.entry_comments {
top: 25px;
right: 50px;
display: inline-block;
float: right;
position: absolute;
text-align: center;
}
.entry_comments span {
display: block;
background: #d25656;
width: 30px;
height: 30px;
border-radius: 15px 15px 15px 0;
-moz-border-radius: 15px 15px 15px 0;
-webkit-border-radius: 15px 15px 15px 0;
padding: 3px 0px;
border: 1px solid #aaa;
font-size:11px;
color:#FFF;
}
.article_excerpt h2 {
font-size: 28px;
line-height: 1.4;
padding: 0;
padding-bottom: 0;
margin-top: 0;
margin: 0 0 8px;
position: relative;
font-weight:bold;
text-transform: capitalize;
}
.article_excerpt h2 a{color:#444;}
.entry_details {
font-size: 11px;
margin-bottom: 20px;
}
.entry_details a,.entry_details time {
text-decoration: underline;
}
.article_excerpt p {
font-size: 12px;
line-height: 1.9;
margin-bottom: 20px;
font-family: merriweather,sans-serif;
letter-spacing: .3px;
color:#444;
}
.soc_sharing {
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -29%;
}
.soc_sharing ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.soc_sharing ul li {
list-style: none;
display: inline-block;
padding: 0;
margin-left: 15px;
}
.soc_sharing ul li a {
display: block;
width: 27px;
height: 27px;
color: #fff;
font-size: 21px;
}
.post-outer {
margin-bottom: 40px;
background:#fff;
position:relative;
box-shadow: 0px 0px 0px 1px #ddd;
-webkit-box-shadow: 0px 0px 0px 1px #ddd;
-moz-box-shadow: 0px 0px 0px 1px #ddd;
-o-box-shadow: 0px 0px 0px 1px #ddd;
-ms-box-shadow: 0px 0px 0px 1px #ddd;
}
.post-outer::before {
content: '';
position: absolute;
width: 98%;
height: 100%;
background: rgb(255, 255, 255);
z-index: -1;
bottom: -3px;
left: 1%;
box-shadow: 0px 0px 0px 1px #ddd;
-webkit-box-shadow: 0px 0px 0px 1px #ddd;
-moz-box-shadow: 0px 0px 0px 1px #ddd;
-o-box-shadow: 0px 0px 0px 1px #ddd;
-ms-box-shadow: 0px 0px 0px 1px #ddd;
}
.post.hentry {
margin: 0px;
border-radius: 1px;
}
.post_title { font-size: 36px;margin: 0; padding: 0 0 10px;text-transform: capitalize; font-weight: bold;}
.post-title a{ color:#444; }
.post-title a:hover{ color: #2980B9; }
.post-body { color: #666; text-transform: auto; word-wrap:break-word;  }
.post_header { margin-bottom:25px; }
/***** Page Nav CSS *****/
#blog-pager {
display: inline-block;
margin: 20px 0 0;
overflow: visible;
padding: 25px 0;
width: 100%;
}
.showpageOf, .home-link {  display:none;  }
.showpagePoint {  background: #d25656;  color: #FFFFFF;  margin: 0 10px 0 0;  padding: 5px 10px;  text-decoration: none;  border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px;  }
.showpage a, .showpageNum a { background: #444; color: #FFFFFF; margin: 0 10px 0 0; padding: 5px 10px; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -webkit-border-radius: 3px; }
.showpage a:hover, .showpageNum a:hover {  background: #d25656;  color: #fff;  border-radius: 3px;  -moz-border-radius: 3px;  -o-border-radius: 3px;  -webkit-border-radius: 3px;  text-decoration: none;  }
#blog-pager-newer-link { padding: 20px 5%; position: relative; text-align: left; width: 40%; }
#blog-pager-newer-link:before { content: "\00AB"; font-size: 20px; left: 0; position: absolute; top: 29%; }
#blog-pager-older-link { padding: 20px 5%; position: relative; text-align: right; width: 40%; }
#blog-pager-older-link:before { content: "\00BB"; font-size: 20px; position: absolute; right: 0; top: 29%; }
#blog-pager-newer-link .newer-text, #blog-pager-older-link .older-text { display: block; color: #999; }
/*****************************************
Post Highlighter CSS
******************************************/
blockquote {
border-color: #ddd;
border-style: solid;
border-width: 1px 0;
color: #3D3D3D;
font-family: montserrat,sans-serif;
margin: 10px 0 20px;
padding: 15px 40px;
}
/*****************************************
Sidebar and Footer CSS
******************************************/
.sidebar { margin: 0; display: block; }
.sidebar h2,.footer h2 {
font-size: 12px;
font-weight: normal;
color: #FFF;
text-transform: uppercase;
background: #d25656;
display: inline-block;
padding: 11px 10px 10px 15px;
margin-left: 15px;
margin-bottom: 20px;
margin-top: 0px;
letter-spacing: 2px;
position: relative;
z-index: 1;
}
.sidebar h2:before, .sidebar h2:after,.footer h2:after,.footer h2:before {
content: "";
position: absolute;
width: 100%;
height: 40px;
background: transparent;
border-width: 0px 1px 1px 0px;
border-style: solid;
right: 0px;
bottom: 0px;
}
.sidebar h2:after,.footer h2:after {
border-width: 1px 0 0 1px;
left: 0px;
right: auto;
top: 0;
bottom: auto;
height: 40px;
width: 100%;
}
.sidebar .widget {
padding: 20px;
clear: both;
font-size: 13px;
line-height: 23px;
margin-bottom: 30px;
position: relative;
background:#fff;
box-shadow: 0px 0px 0px 1px #ddd;
-webkit-box-shadow: 0px 0px 0px 1px #ddd;
-moz-box-shadow: 0px 0px 0px 1px #ddd;
-o-box-shadow: 0px 0px 0px 1px #ddd;
-ms-box-shadow: 0px 0px 0px 1px #ddd;
}
.sidebar .widget::before {
content: '';
position: absolute;
width: 98%;
height: 100%;
background: rgb(255, 255, 255);
z-index: -1;
bottom: -3px;
left: 3px;
box-shadow: 0px 0px 0px 1px #ddd;
-webkit-box-shadow: 0px 0px 0px 1px #ddd;
-moz-box-shadow: 0px 0px 0px 1px #ddd;
-o-box-shadow: 0px 0px 0px 1px #ddd;
-ms-box-shadow: 0px 0px 0px 1px #ddd;
}
.sidebar .widget:after,.footer .widget:after {
content: "";
position: absolute;
width: 88%;
height: 10px;
top: 32px;
background: url(http://2.bp.blogspot.com/-bnc95et7zAY/UxVmaeyqN0I/AAAAAAAAFLU/tcSYY2vWVms/s1600/striped-bg.png) repeat;
right: 20px;
}
.sidebar ul { margin: 0; padding: 0; list-style: none; }
.sidebar li {
border-bottom: 1px solid #F1f4f9;
line-height: normal;
list-style: none !important;
margin: 8px 0;
overflow: hidden;
padding: 0 0 10px;
}
div#footer {
background: #FFFFFF;
padding: 0;
margin: 0 0;
border-top: 4px double #D4D4D4;
}
div#footer > div {padding-top: 40px;padding-bottom: 0px;}
#footer ul {margin: 0;padding: 0;}
.footer li {list-style: none;padding: 0;padding-bottom: 10px;}
.footer {width: 31.33%;float: left;margin-right: 30px;color:#444;}
#footer3 {margin: 0;}
.footer .widget {padding: 10px;font-size: 12px;line-height: 1.8;position:relative;}
.footer .widget:after {
width: 94%;
}
.footer h2 {
top: 10px;
margin-left: 10px;
margin-bottom: 35px;
}
.footer_credits {color: #444;display: block;font-size: 12px;line-height: 23px;margin: 20px 0 0;padding: 15px 0 20px;text-align: left;font-weight: 300;border-top: 1px solid #ddd;}
.footer a {color: #444;}
.footer_credits a { color: #444;text-decoration:underline; }
/*****************************************
Custom Widget CSS
******************************************/
/***** Search Form *****/
#searchform fieldset { background: #F1F4F9; border: 1px solid #F1F4F9; color: #888888; width: 98%; }
#searchform fieldset:hover { background: #fff; }
#s { background: url("http://3.bp.blogspot.com/-Mu6D1ld_3TE/U35bF1XXIVI/AAAAAAAADBM/VaHEtkyX3MA/s1600/sprites.png") no-repeat scroll right -60px rgba(0, 0, 0, 0); border: 0 none; color: #888888; float: left; margin: 8px 5%; padding: 0 10% 0 0; width: 80%; }
/***** Custom Labels *****/
.cloud-label-widget-content { display: inline-block; text-align: left; }
.cloud-label-widget-content .label-size { display: inline-block; float: left; font-size: 10px; font-family: Verdana,Arial,Tahoma,sans-serif; font-weight: bold; line-height: normal; margin: 5px 5px 0 0; opacity: 1; text-transform: uppercase; }
.cloud-label-widget-content .label-size a { color: #000 !important; float: left; padding: 5px; }
.cloud-label-widget-content .label-size:hover a { color: #555 !important; }
.cloud-label-widget-content .label-size .label-count { color: #555; padding: 5px 0; float: left; }
.Label ul {
display: inline-block;
width:100%;
}
.Label li {
border: 0;
display: inline-block;
padding: 0;
margin: 0;
margin-right: 4px;
margin-bottom: 4px;
float: left;
}
.Label li a {
display: block;
color: #fff;
padding: 5px 11px 4px;
line-height: 1;
background: #444444;
font-size: 12px;
}
/***** Popular Post *****/
.PopularPosts .widget-content ul li {
padding:10px 0!important;
position: relative;
}
.PopularPosts .item-thumbnail img, .item-thumb img {
display:block;
max-width:110px;
width:auto;
height:auto;
margin:0;
padding:0;
}
.item-snippet {
display: none;
}
.item-thumb.random_post_img {
float: left;
margin-right: 10px;
}
.footer .popular-posts img {
max-width: 72px;
}
.footer .popular-posts li:nth-child(n+5) {
display: none;
}
/***** Blogger Contact Form Widget *****/
.contact-form-email, .contact-form-name, .contact-form-email-message, .contact-form-email:hover, .contact-form-name:hover, .contact-form-email-message:hover, .contact-form-email:focus, .contact-form-name:focus, .contact-form-email-message:focus { background: #444444; border: 1px solid transparent; box-shadow: 0 1px 1px transparent inset; max-width: 300px; color: #999; }
.contact-form-button-submit { background: #d25656; border: medium none; float: right; height: auto; margin: 10px 0 0; max-width: 300px; padding: 5px 10px; width: 100%; cursor: pointer; }
.contact-form-button-submit:hover { background: #d25656; border: none; }
/***** Profile Widget CSS *****/
.author_img{
position:relative;
}
.author_img img {
max-width: 100%;
width: 100%;
}
.author_img .overlay {
display: block;
margin: 0 auto;
position: absolute;
z-index: 3;
background: rgba(0, 0, 0, 0.8);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all .5s;
}
.author_img .overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.author_img .overlay .expand {
left: 0;
right: 0;
top: 50px;
margin: 0 auto;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.expand{
display: block;
position: absolute;
z-index: 100;
text-align: center;
color: #fff;
line-height: 50px;
font-weight: 700;
font-size: 20px;
list-style: none;
padding: 0;
}
.author_img:hover .overlay {
opacity: 1;
}
.author_img:hover .overlay .expand {
top: 52%;
margin-top: -30px;
opacity: 1;
}
.expand .social-icon {
display: inline;
margin-left: 5px;
margin-right: 5px;
border: 0;
}
.expand .social-icon a {
color: #eee;
}
.effects .img a {
display: inline;
margin: auto;
padding: 0;
max-width: 100%;
height: auto;
color: #fff;
}
.author_info {
margin-top: 20px;
font-size: 12px;
}
.author_info h4 {
margin-bottom: 10px;
font-size: 16px;
text-transform: uppercase;
color: #202020;
font-weight: bold;
}
.author_info h5 {
font-size: 12px;
text-transform: uppercase;
margin-bottom: 10px;
}
/* email box */
input.follow-by-email-address {
padding: 10px 26px;
line-height: 1;
min-height: 32px;
font-size: 10px!important;
letter-spacing: 1px;
text-transform: uppercase;
border: 0!important;
outline: 0!important;
background: #444444;
vertical-align: middle;
}
input.follow-by-email-submit {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius:0;
min-width: 60px;
width: auto;
outline:0;
background:#d25656;
}
/*-----------[ share-wrapper ]-----------*/
.post-footer{margin-top:30px;}
.share-wrapper{margin-bottom:30px;}
.share-wrapper, .authorboxwrap {margin-bottom: 50px;}
.share-wrapper ul {padding: 0;margin: 0;text-align: center;}
.share-wrapper li {list-style: none;display: inline-block;margin-right: 10px;padding: 0;margin-bottom: 30px;}
.share-wrapper li:first-child {display: block;margin-bottom: 20px;font-size: 16px;}
.share-wrapper li a{display:block;text-align: center;position:relative;}
.share-wrapper li a {
color: #555;
background: #d25656;
font-size: 20px;
line-height: 1;
padding: 5px 10px;
}
.share-wrapper li a span {
font-size: 12px;
margin-left: 10px;
top: -2px;
position: relative;
}
.share-wrapper li a:before, .share-wrapper li a:after {
content: "";
position: absolute;
width: 100%;
height: 37px;
background: transparent;
border-width: 0px 1px 1px 0px;
border-style: solid;
right: 0px;
bottom: 0px;
}
.share-wrapper li a:after {
right: auto;
left: 0;
bottom: auto;
top:0;
border-width: 1px 0px 0px 1px;
}
/*------[author-box ]-------*/
.avatar-container {width: 170px;float: left;}
.avatar-container img {width: 125px;height: auto;border: 5px solid transparent;box-shadow: 0px 0px 20px -5px #000;-moz-box-shadow: 0px 0px 20px -5px #000;-webkit-box-shadow: 0px 0px 20px -5px #000;-ms-box-shadow: 0px 0px 20px -5px #000;-o-box-shadow: 0px 0px 20px -5px #000;}
.author_description_container {margin-left: 170px;}
.author_description_container h4 {font-weight:600;font-size: 16px;display: block;margin-bottom: 10px;}
.author_description_container h4 a{color: #444;}
.author_description_container p {font-size: 12px;line-height: 1.7;margin-bottom: 15px;}
.authorsocial a {display: inline-block;margin-right: 5px;text-align: center;float:left;margin-right:2px;}
.authorsocial a i {width: 30px;height: 30px;padding: 8px 9px;display: block;background: #E9E9E9!important;color: #555;}
/*------*|*|*| Related Posts *|*|*|----------*/
div#related-posts {font-size: 16px;display: inline-block;width: 100%;}
div#related-posts h5 {font-size: 16px;text-transform: uppercase;margin: 0 0 25px;padding-bottom:15px;font-weight: 900;letter-spacing: 1px;text-align:center;position:relative;}
div#related-posts h5:after {content: "";position: absolute;width: 4px;height: 4px;background: #222;border-radius: 50%;bottom: 0;left: 47%;box-shadow: 1em 0px 0px 0px #222,2em 0px 0px 0px #222;}
div#related-posts ul {padding: 0;margin: 0;display: inline-block;width: 100%;}
div#related-posts ul li {
list-style: none;
display: table;
float: left;
width: 49.5%;
min-height: 85px;
padding: 0;
margin:0 0 25px;
position: relative;}
div#related-posts img {
padding: 0;
width:100%;
height:auto;
}
a.related-thumbs {position: relative;
display: block;
width: 100px;
float: left;
margin-right: 15px;}
a.related-title {
font-weight: 400;
font-size: 13px;
line-height: 1.7;
display: block;
padding-top: 0;
letter-spacing: 1px;
margin: 0;
color: #444;
}
/*--------- [sidebar newsletter ]----------*/
div#blog_newsletter h5{font-size: 14px;margin-bottom: 10px;}
div#blog_newsletter p{font-size:12px; line-height:1.7;margin-bottom: 20px;}
div#blog_newsletter input#subbox {color:#fff;line-height: 1;background: #2B2B2B;border: none;border-radius: 2px;font-size: 13px;letter-spacing: 1px;min-height: 30px;margin: 0 0 20px;padding: 10px 15px;width: 100%;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;outline: 0;border: 1px solid #444;}
div#blog_newsletter input#subbutton {padding: 10px;line-height:1;width: 100%;text-transform: uppercase;margin-bottom: 5px;box-shadow: none;outline: 0;color: #444;display: inline-block;text-align: center;white-space: nowrap;vertical-align: middle;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: 4px;font-size: 13px;letter-spacing: 2px;font-weight: 400;background: #d25656;}
/*****************************************
Comments CSS
******************************************/
.comments { margin-top: 30px; }
.comments h4 { font-size: 20px; margin: 0 0 18px; text-transform: capitalize; }
.comments .comments-content .comment-thread ol { overflow: hidden; margin: 0; }
.comments .comments-content .comment:first-child { padding-top: 0; }
.comments .comments-content .comment { margin-bottom: 0; padding-bottom: 0; }
.comments .avatar-image-container { max-height: 60px; width: 60px; }
.comments .avatar-image-container img { max-width: 60px; width: 100%; }
.comments .comment-block { background: #fff; margin-left: 72px; padding: 14px 0 0 20px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.comments .comments-content .comment-header a { color: #444; text-transform: capitalize; }
.comments .comments-content .user { display: block; font-style: normal; font-weight: bold; }
.comments .comments-content .datetime { margin-left: 0; }
.comments .comments-content .datetime a { font-size: 12px; text-transform: uppercase; }
.comments .comments-content .comment-header, .comments .comments-content .comment-content { margin: 0 20px 0 0; }
.comments .comment-block .comment-actions { display: block; text-align: right; }
.comments .comment .comment-actions a { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius:2px; background: #d25656; color: #444; display: inline-block; font-size: 12px; line-height: normal; margin-left: 1px; padding: 5px 8px; }
.comments .comment .comment-actions a:hover { text-decoration: none; }
.comments .thread-toggle { display: none; }
.comments .comments-content .inline-thread { border-left: 1px solid #F4F4F4; margin: 0 0 20px 35px !important; padding: 0 0 0 20px; }
.comments .continue { display: none; }
.comment-thread ol { counter-reset: countcomments; }
.comment-thread li:before { color: #999; content: counter(countcomments, decimal); counter-increment: countcomments; float: right; font-size: 22px; padding: 15px 20px 10px; position: relative; z-index: 10; }
.comment-thread ol ol { counter-reset: contrebasse; }
.comment-thread li li:before { content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin); counter-increment: contrebasse; float: right; font-size: 18px; }
.comments .comments-content .icon.blog-author{width:auto;height:auto;margin:0;position:relative;}
.vt_menu_toggle{display:none;cursor:pointer;position: absolute;width: 30px;height: 30px;text-align: center;right: 20px;top: -95px;font-size: 21px;}
/*****************************************
Responsive styles
******************************************/
@media screen and (max-width: 960px) {
.ct-wrapper{ padding:0 15px; }
.main-wrapper { margin-right:0; width:100%; }
.sidebar-wrapper{ float: left; width: auto; margin-top: 30px; }
#About .widget-content .main-wrap { margin-right: 0; }
#About .widget-content .main-wrap .info { float: none; text-align: center; width: 90%; padding: 10px 5%; }
#About .widget-content .side-wrap { width: 100%; float: none; text-align: center; }
.sticky { position: static; }
}
@media screen and (max-width: 800px){
#comment-editor { margin:10px; }
#header-inner {padding: 0 15px;}
.nav-menu{border-top:0;}
.outer-wrapper {margin-top: 40px;}
span.vt_menu_toggle {display:inline-block;}
ul.blog_menus{display:none;position: absolute;background: #fff;width: 220px;}
ul.blog_menus li {width: 100%;display: block;}
.nav-menu li a:before, .nav-menu li a.current:before {width: 3px;height: 100%;bottom: 0;left: 0;}
.nav-menu li a:hover {background: #F9F9F9;}
.nav-menu ul li ul {top: 0px;left: 75%;}
}
@media screen and (max-width: 620px){
#header img {max-height: 70px;}
.footer {width: 100%;margin: 0;margin-bottom: 30px;}
.col,.ct-wrapper{padding:0;}
span.share-text {display: none;}
.share-wrapper li a {font-size: 16px;padding: 9px 10px;width: 34px;height: 34px;}
.avatar-container {width: 120px;}
.author_description_container {margin-left: 120px;}
.avatar-container img{width:100%;height:auto;}
}
@media screen and (max-width: 420px){
.comments .comments-content .datetime{    display:block;    float:none;    }
.comments .comments-content .comment-header {    height:70px;    }
}
@media screen and (max-width: 320px){
.ct-wrapper{ padding:0; }
.post-body img{  max-width: 230px; }
.comments .comments-content .comment-replies {    margin-left: 0;    }
}
/*****************************************
Hiding Header Date and Feed Links
******************************************/
h2.date-header,span.blog-admin{display:none;visibility:hidden;opacity:0;}
.playbutton {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.playbutton iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*------------------------------------
css3 animation
------------------------------------*/
@keyframes bigEntrance{0%{transform:scale(0.5);opacity:.5}30%{transform:scale(1.03);opacity:1}45%{transform:scale(0.98);opacity:1}60%{transform:scale(1.01);opacity:1}100%{transform:scale(1);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.5);opacity:.5}30%{-webkit-transform:scale(1.03);opacity:1}45%{-webkit-transform:scale(0.98);opacity:1}60%{-webkit-transform:scale(1.01);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible!important}





#captcha { width: 100px; float: left; }
#captcha_code { border:1px solid #cc2626; padding: 2px 6px 2px 6px; margin: 0px 20px 0 15px; float: left; }

#pagination { width: 450px; clear: both; text-align: center; margin: 5px auto 15px auto; height: 36px; overflow: auto; }
#pagination strong { padding: 0 7px 0 7px; }
#pagination a { color: #616161; background:#f2f2f2; border:1px solid #dbdbdb; padding: 2px 8px 5px 8px; display: inline-block; height: 30px; text-decoration: none;  border-radius: 30px; } /* changer ici */
#pagination a:hover { color: #FFF; text-decoration: none; border-color: #94bfff; background: #c6e1ff; background: -moz-linear-gradient(top, #c6e1ff 0%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e1ff), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%); background: -o-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%); background: -ms-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%);
background: linear-gradient(to bottom, #c6e1ff 0%,#7db9e8 100%); text-shadow: 0px -1px 0 #5889d2;  }
#pagination-retour { text-align: center; margin:0 0 15px 0; }
#pagination-retour a { font-size:0.9em; font-weight: bold; font-style: italic; color: #25a9f5; }

#titre_commentaire, #titre_form_commentaire { margin: 0 0 15px 0; display: block; }
#titre_form_commentaire { margin: 35px 0 15px 0; display: block; }
#titre_commentaire a { float: right; color:#cc2626; }
.commentaire { margin: 0 0 15px 0; font-family: "Lato",sans-serif; }
.commentaire_pseudo, .commentaire_date { color: #c9c9c9; font-size: 0.9em; }
.commentaire_pseudo { font-weight: bold; color: #d46d79; }
.commentaire_date { float: right; font-style: italic; }
.commentaire_content { margin: 5px 0 0 0; padding: 10px; background: #f3f3f3; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border-bottom:3px solid #e4e4e4; text-shadow:1px 1px 0 #FFF; }

div.confirmation li, div.erreur li, div.information li { margin: 0; }

div.confirmation, div.erreur, div.information {
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, #d5eebe;
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -moz-linear-gradient(top, #eeffde 0%, #d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeffde), color-stop(100%,#d5eebe));
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -o-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -ms-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, linear-gradient(to bottom, #eeffde 0%,#d5eebe 100%);
  border:1px solid #a6d877;
  box-shadow: inset 0 1px 0 #FFF, 1px 1px 0px #FFF;
  color:#336801;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin:0 0 12px 0;
  padding:7px 0 7px 45px;
}
div.erreur {
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center #facccc;
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -moz-linear-gradient(top, #ffeaea 0%, #facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeaea), color-stop(100%,#facccc));
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -o-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -ms-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, linear-gradient(to bottom, #ffeaea 0%,#facccc 100%);
  color:#8d0d0d;
  border-color:#f3abab;
}
div.information {
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, #c7e8ff;
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -moz-linear-gradient(top, #eaf7ff 0%, #c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf7ff), color-stop(100%,#c7e8ff));
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -o-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -ms-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, linear-gradient(to bottom, #eaf7ff 0%,#c7e8ff 100%);
  color:#005898;
  border-color:#9fd1f5;
}
div.confirmation a, div.erreur a, div.information a { text-decoration: underline; }
div.confirmation a:hover, div.erreur a:hover, div.information a:hover { text-decoration: none; }