/*
Theme Name: ITK
Author: decollete
Author URI: http://decollete.com.ua/
Version: 4.0
*/

/* `Basic
----------------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* `Reset Eric 
-----------------------------------------------------------------------------------*/
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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*-----------------------------------------------------------*/

@font-face{
	font-family: "PTSans Bold";
	src:url("fonts/PTS75F_W.ttf");
}
@font-face{
	font-family: "PTSans";
	src:url("fonts/PTS55F_W.ttf");
}
@font-face{
	font-family: "Officina";
	src:url("fonts/RobotoSlab-Bold.ttf");
}



a{
	text-decoration: none;
	color: black;
}

a:hover{
	opacity: 0.8;
}

.wrap{
	width: 980px;
	margin: auto;
	min-width: 980px;
}

ul li{
	display: inline-block;
}

.clear{
	clear: both;
}
body{
	background: rgba(240,240,240,1);
		background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 99%, rgba(240,240,240,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(17%, rgba(255,255,255,1)), color-stop(83%, rgba(255,255,255,1)), color-stop(99%, rgba(241,241,241,1)), color-stop(100%, rgba(240,240,240,1)));
		background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 99%, rgba(240,240,240,1) 100%);
		background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 99%, rgba(240,240,240,1) 100%);
		background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 99%, rgba(240,240,240,1) 100%);
		background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 83%, rgba(241,241,241,1) 99%, rgba(240,240,240,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1 );
	
}

.cf:before,
.cf:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.cf:after {
  clear: both;
}

b, strong {
	font-weight: bolder;
}
i, em {
	font-style: italic;
}


/*---------main------------------*/

header{
	height: 174px;
	background: #181819;
	background: url(img/5.png) 0 0 no-repeat;
	background-size: 100% 174px;
}
	header .wrap{
		position: relative;
	}
	.logo{
		width: 214px; 
		height: 65px;
		display: inline-block;
		position: absolute;
		top: 50px;
		left: 7px;
	}
  .logo:hover {
  }
		.auth a{
			margin-left: 26px;
			display: block;
			font-family: "PTSans";
			font-size: 11px;
			color: white;
			text-transform: uppercase;
			border-bottom: 1px dashed #fff;
	  		line-height: 16px;
		}
		.auth a:hover{
			opacity: 1;
			border-bottom: none;
		}
		 span.auth{
		 	position: absolute;
			top: 35px;
			right: 365px;
			display: inline-block;
			background: url("img/images.png") no-repeat 0px -336px;
			height: 16px;
			border-bottom: none;
		}

	.searches{
		position: absolute;
		top: 31px;
		right: 156px;
		width: 146px;
		height: 21px;
		border: 1px solid #C9C9C9;
		font-family: "PTSans";
		color: #C9C9C9;
	}
		input[type="search"]{
			-webkit-appearance: none;
			border: none; 
		    outline: none;
		    background: transparent;
		    width: 111px;
		    display: inline-block;
    		text-transform: uppercase;
    		font-size: 11px;
    		height: 21px;
    		vertical-align: top;
    		color: white;
    	}
		.searches span{
			border: none;
			outline: none;
			background: url("img/images.png") no-repeat 0px -362px; 
			width: 13px; 
			height: 13px;
			opacity: 0.4;
			margin: 4px 9px 4px 7px;
			display: inline-block;
			cursor: pointer;
		}
		.searches span:hover{
			opacity: 1;
		}

#searchform input::-webkit-input-placeholder { 
	color: #fff;
}

#searchform input::-moz-placeholder { 
	color: #fff;
}
#searchform input:-ms-input-placeholder { 
	color: #fff;
}
#searchform input:-moz-placeholder { 
	color: #fff;
}
::-webkit-input-placeholder { 
	color: #545454;
}

