/*reset*/
*{border:0;margin:0;padding:0;}
body{line-height:1.2}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/*clear*/
.clear:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
}
/*css*/
html {
    height:100%; 
}
body {
    font-family: Verdana;
    font-size: 13px;
    height:100%;
    line-height: 1.5;
    background-color: #ececec;
    color: #333333;     
}
.width {
    width: 990px;
    margin: 50px auto 10px auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #bfbdbd;
    position: relative;
    padding: 10px;    
}
h1{
    float: left;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 34px;
}
h1 a{
    color: #2267a0;
}
h1 a:hover{
    text-decoration: none;
}
h1 .title{
    position: relative;
    top:-5px;
}
h1 span{
    font-family: Tahoma;
    font-size: 16px;
    color:#5d5c5c;
    display: block;
    position: relative;
    top:-28px;
    left:60px;
    font-weight: normal;
    letter-spacing: 2px;
}
.header img{
    height: 70px;
    width: auto;
    vertical-align: middle;
}
#search{
    float: right;
    padding-top: 35px;
    margin-right: -10px;
}
#search input{
    background-color: #f5f5f5;
    /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); */
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius:5px;
    width: 300px;
    padding: 6px 10px;
    color:#5d7eba;
} 
#search button{
    background-color: #cccccc;
    color:#2267a0;
    padding: 0px;
    border-radius:0px 5px 5px 0px;
    height: 34px;
    width: 40px;
    position: relative;
    left: -10px;
}
#menu{
    border-radius:10px;
    color:#3281ad;
    font-size: 20px;
    padding: 0px 15px;
    display: inline-block;
    position: absolute;
    top:-20px;
    right:10px;
    z-index: 1000;
}
.button{
    background-color: #3281ad;
    /*background-image: -moz-linear-gradient(top, #3281ad, #033668);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3281ad), to(#033668));
    background-image: -webkit-linear-gradient(top, #3281ad, #033668);
    background-image: -o-linear-gradient(top, #3281ad, #033668);*/
    background-image: linear-gradient(to bottom, #3281ad, #033668);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;  
}
#menu li{
    float: left;
    padding: 5px 7px;
    position: relative; 
}
#menu a{
    color: #fff;
}
#menu a:hover,
#menu a.current{
    text-decoration: underline;
}
#menu li ul{
    position: absolute;
    top:40px;
    left: 0px;
    padding: 5px 10px;
    border-radius:0px 0px 10px 10px;
    width: 150px;
    background-color: #175686;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#menu li ul li{
    font-weight: normal;
    float: none;
    font-size: 16px;
}
#footer{
    background-color: #a1a1a1; 
    width: 970px;
    padding: 10px 20px;
    margin: 20px 0px -10px -10px;
    box-shadow: 0px 0px 5px #bfbdbd;
}
#footer .left{
    float: left;
}
#footer h2{
    font-size: 24px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #fff;
}
#footer a{
    color: #3c70a7;
}
#footer .savi{
    margin-left: 35px;
    padding-left: 35px;
    width: 260px;
    border-left: 1px solid #c1bfbf;
    height: 240px;
}
#footer .fb-like-box{
    background-color: #fff;
}
/*all*/
.super_select{
    position: relative;
}
/*.super_select select{
    color:#000;
    font-size: 12px;
    font-family: Arial;
    width: 100px;
    height: 17px;
    background-color: transparent;
    position: absolute; 
    opacity: 0;
    filter: alpha(opacity=0);
    left:0px;  
}*/
span.super_select_tag{
    color:#000;
    font-size: 11px;
    font-family: Arial;
    width: 90px;
    height: 14px;
    display: block;
    padding: 3px 6px 0px 4px;
    text-align: left;
    border: 1px solid red;  
}
.none{
    display: none;
}
.table{
    display: table;
    width: 100%;
}
.tr{
    display: table-row;
}
.td{
    display: table-cell;
}
.text{
    line-height: 20px;
    text-align: justify;
}
.text a{
   color:#333;
   text-decoration: underline;
}
.text a:hover{
   text-decoration: none;
} 
.text p, .text h3{
    margin: 10px 0px;
}
.text ul li{
    list-style-type:disc;
    margin-left:30px;
}
.text ol li{
    list-style-type:decimal;
    margin-left:40px;
}
.text img{
    margin: 5px;
    padding-right: 20px;
}
.text td{
    border:1px solid #ddd;
    padding: 3px 5px;
}
.articles img{
    float: left;
    margin: 0px 5px 5px 0px;
}
label{
    display: block;
    font-weight: bold;
    color:#000;
}
input, textarea, select{
    border-top: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    border-right : 1px solid #dddddd;
    border-bottom : 1px solid #dddddd;
    margin: 2px 0px;
    padding: 2px 5px;
    width: 280px; 
    height: 20px;
}
textarea{
    height: 115px;                         
}
select{
    height: 25px;
    width: 292px;
}
button{
    background-color: #2267a0;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.radio{
    width: auto !important;
    height: auto !important;
    border: 0px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}
