/*****************************************
blog.css
******************************************/
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
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,
header,hgroup,menu,nav,section {     display:block;}
table {    border-collapse: separate;    border-spacing: 0;}
caption, th, td {    text-align: left;    font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {    content: "";}
blockquote, q {    quotes: "" "";}
i{font-style:italic}
b,em,strong{font-weight:bold}
sup{    vertical-align: super;    font-size:smaller;}
code{    font-family: "Roboto";    font-size:12px;    color:#272727;}
::selection {  background: #333;  color: #fff;  }
::-moz-selection {  background: #333;  color: #fff;  }
a img{	border: none;}
ul ul, ol ol { padding: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open 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{ outline:none; text-decoration: none; }
a:hover { color: #000; text-decoration:none; }
body{
height: 100%;
padding: 0;
font-family: "Roboto";
font-size: 14px;
}
.clr { clear:both; float:none; }
/*****************************************
Wrappers
******************************************/
.ct-wrapper {    padding:0px 20px;    position:relative;    max-width:1170px;    margin: 0 auto;  }

.page-wrapper {
margin-top: 70px;
padding:0;
}
.logo_img {
margin: 10px auto;
padding: 10px 0;
text-align: center;
}
.header-wrapper {  background: #fff;   display: inline-block;  float: left;  width: 100%;  }
.main-wrapper {
width: 75%;
margin: 0;
margin-bottom: 20px;
float: left;
background:#fff;
border-right: 1px solid #E2E2E2;
padding: 20px 0px 20px 0;
-moz-box-shadow: 0 0 10px -10px #000;
-ms-box-shadow: 0 0 10px -10px #000;
-o-box-shadow: 0 0 10px -10px #000;
-webkit-box-shadow: 0 0 10px -10px #000;
box-shadow: 0 0 10px -10px #000;
}
/*#content {   position: relative;  width: 100%;  float: left;  }*/
.sidebar-wrapper {
width: 24%;
padding: 0px;
float: right;
margin: 0px 10px 40px 0;
}
/**** Layout Styling CSS *****/
body#layout .header-wrapper { margin-top: 40px; }
body#layout #header, body#layout .header-right { width: 50%; }
body#layout .outer-wrapper, body#layout .sidebar-wrapper, body#layout .ct-wrapper { margin: 0; padding: 0; }
/*****************************************
Blog Post CSS
******************************************/
.left{float:left;}
.right{float:right;}
.post-wrapper {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.col1 {
width: 16%;
}
.col2 {
width: 84%;
border-left: 1px solid #eee;
padding: 18px;
padding-right: 5px;
}
div.post-info {
margin-top: 17px;
width: 80px;
text-align: center;
text-transform: uppercase;
display: inline-block;
}
div.date {
color: #FFF;
background-color: #21CDEC;
}
div.date .month,div.date .year {
padding: 8px 0;
font-size: 14px;
font-weight: normal;
}
div.date .day {
padding: 0;
font-size: 20px;
font-weight: 800;
}
div.date span {
display: block;
}
.post .comment-number {
background: #f6f6f6;
padding: 8px;
display: block;
text-decoration: none;
}
.post .comment-number .comment-num {
color: #666;
font-size: 20px;
font-weight: 600;
}
.post .comment-number span {
font-weight: 400;
font-size: 9px;
color: #555;
font-family: "Roboto",Helvetica,Arial,sans-serif;
}
.item-thumb img{
  min-width:640px;
}
.post-like-link {
cursor: pointer;
display: block;
padding: 6px;
font-size: 18px;
background: #f9f9f9;
text-decoration: none!important;
}
.like-num {
font-size: 11px!important;
}
.post .post-meta {
margin: 0 0 14px;
padding: 0;
list-style: none;
font-size: 11px;
text-transform: uppercase;
color: #999;
}
.post .post-meta a {
color: #555;
}
.post .post-meta a:hover {
text-decoration:underline;
}
.post-meta .small {
display: inline-block;
}
.post .post-title {
margin-bottom: 16px;
padding:0;
}
.post .post-title h2 {
padding-top: 13px;
padding-bottom: 1px;
margin-top: 0;
color: #555;
font-size: 20px;
line-height: 23px;
font-weight: 700!important;
text-transform: uppercase;
}
/*.post-title a {
/*background: #f6f6f6;
padding: 4px 14px;
color: #555;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;
}
/*  Read more */
div.read-more {
font-family: raleway;
font-size: 12px;
text-transform: uppercase;
background: white;
text-align: right;
margin-top: 10px;
margin-bottom: -14px;
padding: 1px 4px;
}
div.read-more > span {
padding: 5px 3px;
background: #add037;
position: relative;
z-index: 1;
}
div.read-more > span:nth-child(n+2) {
display: none;
}
div.read-more > span > a {
text-decoration: none;
padding: 2px 5px;
color: #fff;
z-index: 1;
}

div.read-more > span > a, {
background: #add037;
}

div.entry-feat-overlay {
background: rgba(255,255,255, 0.75);
color: #69737D;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: .2s opacity ease-in;
z-index: 2;
text-align:center;
}
.featimg:hover div.entry-feat-overlay {
opacity: 1;
}
.featimg .entry-feat-overlay .share-options {
margin: 0;
margin-top:32px;
padding: 0;
text-align: left;
list-style-type: none;
-webkit-transition: margin-left .2s ease-out;
-moz-transition: margin-left .2s ease-out;
-o-transition: margin-left .2s ease-out;
-ms-transition: margin-left .2s ease-out;
transition: margin-left .2s ease-out;
}
.featimg:hover .entry-feat-overlay .share-options {
margin-left: 10px;
}
.featimg .entry-feat-overlay .share-options li {
color: inherit;
font-size: 26px;
margin-bottom: 10px;
margin-right: 5px;
display: inline-block;
}
.share-options li {
font-family: Arial !important;
list-style:none;
}
.share-options li a {
display:block;
padding: 0 13px;
color: inherit;
text-transform: uppercase;
display: block;
letter-spacing: 1px;
-webkit-transition: color 0.2s ease-in 0s;
-moz-transition: color 0.2s ease-in 0s;
-o-transition: color 0.2s ease-in 0s;
-ms-transition: color 0.2s ease-in 0s;
transition: color 0.2s ease-in 0s;
}
.share-options li a:hover{opacity:.8;}
.item-thumb,div.entry-content {
max-width: 100%;
}
.item-thumb {
float: none;
height: auto;
width: 100%;
margin-top: 0px;
padding-bottom: 5px;
}
.item-thumb img {
width: 100%;
height: 100%;
/*min-height:340px;*/
}
.item-thumb img:hover {
opacity: .8;
transition: all .2s ease-in-out;
}
.item-content {
font-size: 14px;
}
div.entry-content {
margin-left: 0px;
}
.single-title-right-area {
background: #f6f6f6;
padding: 10.5px 20px;
font-size: 0;
}
.single-bt-like {
display: inline-block;
padding-right: 10px;
border-right: 1px dotted #CCC;
cursor: pointer;
}
.single-bt-facebook {
border-left: 1px dotted #FFF;
border-right: 1px dotted #CCC;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
text-decoration: none!important;
}
.single-bt-twitter {
border-left: 1px dotted #FFF;
display: inline-block;
padding-left: 10px;
cursor: pointer;
text-decoration: none!important;
}
.single-title-right-area .ico12 {
font-size: 18px;
}
.single-title-right-area .ico12 {
color: #21CDEC;
}
/*---- post hentry
------------------- */
.post.hentry {
border-bottom: 1px solid #EEE;
margin: 0 0 30px;
padding: 0 0 40px;
overflow: hidden;
}
.post-title {
font-size: 36px;
line-height: 46px;
text-decoration: none;
margin: 0 0 5px;
padding: 0 0 10px;
}
.post-title h2 a {
color: #444!important;
}
.post-title a:hover{ text-decoration:underline; }
.single-post-title {
color: #484848;
font-size: 28px;
font-weight: 800;
display: inline-block;
margin: 0 0 5px;
word-spacing: 3px;
position: relative;
line-height: 1.3;
}
.post-body {
padding-right: 20px;
word-wrap:break-word;
text-align:left; }

.post-header {
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 11px;
margin-bottom: 20px;
padding: 4px 0;
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
}
.pull-left {
float: left;
max-width: 70%;
}
.pull-right {
float: right;
}
.pull-left .post-meta {
top: 0;
margin-top: 6px;
margin-bottom: 18px;
}
.pull-left .post-meta .small {
background: #f6f6f6;
padding: 4px 4px 3px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.post-header > div > span {
margin-right: 20px;
}
.ico12 {
padding-right: 2px;
font-size: 17px;
font-style:normal;
}
.icon-thumbs-up:before {
content: "\f164";
font-family: FontAwesome;
}
.post-header a,div.breadcrumbs a {  font-style: italic; color:#646D77}
div.breadcrumbs a:hover,.post-header a:hover{text-decoration:underline}
div.breadcrumbs {
font-size: 12px;
padding: 0 13px;
}
#blog-pager-newer-link {display: block;  float: left;  padding: 5px 5px; }
#blog-pager-older-link {display: block;  float: right;  padding: 5px 5px; }
#blog-pager { padding: 20px; margin: 0; font-size: 16px; line-height: normal; }
#blog-pager a {
background: #0a828d;
color: #fff;
padding: 5px 5px 5px 10px ;
display: block;
text-decoration: none;
border-radius: 0px;
}
#blog-pager a:hover {
text-decoration: underline;
}
.showpageOf {  display:none;  }
.showpageNum a, .showpage a { margin:0 4px; }
.showpagePoint { margin: 0 2px 0 0; }
/*****************************************
Post Highlighter CSS
******************************************/
blockquote {
background: #eee;
color: #888;
font-style: italic;
margin: 10px 0 20px 0%;
padding: 30px;
border-left: 6px solid #f25860;
}
/*************
Sidebar CSS
*******************************/
.sidebar{  margin: 0;  padding: 0;  display: block;  width: 100%; }
.sidebar h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 15px;
text-transform: none;
background: #fff;
color: #fff;
padding: 5px 10px 8px;
border-left: 5px solid rgba(0, 0, 0, 0.21);
}
.sidebar .widget {
clear: both;
font-size: 16px;
line-height: 26px;
margin-bottom: 25px;
background: #fff;
padding:15px 10px;
-moz-box-shadow: 0 0 10px -10px #000;
-ms-box-shadow: 0 0 10px -10px #000;
-o-box-shadow: 0 0 10px -10px #000;
-webkit-box-shadow: 0 0 10px -10px #000;
box-shadow: 0 0 10px -10px #000;
}
.sidebar .widget-content {
padding: 5px 0 0;
}
.sidebar ul{ margin:0; padding:0; list-style:none; }
.sidebar li {
margin: 0;
padding: 10px;
list-style: none;
text-transform: capitalize;
}
.sidebar .widget-content li a {
color: inherit;
}
/*-------------------------------
Popular Post ------------------*/
.popular-posts ul {
padding-left: 0;
}
.popular-posts ul li {
border-bottom: 1px solid #E4E4E4;
padding: 12px 0;
padding-left: 0px;
margin-bottom: 0;
}
.PopularPosts .item-thumbnail img {
display: block;
float: left;
width: 120 !important;
height: auto;
margin-right: 8px;
}
.popular-posts li a{text-decoration:underline;}
.popular-posts li a:hover{text-decoration:none;}
.item-snippet{font-size:80%;}
#PopularPosts1 .item-snippet{display:none}
/*--------------
Labels
-----------------------------------------*/
.sidebar > ul {
padding: 10px 0;
}
.sidebar > ul li {
display: inline-block;
padding: 0;
margin-bottom: 1px;
}
.sidebar li a {
padding: 3px 5px;
font-size: 14px;
background: #e0e0e0;
color: #555!important;
text-decoration: none;
}
.sidebar li a:hover {
background: #ADD037;
color: #fff !important;
text-decoration: none;
}

.sidebar .ocsdnet-sidebar-tags li a:hover i {
	color: #fff;
	background-color: #ADD037;
	text-decoration: none;
}
/***** Form CSS *****/
#subbox {
background: url("http://3.bp.blogspot.com/-B39xC4Ufk5g/Ud0G2vNjdiI/AAAAAAAACfE/2BVYbTyCUzk/s1600/email-icon.png") no-repeat scroll 16px 15px #FFFFFF;
border: none;
box-shadow: 0 1px 1px 1px #EEEEEE inset;
color: #BBBBBB;
font-family: Verdana,Arial,Tahoma,sans-serif;
font-size: 9px;
padding: 14px 15px 14px 45px;
width: 160px;
}
/*****************************************
Responsive styles
******************************************/
@media screen and (max-width: 1024px) {
#header, .header-right { float: none; text-align: center; width: 100%; }
.header-right .widget-content { margin: 0; }
}
@media screen and (max-width: 960px) {
.ct-wrapper{    padding:0 15px;  }
.main-wrapper, .opt-in .opt-in-wrap{    margin-right:0;    width:100%;  }
.sidebar-wrapper{  float: left; width: auto;  margin-left: 20px;  }
.nav-menu ul { text-align: center; }
.nav-menu ul li { float: none; }
.opt-in .inner .ct-wrapper {  padding: 0 48px; }
.opt-in .info {  text-align: center;   }
.opt-in .signup-form {  margin-top: 30px;  width: 95%;  float: left;  }
#subbox {  width: 60%;  }
}
@media screen and (max-width: 768px){
#header p.description { margin: 0; }
.header-right { display: none; }
#comment-editor { margin:10px; }

}
@media screen and (max-width: 500px){
#header img { width:100%; }
.opt-in .inner .ct-wrapper {  padding: 0 10px; }
}
@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
******************************************/
.home-link,h2.date-header,.widget .blog-admin{display:none!important;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
small, .small {
font-size: 10px;
}
/*------------------
related posts
---------------------------*/
#related-posts {
float: left;
width: 100%;
margin-top: 20px;
}
#related-posts > h5 {
font-size: 22px;
margin-bottom: 20px;
background: #646D77;
color: #fff;
padding: 0px 10px 5px;
width: auto;
border-left: 5px solid rgba(0, 0, 17, 0.2);
}
#related-posts > ul {
padding: 0;
margin: 0;
float: left;
width: 100%;
}
#related-posts > ul > li {
list-style: none;
display: inline-block;
margin-right: 10px;
word-wrap: break-word;
width: 24%;
float: left;
}
#related-posts > ul > li:last-child {
margin-right: 0;
}
a.related-title {
font-size: 12px;
text-transform: uppercase;
text-decoration: underline;
display: block;
color: #646D77;
}
a.related-title:hover {
text-decoration: none;
}
#related-posts img {
max-width: 100%;
width:100%;
height: 130px;
border-radius:2px;
}

/*--------------------
colors & background
--------------------------------*/
#searchsubmit, div.date, .sidebar h2,div.item-label > span > a,#related-posts > h5 {
	background: #add037;
}
#header h1 a, #header h1 a:hover,a {
color: #21CDEC;
}
.white{background:white;}