::-moz-placeholder { 
	color: #545454;
}
:-ms-input-placeholder { 
	color: #545454;
}
input:-moz-placeholder { 
	color: #545454;
}

		.qtranxs_language_chooser {
			position: absolute;
			top: 37px; 
			right: 0;
			font-size: 11px;
			font-family: "PTSans";
			
			
		}
      .qtranxs_language_chooser li {
        position: relative;
      }
      .qtranxs_language_chooser li:before {
        content: '/';
        display: inline-block;
				color: white;
				text-decoration: none;
      }
      .qtranxs_language_chooser li:first-child:before {
        display: none;
      }
			.qtranxs_language_chooser a{
				color:#00a7ec;
				text-transform: uppercase;
				text-decoration: underline;
				padding: 0 6px;
			}
			.qtranxs_language_chooser li:last-child a{
				padding-right: 0;
			}
			.qtranxs_language_chooser .active a, .qtranxs_language_chooser a:hover{
				color: white;
				text-decoration: none;
				opacity: 1;
			}
      .qtranxs_widget_end {
        display: none;
      }

			input[type="search"]::-webkit-search-cancel-button {
			   			    
			}

		.main_nav{
			position: absolute;
			top: 105px;
			right: 0;
		}
			.main_nav li{
				display: inline-block;
				padding: 0 18px;
        position: relative;
			}
			.main_nav li:last-child{
				padding-right: 0;
			}
			.main_nav li a{
				font-family: "PTSans Bold";
				font-size: 13px;
				color: white;
				text-transform: uppercase;
				padding-bottom: 3px;
        display: inline-block;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        border-bottom: 3px solid rgba(0, 166, 236, 0);
			}

    .main_nav li ul {
      position: absolute;
      top: -10000px;
      left: 5px;
      width: 160px;
      background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.31);
      z-index: 1001;
      display: block;
      margin-top: -3px;
      padding: 5px 0;
      display: none\9;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s;
      -webkit-transition: opacity .5s;
      -moz-transition: opacity .5s;
    }
    .main_nav li:hover ul {
      opacity: 1;
      visibility: visible;
      top: 100%;
      display: block\9;
    }
    .main_nav li li{
      padding: 0;
      display: block;
	
    }

    .main_nav li li a {
      font-family: "PTSans Bold";
      font-size: 13px;
      text-transform: uppercase;
	color: #181819;
      display: block;
      padding: 10px 0px;
      margin: 0 10px;
      border: none !important;
	border-top: 1px solid #e5e5e5 !important;
    }
    .main_nav li li:first-child a{
	border-top: none !important;
    }
    .main_nav li li a:hover {
      color: #00a7ec;
      border: none;
    }
        .main_nav li.current-menu-ancestor a,
				.main_nav li.current-menu-item a
				{
					opacity: 1;
					border-bottom: 3px solid rgba(0, 166, 236, 1);
            				}
        .main_nav li a:hover{
            color: rgba(0, 166, 236, 1);
        }
        .main_nav li.current-menu-ancestor .current-menu-item a {
          color: #00a7ec;
        }
        
	.content{
		text-align: center;
		}
	.content h2, .content h1{
		color: black;
		text-transform: uppercase;
		padding: 50px 0 5px 0;
		font-family: "PTSans Bold";
		font-size: 36px;
		border-bottom: 5px solid #c3c3c3;
		display: inline-block;
    margin-bottom: 40px;
		/*margin: auto;*/
	}
		p.blue{
			color: #00a6ec;
			font-size: 23px;
			margin: 36px 0;
			font-family: "Officina";
		}

		.button{
            position: relative;
			display: inline-block;
			padding: 14px 49px;
			/*background: #3eb8e7;*/
			/*border: 5px solid #3eb8e7;*/
			cursor: pointer;
			color: white;
			text-transform: uppercase;
			font-size: 30px;
			font-family: "PTSans Bold";
              text-decoration: none;


            box-shadow: 0 0 0 3px #3eb8e7;
            -webkit-transition: color 0.5s;
            -moz-transition: color 0.5s;
            transition: color 0.5s;
		}


.button:before {
    content:"";

    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

        .button:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            /*border-radius: 50%;*/
            content:'';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            top: -2px;
            left: -2px;
            padding: 2px;
            z-index: -1;
            background: #3eb8e7;
            -webkit-transition: -webkit-transform 0.5s, opacity 0.25s;
            -moz-transition: -moz-transform 0.5s, opacity 0.25s;
            transition: transform 0.5s, opacity 0.25s;
        }
.button:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 1.7s, opacity 0.4s;
    -moz-transition: -moz-transform 1.7s, opacity 0.4s;
    transition: transform 1.7s, opacity 0.4s;
}

		.button:hover{
			opacity: 1;
		    color: #3EB8E7;
					}

	.short_annot{
		margin-top: 75px;
		position: relative;
	}	
	.blue_figure{
		width: 184px;
		height: 184px;
		margin: auto;
		margin-top: 112px;
		margin-bottom:165px;
	}
		.blue_figure a{
			display: inline-block;
			height: 51px;
			width: 0;
			cursor: pointer;
		}
		
		.top{
			border-top: 50px solid transparent;
			margin-bottom: 7px;
		}
		.left{
			border-right: 86px solid #3eb8e7;
			margin-right: 7px;
		}
		.right{
			border-left: 86px solid #3eb8e7;
		}
		.bottom{
			border-bottom: 50px solid transparent;
		}
		.left{
			border-right: 86px solid #3eb8e7;
		}
		.right{
			border-left: 86px solid #3eb8e7;
		}
		.blue_figure span{
			display: block;
			margin: auto;
		}
			#about{
				background: url("img/images.png") no-repeat 0px -99px; 
				width: 48px; 
				height: 48px;
				margin:-5px  0 0 27px;
			}
			#ratings{
				background: url("img/images.png") no-repeat 0px -157px; 
				width: 50px; 
				height: 45px;
				margin: -2px  0 0 -69px;
			}
			#services{
				background: url("img/images.png") no-repeat 0px 0px; 
				width: 45px; 
				height: 40px;
				margin: 9px 0px 0 25px;
			}
			#news{
				background: url("img/images.png") no-repeat 0px -50px; 
				width: 48px; 
				height: 39px;
				margin: 11px 0px 0 -69px;
			}
			.short_annot hr{
				position: absolute;
				border: none;
				height: 1px;
				width: 102px;
				background: #e5e5e5;
			}

	#l_top_right{
		top: 0px;
		right:326px;
		-moz-transform: rotate(-40deg); 
	    -ms-transform: rotate(-40deg); 
	    -webkit-transform: rotate(-35deg); 
	    -o-transform: rotate(-40deg); 
	    transform: rotate(-40deg);
	}

	#l_top_left{
		top: 0px;
		left:325px;
		-moz-transform: rotate(40deg); 
	    -ms-transform: rotate(40deg); 
	    -webkit-transform: rotate(40deg); 
	    -o-transform: rotate(40deg); 
	    transform: rotate(40deg);
	}
	#l_bottom_right {
		top: 196px;
		right: 326px;
		-moz-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-o-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	#l_bottom_left{
		top: 196px;
		left:326px;
		-moz-transform: rotate(-40deg); 
	    -ms-transform: rotate(-40deg); 
	    -webkit-transform: rotate(-40deg); 
	    -o-transform: rotate(-40deg); 
	    transform: rotate(-40deg);
	}

	.short_annot article.artcle {
		width: 49%;
		display: inline-block;
		text-align: left;
		position: relative;
		vertical-align: top;
		position: relative;
  }
  .short_annot article.artcle a {
    display: block;
    height: 160px;
    padding-right: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
  }
  .short_annot article.artcle a:before {
    content: '';
    display: block;
    width: 152px;
    height: 118px;
    position: absolute;
    background: url(img/home.png) 0 0 no-repeat;
  }
  .short_annot article.article_476 a,
  .short_annot article.article_50 a{
    padding: 0px 0px 0px 200px;
  }
  .short_annot article.article_476 a:before {
    top: 0px; left: 0px;
    background-position: -600px 0px;
  }
  .short_annot article.article_50 a:before {
    bottom: 0px; left: 0px;
    background-position: -200px 0px;
  }
  .short_annot article.article_44 a:before {
    bottom: 0px; right: 0px;
    background-position: 0px 0px;
  }
  .short_annot article.article_48 a:before {
    top: 0px; right: 2px;
    background-position: -400px 0px;
  }
		.short_annot article.artcle a:hover h3{
			border-bottom: 1px solid rgba(51, 51, 51, 1);
			opacity: 1;
		}
  
		.l_col{
			left:0;
		}
		.r_col{
			right: 0;
		}
		article h3{
			margin-top: 60px;
			font-size: 23px;
			color: black;
			font-family: "Officina";
		}
    .short_annot h3 {
      text-align: left;
      margin-top: 0px;
      border-bottom: 1px solid rgba(255,255,255,0);
      display: inline-block;
      transition: all .4s;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
    }
		article h3 a:hover{
			text-decoration: underline;
			opacity: 1;
		}
		article h3:first-child{
			margin-top: 0;
		}
		article p{
			font-family: arial;
			color: #66666f;
			padding-top: 6px;
			font-size: 14px;
			line-height: 20px;
		}
		article p a{
			color:  #66666f;
		}
		article p:hover a{
			opacity: 0.6;
			
		}

