* {
	margin:0;
	padding:0;	
	font-family: "proxima-nova", museo-sans, sans-serif;	
}

a {
	text-decoration:none;
	color:#48bd7f;
}

a:hover {
	
}

strong {
	font-weight:600;	
}

.container {
	width:100%;
	background:url(images/bg.gif);
	-webkit-font-smoothing: antialiased;
}

.left-paper {
	float:left;	
	width:1308px;
	background:white;
	border-right:1px solid #e9e9e9;
	-webkit-box-shadow: 1px 0px 0px 0px #e9e9e9;
	-moz-box-shadow:    1px 0px 0px 0px #e9e9e9;
	box-shadow:         1px 0px 0px 0px #e9e9e9;
}


.header {
	background:white;	
	height:140px;
	border-bottom:2px solid #e9e9e9;
	webkit-box-shadow: 0px 5px 0px 0px #fafafa;
	-moz-box-shadow:    0px 5px 0px 0px #fafafa;
	box-shadow:         0px 5px 0px 0px #fafafa;	
	z-index:3;	
	background:url(images/header-bg.png) 400px no-repeat;
}

.header .logo {
	padding-top:34px;
	margin-left:23px;	
	float:left;
}

.header .logo img {
	border:0;	
}

.header .desc {
	float:left;	
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	padding-top:38px;
	padding-left:14px;
}

.header .desc h3{
	font-family: "open-sans",sans-serif;
}

.header .desc h1 {
	 font-family: "proxima-nova", museo-sans, sans-serif;	
	 color:#c5c5c5;
	 font-weight:normal;
	 font-size:12px;
	 padding-top:4px;

}

.header .top_banner {
	float:right;
	padding-top:38px;
	margin-right:30px;	
	line-height:0;
}

.header .top_banner a {
	border:1px solid #d0d0d0;	
	text-decoration:none;
	display:block;
}

.header .top_banner a:hover {
	border:1px solid #48bd7f;	
}

.main {
	background:white;
	margin-top:6px;
	padding-top:35px;
}

.leftCol {
	margin-left:30px;
	width:728px;
	float:left;
}

.post {
	margin-bottom:50px;
	padding-bottom:25px;
	border-bottom:1px dashed #e9e9e9;
}

.post h2 {
	font-family: "proxima-nova", museo-sans, sans-serif;	
	font-weight:600;
	 font-size:26px;
	 margin-bottom:5px;
	 
}

.post h2 a{
	color:black;	
}

.post h1 {
	font-family: "proxima-nova", museo-sans, sans-serif;	
	font-weight:600;
	 font-size:26px;
	 margin-bottom:5px;
	 
}

.post .tag {
	font-family: "proxima-nova", museo-sans, sans-serif;
	font-weight:600;
	 font-size:14px;
	 color:#b2b2b2;
	 margin-bottom:20px;
	 
}

.post p {
	font-family: "proxima-nova", museo-sans, sans-serif;	
	font-weight:normal;
	 font-size:18px;
	 margin-bottom:20px;
	 line-height:30px;
}

.post ul {
	margin-bottom:20px;
}

.post ul li {
	margin-bottom:5px;
	line-height:24px;
	margin-left:20px;
}

.post img {
	width:726px;
	height:auto;	
}

.post a img {
	color:#e9e9e9;
	border:1px solid #e9e9e9;
}

.post a:hover img {
	color:#48bd7f;	
	border:1px solid #48bd7f;
}

.post h3 {
	font-size:20px;
	font-weight:600;	
	color:#48bd7f;
	margin-bottom:10px;
}

.post .social_share {
	float:right;	
}

.post blockquote {
background: #f7f7f7;
color: #000000;
border: solid 1px #efefef;
border-left-width: 0px;
border-right-width: 0px;
margin-bottom: 30px;
padding: 20px;
margin-top:30px;
padding-top:10px;
padding-bottom:10px;

}

.post blockquote p{
	margin-bottom:0;	

}

.post a {
	font-weight:600;
		color:#48bd7f;
}

.post a:hover {
	color:#b2b2b2;	
}

.midCol {
	width:300px;
	margin-left:30px;
	float:left;
}


.box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #e9e9e9;
		margin-bottom:30px;
}

.box.selected {
	border:1px solid #48bd7f;	
}

.box.selected .box_title{
	background:#48bd7f;	
	color:white;
}

.box.selected .box_title .numbers{
	background:#48bd7f;	
	color:white;
}

.box .box_title {
	padding:18px;
	padding-bottom:12px;
	border-bottom:2px solid #48bd7f;	
	font-weight:600;
	color:#48bd7f;
	font-size:18px;
}

.box .box_title.pointer {
	cursor:pointer;	
}

.box.related {
	width:	349px;
	float:left;
}

.box.related a {
	text-decoration:none;
	color:#b2b2b2;
	display:block;
}

