/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html,body                       { width:100%; height:100%; }
body                            { padding:0; margin:0; font:12px Roboto, sans-serif; background:#fff; color:#000; }
div,menu,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,legend,label,select,input,textarea,button {
	padding:0;
	margin:0;
	outline:none;
	list-style:none;
}
button                         { cursor: pointer; padding: 0 }
select, input, textarea        { font-size:12px; vertical-align:middle; }
textarea                       { vertical-align:top; }
:focus                         { outline:none; }
input[type=submit]             { cursor:pointer; }
img, fieldset                  { border:0; }
img                            { vertical-align: top; }
table                          { border-collapse:collapse; border-spacing:0; }
a:link, a:visited              { font:14px Roboto, sans-serif; color:#3aa785; text-decoration:none; }
a:hover                        { text-decoration:none; color: #3f967b;}

.wrap-event a:hover{ text-decoration:none; color: #3f967b; 
    text-shadow: 1px 0px 0px #ececec;}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r           	           { float:right !important; }
.float-l                       { float:left !important; }
.no-float                      { float:none !important; }
.no-border                     { border:0 !important; }
.no-bg                         { background:none !important; }
.no-margin                     { margin:0 !important; }
.no-padding                    { padding:0 !important; }
.no-display                    { display:none !important; }
.display                       { display:block !important; }
.inline                        { display:inline !important; }
.overflow                      { overflow:hidden !important; }
.align-r                       { text-align:right !important; }
.align-l                       { text-align:left !important; }
.align-c                       { text-align:center !important; }
.clear                         { clear:both; }
.clearfix:after                { content: ""; display: block; clear: both; visibility: hidden;}
.clearfix                      { display: inline-block; width: 100% }

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------FONTS----------------------------------------*/
/*----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Roboto-Light.woff') format('woff'),
	url('../fonts/Roboto-Light.ttf') format('truetype'),
	url('../fonts/Roboto-Light.svg#pf_agora_sans_probold') format('svg');
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------WRAPPER--------------------------------------*/
/*----------------------------------------------------------------------------------*/
body{
	background:url(/images/header/background.png) repeat;


}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.header{
	border-top: solid 9px #3aa785;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	max-width: 1170px;
    margin: 0 auto;
	
}
.logo{
	margin-top: 19px;
	float: left;     margin-left: 30px;
}

.safety{
	    margin-top: 21px;
    float: left;
    margin-left:7px;

}

.safety img {width: 45px;}

.internal-content ul {
    list-style: none;
    padding: 12px 0 0 30px;
}

.internal-content ol {
    list-style: none;
    padding: 12px 0 0 30px;
}

.internal-content li {
	font-size: 16px;
    color: #363636;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 4px;
    list-style-type: none;
    background: url(/images/content/tick.png) no-repeat;
    padding: 1px 0px 0px 30px;
}

td.green a {color:#e49e03; border-bottom: 1px dotted; border-bottom-color: #dbbc4f;}
.tbl-company tr:hover td.green a {border-bottom: 1px solid; border-bottom-color: #dbbc4f;  transition:all 0.8s ease; }


.internal-content p a {    font: 16px Roboto, sans-serif;     text-decoration: underline;}

.tbl-toggle{
	float: right;
	margin-top: 36px;
	padding-right: 20px;
}

.tbl-toggle1{
	float: right;
	display: flex;
	padding: 0px 20px 10px 20px; 
}

.trust {margin-top: 10px; float: left; padding-right: 23px; opacity: 0.8;}

.google {float: left; padding: 4px 0px 0px 20px;}



.tbl-toggle li{
	display: inline-block;
	margin-right: 35px;
}
.tbl-toggle li:last-child{
	margin-right: 0;
}
.tbl-toggle a{
	color: #585858;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.tbl-toggle a:hover{
	color: #000;
}

span.event-title {color: #737171;     font: 12px Roboto, sans-serif;}

.B_crumbBox {    padding-top: 10px;
    display: block;}

.rates:before{
	content: '';
	background: url("../images/header/rates.png") no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}
.rating:before{
	content: '';
	background: url("../images/header/rating.png") no-repeat;
	width: 15px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 3px 0;
}
.strategy:before{
	content: '';
	background: url("../images/header/strategy.png") no-repeat;
	width: 16px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 3px 0;
}
.articles:before{
	content: '';
	background: url("../images/header/articles.png") no-repeat;
	width: 14px;
	height: 17px;
	display: inline-block; 
	vertical-align: middle;
	margin: 0 10px 3px 0;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.content{
	width: 1170px;
	margin: 0 auto;
}
.tbl-company {
	width: 100%;
	margin-bottom: 15px;
    margin-top: 0px;
	text-align: center;
	color: #fff;
}
.tbl-company th {
	background: #585858;
	border-bottom: solid 3px #d6b43c;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	font-weight: 400;
}
.tbl-company td {
	height: 67px;
}

.tbl-company .content-links{
	color: #000000;
	font-size: 17px;
	text-decoration: none;
	transition:all 0.8s ease; 
}

.tbl-company tr:hover .content-links{

	
	 


}


.rating-stars{
	display: inline-block;
	margin: 25px 0;
	text-align: center;
	vertical-align: middle;
}
.rating-stars li{
	text-indent: -9999px;
	display: inline-block;
}
.rating-stars .active{
	background: url("../images/content/icon-star.png");
	width: 16px;
	height: 15px;
	display: inline-block;
}
.rating-stars .not-active{
	background: url("../images/content/icon-star.png") 33px;
	width: 15px;
	height: 15px;
	display: inline-block;
}

.rating-stars .semi-active{
	background: url("../images/content/icon-star.png") 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
}


.tbl-company .transition-website{
	font-family: Roboto-Light sans-serif;
	color: #fff;
	background: #3aa785;
	border: solid 1px #177c5d;
	padding: 8px 10px 0 9px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-right: 22px;
	transition: .3s;
	height: 24px;
	position: relative;
}






.tbl-company .transition-website:hover{
	background: #585858;
	border: solid 1px #585858;
}
.tbl-company .transition-website:hover:after{
	content: '';
	background: url("../images/content/icon-arrow.png") no-repeat #585858 center;
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px 14px 14px;
	width: 5px;
	margin-left: 24px;
	height: 10px;
	display: inline-block;
}

.tbl-company .transition-website:after{
	content: '';
	background: url("../images/content/icon-arrow.png") no-repeat #177c5d center;
	vertical-align: middle;
	padding: 10px 15px 14px 14px;
	width: 5px;
	margin-left: 22px;
	height: 10px;
	display: inline-block;
	transition: .3s;
	position: absolute;
	top: -1px;
	right: -35px;
}

/*.tbl-company tr:hover .transition-website:after{
	content: '';
	background: url("../images/content/icon-arrow.png") no-repeat #1fad81 center;
	vertical-align: middle;
	padding: 10px 15px 14px 14px;
	width: 5px;
	margin-left: 22px;
	height: 10px;
	display: inline-block;
	transition: .3s;
	position: absolute;
	top: -1px;
	right: -35px;
}*/

.tbl-company button:hover {
	background: #585858;
	border: solid 1px #585858;
}

/*.tbl-company tr:hover button {
	width: 94px;
	height: 34px;
	text-align: center;
	border: solid 1px #e6c13e;
	background: #efd88a;
	color: #fff;
	vertical-align: text-top;
	margin: 16px 5px;
	font-size: 13px;
}*/


.tbl-company button {
	width: 94px;
	height: 34px;
	text-align: center;
	border: solid 1px #a78718;
	background: #dbbc4f;
	color: #fff;
	vertical-align: text-top;
	margin: 16px 5px;
	font-size: 13px; 
}





.tbl-company tr:hover td img {-webkit-filter: brightness(130%); transition:all 1s ease;  

-webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;


   -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

				}




.tbl-company tr td img {-webkit-filter: brightness(100%); transition:all 1s ease;  

    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);}

.tbl-company tr:hover td ul.rating-stars li.active {-webkit-filter: brightness(110%); }


.tbl-company tr{
	background: #fff;
	border-bottom: solid 1px #e2e2e2;
}





.tbl-company tr:nth-child(2n) {
    background: #f7f7f7;
    border-bottom: solid 1px #e2e2e2;
}




tbody{
	border: solid 1px #e2e2e2;
}
.wrap-content{
	overflow: hidden;
}
.left-wrap{
	width: 77%;
	float: left;
	overflow: hidden;
}

.internal-content{
	padding: 0 15px 48px 15px;
	background: #fff;
}

.internal{
	padding: 0 5px 22px 5px;
	background: #fff;
}

h1{
	font-size: 36px;
	color: #363636;
	font-weight: 400;
	padding-top: 10px;
    padding-left: 10px;
}
.internal h1 {text-align: center;     padding-top: 10px;
    padding-bottom: 15px;}

h2{
	font-size: 30px;
	color: #363636;
	margin-top: 20px;
	font-weight: 400;
}

h3{
	font-size: 24px;
	color: #363636;
	margin-top: 20px;
	font-weight: 400;
}

.internal-content p{
	font-size: 16px;
	color: #363636;
	font-weight: 400;
	margin-top: 12px;
	line-height: 1.4;
	text-align: justify;
}
.internal-content p span{
	/*display: block;
	margin-top: 45px;*/
}
.internal-content .google{
	border: solid 1px #cccccc;
	background: #f5f5f5;
	font-size: 12px;
	color: #d24135;
	font-weight: bold;
	padding: 3px 7px;
	display: inline-block;
	margin: 15px 0 30px 0;
}
.internal-content .counter-google{
	border: solid 1px #cccccc;
	background: #f5f5f5;
	font-size: 12px;
	color: #626262;
	margin: 0 0 0 6px;
	padding: 3px 7px;
	display: inline-block;
	position: relative;
}
.internal-content .counter-google:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: -7px;
	top: 6px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 6px solid #c5c5c5;
	border-bottom: 4px solid transparent;
}
.internal-content img{
	margin: 25px 0 20px;
}
.side-bar-left{
	overflow: hidden;
	float: left;
	width: 29.5%;
}
.title-block{
	overflow: hidden;
}
.title-block .content-links{
	 background: #585858;
	 text-align: center;
	 border-bottom: solid 3px #d6b43c;
	 font-size: 18px;
	 color: #fff;
	 display: block;
	 padding: 10px 12px;
	text-decoration: none;
}
.description-block li{
	background: #fff;
	padding-top: 10px;
	overflow: hidden;
	border-bottom: solid 1px #e2e2e2;
	transition: .3s;
	padding-right: 10px;
}

.description-block-center li{
	background: #fff;
	padding-top: 10px;
	overflow: hidden;
	transition: .3s;
	padding-right: 10px;
	border-top: solid 1px #e2e2e2;
}


.description-block li:last-child{
	border-bottom: none;
}

.description-block-center li:last-child{
	border-bottom: solid 1px #e2e2e2;
}


.description-block{
	border: solid 1px #e2e2e2;
	display: inline-block;
}

.description-block-center{
	/*border: solid 1px #e2e2e2;*/
	display: inline-block;
}

a.wrap-event{
	padding-bottom: 20px;
	display: block;
	text-decoration: none;
}
/*.wrap-event:hover .wrap-img a{
	border: solid 2px #3aa785;
}
.wrap-event:hover .event-description{
	color: #363636;
}*/
.main-content{
	float: right;
	width: 65.5%;
	margin: 0 2.5%;
}
.wrap-img{
	float: left;
	text-align: center;
	height: 80px;
}
.wrap-img a{
	float: left;
	text-align: center;
	margin: 2px 10px 3px 10px;
	border: solid 1px #c5c5c5;
}
.wrap-img span{
	font-size: 12px;
	font-family: Roboto-Light sans-serif;
	color: #ababab;
	display: block;
}
.description-blocka li a.event-description a{
	color: #3aa785;
	font-size: 14px;
	margin-top: 10px;
	font-family: Roboto-Light sans-serif;
	line-height: 1.5;
	text-decoration: none;
}
.side-bar-right{
	overflow: hidden;
	width: 23%;
}


.side-bar-center{
	overflow: hidden;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------SIDEBAR--------------------------------------*/
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.footer{
	border-top: solid 6px #d6b43c;
	background: #444444;
	padding: 25px 0 20px;
	overflow: hidden;
	margin-top: 40px;
}
.list-social-network li{
	margin-bottom: 20px;
}
.list-social-network:last-child{
	margin-bottom: 0;
}
.list-social-network{
	width: 300px;
	display: inline-block;
	float: left;
}
.list-social-network a{
	font-size: 12px;
	color: #e6e6e6;
	text-decoration: none;
	transition: .3s;
}
.list-social-network a:hover{
	color: #d6b43c;
}
.menu-footer li{
	width: 33%;
	float: left;
	margin-bottom: 7px;
	position: relative;
}
.menu-footer li:before{
	content: '';
	position: absolute;
	left: -9px;
	top: 5px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #d6b43c;
	border-bottom: 3px solid transparent;
}
.menu-footer a{
	font-size: 14px;
	color: #e6e6e6;
	text-decoration: none;
	transition: .3s;
}
.menu-footer a:hover{
	color: #d6b43c;
}
.wrap-menu-footer{
	width: 800px;
	display: inline-block;
	float: left;
	padding-left: 50px;
}

.footer span{
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 7px;
}

.footer span a{
	display: block;
	font-size: 12px;
	color: #d6b43c;
	margin-bottom: 7px;
}
.wrap-menu-footer span:before{
	content: '';
	background: url("../images/footer/icon.png");
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 2px;
}
.wrap-block-title{
	float: left;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------OTHER----------------------------------------*/
/*----------------------------------------------------------------------------------*/
.btn-menu {
	display: none;
	text-align: right;
}
.btn-toggle {
	display: inline-block;
	color: #3aa785;
	line-height: 5px;
	font-size: 19px;
	padding: 2px 4px 5px;
	margin: 10px 15px;
	border: 1px solid #3aa785;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-toggle:after,
.btn-toggle:before {
	display: block;
	content: '\2014';
	color: #3aa785;
}
.btn-menu .text {
	float: left;
	font-size: 19px;
	margin-top: 11px;
	color: #3aa785;
}
.btn-toggle-js {
	float: right;
	cursor: pointer;
}
.tbl-toggle li {
	display: inline-block;
}
@media screen and (max-width: 780px) {
	.tbl-toggle {
		display: none;
	}
	.tbl-toggle1 {
		/*display: none;*/

	}

	.trust img {width:100%;}

	.btn-menu {
		display: none;
	}
	.tbl-toggle li {
		display: block;
		float: none;
		margin-bottom: 5px;
		margin-right: 0;

	}
}
@media screen and (max-width: 1200px) {
	.content{
		width: 100%;
	}
	.tbl-toggle{
		margin-right: 10px;
	}
	.list-social-network{
		margin-left: 20px;
		width: auto;
	}
	.wrap-menu-footer{
		width: auto;
		float: right;
	}
	tbody {
		border: none;
	}
}
@media screen and (max-width: 1050px){
	.tbl-toggle{
		width: 100%;
		margin: 25px 0 0 0;
	}
	.logo{
		width: 100%;
		margin: 15px 0 0 0;
	}
	.tbl-company .transition-website{
		font-size: 12px;
	}
}
@media screen and (max-width: 1100px){
	tbody td img {
		margin-left: 14px;
	}
	.left-wrap{
		float: none;
		width: auto;
	}
	.main-content{
		margin: 0 0 0 0;
	}
	.side-bar-right{
		width: 100%;
	}
	.description-block{
		display: block;
	}
	.footer{
		margin-top: 0;
	}
}
@media screen and (max-width: 900px){
	.tbl-company button{
		width: 60px;
	}
	.tbl-company th{
		font-size: 14px;
	}
	.tbl-company span{
		font-size: 14px;
	}
	.tbl-company .transition-website{
		margin-right: 35px;
		padding: 8px 4px 0 5px;
	}
}
@media screen and (max-width: 800px){
	.tbl-toggle a{
		font-size: 13px;
	}
	.logo img{
		width: 200px;
	}
}
@media screen and (max-width: 780px){
	.none{
		display: none;
	}
	.main-content{
		width: auto;
	}
	.side-bar-left{
		width: 100%;
	}
	.description-block{
		display: block;
	}
	.internal-content img{
		width: 100%;
	}
	.header{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 650px){
	.list-social-network{
		width: 100%;
	}
	.wrap-menu-footer{
		float: none;
		margin-left: 30px;
	}
}
@media screen and (max-width: 550px){
	h1{
		font-size: 25px;
	}
	h2{
		font-size: 20px;
	}
}
@media screen and (max-width: 400px){
	.block-star{
		width: 65px;
	}
	h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	h2{
		font-size: 17px;
	}
	.internal-content p span{
		margin-top: 25px;
	}
	.internal-content img{
		margin-bottom: 0;
	}
	.internal-content{
		padding-bottom: 30px;
	}
	.tbl-company .transition-website{
		padding: 8px 5px 0 5px;
	}
	.tbl-company .transition-website:after{
		content: '';
		padding: 10px 10px 14px 9px;
		position: absolute;
		top: -1px;
		right: -25px;
	}
	.tbl-company .transition-website:hover:after{
		content: '';
		padding: 10px 5px 14px 14px;
	}
	tbody td img{
		width: 100px;
	}
	.tbl-company .transition-website{
		margin-right: 27px;
	}
}

.pagination .ditto_currentpage {color:#ffffff; background-color:#3aa785; border:1px solid #35846b; padding: 1px 3px; margin:2px;  font-weight:bold; } 
.pagination .ditto_previous_link, .pagination .ditto_next_link{margin:0 10px;} 
.pagination .ditto_page{ padding: 2px 5px; text-decoration: none;}
.pagination .ditto_page:hover {color:#ffffff; background-color:#3aa785;}
.pagination {color:#3aa785; font : 16px/16px 'Arial', Helvetica, sans-serif; text-align: center; padding-top: 15px;}


.bottom {    padding-top: 75px; /*display: -webkit-inline-box;*/}

.bottom__copy a img {
    border: 1px solid #E5E7E6;
    margin-bottom: 5px;
    margin-right: 5px;
}