.sr_item {
	margin-bottom: 25px;
}
.sr_item h3 a {
	color: #00a6ec;
	display: block;
	margin-bottom: 10px;
}
footer{
	margin-top: 35px;
	background: #f2f2f2;
	height: 284px;

}
.copy_rule {
	position: absolute;
	top: 160px;
	left: 260px;
	font-family: Arial;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}
	footer .wrap{
			position: relative;
			padding-left: 18px;
	}
	.small_logo{
		/*background: url("img/images.png") no-repeat 0px -385px; */
		/*width: 125px; */
		/*height: 35px; */
		position: absolute;
		top: 38px;
		
		display: block;
	}
	footer p{
		font-family: "PTSans";
		font-size: 12px;
		color: #989a9c;
		padding-top: 102px;
	}
	.decollete{
		display: block;
		background: url("img/images.png") no-repeat 0px -212px; 
		width: 122px; 
		height: 20px;
		position: absolute;
		top: 182px;
	}
	footer ul{
		position: absolute;
		left: 259px;
		top: 36px;
	}
	footer ul li{
		height: 50px;
		padding-right: 22px;
    vertical-align: middle;
	}

	footer ul h4, footer label{
		font-size: 12px;
		font-family: "PTSans";
		color: #272630;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	footer form{
		position: absolute;
		top: 150px;
		left: 259px

	}
	footer label{
		display: block;
	}
.subscribe .cf-ol {
	display: inline-block;
	vertical-align: top;
}
footer .subscribe p {
	padding-top: 15px;
	display: inline-block;
	vertical-align: top;
}
.subscribe .cf_hidden{
	display: none;
}
		.subscribe .fldemail {
			width: 198px;
			height: 31px;
			border: none;
			background: #dddddd;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			padding-left: 10px;
			color: #666666;
			font-size: 12px;
			font-family: "PTSans";
			display: inline-block;
		}
.subscribe .cf_li_err .fldemail {
	box-shadow: 0 0 0 1px #9E1515;
}

		.subscribe .sendbutton{
			background: black;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			color: white;
			font-size: 12px;
			font-family: "PTSans";
			text-transform: uppercase;
			padding: 8px 22px;
			border: none;
			cursor: pointer;
			margin-left: 5px;
		}
		button:hover{
			opacity: 0.8;
		}