.box.related a:hover {
	color:black;	
}

.box.related:nth-child(even) {
	float:right;	
}

.box.related .box_title {
	border-bottom:2px solid #61c3cc;
}

.box.related .box_title {
	color:#61c3cc;
}

.box .box_title .social{
	float:right;
	color:#b6b6b6;
	font-weight:600;
	font-size:18px;
}

.box .box_title .social ul{
		margin: 0;
		padding: 0;
		list-style-type: none;		
}

.box .box_title .social ul li{
	float:left;	
}


.box .box_title .social ul li a{
	color:#b6b6b6;
	margin-left:15px;
}


.box .box_title .social ul li a:hover{
	color:#48bd7f;
}


.box .box_title .numbers{
	float:right;
	background:#d7d7d7;
	color:white;
	font-weight:600;
	font-size:12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;

}

.box .box_body {
	font-size:16px;
	font-weight:600;

	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
}






.box_body ul {
		margin: 0;
		padding: 0;
		list-style-type: none;		
}

.box_body ul li {
	float:left;	
	width:120px;
	
}

.box_body ul li:nth-child(even) {
	margin-left:15px;	
}

.box_body ul li a{
	display: block;
color: #b2b2b2;
text-decoration: none;
line-height:30px;
}



.box_body ul li a:hover{
	color:	#48bd7f;
}

.remind {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #e9e9e9;
		padding:6px;
		padding-bottom:4px;
		font-size:12px;
		font-weight:600;	
		color:#b7b7b7;
		text-transform:uppercase;
		text-align:center;
		margin-bottom:20px;
}

.rightCol .banners .remind a{
	margin-bottom:0;
}

input {
	border:0;	
	width:100%;
	font-size:16px;
	font-weight:600;
	color:#b6b6b6;
	outline:none;
	
}

.rightCol {
	margin-right:30px;
	width:160px;
	float:right;
}

.rightCol .banners a{
	margin-bottom:20px;
	display:block;
		
}

.footer {
	margin:30px;
	border-top:1px solid #e9e9e9;
	padding-top:60px;
	text-align:center;
}

.footer .quote {
	text-align:center;
	margin:0 auto;
	font-size:24px;
	font-weight:normal;
	width:580px;
	color:#2a2a2a;
	margin-bottom:40px;
	line-height:35px;
}

.footer .copyright {
	text-align:center;
	color:#929292;
	font-weight:600;
	font-size:12px;	
}

.right-paper {
	display:none;	
	padding-left:30px;
}


.right-paper .heading {
	height:130px;
	border-bottom:1px solid #e9e9e9;	
}


.right-paper .heading h3{
	font-size:48px;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, serif;
	color:#b2b2b2;	
	padding-top:50px;
}

.right-paper .icons {
	margin-top:25px;	
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
}

.right-paper .icon {
	float:left;	
	width:48px;
}

.right-paper .icon img {
	border:0;	
}

.right-paper .icon_desc {
	float:left;
	margin-left:20px;
}

.right-paper .icon_desc h4{

	margin-bottom:5px;

}
.right-paper .icon_desc h4 a{
	font-size:18px;
	font-weight:600;
	color:#48bd7f;
}
	
.right-paper .icon_desc h5 {
	font-size:18px;
	font-weight:600;
	color:#b2b2b2;
}

.clearBoth {
	clear:both;	
}

.green {
	color:#48bd7f;	
}

.black {
	color:black;	
}

html, body {
overflow-x: hidden;
}

.fixed {
position:fixed;	
width: inherit;
}

.facebook-likes {
margin-top:30px;	
}

.social-bottom {
margin-top:10px;	
}

.facebooks {
	float:right;
	padding-top:10px;
	width:80px;	
	height:20px;
	line-height:0;
}

code, pre {
	padding: 0 3px 2px;
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;	
}


.wp-pagenavi span.pages {
	padding:5px 10px 5px 10px;
	color:#9a9a9a;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px;
	margin-left:0px;
}

.wp-pagenavi span.current {
	padding:5px 10px 5px 10px;
	color:#FFF;
	background:#48bd7f;
	border: 1px solid #48bd7f;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin:5px;
	
}

.wp-pagenavi span.extend {
	padding:5px 10px 5px 10px;
	color:#9a9a9a;
	border: 1px solid #DDD;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin:5px;
	
	display:none;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding:5px 10px 5px 10px;
	color:#48bd7f;
	border: 1px solid #48bd7f;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin:5px;
	
}

.wp-pagenavi a:hover {
	color:#e0452a;
	border: 1px solid #e0452a;		
}

.paginations {

padding-top: 25px;
padding-bottom: 50px;
}

.read_more {
	float:left;
	font-size:18px;	
}

.read_more a {
	color:#61c3cc;	
}

.social_share .like-button-holder{
	float:right;
}

