body { 
	text-align: center;
	font-family: "Arial",sans-serif;
	margin: 0;
	padding: 0;			
	background-color: rgb(231, 231, 231);
	font-size: 100%;
}
@media only screen and (max-width: 1023px) {
  #content-side {
    display: none;
  }
  #content-inside{	
	width:100% !important; 
	margin:0 auto;
  }
  .right-column {
	width:100% !important; 
	margin:0 auto;
  }
  #container {
	max-width:730px !important; 
  }
  .buttons > ul > li > a {
  padding: 10px 10px !important;
  font-size:14px !important;
  }
  header#masthead {	
	padding-left: 9px !important;
  }
}
@media only screen and (max-width: 680px) {
  .subheading-inside {
	 font-size:30px !important;
	 line-height:35px !important;
  }
  h4.image-text {
	  font-size:35px !important;
	  padding-bottom:0%;
  }
}
@media only screen and (max-width: 500px) {
  .copyright {
	  width:100% !important;
  }
    h2.subheading {
	 font-size:20px !important;
  }
  .subheading-inside {
	 font-size:20px !important;
	 line-height:25px !important;
  }
  h4.image-text {
	  font-size:28px !important;
  }
}
.mid-heading{
	float:left;
}
h4.image-text {
	font-size:39px;
	bottom:-5%;
	line-height:130%;
}
iframe{
	max-width:95% !important;
	max-height:100% !important;
}
a img {
	border: 0px;
	display: block;
}
img {
	border: 0px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
    height: auto;
}
a {
	text-decoration: none;
	color: #151515;
}
a:hover {
	color: #fa4b2a;
}
ol, ul, h1, h2, h3, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;	
}
header#masthead {	
	padding-left: 12px;	
	position: relative;	
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #000;		
	background: -moz-linear-gradient(center top , rgb(250, 250, 250), rgb(245, 245, 245)) repeat scroll 0% 0% transparent;
    background: #f5f5f5;
    background: -moz-linear-gradient(top,#fafafa,#f5f5f5);
    background: -webkit-linear-gradient(top,#fafafa,#f5f5f5);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f5f5f5));
    background: linear-gradient(top,#fafafa,#f5f5f5);	
}
#masthead img {
	max-width:100%; 
	margin:0px; 
	padding-top:10px; 
	padding-bottom:10px;
}
.read-more-inside{
	margin-top:20px;
	font-size: 30px;
	padding: 10px 0px;
	line-height: 60px;
	text-align:center;
	width:100%; 
	border-left:0;
	float:left;
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd; 
	margin-bottom:50px;
	background-color: #f3f3f3;
}
.read-more:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 7px 0px;
}
.read-more-inside:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 7px 0px;
}
.footer_buttons {
	padding:30px 0px 0 30px;
}
.buttons > ul > li {
	float: left;	
	height: 35px;
	background: #1c1c1c;
	border-bottom: 1px solid #000;	
}
.buttons > ul > li > a {
	color: #fff;
	padding: 10px 13px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	font-family: arial,sans-serif;
	display: block;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 36px;		
	width:100%;
	text-align:center;
	text-transform:uppercase;	
}
input {
	position: relative;
	padding: 10px;
	border: 0;
	height:15px;	
	color:#fff;
	background: #1c1c1c;
	font-family: arial,sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 16px;	
}
.searchbutton{
	background: #1c1c1c;
	background: url(search.png) no-repeat center;	
	width: 16px;
	position: absolute;
	padding-bottom:25px;	
}
.search{	
	border-left: 1px solid #dddddd;	
	width:220px;	
}
#s1{		 
	background:#fff;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15) inset;
	width:100%;	
	color:#000;
	font-size:14px;
	height:30px;
}
.buttons > ul > li > a:hover {
	color: #ff4f00;		
}
h2 {
	color: #47565C;
	margin: 0;	
	background-color: #f7f1ee;	
	text-align: center;
}
.image { 
   position: relative; 
   float:left;  
   padding-bottom:1px;   
   height:100%; 
   width:100%;
}
.image:before{
	content:'';
	box-shadow:0 0 100px 10px #000 inset;
	-moz-box-shadow:0 0 100px 10px #000 inset;
	-webkit-box-shadow:0 0 100px 10px #000 inset;
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0.5;	
}
h4 { 
   position: absolute;        
   color: #fff;        
   font-size: 40px;
   font-weight:700;
   font-family: arial,sans-serif;
   letter-spacing: -1px;
   font-style: normal;   
   text-align: center;
   max-height: auto;
   z-index: 20;
   text-shadow: 1px 1px 2px #000; 
   -webkit-user-select: none; /* Chrome/Safari */        
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* IE10+ */
   cursor: pointer; 
   padding-left:5px;
   padding-right:5px;
}
#container {
	max-width: 1055px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 0;	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#content {	
	overflow:hidden;
	height:100%;	
	border: 1px solid #dddddd;	
	border-top:0;
	border-left:0; 
	border-right:0; 
}
#content-side{
	width:29.7%; 	
	height:100%;  
	float:left;		
	margin-top:-10px;	
	padding-left:10px;
}
#content-inside {	
	width:69.2%; 
	height:100%; 
	float:left; 
	border-right: 1px solid #dddddd;
}
#content-block{
	height: 100%; 
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;	
}
#content-title{
	overflow: hidden;
	width:100%;
}
.review-section{
	padding-left:20px; 
	padding-bottom:15px; 
	margin-bottom: 1px; 
	font-size: 28px;
	color: #47565C;
}
.excerpt-inside{
	font-family:Arial; 
	font-size:15px; 
	padding-left:20px; 
	padding-right:20px;
	line-height:23px;
	color:#292929;
}
blockquote{
	font-family:Arial; 
	font-size:13.5px; 
	padding-left:20px; 
	padding-right:20px;
	line-height:21px;
	text-align: left;
	background: none repeat scroll 0% 0% rgb(246, 246, 246);
	border: 1px solid rgb(221, 221, 221);
	overflow: hidden;		
}
.excerpt-news{
	color: #666666;
	font-size: 11px;
	font-family: sans-serif; 
	line-height: 14px;
}
.contact{
	line-height:22px; 
	padding-top:10px; 
	font-family:"Segoe UI"; 
	font-size:16px; 
	padding-left:20px; 
	padding-right:20px;
}
.quote{
	padding-top:10px; 
	font-family:Arial; 
	font-size:14px; 
	padding-left:20px; 
	padding-right:20px;
	font-style: italic;
	line-height:16px;
	color:#292929;
}
.copyright li a{
	color:#fff;
	font-weight:normal;
	font-family:"Segoe UI"; 
	font-size:12px;
}
.copyright li a:hover{
	color:#fa4b2a;
}
.copyright {
	border-top: 1px solid #dddddd;	  		
	text-align: center;	
	background-color:#000;
	height:100%;
	width:100%;
	font-size:12px;
	padding-bottom:10px;
	color: #fff;	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.footer_title{
	margin:0px; 
	color: rgb(101, 123, 131); 
	font-weight: bold; 
	font-size: 12px;
	font-family:"Segoe UI";

}
.footer_links{
	padding-left:15px; 
	padding-top:10px; 
	text-align:left; 

}
.footer_copyright{
	color: #ec1026; 
	text-align:left; 
	padding-left:15px; 
	font-weight:bold; 
	font-size:10px;
	margin-bottom:0;
}
.footer_left{
	height:100%; 
	width:100%; 
	float:left;
}
.footer_left img {
	max-width:100%; 
	margin:0; 
	padding-top:10px; 
	padding-bottom:5px; 
	padding-left:15px;
}
.footer_middle{
	height:100%; 
	width:100%; 
	float:left;	
	padding-right:20px;
	padding-left:40px;
}
.footer_right{
	height:100%; 
	width:100%; 	
	float:left;	
}
#content .subheading {
	color: #333;
	font-size: 26px;
	height:40px;
	box-shadow: 0px 2px 4px rgb(204, 204, 204);
	padding-top:10px;
	position: relative;
	margin-bottom: 0;	
}
.subheading-inside {
	background:#fff; 	
	font-size:56px;			
	min-height:100px;
	position: relative;	
	border-bottom:1px solid #dddddd;
	padding:10px;	
	line-height:55px;
	text-align:left;	
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
}
.news-title{
	width:300px;
	padding-top:1px;
	padding-bottom:6px;
	height:16px;		
	font-family: arial,sans-serif;
	letter-spacing: -1px;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	font-weight:700;
	font-size: 16px;
	margin-top:0;
	margin-bottom:0;
}
.news-list{
	width:300px; 
	border-bottom: 1px solid #dddddd;	
	display: inline-block; 
	margin-top:10px;	
}
.title-page{
	background:#fff; 
	font-size:56px !important; 
	height:65px !important;
	position: relative;
	color:#2c2c2c;	
	box-shadow: 0px 2px 4px rgb(204, 204, 204);
	border-bottom:1px solid #dddddd;
}
.right-column {
	width: 69.2%;    
	float: left;	
	border-right: 1px solid #dddddd;
}
.comment{
	padding-left:20px; 
	padding-right:20px;
}
.specs {
    padding: 0;
	max-width:95% !important;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    font-family: Arial;
    font-size: 10pt;
    color: #292929;
    background: #f3f3f3;		
}
.specs th, .specs td {
	border: 1px solid #dddddd;
	padding: 0.5em;
	text-align:left;	
}
.specs th {
	background-color: #f3f3f3;
	border-right: 1px solid #dddddd;
	font-weight:normal;
}
.specs tr:nth-child(odd) td {
	background-color:#fff;
}
.specs tr:nth-child(odd) th {
	background-color:#fff;
}
.specs thead th {
	color:#47565C;	
	border-bottom: 1px solid #dddddd;
	font: bold 1.3em "Segoe UI", sans-serif;	
	text-align:center;		
}
p.article-title{
	line-height: 19px;
	margin: 5px 0px;
	color: #151515;
	font-weight:bold;
	font-size:16px;
}
p.side-news{
	line-height: 20px !important; 
	margin: 0;
	color: #151515;		
	font-weight:700;
	letter-spacing:-1px;
	font-family: arial,sans-serif;
	font-size: 14px;
}
p.article-title:hover{
	color:#fa4b2a;	
}
p.side-news:hover{
	color:#fa4b2a;	
}
.report p.article-title {
	position: relative;
	z-index: 8;	
}
article.in-column {		
	text-align: left;
	padding: 15px;
	padding-right:10px;	
	border-bottom:1px solid #dddddd;
	height:100%;
}
article.awards {		
	text-align: left;
	padding: 15px;
	padding-right:3px;	
	border-bottom:1px solid #dddddd;
	height:315px;
}
article.in-column a {
	color: #004B91;
	font-family:'Arial';
	font-size:15px;
}
article.awards a {
	color: #004B91;
	font-family:'Arial';
	font-size:15px;
}
article.in-column a:hover{
	color:#fa4b2a;	
}
article.awards a:hover{
	color:#fa4b2a;	
}
article.in-column .excerpt .awards{
	color: #2f2f2f;
	font-size: 13px;
	margin: 0;
	padding-bottom: 5px;	
	font-family: Helvetica,Arial,sans-serif;
	line-height:18px;
}
.date-inside{
	font-size:12px; 
	font-family:"Segoe UI";
	padding-bottom: 5px;
	margin: 0;
	color: #2f2f2f;	
	font-style:italic;
}
article.in-column img{
	float:left; 
	margin-right:15px;
	max-width:100%;	
}
article.awards img{
	float:left; 
	margin-right:15px;
	max-width:100%;
}
.news-list img{
	float:left;
	margin-right:15px;
	border:1px solid #ddd;
	margin-bottom:10px;
	width:120px;
}
.date-review{
	font-size:14px; 
	margin-top:0; 
	font-weight:normal;
}
.date-guide{
	text-align:left;
	font-size:14px; 
	margin-top:0; 
	font-weight:normal;
}
.excerpt-pages{
	font-size:14px; 
	font-family:Arial;
	padding-bottom: 5px;
	margin: 0;
	color: #292929;	
	line-height:15px;	
}
.pages{
	text-align:center; 
	padding-top:10px;
	margin: 0 auto;
}
.top-column {
	float: left;
	width:100%;
	height:100%; 			
	border-right: 1px solid #000;		
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}