.tabs{
	margin: 32px 8px 37px 8px;
	text-align: left;
	position: relative;
}
	.tab{
		cursor: pointer;
		height: 56px;
		width: 157px;
		border: 1px solid #b8bbc1;
		border-left: none;
		font-family: helvetica;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		color: #898989;
		text-align: center;
		display: table-cell;
		border-collapse:collapse; 
		vertical-align: middle;
		background: rgba(227,227,227,1);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(237,237,237,1) 52%, rgba(242,242,242,1) 80%, rgba(210,210,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,227,227,1)), color-stop(52%, rgba(237,237,237,1)), color-stop(80%, rgba(242,242,242,1)), color-stop(100%, rgba(210,210,210,1)));
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(237,237,237,1) 52%, rgba(242,242,242,1) 80%, rgba(210,210,210,1) 100%);
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(237,237,237,1) 52%, rgba(242,242,242,1) 80%, rgba(210,210,210,1) 100%);
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(237,237,237,1) 52%, rgba(242,242,242,1) 80%, rgba(210,210,210,1) 100%);
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%, rgba(237,237,237,1) 52%, rgba(242,242,242,1) 80%, rgba(210,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d2d2d2', GradientType=0 );
}
	.tab a{
		color: #898989;
	}
	.tab:first-child{
		border-left: 1px solid #b8bbc1;
	}
		.tab.active_tab{
			border-bottom: 1px solid #f4f4f4;
			position: relative;
			z-index: 10;
			color: black;
			background: rgba(236,236,236,1);
			background: -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(99%, rgba(244,244,244,1)), color-stop(100%, rgba(244,244,244,1)));
			background: -webkit-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%);
			background: -o-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%);
			background: -ms-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%);
			background: linear-gradient(to bottom, rgba(236,236,236,1) 0%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f4f4f4', GradientType=0 );
					}
					.tab.active_tab a{
						color: black;
					}
					.tab:hover a{
						color: black;
					}
	.table_box{
		border: 1px solid #b8bbc1;
		margin-top: -1px;
		font-size: 11px;
			font-family: arial;
			color: #9b9b9b;
			overflow: hidden;
			height: 385px;
			opacity: 0;
	}
	.leftside{
		width: 207px;
		border: 1px solid #f4f4f4;
		border-right: 1px solid #e5e5e5;
		background: #f4f4f4;
		float: left;
		height: 100%;
	}
		.leftside p{
			padding: 16px 22px 11px 22px;
		}
		.leftside ul{
			text-align: right;
		}
		.leftside ul li{
			border: 1px solid transparent;
			width: 174px;
			/* height: 25px; */
			line-height: 25px;
			padding:0 22px 0 0;
			margin-right: -2px;
			cursor: pointer;
		}
		.leftside ul .li_active, .leftside ul li:hover{
			background: rgba(249,249,249,1);
			background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 100%);
			background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(99%, rgba(254,254,254,1)), color-stop(100%, rgba(254,254,254,1)));
			background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 100%);
			background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 100%);
			background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 100%);
			background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(254,254,254,1) 99%, rgba(254,254,254,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fefefe', GradientType=1 );
			border: 1px solid #e5e5e5;
			border-right:1px solid #fefefe;  
			color: black;
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
			}

	.rightside{
		background: rgba(247,247,247,1);
		background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(18%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
		float: right;
		vertical-align: top;
		width: 753px;	
		text-align: left;
					/*overflow: hidden;*/
					position: relative;
					height: 384px;

			}
		.rightside h5{
			color: #ec574c;
			padding: 36px 0 14px 315px;
		}
		.shadow{
			width:753px;
			text-align: center;
			height: 130px;
			z-index: 10;
			position: absolute;
			bottom: 0px;
			right: 1px;
			background: rgba(255,255,255,0.45);
			background: rgba(255,255,255,0.45);
			background: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.62) 22%, rgba(255,255,255,0.66) 36%, rgba(255,255,255,0.7) 49%, rgba(255,255,255,0.76) 63%, rgba(255,255,255,0.9) 81%, rgba(255,255,255,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.45)), color-stop(22%, rgba(255,255,255,0.62)), color-stop(36%, rgba(255,255,255,0.66)), color-stop(49%, rgba(255,255,255,0.7)), color-stop(63%, rgba(255,255,255,0.76)), color-stop(81%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.62) 22%, rgba(255,255,255,0.66) 36%, rgba(255,255,255,0.7) 49%, rgba(255,255,255,0.76) 63%, rgba(255,255,255,0.9) 81%, rgba(255,255,255,1) 100%);
			background: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.62) 22%, rgba(255,255,255,0.66) 36%, rgba(255,255,255,0.7) 49%, rgba(255,255,255,0.76) 63%, rgba(255,255,255,0.9) 81%, rgba(255,255,255,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.62) 22%, rgba(255,255,255,0.66) 36%, rgba(255,255,255,0.7) 49%, rgba(255,255,255,0.76) 63%, rgba(255,255,255,0.9) 81%, rgba(255,255,255,1) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.62) 22%, rgba(255,255,255,0.66) 36%, rgba(255,255,255,0.7) 49%, rgba(255,255,255,0.76) 63%, rgba(255,255,255,0.9) 81%, rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );}
	
	.a_content {
		position: relative;
	}
	.term_link {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
			.sh_wr{
				position: relative;
				height: 384px;
				width: 753px;
				left: 210px;
			}

		.rightside {
      
    }
		.rightside table{
			width: 620px !important;
			margin: auto;
      border-collapse: collapse;
      border: 1px solid #e9e9e9;
      margin-bottom: 15px;
		} 
		.rightside td{
			border-left:  1px solid #e9e9e9;
			border-top:  1px solid #e9e9e9;
			text-align: left;
			vertical-align: middle;
			padding-left: 8px;
      line-height: 29px;
		}
		.rightside table th{
			line-height: 29px;
			text-align: center;
			vertical-align: middle;
			font-weight: bold;
			color: #9c9c9c;
			border-left:  1px solid #e9e9e9;
			border-top:  1px solid #e9e9e9;
			border-collapse: collapse;
		}
		.rightside table tr th:last-child{
			border-right:1px solid #e9e9e9;
		}
		.rightside tr td strong,
		.rightside tr td b{
			font-weight: bold;
		}
		.rightside tr td:last-child{
			border-right:1px solid #e9e9e9; 
		}
		.rightside tr:last-child td{
			border-bottom:1px solid #e9e9e9;
		}

	



/*--------Main-------------*/



/*--------contacts-------------*/
.address{
	float: left;
	margin: 50px 0 0 140px;
	text-align: left;
}

.tel{
	float: right;
	margin: 60px 140px 0 0 ;
	background: url("img/images.png") no-repeat 0px -477px;
	height: 46px;
}
	.address h3{
		font-size: 23px;
		font-family: "Officina";
	}
	.address address{
		font-family: arial;
		font-size: 13px;
		color: #70848e;
		padding-left: 24px;
		margin-top: 6px;
		background: url("img/images.png") no-repeat 0px -449px;
		line-height: 18px;
	}
	.tel p{
		padding-left: 39px;
		font-size: 24px;
		font-family: arial;
		color: black;
	}
		.tel p span{
			color: #949ea3;
		}

	hr.contacts{
		border: none;
		height: 1px;
		background: #e5e5e5;
		width: 833px;
		margin: auto;
		margin-top: 45px;
	}

	.persons{
		margin: 40px 140px 85px 140px;
		text-align: center;

	}

	.person{
		display: inline-block;
		text-align: left;
		margin-right: 40px;
		margin: auto;
	}
	.person:first-child{
		float: left;
	}
	.person:last-child{
		margin-right: 0px;
	}
	

	.person p{
		font-family: arial;
		font-size: 13px;
		color: #70848e;
	}
	/*.person*/ h3{
		font-size: 23px;
		font-family: "Officina";
		margin-top: 10px;
    clear: left;
    text-align: center;
	}
  .news_cont h3,
  .address h3 {
    text-align: left;
  }
	.person a{
		display: block;
		background: url("img/images.png") no-repeat 0px -430px;
		font-size: 13px;
		font-family: arial;
		color: #00a6ec;
		padding-left: 22px;
		margin-top: 10px;
		padding-left: 20px;
		line-height: 9px;
	}


	/*----------inquiry------------*/

	.inq_form{
		width: 490px;
		border: 1px solid #e5e5e5;
		padding:29px 30px 36px 25px;
		float: left;
    margin: 0 30px 30px 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	}
	.inq_form p{
		text-align: left;
		font-family: arial;
		font-size: 23px;
	}
	.inq_form label{
		display: block;
		text-align: right;
		font-family: arial;
		font-size: 15px;
		margin-top: 20px;
	}
	.inq_form label span{
		color: #333;
	}
  .inq_form label span:first-letter{
		color: #ea5851;
	}
	.inq_form input, .inq_form textarea{
	 	width: 225px;
	 	height: 25px;
	 	border: 1px solid #a6a6a6;
	 	margin-left: 20px; 
	 	padding-left: 15px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	}
  .inq_form textarea {
    resize: none;
    overflow: auto;
  }
	 .inq_form label textarea{
	 	height: 66px;
/* 	 	width: 201px; */
	 	vertical-align: top;
	 }
	input[type="checkbox"]{
		height: 12px;
		width: 12px;
		height: 12px;
		margin-right: 233px;
	}
	.inq_form input[type="submit"]{
		background: #3eb8e7;
		cursor: pointer;
		color: white;
		text-transform: uppercase;
		font-family: "PTSans Bold";
		font-size: 16px;
		padding:9px 0px;
    text-align: center;
		border-radius: 0px;
		margin: 13px 0 0 245px;
    width: 240px;
	}
.linklove {
  display: none;
}
  
	.txt {
		text-align: left;
		width: 390px;
				float: left;
				margin:40px 0 0 37px;
	}
  .entry {
    text-align: left;
  }
  .entry p {
    text-align: left;
		line-height: 20px;
		font-family: Arial;
		font-size: 14px;
		padding-top: 1px;
    margin-bottom: 15px;
  }
	.entry p a {
		text-decoration: underline;
	}
	.entry p a:hover {
		text-decoration: none;
	}
	.txt p{
		line-height: 20px;
		font-family: arial;
		font-size: 14px;
		padding-top: 1px;
    margin-bottom: 10px;
	}
	.content.inquiry h3{
		margin-top: 35px;
	}
  .entry ul,
  .entry ol {
    margin-bottom: 15px;
    margin-left: 30px;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
  }
  .entry ul li {
    display: list-item;
    list-style: disc;
  }
  .entry ol li {
    display: list-item;
    list-style: decimal;
  }
	.entry table{
		margin: auto;
		margin-top: 22px;
		margin-bottom: 70px;
		vertical-align: middle;
		font-size: 14px;
		font-family: "PTSans";
		width: 100%;
		border-color: #d9d9d9;
  		  border-width: 0 0 1px 1px;
   		 border-style: solid;

	}
	.entry table td {
		 border-color: #d9d9d9;
    border-width: 1px 1px 0 0;
    border-style: solid;
        padding: 7px 9px;
		line-height: 1.2;
		vertical-align: middle;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
   
	}

.entry tbody td:first-child {
	/*width: 200px !important;*/
}
.entry thead tr:first-child th {
	width: 200px;
}
.supahead th,
.entry table th {
	 border-color: #d9d9d9;
	border-width: 1px 1px 0 0;
	border-style: solid;
	text-align: center;
	font-family: 'PTSans Bold';
	line-height: 45px;
	vertical-align: middle;
}
.supahead tr:first-child th:first-child {
	border-left: 1px solid #d9d9d9;
}

  .entry table td strong,
  .entry table td b {
    font-family: 'PTSans Bold';
  }

	
	.inquiry table .b_td{
		text-align: center;
		font-family: "PTSans Bold";
		vertical-align: middle;
		
	}
	.inquiry table td.no_border{
		border-color: transparent;
		border-right: 1px solid #d9d9d9;
	}
	

	/*-----------------services-------------------------*/

	.services h3{
		margin-top: 30px;
	}

	.services table{
		width: 640px;
		margin: auto;
		margin-top: 20px;
		font-family: arial;
		font-size: 12px;
		border-right:1px solid #e5e5e5;
		border-bottom:1px solid #e5e5e5;
		vertical-align: middle;
	}
	.services  thead{
		font-size: 15px;
		font-family: "PTSans Bold";

	}
	.services  td,.services  th{
		padding-left: 16px;
		border-top:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		line-height: 50px;
	}
	.services  table{
		border-bottom: none;
	}
	.services td a{
		color: #00a6ec;
	}
	.services td a:hover{
		opacity: 1;
		text-decoration: underline;
	}
	.services tr td:nth-child(3){
		color: #333333;
	}
	.table_wrap{
		/*height: 390px;*/
		width: 672px;
		border-bottom: 1px solid #cccccc;
		overflow: hidden;
		margin: auto;
	}
	.all{
		text-transform: uppercase;
		color: #00a6ec;
		font-family: "PTSans Bold";
		font-size: 12px;
		margin: 20px 0 40px 0;
		display: block;
		text-align: center;
	}
		.all span{
			display: inline-block;
			background: url("img/images.png") no-repeat 0px -533px; 
			width: 9px; 
			height: 6px;
			margin-left: 8px;
		}

		.reports{
			margin: auto;
			
			width: 685px;
			text-align: center;
		}

	.report{
		display: inline-block;
		vertical-align: top;
		float: left;
		width: 190px;
		padding-top: 62px;
		margin: 40px 56px 10px 0;
		background: url(img/icon.png) center top no-repeat;
	}
	
	.report:nth-child(3n+3){
		margin-right: 0;
	}
	.report h4{
		font-size: 14px;
		font-family: "PTSans Bold";
		margin-top: 13px;
		cursor: pointer;
	}
	.report p{
		font-size: 12px;
		font-family: arial;
		color: #333333;
		margin-top: 7px;
		cursor: pointer;
	}
	.report:hover h4{
		color: #99C100;
	}
	.report:hover p{
		color: #99C100;
	}
	.report:hover a{
		opacity: 0.8;		
	}
	.report img{
		height: 61px;
		width: 61px;
		-webkit-border-radius: 61px;
		-moz-border-radius: 61px;
		border-radius: 61px;
	}

	.services .button{
		font-size: 23px;
		padding: 14px 37px;
		margin: 70px 0 50px 0;
	}

	/*----------news---------------------*/

	.news_cont{
		text-align: left;
	}
		.full_new{
			float: left;
			margin: 0 33px 29px 36px;
			width: 499px;
		}
		.full_new img{
			height: 374px;
			width: 499px;
		}
		.full_new time{
			font-size: 11px;
			display: block;
			font-family: arial;
			color: #00a6ec;
			margin: 7px 0 20px 0;
		}
		.full_new p{
			font-size: 12px;
			font-family: arial;
			color: #333333;
			line-height: 1.5;
		}

		.news_list{
			float: right;
			margin-right: 22px;
			width: 390px;
position: relative;
		}
		.news_list li{
			width: 390px;
			border-bottom:1px solid #e5e5e5;
		}
		.news_list li:last-child{
			border-bottom: 0;
		}
			.news_list li a{
				display: block;
				font-family: "Officina";
				font-size: 23px;
				padding-top: 23px;
			}
      .news_list li.active a,
			.news_list li:hover a{
				opacity: 1;
				color: #00a6ec;
			}
			.news_list li:first-of-type a{
				padding-top: 0;
			}
			.news_list li time {
				font-size: 11px;
			display: block;
			font-family: arial;
			color: #00a6ec;
			margin: 8px 0 24px 0;
			}
		.news_list li:last-child{
			margin-bottom: 20px;
		}


		/*--------------ratings----------------*/

	.rate_wrap{
		width: 870px;
		margin: auto;
		margin-top: 45px;
		margin-bottom: 70px;
	}
		.months{
			width: 176px;
			display: block;
			vertical-align: top;
			border: 1px solid #e2e2e2;
			border-right:none; 
			background: #f6f6f6;
			text-align: left;
			float: left;
      margin: 0;
		}
		.months ul li{
			display: block;
			border-top: 1px solid #e2e2e2;
		}
		.months ul li:first-child{
			border: none;
		}
			.months ul li a{
				text-transform: uppercase;
        display: block;
				color: #00a6ec;
				font-size: 14px;
				font-family: "PTSans Bold";
				line-height: 20px;
        padding: 15px 23px 15px 20px;
        position: relative;
			}
			.months ul li a span{
				opacity: 0;
				font-size: 20px;
        position: absolute;
        top: 13px;
        right: 13px;
			}

			.months ul li.m_active{
				background: #00a6ec;
			}
			.months ul li.m_active a{
				color: white;
				opacity: 1;
			}
			.months ul li.m_active a span{
				opacity: 1;
			}

		.months ul li:hover{
			background: #00a6ec;
		}
			.months ul li:hover a{
				color: white;
				opacity: 1;
			}
			.months ul li:hover a span{
				opacity: 1;
			}

    
  .rating_list  {
    text-align: center;
  }
  .rating_list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    height: 50px;
  }
    .rating_list li a {
      display: inline-block;
      line-height: 18px;
      color: #ffffff;
      font-size: 14px;
      font-family: "PTSans Bold";
      padding: 15px 20px;
      position: relative;
      background-color: #00a6ec;
      text-transform: uppercase;
      box-shadow: 0 0 0 1px #00a6ec;
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
    }
    .rating_list li a:hover {
      color: #00a6ec;
      box-shadow: 0 0 0 1px #00a6ec;
      background-color: #fff;
    }
      
      