.social_share .tweet-button-holder{
	float:right;
}

.social_share .google-button-holder{
	float:right;
}

.ra1-pw_size_small a .ra1-pw-icon-facebook, .ra1-pw_size_small a .ra1-pw-icon-googleplus, .ra1-pw_size_small a .ra1-pw-icon-twitter, .ra1-pw_size_small a .ra1-pw-icon-email {
margin-left: 5px !important;
}

.comments {
	margin-bottom:30px;	
}

.fisrt_post_ad {
	margin-top:-30px;
	margin-bottom:50px;
	border-bottom: 1px dashed #e9e9e9;
	padding-bottom:10px;	
}


.partners {
	margin-top:20px;
}


.partners a.netdna{
	background: url(http://maxcdn.webappers.com/img/2014/06/maxcdn52.jpg) no-repeat;
	display: block;
	width: 300px;
	height: 34px;
	text-indent: -9999px;
	z-index: -1;
	margin-top:5px;
	background-position:0px 0px;
}

.partners a:hover.netdna{
	background: url(http://maxcdn.webappers.com/img/2014/06/maxcdn52.jpg) no-repeat;
		background-position:0px -34px;
}



.single_ad { 
float: right;
width:300px;
margin-left:20px;
margin-bottom:10px;
}



 @media only screen and (min-width: 1440px) {
	 
.right-paper {
	float:left;
	display:block;

}	 

.right-paper .heading h3{
	display:none;

}	

.right-paper .icon_desc {
	display:none;

}	



	 
 }

 @media only screen and (min-width: 1679px) {
	 
.right-paper {
	float:left;
	display:block;

}	 

.right-paper .heading h3{
	display:block;

}	

.right-paper .icon_desc {
	display:block;

}	

	 
 }
 

 @media only screen and (min-width: 1900px) {
	 
body {
	background:url(images/bg.gif);
}

.container {
	width:1620px;
	margin: 0 auto;
}

.left-paper {
	border-left:1px solid #e9e9e9;
}
	 
 }
 

 

 @media only screen and (max-width: 1250px) {

.left-paper {
	width:1118px;
}
	 
.rightCol {
	display:none;
}	 


	 
 }
 
  @media only screen and (max-width: 1120px) {

.left-paper {
	width:978px;
}
	 
.rightCol {
	display:block;
}	 



.midCol {
	width:728px;	
}

.box_body ul li:nth-child(even) {
	margin-left:0;	
}

#sticky {
	display:none;	
}	
	
	 
 }
 
 
   @media only screen and (max-width: 970px) {

.left-paper {
	width:788px;
}

.top_banner{
display:none;	
}

.rightCol {
display:none;	
}

	 
 }
 
 
   @media only screen and (max-width: 800px) {

.left-paper {
	width: 100%;
}

.leftCol {
	width:auto;	
	margin-right: 30px;
width:100% !important
}

.midCol {
	width:auto;	
	margin-right: 30px;
}

.footer .quote {
	width:80%;	
}

.box.related {
	width:100%;	
}

.post img {
	width:100%;
	 
 }
 
 #footer-ad {
	display:none; 
 }
 
 .wp-pagenavi span.pages {
	display:none; 
 }

.fisrt_post_ad {
	display:none;
}

.date_ad {
	display:none;
}
 
    @media only screen and (max-width: 420px) {

.single_ad { 
float: none;
margin-left:0;
display:none;
}


.leftCol {
	margin-left: 5px;
	margin-right: 5px;
}

.midCol {
	margin-left: 5px;
	margin-right: 5px;	
}

.read_more a {
	font-size:12px;
}

.post blockquote {
	overflow:hidden;
	margin-top:10px;
	maring-bottom:20px;
}

.post blockquote p{
	font-size:10px;	
}


.header h3 {
	display:none;	
}

.header .desc h1 {
	display:none;	
}

.box {
	margin-bottom:20px;	
}

.box .box_title {
	font-size:14px;	
}

.box .box_body {
	font-size:14px;	
}

.box_body ul li a {
	line-height:25px;	
}

.post h2 {
	font-size:20px;	
}

.post h3 {
	font-size:18px;	
}

.post .tag {
	font-size:11px;	
}

.post p {
	font-size:14px;
	line-height:22px;	
}

.header {
	height:55px;	
}

.header .logo {
	padding-top:10px;
	margin-left:10px;	
}

.header .desc {
	padding-top: 8px;
padding-left: 8px;	
}
	 
.main {
	padding-top:10px;	
}
	 
.logo img{
	width:	50px;
}
	 
.footer .quote {
	font-size:14px;
	line-height:20px;	
}

.post {
margin-bottom: 20px;
}



.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
padding: 3px 5px 3px 5px;
font-size: 12px;
 
 }
 
 .wp-pagenavi span.current {
padding: 3px 5px 3px 5px;
font-size: 12px;	 
 }