.ok{
    font-weight: bold;
    color: #20A611;
}
.error{
    font-weight: bold;
    color: #FF0000;
}
.error a{
    color: #000;
}
.root_error{
    padding: 10px;
}
  
/*pages*/
.views{
    position: relative;
}
#content .left{
    width: 730px;
    float: left;
}
h2.button{
    font-size: 20px;
    font-weight: normal;
    border-radius:10px;
    padding: 5px 20px;
    color: #fff; 
    margin-bottom: 10px;
}
h2.button a{
    color: #fff;
}
.way{
    margin-bottom: 5px;
    font-size: 11px;
    font-family: Tahoma;
    color: #2267a0;
    font-weight: bold;
} 
.way a{
    color:#333;
    font-weight: normal;
}
.way .back{
    float: right;
    padding-right: 10px;
}
.way img{
    vertical-align: middle;
} 
#content .right{
    float: right;
    width: 230px;
}
#newsletter{
    padding:10px;
    background-color: #ddd;
    border-radius:10px;
}
#content .right h2{
    padding: 0px !important;
    text-align: center;
    margin-bottom: 10px; 
}
#newsletter form{
    margin-top: 10px;
}
#newsletter input{
    width:200px;
}
#newsletter select{
    width:212px;
}
#newsletter button{
    margin: 10px auto 5px auto;
    width: 100px;
    text-align: center;
    display: block;
}
#reviews h2{
    font-size: 24px !important;
    margin: 10px 0px 5px auto;
}
#reviews .quote{
    border: 5px solid #ddd;
    border-radius:20px;
    padding: 10px;
    position: relative;
    font-style: italic;
    text-align: justify;
    margin-bottom: 40px;
    cursor: pointer;
}
#reviews .quote .people{
    position: absolute;
    bottom: -34px;
    left: 20px;
    background-image: url('../images/rew.png');
    background-repeat: no-repeat;
    height: 25px;
    padding-top: 10px;
    padding-left: 40px;
    color: #000;
    font-weight: bold;
}
aside{
    text-align: center;
}
#submenu{
    font-size: 18px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border: 1px solid #cccccc;
    display: block;
    margin: 0px 0px 20px 0px;
    float: right; 
    border-radius:10px;   
}
#submenu li{
    float: left;
    border-right: 1px solid #ccc;
}
#submenu li:last-child{
    border: 0px;
}
#submenu li a{
    padding: 3px 10px;
    color: #2267a0;
    display: block;
}
#submenu a:hover, #submenu .current a{
    background-color: #3281ad;
    /*background-image: -moz-linear-gradient(top, #3281ad, #033668);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3281ad), to(#033668));
    background-image: -webkit-linear-gradient(top, #3281ad, #033668);
    background-image: -o-linear-gradient(top, #3281ad, #033668);*/ 
    background-image: linear-gradient(to bottom, #3281ad, #033668); 
    color:#fff;
    text-shadow: none;
    text-decoration: none;
    border-radius:0px;
}
#submenu .first a{
    border-radius:10px 0px 0px 10px !important;
}
#submenu .last a{
    border-radius:0px 10px 10px 0px !important;
}
ul.partners li a{
    font-size: 14px;
    font-family: verdana;
    padding: 3px 9.9px !important;
}
.price{
    background-color: #a1a1a1;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #bfbdbd;
    text-align: center;
    line-height: 1;
    display: inline-block;
}
.price span {
    color: #3c70a7;
    font-size: 18px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.price2{
    display:inline-block !important;
    width:auto !important; 
}
.button2{
    background-color: #f5f5f5;
    /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);*/
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.buy{
    padding: 5px 20px;
    font-size: 18px;
    color: #2267a0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border: 1px solid #cccccc;
    font-weight: bold;
    width: 90px;
    display: block;
}
.buy2{
    padding: 10px 30px;
    font-size: 22px;
    color: #2267a0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border: 1px solid #cccccc;
    font-weight: bold;
    width: 110px;
    display: block;
    margin: 0px auto;
}
a.buy{
    color: #2267a0;
    text-decoration: none;
}
.order{
    background-color: #F0F0F0;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -10px;
}
.order h3{
    font-weight: bold;
}
.order .left2{
    float: left;
    width: 48%;
}
.order .right2{
    float: right;
    width: 48%;
}
.ideas .left2{
    width: 46%;
    padding: 0px;
}
.ideas .right2{
    width: 46%;
    padding-left: 6%;
    border-left: 1px solid #ddd;
}
.ideas h3{
    padding: 0px !important;
    text-align: center;
}
.ideas .radio{
    margin-top: 5px;
}
.submit{
    padding: 7px 15px;
    font-size: 18px;
    color: #2267a0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border: 1px solid #cccccc;
    font-weight: bold;
    margin: 20px auto 10px auto;
    display: block;
    width: 100px;
    text-align: center;
}
.order .form_box_float2{
    display: none;
}
.information{
    display: inline-block;
    position: relative;
}
.information .img{
    cursor: pointer;
}
.information .text{
    display: none;
    position: absolute;
    left:17px;
    top:-7px;
    padding: 5px;
    background: rgba(45,71,132, 0.8);
    width:350px;
    color:#fff;
    z-index: 1000;
}
.pages{
    text-align: center;
}
.pages a {
    color: #2267a0;
    font-weight: bold;
}
.pages .big{
    color:#000;
}
/*home*/
#banners img{
    border-radius:20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);  
}
#banners{
    width: 990px;
    overflow: hidden;
    height: 305px;
    padding-top: 5px;
    display: block;
    position: relative;
    margin: 10px 0px 20px 0px; 
}
#slideshow{
    width:20000em;
    position:absolute;
}
#slideshow li{
    float: left;
    width: 995px;
    height: 305px;
    display: block;
    background-repeat: no-repeat;
    text-align: center;
}
#slideshow li img{
    max-width: 980px;
} 
#slideshow li a{ 
    display: block;
    width: 990px;
    height: 300px;
}
#bannersList{
    position: absolute;
    right:10px;
    bottom:15px;
}
#bannersList li{
    float: left;
} 
#bannersList a{
    display: block;
    height: 17px;
    width: 17px;
    float: left;
    margin: 0px 3px;
    text-align: center;
    border-radius: 10px;
    background-color: #ddd;
}
#bannersList .active a{
    background-color: #2267a0;
}