.res{
	float: left;
	width: 694px;
	/*height: 550px;*/
	position: relative;
	border-bottom: 2px solid #d9d9d9;
}
.res .scroll_data {
	width: 694px;
	/*height: 550px;*/
	position: relative;
	overflow: hidden;
}

.rate_wrap table {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100% !important;
}
.res .entry table td {padding-left: 0; text-align: center; line-height: 20px; padding: 8px 0;}
.res .entry table td:first-child {padding-left: 5px; text-align: left;}
.stable {
	height: 400px;
	width: 694px;
	overflow: hidden;
	position: relative;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0;
	width: 100%;
}
.sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	/* transition: all .125s ease-in-out; */
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
.sticky-thead {
	box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
	z-index: 100;
	width: 100%; /* Force stretch */
	background-color: #fff;
}
.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150;

}
.sticky-wrap .sticky-intersect th {
	background-color: #666;
	color: #eee;
}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}
	

/* 
		div.tablescroll_wrapper{
			height: 543px !important;
		}

		.tablescroll_head{
			width: 674px !important;
			-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
			-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
			box-shadow:0px 1px 3px rgba(50, 50, 50, 0.1);
		}
	
 */
		/*------------------scroll-----------------------*/

		.jspContainer
{
	overflow: hidden;
	position: relative;
	width: 674px !important;
	/*overflow: auto !important;*/
}


