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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html { height: 101%; } /* always display scrollbars */
body { 
	font-size: 14px; 
	line-height: 1.5; 
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:focus, input:focus, textarea:focus, button:focus{outline:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul {
   font-size: 15px;
}
ol li{
  list-style-position: outside;
  margin-left: 20px;
}
ul li{
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}
ul li ul li{
  list-style-type: circle;
  font-size: 14px;
}
ul li p{
  margin: 0 0 1em 0;
}
p,ul{margin: 1em 0}
i,em{font-style: italic;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

/* logo color: #805ca4*/
h1, h2, h3, h4, h5{
	line-height: 1.33;
	margin: 10px 0;
	color: #262626;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.1);
}
h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 20px; }
h4{ font-size: 18px; }
h5{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
a{color: rgba(55,86,122,255)}
a:hover,
a:focus {
	color: rgba(79,123,175,255);
}
hr {
    display:block;
    height: 0;
    border:0;   
    border-top: 1px solid #ddd;
    margin: 2.22em 0;
    padding:0;
    position: relative;
    overflow: visible;
    clear: both;
}
hr:before 
{
    content: "";
    background: #FAFAFA url(../images/leaf.png) 50% 0 no-repeat;
    position: absolute;
    height: 14px;
    width: 10%;
    left: 45%;
    top: -7px;
}
/***** Global Classes *****/
.error{color: #802A03 !important;}
/*.heading {font-weight: bold; color: #ed1c24; padding-bottom: 0.375em;}*/
/*.heading a{color: #ed1c24; text-decoration: none;}*/
/*.b-right{border-right: 1px solid #dedede;}*/
.b-left{border-left: 1px solid #dedede;}
.float-left { float:left; }
.float-right { float:right; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.wrap { width:90%; margin:0 auto; min-width: 980px; max-width: 1400px;}
.img-left { float:left;margin: 0.25em 0.625em 0.25em 0; }
.img-right { float:right;margin: 0.25em 0 0.25em 0.625em; }
.nopadding { padding:0 !important; }
.nopadleft { padding-left: 0 !important; }
.nomargin { margin: 0 !important; }
.noindent { margin-left:0;padding-left:0; }
.nobullet { list-style:none;list-style-image:none; }
.nobg {background-image: none !important; }
.overflow{ overflow: hidden;}
.hidden{display: none;}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}
.break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
 
.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}
.clear-block{
	clear: both;
}

/*=====Main Classes=====*/
.color-heading{color: #805ca4;}
.container{
	padding: 10px 0 0 0px; 
	background-image: url('../images/body-bg/subtle_dots.png');
}
.top-block{
	width: 960px; 
	margin: 0 auto;
}
.pre-content{
	width: 960px; 
	margin: 0 auto;
}
.content{
	background-color: #FFFFFF;
	border-top: 2px solid #dedede;
}
.content-data{
	padding:0;
	background-color: #FFF;
}
.innerpage{
	padding: 0px;
}
.innerpage .mainpage-gal{
	margin-bottom: 3em;
}
.innerpage .mainpage-gal:hover{
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
.innerpage .mainpage-gal .gal-desc{
	text-align: center;
	font-size: 16px;
	padding: 8px 10px;
}
img.logo{
	width: 125px;
	float: left;
}
.top-right-block {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}
.top-right-block button.menu_open {
    display: none;
     width: 32px;
    height: 30px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    padding: 0;
    right: 15px;
    background: #74489d url(../images/menu_open_white.png) no-repeat center center;
    background-size: 24px;
}
.top-right-block button.menu_open.active{
	background: #74489d url(../images/menu_clos_white.png) no-repeat center center;
	background-size:20px;
}

.contact-top{
	background-color: #fff;	
	border-radius: 3px; 
	border: 1px solid #e5e5e5; 
	/*box-shadow: 0px 0px 1px #dedede;*/
	float: right;
	padding: 10px 20px;
	margin-right: 10px;
}
.hotline{}
.logo-text{
  float: left;
  vertical-align: bottom;
  font-size: 18px;
  color: rgba(91,65,117,255);
  margin-left: 10px;
  font-weight: bold;
  padding-top: 100px;
}
.hotline span{display: block; font-size: 15px; line-height: 22px; letter-spacing: 1px; margin-bottom: 5px;}
.hotline table{margin-top: 10px;}
.top-menu{
background-image: linear-gradient(top, rgba(128,92,164,255) 1%, rgba(109,78,140,255) 31%, rgba(91,65,117,255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00786336705423, rgba(128,92,164,255)), color-stop(0.3101663, rgba(109,78,140,255)), color-stop(1, rgba(91,65,117,255)));
background-image: -moz-linear-gradient(top, rgba(128,92,164,255) 1%, rgba(109,78,140,255) 31%, rgba(91,65,117,255) 100%);
background-image: -o-linear-gradient(top, rgba(128,92,164,255) 1%, rgba(109,78,140,255) 31%, rgba(91,65,117,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#805ca4', endColorstr='#6d4e8c'endColorstr='#5b4175');
box-shadow: 0 1px 1px #CDDAE8 inset;
overflow: hidden;
margin-top: -3px;
}
.top-menu a{color: #fff; text-decoration: none;}
.top-menu li{
	list-style-type: none;
	float: left; 
	font-size: 14px; 
	border-right: 1px solid #fff;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.15);
	padding-left: 0px;
}
.top-menu li:hover{
	background-color: #a071d0;
}
.top-menu li.active{
	background-color: #a071d0;
}

.top-menu li div{padding: 8px 25px; }

.top-menu li:last-child{border: 0px; box-shadow: 0px 0px 0px;}
.onpageactive span{border-bottom: 1px dashed white;}
.top-menu li div.na-priem {
	background-image: url('../images/tick.png');
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-left: 35px;
}
.homepage-top{
	padding: 20px 0;
}
.pre-content .innerpage-top{
	padding: 11px 0 0 0;
}
.breadcrumbs{
	font-size: 10px;
	background-color: #F4F4F4;
	padding-left: 152px; 
}
.pathway{
	overflow: hidden; 
	background-color: #F4F4F4; 
	line-height: 21px;
	margin-top: 11px; 
	font-size: 10px;
}
.pathway .pathitem{float: left; padding-right: 10px; }
.kid-draw.style2{background-image: url('../images/bg_1_r.jpg');background-position: top center;}
.kid-draw{background-image: url('../images/childs-drawing.jpg');background-position: top center;}
.kid-draw.style3{background-image: url('../images/kids-voting.jpg');background-position: bottom center;}
.content ul,ol{
	list-style-position: inside; 
	margin: 5px 0;
}
.content ul{ list-style-type: disc; }
.content ul li, ol li{ padding-left: 5px; margin-left: 30px; padding-bottom: 5px;}
.mainpage-gal{
	background-color: #fff;  
	border: 1px solid #dedede; 
	border-radius: 3px; 
	border-bottom: 0px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.mainpage-gal .gal-image{padding: 2px 2px 0px 2px;text-align: center;}
.mainpage-gal .gal-image img{border: 1px solid #dedede; border-bottom: 0px;}
.mainpage-gal .gal-desc{
	padding: 10px;
	background-image: linear-gradient(top, rgba(79,123,175,255) 0%, rgba(67,104,148,255) 87%, rgba(55,86,122,255) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(79,123,175,255)), color-stop(0.8666091, rgba(67,104,148,255)), color-stop(0.99578362036372, rgba(55,86,122,255)));
	background-image: -moz-linear-gradient(top, rgba(79,123,175,255) 0%, rgba(67,104,148,255) 87%, rgba(55,86,122,255) 100%);
	background-image: -o-linear-gradient(top, rgba(79,123,175,255) 0%, rgba(67,104,148,255) 87%, rgba(55,86,122,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f7baf', endColorstr='#436894'endColorstr='#37567a');
	color: #fff;
	border-radius: 0px 0px 3px 3px;
}
/*==Main page module links==*/
.mainpage-links{
	margin-top: 15px;
}
.mainpage-links .heading{
	font-size: 35px;
	color: rgba(55, 86, 122, 1);
	margin-bottom: 20px;
}
.mainpage-links .clear-block .a-btn{
	width: 350px;	
}
.mainpage-links .clear-block .a-btn span{
	text-align: left;
}
.inline-block{display: inline-block !important;}
/*==!Main page module links==*/
.icon{
  padding: 0 0 0 30px;
  background-repeat: no-repeat; 
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
.icon.phone{background-image: url('../images/icons/phone_small.png');}
.icon.mts{background-image: url('../images/icons/mts-logo_small.png');}
.icon.ks{background-image: url('../images/icons/kievstar_small.png');}


/*--button--*/
.a-btn{
	background-image: linear-gradient(top, rgba(128,169,218,255) 0%, rgba(119,160,207,255) 48%, rgba(111,151,197,255) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(128,169,218,255)), color-stop(0.4817881, rgba(119,160,207,255)), color-stop(1, rgba(111,151,197,255)));
	background-image: -moz-linear-gradient(top, rgba(128,169,218,255) 0%, rgba(119,160,207,255) 48%, rgba(111,151,197,255) 100%);
	background-image: -o-linear-gradient(top, rgba(128,169,218,255) 0%, rgba(119,160,207,255) 48%, rgba(111,151,197,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a9da', endColorstr='#77a0cf'endColorstr='#6f97c5');
	padding: 0 20px;
	height: 35px;
	display: inline-block;
	position: relative;
	border: 1px solid #5d81ab;
	box-shadow:
	0 1px 1px rgba(255,255,255,0.8) inset,
	1px 1px 3px rgba(0,0,0,0.2),
		0 0 0 2px rgba(188,188,188,0.5);
	border-radius: 5px;
	clear: both;
	margin: 5px 0;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}
.a-btn:hover{
	 box-shadow:
 		0 1px 1px rgba(255,255,255,0.8) inset,
		0 1px 1px rgba(0,0,0,0.4);
		color: #fff;
}
.a-btn:active{
	 box-shadow:
 		0 0 0 rgba(255,255,255,0.8) inset,
		0 1px 1px rgba(0,0,0,0.1);
}

.btn-text{
 	padding-top: 5px;
	display: block;
	font-size: 16px;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
}
p.btn-text{display: inline;}
.a-btn:hover .a-btn-text{
 	text-shadow: 0 1px 1px #5d81ab;
 	color: #fff;
}
.a-btn:active {
 position: relative;
 top: 1px;
 background: #5d81ab;
 box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
 border-color: #80a9da;
}
.mainpage-links .btn-text{
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 35px;
}
.btn-spec{
	background-image: url('../images/btn-ico/guest.png');
}
.btn-ask{
	background-image: url('../images/btn-ico/new_post.png');
	background-position: 0 5px !important;
}
.btn-serv{
	background-image: url('../images/btn-ico/purchase_order.png');
}
.btn-photo{
	background-image: url('../images/btn-ico/stack_of_photos.png');
}
.btn-compas{
	background-image: url('../images/btn-ico/compas.png');
}
.btn-school{
	background-image: url('../images/btn-ico/school.png');
}
.btn-tomatis{
	background-image: url('../images/btn-ico/tomatis.png');
}
.btn-download{
	background-image: url('../images/btn-ico/download-ico.png');
	background-position: 0 5px !important;
}
.grid_8 .mainData{
	border: 0px;
	padding: 25px 0 0 0;
}
.mainData{
	/*background-color: #FAFAFA;*/
	border: 1px solid #DEDEDE;
	border-width: 1px 1px 0px 1px;
}
.rightBar .module{
	background-color: #FFFFFF;
	padding: 2.5em 1.5em 1.5em 2.5em;
	box-shadow: inset 25px 0px 106px -54px rgba(0,0,0,0.5);
}
.moduletitle{font-size: 18px; color: #000; }
.module .modulecontent{padding: 10px 0px;}
.modulecontent .item{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #dedede;}
.modulecontent .newstitle{}
.modulecontent .newsdata{color: #5B5B5B; font-size: 12px;}
.modulecontent .newstext{font-size: 12px;}

/*Bottom-contacts-block*/
.bottom-block{
	background-image: url('../images/body-bg/subtle_dots.png');
	border-top: 2px solid #DEDEDE;
	padding: 1.5em 0;
}
.writeback{}
.writeback .send_message{
	border-bottom: 1px dashed rgba(55, 86, 122, 1);
	color: rgba(55, 86, 122, 1);
	cursor: pointer;
}
.writeback .send_message:hover{
	border-bottom: 1px dashed rgba(79, 123, 175, 1);
	color: rgba(79, 123, 175, 1);
}
.bottom-block .socials {overflow: hidden; padding: 10px 0 0 0;}
.bottom-block .socials div{
	float:right; 
	margin-left: 1em;
	background-image: url('../images/socials.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.bottom-block .socials .soc_linkedin{background-position: -62px 0px;}
.bottom-block .socials .soc_twitter{background-position: -31px 0px;}
.cont-text{color: #000;}
table .tab-cont-pad{padding-right: 10px;}
.can_help{
	background-color: #E6F4F5; 
	padding: 2em 1em 1em 1em; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dedede;
}
.can_help div.can_help_data{
	padding-left: 6em;
	padding-bottom: 1em;
	background-image: url('../images/gift-play.png');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
.can_help div.can_help_title{
	font-size: 18px;
	color: #000;
}
.footer{
	border: 1px solid #dedede;
	background-color: #5F3C83;
	padding: 10px 0px;
	font-size: 12px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #dedede;
}
/*Spec-block*/
.spec_block{overflow: hidden; padding: 1.5em 0; border: 0px solid #dedede; border-bottom-width: 1px;}
.spec_foto{float: left; width: 110px;margin: 0px 20px 20px 0;}
.spec_data{}
.spec_data .spec_name{font-size: 18px; color: #000;}
.spec_data .spec_info{font-size: 10px; line-height: 14px; color: #545454}
.spec_data .spec_desc{padding-top: 5px; font-size: 13px;}

.contentimage{padding: 0 10px 5px 10px;}
.all_services{ 
	border-top: 1px solid #dedede;
	padding: 0 0 1em 0;
	margin-top: 1em;
}
.servitemheading{padding-top: 5px; color: #000;}
.serviceitem .moduletitle{
	padding-bottom: 5px; 
	padding-top: 10px; 
	font-family: "myriad-pro",sans-serif; 
	color: #005580;
	font-size: 20px;
}
.serviceitem .moduletitle:hover{
	color: #1D49C2;
}
.serviceitem .moduletitle span{
	border-bottom: 1px dashed #005580;
	cursor: pointer;
	}
.serviceitem .moduletitle:hover span{
	color: #1D49C2;
}
.serviceitem .activetitle span{
	border-bottom: 0px;
	cursor: default;
	color: #005580;
}
ul.pagination{overflow: hidden; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; line-height: 32px}
ul.pagination li{float:left; margin-right: 10px;}
div.newstext p{margin:0;}
h1.padbottom1_5em{padding-bottom: 25px;}
.fade-background {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/bg-popup.png');
	width: 100%;
	height: 100%;
	z-index: 9;
}
.na-priem span{
	color:white;
	cursor:pointer;
	font-weight: bold;
}
.gal-desc a{
	color:#fff;
}
#thank_message{
  background-color: green;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

div.mod-languages {position: absolute;}

@media (max-width:960px) {
	.before_content_block {display:none;}
}
@media (max-width:767px) {
	.container_12 .grid_8 {width:100%;}
	div.mod-languages {position: relative;}
}