.news h2, h2.title{
    margin-left: -30px;
    width: 725px;
}
.news article{
    padding: 10px 0px 20px 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
}
.news article:last-child, .one article{
    border:0px;
}
.one article .info{
    float: none !important;
    width: auto !important;
}
.one2 article h3{
    padding-right: 0px;
}
.news article figure{
    float: left;
    margin-right: 10px;
    position: relative;
}
.news article figure.banner2{
    float: none;
    margin: 20px 0px 10px 0px;
    text-align: center; 
}
.news article figure.banner2 img{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius:10px;
    padding: 0;
}
figure .super {
    position: absolute;
    bottom: -7px;
    left: -7px;
}
figure.banner2 .super{
    box-shadow: none !important;
    border-radius:0px !important;
}
figure .super2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
figure.banner3 .super{ 
    top: -7px;
}
.news article .info {
    float: left;
    width: 600px;
}
#home h3, #content .right h2, .news h3{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 22px;
    color: #2267a0;
    font-weight: bold;
    padding-right: 120px;
}
#home h3 a, #content .right h2 a, .news h3 a{ 
    color: #2267a0;
    text-decoration: none;
}
.news h3 a:hover{ 
    text-decoration: underline !important;
}
.news h3 span, .news h3 span{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    border-radius:10px; 
    padding: 2px 10px; 
    background-color: #ececec;
    position: absolute;
    right: 0px;
    top:15px;
}
#home footer, .news footer{
    text-align: right;
    font-family: Verdana;
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    display: block;
    width: 98%;
}
#home footer a, .news footer a{  
    color: #2267a0;;
} 
#home .blocks{
    margin-top: 20px;
}
#home .blocks article{
    width: 32%;
    margin-right: 2%;
    background-color: #ddd;
    border-radius:10px;
    position: relative;
    padding-bottom: 20px;
}
#home .blocks article:last-child{
    margin: 0px;
}
#home .blocks .td2{
    width: 2%;
}
#home .blocks .info{
    padding: 10px;
}
#home .blocks figure{
    float: left;
    margin-right: 10px;
}
#home .blocks figure img{
    max-width: 130px;
}
#home .blocks h3{
    padding-right: 0px;
    text-align: left;
}
#home .blocks footer{ 
    right: 10px;
}
#home .saviugdosknygynas{
    width: 190px;
    float: left;
}
#home .tobulekpigiau{
    font-size: 15px;
    text-align: center;
}
#home .blocks li{
    padding: 0px 0px 10px 0px;
    list-style: none;
    margin: 0px;
}
#home .blocks li:last-child{ 
    padding-bottom: 0px;
}
#home .blocks li a{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    color: #2267a0;
}
#home .blocks li span{
    font-family: Tahoma;
    font-size: 11px;
}
#page .text{
    text-align: justify;
}
#seminar article{
    border: 0px;
}
#seminar h2, #seminars h2{
    width: 980px;
}
.sem{
    padding: 0px 10px;
    margin: 10px 0px;
    text-align: justify;
}
.sem2 a{
    color:#333;
}
#seminar .error{
    padding: 0px 10px;
}
#seminar .order .left1{
    float: left;
    width: 26%;
}
#seminar .order .left2{
    float: left;
    width: 36%;
}
#seminar .order .right2{
    float: right;
    width: 36%;
}
#seminar .order input, #seminar .order textarea{
    width: 310px;
}
#seminar .order select{
    width: 322px;
}
#seminar .order textarea{
    height: 70px;
}
#seminar .order2 .left1{
    float: left;
    width: 34.5%;
}
#seminar .order2 .right2{
    float: right;
    width: 31%;
}
#seminar .order2 input, #seminar .order2 select{
    width: 280px;
}
#seminar .order2 textarea{
    height: 147px;
    width: 280px;
}
.order textarea{
    height: 70px;
}
#seminars form{
    float: left;
    padding-top: 7px;
}
#seminars form select{
    border:1px solid #ccc;
    padding: 3px 5px;
    border-radius:5px;
}
#seminars h4 {
    font-size: 24px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #2267a0;
    padding: 5px 10px;
    text-align: center;
}
#seminars h4 a{
    color: #333;
} 
#seminars h5 {
    font-size: 20px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #333;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 20px;
    margin-bottom: 20px;
}
#seminars h5 span{
    position: absolute;
    background-color: #fff;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    top:15px;
} 
#seminars h3{
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
}
.sem_list{
    background-color: #F0F0F0;
    padding: 10px;
    border-radius:10px;
    margin: 10px 20px;
}
.sem_list .banner2{
    float: right !important;
    display: inline-block;
    margin: 0px 10px 10px 0px !important; 
}
.sem_list{
    width:960px !important;
}
.sem_list p{
    margin: 5px 0px;
}
.calendar{
    border: 1px solid #ccc;
    width: 980px;
    margin: 0px auto;
}
.calendar .title{
    color: #2267a0;
    font-size: 24px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.calendar td {
    padding: 5px;
    width: 130px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #F0F0F0;
    vertical-align: middle;
}
.calendar span{ 
    font-size: 24px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.calendar .current{
    background-color: #6494bc;
}
.calendar a{
    color: #fff;
}
.calendar small{
    font-size: 13px;;
}
.calendar .more{
    padding: 0px;
}
.calendar table table{
    width: 100%;
}
.calendar table table td {
    border:0px;
}
.calendar table table tr:first-child td{
    border-bottom:1px solid #ccc;
}
.seminars_video article{
    width: 49%;
    background-color: #F0F0F0;
    padding: 10px;
    border-radius:10px;
    vertical-align: top;
    padding-bottom: 20px;
}
.seminars_video article h3{
    padding-right: 0px;
}
.seminars_video article .info{
    width: 360px;
}
.affliate_code{
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin: 0px auto 20px auto;
}
.affliate_title{
    color: #2267a0;
    margin-bottom: 5px;
}
.affliate_table th{
    font-weight: bold;
    border:1px solid #ddd;
    padding: 3px 5px; 
}
.affliate_table td{
    border:1px solid #ddd;
    padding: 3px 5px;
} 
.affliate_table .center{
    text-align: center;
}
.affliate_left{
    width: 57%;
    float: left;
    padding-left: 1%;
}
.affliate_left2{
    width: 41%;
    float: left;
}
.affliate_left button, .affliate_left2 button{
    margin-top: 5px;
}
.affliate_submenu{
    margin: 10px 0 30px 0; 
}
.affliate_submenu li{
    float: left;
    padding-right: 5px;
}
.affliate_submenu a{
    color: #2267a0;
}
.addthis_default_style{
    display: inline-block;
    margin: 10px 0px;
    width: 450px;
}
.friends{
    width: 100%;
}
.friends td{
    padding: 5px 0px;
    width: 33%;
    text-align: center;
}
.seminars_menu_1{
    width: 452px;
}
.seminars_menu_2{
    width: 368px;
}
.seminars_menu_3{
    width: 407px;
}
.seminars_menu_4{
    width: 407px;
}
.fb-comments, .fb-comments span, .fb-comments iframe { width: 100% !important; } 
.quotes{
    float: right;
    border-left: 3px solid #2267a0;
    padding: 5px;
    margin-left: 10px;
    width: 30%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 25px;;
}
.quotes:before {
    content: open-quote;
    display: inline;
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}
.quotes em:before {
    content: close-quote;
    display: inline;
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}
.quotes em{
    font-size: 90%;
}                                      
.blockquote em{ 
    font-size: 90%;    
}
.blockquote{
    padding: 10px 15px 10px 10px;
    margin: 10px auto;
    background-color: #F0F0F0;
    border-radius:10px;
    width: 90%;
    font-style: italic;
}
.blockquote:before {
    content: open-quote; 
    font-size: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-right: 5px;
    position: relative;
    top:10px;
}
.blockquote em:before {
    content: close-quote; 
    font-size: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    /*float: right;*/
    position: relative;
    top:10px;
    margin-right: 5px;
}
#survey input{
    float: left;
    margin: 5px 5px 5px 0;
}
#survey .button{
    font-size: 20px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: normal;
}
#survey .answer{
    background-color: #efefef; 
    height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;    
}
#survey .answer .button{ 
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
#survey .answer span{
    position: relative;
    top:-5px;
}
.text h3 span{
    position: relative;
    background: transparent;
    padding: 0;
    display: inline;
    font-size: normal;
    top:0;
    right: 0;
}
.home-info {
    position: relative;
}
.home-info figure {
    position: absolute !important;
    top: -30px;
    right: 0;
    width: 120px;
}
.home-info figure img {
    max-width: 100%;
    height: auto;
    padding: 0;
}
#langs {
    text-align: center;
    border-radius:10px;
    position: absolute;
    top: 0;
    right: 0;
}
#langs li {
    display: inline-block;
}
#langs a img {
    width: 40px;
}
#langs a img 
{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

#langs a:hover img, #langs .current img
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
@media (max-width:1030px) {
    #langs {
        top: 50px;
    }
    body{
        overflow-x: hidden; 
    }
    .width{
        width: 95%;
        padding: 10px 1%;         
    }
    #banners{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); 
        padding: 0; 
       /* height: 150px;*/   
    }
    #slideshow{
        left: -5px;
    }
    #banners img{
        border-radius: 0;
        box-shadow: none;
        max-width:100%;
    }
    #content .left {
        width: 65%;;
    } 
    #content .right {
        width: 30%;
    }
    .news h2, h2.title {
        width: 95% !important;
        margin-left: -10px;
    }
    .news article .info{
        width: 100%;
    }
    #footer{
        width: 98%;
        padding: 10px 2%;
        margin: 20px 0 -10px -1%;
    }
    #footer .left {
        width: 45%;
    }
    #footer .savi {
        margin-left: 5%;
        padding-left: 5%;
        width: 40%;
        height: 200px;
    }
    .big_facebook{
        display: none;
    }
    .small_facebook{
        display: block;
        width: 100%;
        text-align: center;
    }
    #newsletter input, #newsletter select {
        width: 95%;
    }
    .news article .info{
        float: none;
    }
    .sem_list{
        width: 95% !important;
    }
    .news h3{
        padding-right: 0;
    }
    #seminars form, #submenu{
        float: right;
    }
    .order input, .order textarea, .order select{
        max-width: 95%;
    }
    .text img{
        max-width: 100%;
        height: auto;
    }
    #seminars form{
        width: 90%;
        text-align: right;
    }
    .calendar{
        width: 100%;
    }
    .success{
        display: none;
    } 
    .success2{
        position: absolute;
        top: 0px;
        left: 0px;
        display: block !important;
    }
    .success2 img{
        height: 35px !important;
        width: auto;
    }
}
@media (max-width:700px) {
    #langs {
        top: 130px;
    }
}
@media (max-width:650px) { 
    #search{
        padding-top: 25px;
    }
    #search input{
        width: 150px;
    }
    #newsletter img{ 
        max-width: 100%;
    }
    .success2 img{
        height: 25px !important;
    }
}
@media (max-width:580px) {
    #menu li {
        padding: 5px 2px;
    }
    #menu li.m2 {
        padding: 5px 0;
    }
    .header h1{
        padding-top: 15px;
        left: 50%;
        position: relative;
        margin-left: -165px;
    }
    #search, #banners, #reviews, #newsletter .text, #home .blocks article:last-child,
    #newsletter .right_rss_text_line, #newsletter .right_rss_input, #content .right h2 {
        display: none;
    }
    #content .right{
        width: 0;
    }
    #newsletter {
        position: absolute;
        bottom:0;
        left:0;
        width: 96%;
        padding: 2%;
        text-align: center;
    }
    #newsletter form{
        padding: 0; 
        margin: 0;        
    }  
    #newsletter input{
        width: 50%;    
    }
    #newsletter .error{
        display: block;
    }
    #newsletter .mini, #newsletter button{
        display: inline;
    }
    #content .left {
        padding-bottom: 70px;
        width: 100%;
    }
    .news article{
        border: 0;
    }
    #home .news article:last-child{
        display: none;
    }
    #home .blocks article{
        width: 47%;
    }
    #footer .savi img{
        display: none;
    }
    .sem_list{
        width: 90% !important;
    }
    .order .left1{
        float: none;
        width: 100%;
    }
    .order .left2 {
        width: 48%;
    }
    .order .right2 {
        width: 48%;
    }
    .seminars_video article{
        float: none;
        width: 100%;
    }
    .ideas .left2{
        width: 42%;
    }
    #home h3, #content .right h2, .news h3{
        font-size: 18px;
    }
    #menu ul{
        display: none;
    }
    .menu2{
        display: block !important;
    }
    .quotes{
        width: 50%;
    }
}
@media (max-width:470px) { 
    #menu{
        padding: 0 3px;
        right: 5px;
    }
    #menu li {
        display: none;
        font-size: 13px;
        font-family: arial;
    }
    #menu li.m2 {
        display: block;
        padding: 5px 3px;
    }
    #menu li ul{
        top:30px;
    }
    #menu li ul li{
        display: block;
        font-size: 12px; 
    }
    h2.button {
        font-size: 14px;
        font-family: arial;
    }
    .header h1{
        font-size: 26px;
        margin-left: -150px;
    }
    h1 span{
        font-size: 13px;
    }
    #home h3, #content .right h2, .news h3{
        padding-right: 0;
    }
    .news article figure{
        display: none;
    }
    .news h3 span, .news h3 span{
        position: inherit;
        word-wrap: normal;
        white-space: pre-line; 
    }
    #newsletter input{
        width: 40%;
    }
    #newsletter button{
        width: 70px;
    }
    #home .blocks article{
        display: block;
        width: 97%;
        float: none;
    }
    #home .td2{ 
        display: none;
    }
    #footer .left{
        width: 100%;
        float: none;
        text-align: center;
    }
    #footer .savi {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        height: auto;
        padding-bottom: 5px;
        border: 0;
    }
    #seminars form select{
        width: 49% !important;
    }
    #submenu{
        width: 100%;
        font-size: 11px;
        font-family: tahoma;
    }
    #submenu li{
        padding: 0;
        text-align: center;
    }
    .seminars_menu_1 li{
        width: 29%;
    }
    .seminars_menu_1 .first{
        width: 40%;
    }
    .seminars_menu_3 li, .seminars_menu_2 li, .seminars_menu_4 li{
        width: 40%;
    }
    .seminars_menu_3 .first, .seminars_menu_2 .first, .seminars_menu_4 .first{
        width: 25%;
    }
    .seminars_menu_3 .last, .seminars_menu_2 .last, .seminars_menu_4 .last{
        width: 34%;
    }
    #submenu li a{
        padding: 3px 0;        
    }
    #seminars h3{
        font-size: 20px;
    }
   .order .left2, .order .right2 {
        width: 100%;
        float: none;
    }
    .ideas .right2{
        padding: 0;
        border: 0;
    }
    .calendar td{
        padding: 0;
    }
    .calendar span, .calendar .title{
        font-family: Tahoma;
        font-size: 11px;
    }
    .calendar .title{ 
        font-weight: bold;
    }
    .quotes{
        width: 90%;
    }
    .quotes em{
        width: 80%;
    }
}