.jspPane
{
	position: absolute;
	width: 674px !important;
	/*overflow: auto !important;*/
}

.table_box .jspPane{
	margin-left: 0 !important;
}

.t_scroll .jspVerticalBar
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	border-right: 1px solid #e4e4e4;
	background: rgba(242,242,242,1);
background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(17%, rgba(253,253,253,1)), color-stop(85%, rgba(252,252,252,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: linear-gradient(to right, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f8f8f8', GradientType=1 );
	
}
	

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: rgba(242,242,242,1);
background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(17%, rgba(253,253,253,1)), color-stop(85%, rgba(252,252,252,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
background: linear-gradient(to right, rgba(242,242,242,1) 0%, rgba(253,253,253,1) 17%, rgba(252,252,252,1) 85%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f8f8f8', GradientType=1 );
	position: relative;
	width: 15px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}


.table_box  .jspTrack {
	right: -736px;
}


.jspDrag
{
	background: #c2c2c2; 
	border: 1px solid #d9d9d9;	width: 8px; 
	position: relative;
	top: 0;
	left: 2px;
	cursor: pointer;
	-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;

}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}






.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color.2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color.2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
	z-index: 1002;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}
.entry table td img {
vertical-align: middle;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.entry table td a {
text-decoration: underline;
}
.entry table td a:hover {
text-decoration: none;
}




/*!
 * Fotorama 4.4.7 | http://fotorama.io/license/
 */
.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-50% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__stage__frame .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption,.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(img/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(img/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama>.fotorama__wrap{visibility:visible}.fotorama--hidden-before-ready>*{visibility:hidden}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__stage,.fotorama--fullscreen .fotorama__nav{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0!important}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__stage--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__stage--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:6px;height:6px;border:0}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{display:block;position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:0;background-position:0 0}.fotorama__arr--next{right:0;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;display:none}.fotorama__wrap--css3 .fotorama__video-play{display:block;opacity:0}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px;opacity:1!important;display:block!important}.fotorama__video-close{width:32px;height:32px;top:0;right:0;display:none;background-position:-64px 0;z-index:20}.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{display:none;opacity:0}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{display:block;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{display:block;-webkit-transform:translate3d(-48px,0,0);-ms-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{display:block;-webkit-transform:translate3d(48px,0,0);-ms-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__wrap--video .fotorama__video-close{display:block}.fotorama__wrap--css3 .fotorama__video-close{display:block;opacity:0;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:block;opacity:0;z-index:-1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__stage:before,.fotorama__nav:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{left:0}.fotorama__stage:after,.fotorama__nav:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after{display:none}
.fotorama--wp {margin: 1em 0;}
.fotorama--fullscreen {margin: 0;}
.gallery-settings h3:after {content: ' (Fotorama ignores them)';font-weight: normal;text-transform: none;white-space: nowrap;}
[lang="ru-RU"] .gallery-settings h3:after {content: ' (Фоторама игнорирует их)';}
[lang="uk-UK"] .gallery-settings h3:after {content: ' (Фоторама ігнорує їх)';}

/*------------------*/
#li--7 label span{
	width: 450px;
	float: left;
}
#li--7 input[type="checkbox"]{
	float: right;
	margin-right: 0;
}
#li--7  label span:first-letter{
	color: #000;
}

/*-------glossary-----------*/

.ln-letters a{
	color: white;
	font-family: "PTSans Bold";
	font-size: 14px;
	display: inline-block;
	transition:all .2s;
	background: #3EB8E7;
	padding: 4px 8px;
	margin-right: 5px;
	min-width: 25px;
	text-align: center;
}
.ln-letters a:hover, .ln-letters .ln-selected{
	background: #00a6ec;
	opacity: 1;	
}
.ln-letters .all{
	margin-bottom: 10px;
}
.ln-letters{
	margin-bottom: 20px;
}
.page-id-117 ul li{
	list-style: none;
	margin-bottom: 15px;
}
.ln-letters .ln-disabled{
	/*display: none;*/
	background: #ccc;
	cursor: default;
}
.ln-letters .ln-disabled:hover{
	background: #ccc;
}

.page-id-117 .all.d{
	display: none;
}
.page-id-117 .table_wrap{
	border-bottom: none;
}
.divide.ln-disabled {
	display: block;
	visibility: hidden;
	height: 5px;
}
/*--------------*/

.world_panel .table_wrap{
	width: 100%;
	height: 513px;
	margin: 0;
	border-bottom: none;
}
.world_panel{
	overflow: hidden;
	width: 980px;
	height: auto;
	position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.world_panel .all{
	display: none;
}
.world_panel .ps-container .ps-scrollbar-y-rail, .world_panel .ps-container .ps-scrollbar-x-rail{
    /*position: relative;*/
    opacity:0.6 !important;
}
.world_panel .ps-container .ps-scrollbar-y-rail{
    top: 0 !important;
    right: 3px !important;
}
.world_panel .ps-container .ps-scrollbar-x-rail{
    left: 0 !important;
    bottom: 3px !important;
}
.entry .world_panel table td{
	line-height: 1.2;
}
.entry .world_panel table{
	margin-bottom: 20px;
    margin-top: 0;
}
.world_panel .ps-container .ps-scrollbar-x-rail{
	/*position: relative !important;*/
}

/*---------filters----------*/

.selectricWrapper {
    position: relative;
    margin: 10px 0;
    width: 150px;
    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    border: 2px solid #3EB8E7;
    background: #fff;
    position: relative;
    border-radius: 0px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    /*margin: 0 30px 0 0;*/
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    min-height: 18px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #3EB8E7;
    text-align: center;
    font: 0/0 a;
    /* IE Fix */
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
    box-shadow:none;
    z-index: 1;
    background: none;
    padding: 0;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #3EB8E7;
    border-bottom: none;
    opacity: 1;
    padding: 0;
    background: none;
}
.selectric .button:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.selectricHover .selectric {
    /*border-color: #CCC;*/
}

.selectricHover .selectric .button {
    /*color: #888;*/
}

.selectricHover .selectric .button:after {
    /*border-top-color: #888;*/
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    border-color: #3EB8E7;
    background: #fff;
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #3EB8E7;
    border-top: none;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectricItems ul,
.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectricItems li {
    display: block;
    padding: 5px;
    /*border-top: 1px solid #FFF;*/
    /*border-bottom: 1px solid #EEE;*/
    color: #666;
    cursor: pointer;
}
.selectricItems li:hover{
    background: #3EB8E7;
    color: #fff;
}






.top_filters_wrap{
    padding: 20px 30px;
    /*background: #F6F6F6;*/

}
.top_filters_wrap .filter_label{
    font-family: "PTSans Bold";
    font-size:16px;
    color: #898989;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 15px ;
}
.top_filters_wrap select{
    display: block;
    margin-top: 10px;
}
.show_filter_results{
    background: #3EB8E7;
    border: 2px solid #3EB8E7;
    transition: all .5s;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    font-family: "PTSans Bold";
    cursor: pointer;
    margin: 26px 0 0;
}
.show_filter_results:hover{
    background: #fff;
    color: #3EB8E7;
}

.menu-item-has-children{
    position: relative;
}
.menu-item-has-children:after{
    content:"";
    position: relative;
    display: inline-block;
    margin-left: 5px;
    background: url("img/images.png") no-repeat -13px -533px;
    width: 9px;
    height: 6px;
    top: -1px;
    /*transition: all .1s;*/
}
.menu-item-has-children:hover:after{
    background-position: 0 -533px;
}
.selectricDisabled{
    position: relative;

}
.dis_before{
    position: relative;
}
.dis_before:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
}

.alignleft{
    float: left;
    margin: 10px 10px 10px 0;
}
.alignright{
    float: right;
    margin: 10px 0px 10px 10px;
}
.alignright:before, .alignright:after,
.alignleft:before, .alignleft:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0;}

.alignright:after,
.alignleft:after{clear:both;}

.entry .button{
    margin: 0 10px 20px 10px;
}
.entry{
    margin-top: 15px;
}

.wp-caption{
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: #F3F3F3;
    padding: 5px;
    width: auto !important;
}
.wp-caption .wp-caption-text{
    text-align: center;
    margin-bottom: 5px;
}
/*--------16.06-----------------------*/
.term-advertising-sponsorship-tv-shops .button, .term-advertising-sponsorship-tv-shops .top_filters_wrap, .term-advertising-sponsorship-tv-shops br{
    display: none;
}