@charset "utf-8";
@import url("jquery.bxslider.css");

html,body {border-style: none;border:none;}
html {margin: 0; padding: 0; height: 100%; outline: 0!important;}
body {margin: 0; padding: 0; height: 100%;}
img {border:none;}
* html body > #document-wrapper {  /* only for Ie7=< */
	height: auto !important;height: 100%;}
body > #document-wrapper {min-height: 100%;height: auto !important;height: 100%;text-align: left;position: relative;}
#document-wrapper>section {padding-bottom:165px;}
#document-wrapper > footer {height:165px;
        position:absolute;left: 0;right: 0;bottom: 0;}


section,header,footer,article,aside { display: block;}
time {display: inline;}
.clear {float: none !important;clear: both !important;display: block;}
 /* .page {width: 1180px; margin: 0 auto; min-width: 1180px;} 

header,section,footer {
    min-width: 1180px;
}*/
.page {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
}
section > .page {
overflow: hidden;
}
header, section, footer {
    min-width: 100%;
}

html,body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}
body {
    background-color: white;
    text-align: left;
    color: #222222;
}
img {
  max-width: 100%;
  border: none;
}
.validation,.animate {
     transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.animate-short {
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ansh {
    /*
     transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    
    -o-transition: all 0.3s ease;
    */
}


textarea { resize: none; }
/*
black: #222222
gray: #666666
manush: #313151;
orange #f0a71e
red #e33137
*/

/* generic classes */
a,a:link,a:visited,a:active,a:focus  {
    cursor: pointer;
    text-decoration: underline;
    color: #e33137;
    outline: none;
}
a:hover {
    text-decoration: underline;
    color: #e33137;
}

h1,.h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color: #e33137;
    font-size: 32px;
    margin: 10px 0;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
    
}
h2,.h2 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #003881;
    font-size: 18px;
    margin: 10px 0;
    padding: 1px 0;
    text-align: center;
}
p {
    padding: 0;
    margin: 13px 0;
    text-align: inherit;
}

.fill {width: 100%;}
.b { font-weight: bold; }
.l { float: left; }
.r { float: right;}
.tl {text-align: left;}
.tr {text-align: right;}
.tc {text-align: center;}
.tj {text-align: justify;}
.vc {vertical-align: middle;}
.db {display: block;}
.di {display: inline;}
.hr {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    height: 1px;
}
.section {
    padding: 40px;
}
.section-tb {
    padding: 40px 0;
}
.section-lr {
    padding: 0 40px;
}
.error-box {
    padding: 10px 10px;
    background-color: #ffe4e4;
    border: 1px solid #F1F1F1;
}
.error-box > p{

}
.padding-inner {
    margin: 30px;
}
.padding-tb {
    margin: 30px 0;
}
.padding-lr {
    margin: 0 30px;
}

.flatbutton,.flatbutton:link,.flatbutton:visited,.flatbutton:active  {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid white;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    filter: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    white-space: normal;
    text-align: center;
    background-color: #e33137;
    text-decoration: none;
    line-height: normal;
    padding: 10px 20px;
    -webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.2);

}
.flatbutton:hover {
    background-color: #d62c31;
}
.flatbutton.whitebutton {
    background-color: #b2b2b2;
    color: white;
}
.flatbutton.whitebutton:hover {
    background-color: #a2a2a2;
}
.flatbutton.disabled {
    cursor: default ;
    background-color: #e0e0e0;
}


.m-input {
    border:1px solid #ebebeb;
    padding: 10px 10px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
     /*
   -moz-appearance: none;
   appearance: none;*/
    background-color: #ffffff;
    color: #191919;
    border-color: #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 15px;
}
.m-input.error {
    border:1px solid #F44336;
    border-color: #F44336;
}
select.m-input {
     -webkit-appearance: none;
     /*
   -moz-appearance: none;
   appearance: none;*/
   background-position: 98% center;
   background-repeat: no-repeat;
   background-image: url(../imgs/down-g.png);
}


.seccode-wrap.hidden {
    display: none;
}
.seccode-wrap > img {
    display: block;
    float: left;
}
.seccode-wrap > a {
    float: left;
    display: block;
    height: 31px;
    width: 25px;
    margin-left: 2px;
}
.seccode-wrap > div {
    overflow: hidden;
    padding-left: 10px;
}
.seccode-wrap > div > input {
    width: 100%;
}
.seccode-wrap > label {
    display: block;
    text-align: left;
}
.seccode-wrap .reload-captcha,
.seccode-wrap .reload-captcha:link,
.seccode-wrap .reload-captcha:active,
.seccode-wrap .reload-captcha:visited{
    background-image: url('../imgs/reload.png');
    background-position: 4px 7px;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    text-decoration: none;
    border: none;
    padding: 2px;

}
.seccode-wrap .reload-captcha:hover{
    background-color: #A7A7A7;
    text-decoration: none;
    border: none;
    background-position: 4px -33px;
}


.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border: none;
}
.table .tr {
    display: table-row;
    text-align: left;
        
}
.table .td ,.table .th {
    display: table-cell;
}


table.fieldset , .table.fieldset {
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;
    border: 0;
    text-align: left;
    vertical-align: top;
}
table.fieldset > tbody > tr > th, .table.fieldset .th {
    background-color: #FBFBFB;
    color:  #555555;
    padding: 5px 10px;
    font-weight: normal;
    /*border-bottom: 1px solid #e3e3e3;*/
    text-align: left;
    vertical-align: middle;
}
table.fieldset > tbody > tr > td, .table.fieldset .td {
    padding: 12px 10px;
    /*color:  #555555;
     border-bottom: 1px solid #e3e3e3; */
    text-align: left;
    vertical-align: middle;
}

table.fieldset  .submitrow,.table.fieldset  .submitrow {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

table.fieldset  .submitrow .submit,
.table.fieldset  .submitrow .submit{
    background-image: url('../imgs/icon_ok_w.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}
div.submitrow {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.submitrow .submit {
    background-image: url('../imgs/icon_ok_w.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}
table.fieldset > tbody > tr.splitter > th,table.fieldset > tbody > tr.splitter > td ,
.table.fieldset .tr.splitter > .th,.table.fieldset > .tr.splitter > .td{
    background-color: white;
}
table.fieldset > tbody > tr.caption > th,
.table.fieldset > .tr.caption > .th{
    background-color: white;
    font-size: 15px;
}
table.fieldset .formlabel,.table.fieldset .formlabel {
    width: 200px;
}
table.fieldset .m-input,.table.fieldset .m-input {
    width: 100%;
}



.fields > label {
    color: #A9A9A9;
    display: block;
    margin-bottom: 10px;
}
.fields >label >.m-input {
    width: 100%;

}
.fields > div.ads {
    text-align: right;
}
.fields .flatbutton {
    float: right;
    margin-top: 15px;
}
.fields .i-block {
    font-family: Tahoma, Geneva, sans-serif;
    color: #ff2549;
    min-height: 30px;

    text-align: right;
}
.fields .i-block.info {
    color: #a3be27;
}




.dropmenu, .dropmenu > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    
}

.dropmenu > li  {
    float: left;
    position: relative;
}


.dropmenu > li > span {
    display: block;
    cursor: pointer;
    padding: 0;
    text-align: center;
}
.dropmenu > li > span:after {
    content: " ";
    display: none;
    /* float: right; */
    width: 16px;
    height: 16px;
    background-image: url('../js/kendo/styles/flat/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -30px;
    /* margin-top: 16px; */
    opacity: 0.6;
    
    margin-left: 4px;
}

.dropmenu:after {
    content: " ";
    display: block;
    clear: both;
    float: none;
}
.dropmenu > li {
    padding: 0px;
    position: relative;
    margin: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-in-out .1s;
    -moz-transition: all .3s ease-in-out .1s;
    -ms-transition: all .3s ease-in-out .1s;
    -o-transition: all .3s ease-in-out .1s;

}
/*
.dropmenu > li:hover {
    background-color: #4c95a8;
}*/
.dropmenu > li > a,
.dropmenu > li > a:link,
.dropmenu > li > a:active,
.dropmenu > li > a:visited/*,
.dropmenu > li > div */{
    color: white;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*.dropmenu > li:hover > div,*/
.dropmenu > li > a:hover {
    color: white;
}
.dropmenu > li > a.flatbutton {
    line-height: normal;
    padding: 10px 20px;
}

.dropmenu > li > ul:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
}

.dropmenu > li:hover ul.submenu {
    z-index: 10000;
    opacity: 1;
    top: 46px;
    visibility:visible;
}


.dropmenu .submenu {
    z-index: 10000;
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*
.dropmenu > li:hover .stick {
    visibility:visible;
    opacity: 1;
}*/

.submenu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    /*overflow: hidden;*/
    min-width: 100%;
    
    -webkit-box-shadow: 0px 12px 17px -4px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 12px 17px -4px rgba(0,0,0,0.48);
    box-shadow: 0px 12px 17px -4px rgba(0,0,0,0.48);
    background-color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -ms-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    visibility:hidden;
    opacity: 0;
    border: 1px solid #b9b9b9;
    top: 80px;

}
.submenu.rw {
    right: 0;
    left: auto;
}
div.submenu {
    top: 30px;
    text-align: left;
}

.submenu > li {
    display: block;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    
}
.submenu > li:last-child {
    border-bottom: none;
}

.submenu > li:after {
    content: " ";
    display: block;
    clear: both;
    float: none;
}
.submenu > li >  a,
.submenu > li > a:link,
.submenu > li >  a:active,
.submenu > li >  a:visited {
    font-size: inherit;
    display: block;
    text-align: left;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    padding: 8px 20px;
    color: #656565;
    transition: all .3s ease;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
}

.submenu > li > a:hover {
    background-color: #edebeb;
    color: #888888;
    text-decoration: none;
    
}

.submenu-inner {
    padding: 1px;
    position: relative;
    background-color: white;
}
.submenu-inner > div {
    margin: 20px;
}

.dropmenu .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    bottom: 0;
    right: 0;
}

/*
.submenu > li > i {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background-color: #E1C0FF;
    transition: all .3s ease;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;

    width: 0;
    opacity: 0;
}
.submenu > li:hover > i  {
    width: 100%;
    opacity: 1;
}

*/



/* main layout
aside {
    float: left;
    width: 260px;
    margin-right: 30px;
}
aside:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
}
.main-content {
    float: right;
    width: 828px;
}
#main-content:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
}*/


ul.none {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;

}
ul.none > li {
    display: block;
    margin: 7px 0;
    padding: 0;
    list-style: none;
}
.banner  p {
    margin: 0;
    padding: 0;
}
.banner img {
    max-width: 100%;
}

.main-slide a,
.main-slide a:link,
.main-slide a:active,
.main-slide a:visited,
.main-slide a:hover {
    display: block;
    text-decoration: none;
}

.soc-list {
    
}

.socbutton,.socbutton:link,.socbutton:active,.socbutton:visited,socbutton:hover {
    padding: 10px 15px;
    background-image: url('../imgs/soclist.png');
    background-repeat: no-repeat;
    text-decoration: none;
    /*
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    */
     -webkit-border-radius: 20px;
    -moz-border-radius:20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.soc_email { background-position: -3px -2px; }
.soc_email:hover { background-position: -3px -42px; }

.soc_fb { background-position: -43px -2px; }
.soc_fb:hover { background-position: -43px -42px; }

.soc_twiter { background-position: -83px -2px; }
.soc_twiter:hover { background-position: -83px -42px; }

.soc_google { background-position: -123px -2px; }
.soc_google:hover { background-position: -123px -42px; }

.soc_youtube { background-position: -163px -2px; }
.soc_youtube:hover { background-position: -163px -42px; }

.soc_instagram { background-position: -203px -2px; }
.soc_instagram:hover { background-position: -203px -42px; }

.soc_li { background-position: -243px -2px; }
.soc_li:hover { background-position: -243px -42px; }

.soc_pinterest { background-position: -283px -2px; }
.soc_pinterest:hover { background-position: -283px -42px; }

.soc_skype { background-position: -323px -2px; }
.soc_skype:hover { background-position: -323px -42px; }

.soc_vimeo { background-position: -363px -2px; }
.soc_vimeo:hover { background-position: -363px -42px; }

.soc_rss { background-position: -403px -2px; }
.soc_rss:hover { background-position: -403px -42px; }

.soc_moodle { background-position: -443px -2px; }
.soc_moodle:hover { background-position: -443px -42px; }

.soc_intranet { background-position: -483px -2px; }
.soc_intranet:hover { background-position: -483px -42px; }

.soc_courriel { background-position: -523px -2px; }
.soc_courriel:hover { background-position: -523px -42px; }

.soc_lib { background-position: -563px -2px; }
.soc_lib:hover { background-position: -563px -42px; }

.social.r {
    position: relative;
}
.social.r.m {
    margin: 36px 20px 0 0;
}
.social.r.mn {
    margin: 6px 0 0 0;
}
.social.r > div,.social.r > iframe {
    float: left;
    /*margin-left: 15px !important;*/
}
.social.r .twitter-share-button {
    margin-left: -21px;
}
.social.r .gp {
    margin-left: 5px;
}
.social.r > div > div:last-child {
    width: 58px !important;
}
/*
.social.r > div > div {
    display: block !important;
    margin-bottom: 6px !important;
}
*/

.tooltip:before {

}
.tooltip:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url('../imgs/arrowup.png');
    background-position: center;
    background-repeat: no-repeat;
    top: -21px;
    left: 10px;
}
.tooltip {
    position: absolute;
    left: 14px;
    width: 148px;
    margin: 0;
    bottom: 0px;
    padding: 5px 7px 5px 37px;
    background-color: #fbfbfb;
    margin-top: 10px;
    border: 1px solid #bababa;
     -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 3px 6px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 3px 6px -2px rgba(0,0,0,0.5);
    box-shadow: 4px 3px 6px -2px rgba(0,0,0,0.5);
    background-image: url('../imgs/warning.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    z-index: 1000;
}


.banner p{
	width: 100%;
	display: inline-block;
}

.banner p>img{
	width: 100%;
}


#main-slider ,#main-slider  > li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-slide > img {
    width: 100%;
    display: block;
}

.main-slide {
    /* height: 600px;
    padding-top: 1px;*/
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.k-descr {
    font-size: 10px;
    color: #ababab;
}

.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input,
.k-multiselect-wrap .k-input {
    padding: 10px 20px;
}
.k-i-calendar,.k-state-active .k-i-calendar,.k-state-hover .k-i-calendar {
    background-position: -32px -175px;
}
    

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    padding: 8px 3px;
}

.k-multiselect-wrap li.k-button {
    padding: 6px 10px;
    border-color: #ffffff;
    background-color: #003881;
}
.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
}



.k-picker-wrap  {
     padding-bottom: 0;
}
.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    padding-right: 29px;
}
.k-numeric-wrap .k-select {
    padding: 7px 3px;
}
.k-datepicker .k-select {
    padding: 8px 6px;
}
.k-multiselect {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


/******************************************************* style ********************************************************************************/


header {
    
        
}
header .page {
    
}
#header-top {
    height: 115px;
    position: relative;
    margin: 0 30px;
        
}
#header-top > .page {
    position: relative;
    height: 115px;
}

#main-logo {
    display: block;
    /* float: left; */
    /* margin-top: 15px; */
    position: absolute;
    left: 0;
        top: 18px;
    width: 180px;
}
#main-logo img {
    display: block;
    width: 100%;
}


#main-langbox {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: normal;
}
#main-langbox-drop {
    float: right;
}

#main-langbox, #main-langbox a,#main-langbox a:link,#main-langbox a:active,#main-langbox a:visited {
    color: #666666;
    text-decoration: none;
    
}
#main-langbox > a,#main-langbox > span,
#main-langbox .dropmenu > li > a,
#main-langbox .dropmenu > li > span{
    padding: 6px 6px;
    font-size: 18px;
    margin: 0 4px;
    text-decoration: none;
}
#main-langbox span {
    border-bottom: 1px solid #666666;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    
}
#main-langbox .submenu {
    left: -9px;
}

#main-langbox .contactpage,
#main-langbox .contactpage:link,
#main-langbox .contactpage:active,
#main-langbox .contactpage:visited{
    text-decoration: none;
    display: block;
    float: left;
    border-bottom: none;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 2px 10px 0 0;
    background-image: url('../imgs/mail.png');
    background-position: center;
    background-repeat: no-repeat;
}
#main-langbox .contactpage:hover {
    text-decoration: none;
}


#main-menu {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    
    -o-transition: all 0.3s ease;
    /*
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    */
    position: absolute;
    left: 0;
    width: 100%;
    top: 37px;
    text-align: center;
}

#main-menu 
#main-menu a,#main-menu a:link,#main-menu a:active,#main-menu a:visited,
#main-menu .menu-group{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 19px;
    color: #000000;
    padding: 10px 25px;
    display: inline-block;
    border-bottom: 3px solid white;
}
#main-menu > ul > li > a:hover, #main-menu li:hover .menu-group{
    border-bottom: 3px solid #e5a812;
}

#main-menu > ul {
    text-align: center;
    display: inline-block;
    padding: 0 30px;
        border-bottom: 1px solid #e5a812;
    
}
#main-menu > ul > li {
    float: none;
    display: inline-block;
}

#main-menu .submenu a,
#main-menu .submenu a:link,
#main-menu .submenu a:visited,
#main-menu .submenu a:hover{
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    text-align: left;
}
#main-menu .submenu {
    border-top: 2px solid #e5a812;
    border-bottom: 2px solid #e5a812;
        min-width: 180px;
}

#searchbox {
    position: absolute;
    right: 0;
    top: 46px;
    width: 45px;
    overflow: hidden;
}
#searchbox.visible {
    width: 245px;
}
#searchbox label {
    display: block;
    position: relative;
}
#searchbox .m-input {
    width: 241px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #e5a812;
    padding-right: 30px;
    opacity: 0;
}
#searchbox .srch-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../imgs/search_icon.png');
    background-position: 0px -4px;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: transparent;
}
#searchbox.visible .m-input {
    opacity: 1;
}
#searchbox.visible .srch-btn {
    
}


.bx-wrapper .bx-pager {
    display: block;
    padding: 8px 0 7px 0;
    bottom: 0;
    background-color: rgba(49,49,81,0.8);
    
}




/*
.news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -25px;
}
.news-box > div {
    margin: 25px;
    flex: 0 1 auto;
}

.news-box .news-item {
    width: 350px;
}*/

.news-box {
    margin: 0 -60px;
}
.news-box.list-view {
        margin: 0 20px;
}
.news-box > div {
    float: left;
    width: 25%;
}
.news-box .news-item  {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*
.news-box  > div:nth-child(4n+1)  .news-item{
    margin-left: 0;
}
.news-box  > div:nth-child(4n)  .news-item{
    margin-right: 0;
}*/

.news-box .news-item .image,
.news-box .news-item .image a,
.news-box .news-item .image a:link,
.news-box .news-item .image a:active,
.news-box .news-item .image a:visited,
.news-box .news-item .image a:hover{
    width: 100%;
    display: block;
    text-decoration: none;
}
.news-box .news-item .image  img {
    width: 100%;
    display: block;
}

.news-box .news-item  p,.news-box .news-item  .p {
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 58px;
    overflow: hidden;
    margin-bottom: 1px;
}
.news-box .news-item .b,.news-box .news-item .p {
    display: block;
}

.news-box .news-item .foot {
    background-color: #f2f2f2;
    padding: 10px 15px;
}

.news-box .news-item .foot span {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #313151;
}


.news-box .news-item .foot a,
.news-box .news-item .foot a:link,
.news-box .news-item .foot a:active,
.news-box .news-item .foot a:visited,
.news-box .news-item .foot a:hover {
    font-family:  Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 16px;
}
.news-box .news-item.staff-item .b {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    margin-top: 10px;
    color: #222222;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .news-item.staff-item p,.news-box .news-item.staff-item .p {
    font-family:Tahoma, Geneva, sans-serif;
    margin-top: 0;
    font-size: 20px;
    margin-top: 0;
    color: #616161;
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .news-item.staff-item > a,
.news-box .news-item.staff-item > a:link,
.news-box .news-item.staff-item > a:active,
.news-box .news-item.staff-item > a:visited,
.news-box .news-item.staff-item > a:hover{
    text-decoration: none;
}

.news-box.list-view > div {
    float: none;
    clear: both;
    width: 100%;
    display:list-item;
    
}

.news-box.list-view .news-item {
    margin: 5px 0;
    padding: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-box.list-view .news-item:hover a,
.news-box.list-view .news-item:hover a:link,
.news-box.list-view .news-item:hover a:active,
.news-box.list-view .news-item:hover a:visited,
.news-box.list-view .news-item:hover a:hover,
.news-box.list-view .news-item:hover a span,
.news-box.list-view .news-item:hover a:link  span,
.news-box.list-view .news-item:hover a:active  span,
.news-box.list-view .news-item:hover a:visited span,
.news-box.list-view .news-item:hover a:hover span{
    color: #f0a71e;
}


.news-box.list-view .news-item .image {
    display: none;
}
.news-box.list-view .news-item .foot {
    display: none;
}
.news-box.list-view .news-item.staff-item .b {
    font-size: 19px;
    display: inline;
    
}
.news-box.list-view .news-item.staff-item .b {
    margin-top: 0;
}
.news-box.list-view .news-item.staff-item p, .news-box.list-view .news-item.staff-item .p {
    height: auto;
    margin-bottom: 0;
    display: inline;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #616161;
}
.news-box.list-view .news-item:hover p, .news-box.list-view .news-item:hover .p {
    border-left: 1px solid #f0a71e;
}
.news-box.search-results > div {
    margin-bottom: 20px;
}

.news-box .search-item > a,
.news-box .search-item > a:link,
.news-box .search-item > a:active,
.news-box .search-item > a:visited,
.news-box .search-item > a:hover{
    text-decoration: none;
    color: #222222;
}
.news-box .search-item > a .b {
    text-decoration: underline;
    color: #313151;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    
}
.news-box .search-item  p, .news-box .search-item  .p {
    height: auto;
    margin-bottom: 5px;
        color: #666666;
}
.news-box.centered {
    margin: 0 auto;
    text-align: center;
}
.news-box.centered > div {
    display: inline-block;
    float: none;
}




.withread,.withtool {
    position: relative;
}
.withread a,
.withread a:link,
.withread a:active,
.withread a:visited,
.withread a:hover{
    text-decoration: none;
    font-size: 14px;
    float: none;
    clear: both;
    position: absolute;
    right: 0;
    top: 16px;
}
#partners-block {
    text-align: center;
}
#partners-block > div {
    /*float: left;*/
    display: inline-block;
    width: 12.5%;
    margin-bottom: 30px;
}
#partners-block > div > a,
#partners-block > div > a:link,
#partners-block > div > a:active,
#partners-block > div > a:visited
#partners-block > div > a:hover{
    display: block;
    margin: 0 25px;
    text-decoration: none;
}

footer {
    background-color: #313151;
    color: white;
    overflow: hidden;
    font-size: 14px;
}
footer a,footer a:link, footer a:active, footer a:visited {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
footer a:hover{
    text-decoration: underline;
}

#footer-top {
    
}
#footer-bot{
    padding: 10px 40px;
    font-size: 10px;
    margin-top: 10px;
}
#footer-bot  a,#footer-bot  a:link,#footer-bot  a:active,#footer-bot  a:visited,#footer-bot  a:hover {
    font-size: 10px;
}
footer .col {
    float: left;
    padding-right: 30px;
    width: 20%;
    display: inline-block;
}
footer .col > ul {
    margin-top: 20px;
}

footer .h1 {
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
    font-weight: bold;
    text-transform: none;
    padding: 0 0 13px 0px;
}
footer .r .h1 {
    text-align: right;
}

footer .soc-list {
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-top: 20px;
}
footer .soc-list .socbutton,
footer .soc-list .socbutton:link,
footer .soc-list .socbutton:active,
footer .soc-list .socbutton:visited,
footer .soc-list .socbutton:hover{
    margin: 0 5px;
}

#foot-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid white;
}
#foot-menu ul {
    text-align: center;
}
#foot-menu ul li {
    display: inline;
    margin: 0 20px;
    
}
#foot-menu ul li a,
#foot-menu ul li a:link,
#foot-menu ul li a:active,
#foot-menu ul li a:visited,
#foot-menu ul li a:hover{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
}



/* contacts */
#map-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    
}
#mailform {
    float: right;
    text-align: right;
    width: 40%;
}

#mailform .fieldset > div {
    margin: 10px 0;
}
#mailform .fieldset > div > .m-input {
    width: 100%;
}

#infowrap {
    height: 30px;
    line-height: 30px;
}
#infowrap.info {
    color: green;
}
#infowrap.error {
    color: red;
}
.errobox {
    height: 30px;
    line-height: 30px;
    color: red;
}

#mailform .image {
    text-align: right;
    width: 275px;
    float: right;
}
#mailform .image img {
    vertical-align: middle;
}
#contact-content-wrap {
    float: left;
    width: 50%;
}





/* pages */
.pagelist {
    /*
    height: 40px;
    margin: 60px 0;
    padding: 10px 0;
    */
    line-height: 40px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    
}

.pagelist > div {
    border-top: 1px solid #E8E8E8;
    padding-top: 20px;
    padding-left: 10px;
}
.pagelist  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    
}
.pagelist  ul > li {
    margin: 0 3px;
    list-style: none;
    display: inline;
    padding: 0;
    text-align: center;
    float: none; 
}

.pagelist  ul > li > a,
.pagelist  ul > li > a:link,
.pagelist  ul > li > a:visited,
.pagelist  ul > li > a:active {
    color: #464646;
    font-size: 12px;
    background-color: #F9F9F9;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    text-decoration: none;
}
.pagelist  ul > li > a:hover {
    color: white;
    text-decoration: none;
    background: #e5a812;
    border: 1px solid #e5a812;
}
.pagelist  ul .curpagenum span {
    padding: 5px 8px;
    background: #e33137;
    border: 1px solid #e33137;
    color: white;
    font-size: 12px;
}


.withimage .l {
    width: 400px;
    margin-right: 50px;
}


.section .h1 >a,
.section .h1 >a:link,
.section .h1 >a:active,
.section .h1 >a:visited{
    text-decoration: none;
}

.withimage h1 {
    font-family:  Tahoma, Geneva, sans-serif;
    font-size: 30px;
    color: #4c4c4c;
    text-align: left;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #e5a812;
    padding-bottom: 20px;
}
.withimage strong {
    display: block;
    margin-top: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    color: #222222;
    text-align: left;
    text-transform: none;
}
.withimage pre {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #4c4c4c;
}
.withimage .btn-cv {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../imgs/save.png');
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    float: right;
    text-decoration: none;
    margin-top: 20px;
}

.toolbox {
        position: absolute;
    right: 0;
    top: 11px;
}
.toolbox > a,
.toolbox > a:link,
.toolbox > a:active,
.toolbox > a:visited,
.toolbox > a:hover{
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}
.toolbox > a:hover {
    background-color: #ebebeb;
}
.toolbox .btn-gridview {
    background-image: url('../imgs/gridview.png');
}
.toolbox .btn-listview {
    background-image: url('../imgs/listview.png');
}

/* members */

.cols {

}
.cols .h1 {
    margin-bottom: 20px;
}

.cols > div.fc {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 100px;
}
.cols > div.lc {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    border-left: 1px solid #ebebeb;
}
.cols > div.fc.mainc {
    width: 75%;
    padding-right: 20px;
}
.cols > div.lc.colc {
    width: 25%;
    padding-left: 0;

}
.cols > div.lc.colc > .h2 {
    margin-left: 18px;
}

.cols > div.lc.nm {
    padding-left: 30px;
}

.fields > label {
    color: #A9A9A9;
    display: block;
     margin-bottom: 10px;
}
.fields >label >.m-input {
    width: 100%;

}
.fields > div.ads {
    text-align: right;
}
.fields  .flatbutton {
   /* float: right; */
    margin-top: 15px;
}
.fields .i-block {
    font-family: Tahoma, Geneva, sans-serif;
    color: #ff2549;
    min-height: 30px;

    text-align: right;
}



.fields .ads a:hover { color: #879C26; }



/* member */
.member-block {

}
#member-aside {
    float: left;
    width: 300px;
    background-color: #edebeb;
}
.memberaside ul {
    margin-top: 20px;
}
.memberaside ul li {
    margin: 0;
}
.memberaside ul li > a,
.memberaside ul li > a:active,
.memberaside ul li > a:visited,
.memberaside ul li > a:link{
    display: block;
    text-decoration: none;
    color: #888888;
    padding: 12px 10px 12px 39px;
    background-position: 12px 11px;
    background-repeat: no-repeat;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   
}
.memberaside ul li > a:hover {
    background-color: #dcdcdc;
   padding: 12px 10px 12px 50px;
}
.memberaside ul li > a.active {
    background-image: url('../imgs/grid.png');
    background-color: #e5a812;
    color: white;
}

#member-nav {
    display: none;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    background-color: #003584;
    border-top: 1px solid #ffffff;

}
#member-nav .padding-tb ,#member-nav ul{
    margin: 0;
}
#member-nav ul li > a.active {
    background-image: none;

}

#member-nav ul li > a, #member-nav ul li > a:active, #member-nav ul li > a:visited, #member-nav ul li > a:link {
    padding: 10px 20px;
    color: white;
}
#member-nav ul li > a:hover {
    background-color: #e5a812;
}


.member-block .member-page {
    overflow: hidden;
    border: 1px solid #EBEBEB;
}

.member-block .member-page .h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family:  Tahoma, Geneva, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #888888;
    margin-top: 35px;
}

.userformwrap {
    width: 750px;
    margin: 30px auto;
}

.fieldset .genderwrap input{
    visibility: hidden;
    width: 0;
    height: 0;
}
.fieldset .genderwrap label {
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fieldset .genderwrap label.male {
    background-image: url('../imgs/i-male.png');
}
.fieldset .genderwrap label.male:hover,
.fieldset .genderwrap input:checked + label.male{
    background-image: url('../imgs/i-male-h.png');
}
.fieldset .genderwrap label.female {
    background-image: url('../imgs/i-female.png');
}
.fieldset .genderwrap label.female:hover,
.fieldset .genderwrap input:checked + label.female{
    background-image: url('../imgs/i-female-h.png');
}
.acceptbox {
    margin-top: 30px;
}

.acceptbox label {
    text-align: right;
    display: block;
   
}
.acceptbox p {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 22px;
}


.i-dscr {
    margin-top: 40px;
}


#item-save  > input {
    width: 200px;
    margin-top: 15px;
}



/* item list view */
.paging {
    height: 40px;
    margin: 20px 0;
    padding: 10px 0;
    line-height: 40px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    
}
.paging > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.paging > ul > li {
    margin: 0 3px;
    list-style: none;
    display: inline;
    padding: 0;
    text-align: center;
    float: left; 
}

.paging > ul > li > a,
.paging > ul > li > a:link,
.paging > ul > li > a:visited,
.paging > ul > li > a:active {
    font-family: inherit;
    font-weight:inherit;
    color: #5D5D5D;
    font-size: 12px;
    background-color: white;
    border: 1px solid #ebebeb;
    padding: 4px 8px;
    text-decoration: none;
}
.paging > ul > li > a:hover {
    font-family: inherit;
    font-weight:inherit;
    color: #323232;
    text-decoration: none;
    background: #d5d5d5;
    border: 1px solid #003881;
}
.paging > ul .curpagenum span {
    font-family: inherit;
    padding: 4px 8px;
    background: #e5a812;
    border: 1px solid #e5a812;
    color: white;
    font-size: 12px;
}



.itemlistview.k-listview.k-widget {
    border: none;
    border-color: transparent;
}
.itemlistview > div {
    width: 100%;
    margin-bottom: 20px;
}

.itemlistview > div > div {
    margin: 0;
}


.itemlistview .bitem {
    border: 1px solid #EBEBEB;
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;    
}
.itemlistview .bitem:hover {
     -webkit-box-shadow:  0px 0px 10px -2px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 0px 10px -2px rgba(0,0,0,0.5);
    box-shadow:  0px 0px 10px -2px rgba(0,0,0,0.5);
}


.itemlistview .bitem .ohead {
    padding: 10px 20px;
    text-align: left;
    background-color: #003881;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    
}


.itemlistview .bitem .ohead .status {
    display: block;
    float: right;
}
.itemlistview .bitem .ohead > i {
    display: block;
    float: left;
    padding: 3px 7px;
    margin-top: -2px;
    background-color: white;
    border-radius: 6px;
    color: #003881;
    margin-right: 10px;
}


  
.itemlistview .bitem .itext {
    padding-left: 8px;
    
}  
.itemlistview .bitem .itext:before {
    display: block;
    content: " ";
    float: left;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.itemlistview .bitem .itext.location:before {
    background-image: url('../imgs/location.png');
}

.itemlistview .bitem .obody {
    padding: 10px 20px;
    font-size: 13px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
   
}
.itemlistview .bitem.visible .obody {
    display: block;
}
.itemlistview .bitem .descr-box {
    float: left;
    width: 40%;
}


.itemlistview .bitem .tool-box > a.hidden {
    display: none;
}

.itemlistview .bitem .descr-box > p {
    margin: 5px 10px 5px 0;
    padding: 0;
}
.itemlistview .bitem .descr-box > p > span {
    font-weight: bold;
}
.itemlistview .bitem .offer-member-box .descr-box {
    float: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    /* text-align: right; */
    background-color: #f1f1f1;
}
.itemlistview .bitem .offer-member-box .descr-box p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itemlistview .bitem .offer-member-box .descr-box .rate,
.itemlistview .bitem .offer-member-box .descr-box .cr{
    margin-left: 10px;
}

.itemlistview .bitem .offer-box {
    float: right;
    width: 60%;
}
.itemlistview .bitem .offer-box > table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #EBEBEB;
}

.itemlistview .bitem .offer-box > table td {
    padding: 5px 7px;
    border-bottom: 1px solid #EBEBEB;
    vertical-align: middle;
    text-align: right;
}

.itemlistview .bitem .offer-box > table th {
    padding: 5px 7px;
    border-bottom: 1px solid #EBEBEB;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    width: 100px;
        color: #ababab;
}

.itemlistview .bitem .offer-box > table tr:hover td,
.itemlistview .bitem .offer-box > table tr:hover th{
    background-color: #ebebeb;
}
.itemlistview .bitem .offer-box > table th.d {
    width: 150px;
}

.itemlistview .bitem .offer-box > table .flatbutton {
    padding: 5px 10px;
    font-size: 13px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.itemlistview .bitem .offer-box .tr  {
    padding: 5px;
}
.itemlistview .bitem .tool-box {
    position: absolute;
    left: 20px;
    bottom: 20px;

}

.itemlistview.columns > div {
    width: 50%;
    float: left;
}
.itemlistview.columns > div > div {
    margin: 20px;
}
.itemlistview.columns .bitem .descr-box {
    float: none;
    width: 100%;
}

.itemlistview.columns .bitem .offer-box {
    float: none;
    width: 100%;
}

.offer-box .rate {
    background-image: url(../imgs/rate.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-right: 13px;
}
.offer-box .cr {
    background-image: url(../imgs/cancel.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    
}
.offer-box .ratecell {
    width: 100px;
}
.offer-box .timer {
    width: 60px;
    color: #555555;
    font-weight: normal;
}

.offer-box .memberrow th,.offer-box .memberrow td{
    background-color: #fff5e3;

}
    
#map-block {
    width: 100%;
    height: 450px;
}

#calculated-box {
    color: #e5a812;
    font-weight: bold;
    padding: 10px 0;
}
#calculated-value {
    float: right;
}



#item-list-head {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

#item-list-head a,#item-list-head a:link,#item-list-head a:active,#item-list-head a:visited {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    
}
#item-list-head a.active {
    background-color: #EBEBEB;
    
}


#yourreview {
    background-color: #f3f3f3;
    padding: 30px;
}
.timer {
    color: #e5a812;
    font-weight: bold;
    
}
.timer > span {
    color: #555555;
}


#country-list-wrap {
    padding: 12px 10px;
    width: 459px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ebebeb;
        margin-top: 20px;
}

#country-list > div {
    margin-bottom: 20px;
}

#country-list-wrap .flatbutton.btn-delete {
    background-image: url('../imgs/icon_remove.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
}
#country-list-add {
    background-image: url('../imgs/icon_add.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    float: right;
    margin-top: 0;
    
}
#country-list-wrap > label {
    display: block;
    line-height: 45px;
    height: 45px;
    margin-bottom: 20px;
}

#frm_review label {
    display: block;
}
  
#menutoggle,#menutoggle:link,#menutoggle:active,#menutoggle:visited,#menutoggle:hover {
    display: none;
    position: absolute;
    right: 0;
    top: 22px;
    width: 50px;
    height: 50px;
    background-image: url(../imgs/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    
    
}

#membermenutoggle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../imgs/grid.png);
    background-color: #e5a812;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
}


#rate-window .h2 {
    text-align: left;
    font-size: 17px;
    /* color: #555555; */
    font-weight: normal;
    
}

.ratestars {
    float: right;    
   
}
#rate-box > div {
   margin-top: 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
#rate-box label {
    float: left;
    line-height: 30px;
}


.ratecell > div{
    position: relative;
        
}
.ratetooltip.tooltip {
    display: none;
    opacity: 0;
      transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 300px;
    background-image: none;
    padding: 10px 15px;
    text-align: left;
    bottom: auto;
    top: auto;
    left: -53px;
}
.ratetooltip.tooltip:after {
    left: 54px;
}
.ratecell > div:hover .ratetooltip.tooltip {
    display: block;
    opacity: 1;
}
.ratetooltip.tooltip > div > label {
    color: #828282;
}

#butter {
    position: absolute;
    display: none;
    width: 48px;
    height: 48px;
    top: 0;
    right: 20px;
    background-position: center;
    background-image: url('../imgs/dots.png');
    background-repeat: no-repeat;
}


#wholepageoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    bottom: 0;
    right: 0;
    display: none;
        z-index: 9999;
        background-color: rgba(0,0,0,0.2);
}
#wholepageoverlay.visible {
    display: block;
    
}

#item-othercar {
    margin-top: 20px;
}

#partners-block a {
    text-align: center;
}
#partners-block a img {
    
}


#srch-toggle,
#srch-toggle:link,
#srch-toggle:active,
#srch-toggle:visited,
#srch-toggle:hover{
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 59px;
    top: 24px;
    background-image: url(../imgs/search_icon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-decoration: none;
}


.cascade > a,
.cascade > a:link,
.cascade > a:active,
.cascade > a:visited,
.cascade > a:hover {
	font-weight: bold;
}

@media (max-width: 1700px) {
    
    .news-box {
        margin: 0 -35px;
    }
    .news-box .news-item  {
       margin-left: 35px;
        margin-right: 35px;
    }
}


@media (max-width: 1450px) {
    
    .news-box {
        margin: 0 -25px;
    }
    .news-box .news-item  {
       margin-left: 25px;
        margin-right: 25px;
    }
}
@media (max-width: 1300px) {
    #main-menu 
    #main-menu a, #main-menu a:link, #main-menu a:active, #main-menu a:visited, #main-menu .menu-group {
        padding: 10px 10px;
    }
    #searchbox.visible {
        width: 190px;
    }
    #partners-block > div {
        width: 20%;
    }
    
}

@media (max-width: 1170px) {
    .section {
        padding: 40px 20px;
    }
    
    .news-box {
        margin: 0 -10px;
    }
    .news-box .news-item  {
       margin-left: 10px;
        margin-right: 10px;
    }
    
}

/*
@media (max-width: 1199px) {
    .page {
        width: 100%;
        margin: 0 auto;
        min-width: 100%;
    }
    header, section, footer {
        min-width: 100%;
    }
    
    
}*/


@media (max-width: 1080px) {
    .section {
        padding: 40px 90px;
    }
    
    #menutoggle, #menutoggle:link, #menutoggle:active, #menutoggle:visited, #menutoggle:hover {
        display: block;
        right: 0;
    }
    
    #main-menu #main-menu a, #main-menu a:link, #main-menu a:active, #main-menu a:visited, #main-menu .menu-group {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 19px;
        color: white;
        padding: 10px 20px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        text-align: left;
    }
    #main-menu > ul > li > a:hover {
        border: none;
    }
    #main-menu > ul > li {
        border-bottom: 1px solid #696988;
    }
    #main-menu > ul > li.select {
        background-color: #53537d;
    }
    #main-menu .submenu a, #main-menu .submenu a:link, #main-menu .submenu a:visited, #main-menu .submenu a:hover {
        text-align: left;
    }
    
    #main-menu .submenu  {
        left: 20%;
        min-width: 80%;
        transition: all .1s ease .1s;
        -webkit-transition: all .1s ease .1s;
        -moz-transition: all .1s ease .1s;
        -ms-transition: all .1s ease .1s;
        -o-transition: all .1s ease .1s;
        background-color: #2c2c46;
        border: 1px solid black;
        
    }
    #main-menu .dropmenu > li:hover ul.submenu {
        z-index: 10000;
        opacity: 0;
        top: 10px;
        visibility:hidden;
    }
    
    .dropmenu > li > span:after {
        display: none;
    }
    
    
    #main-menu .dropmenu .submenu.visible,
    #main-menu .dropmenu > li:hover .submenu.visible {
        z-index: 10000;
        opacity: 1;
        top: 10px;
        left: 50%;
        min-width: 80%;
        visibility: visible;
    }
    .submenu > li > a:hover {
        background-color: #666690;
    }
    
    .dropmenu .submenu.visible {
        z-index: 10000;
        opacity: 1;
        top: 46px;
        visibility:visible;
    }
    
    #main-logo {
        left: 0;
        top: 3px;
        width: 180px;
    }
    
    
    
    #header-top {
        height: 94px;
        margin: 0 20px;
        
    }


    #main-langbox {
        top: 28px;
        right: 112px;
    }
    #main-langbox span {
        border-bottom: none;
    }
    #main-langbox .contactpage, #main-langbox .contactpage:link, #main-langbox .contactpage:active, #main-langbox .contactpage:visited {
        margin: 0 17px 0 0;
        
    }
    #main-langbox .submenu > li > a:hover{
        background-color: #edebeb;
    }
    
    #searchbox {
        position: absolute;
        right: 23px;
        top: 50px;
        width: 45px;
        overflow: hidden;
    }

    #main-menu {
        position: fixed;
        left: -50%;
        opacity: 0;
        top: 0;
        width: 40%;
            background-color: #313151;
        height: 100%;
        z-index: 100000;
    }
    #main-menu.visible {
        left: 0;
        opacity: 1;
    }
    
    #main-menu > .dropmenu {
        margin-top: 40px;
        text-align: left;
        padding: 0;
        width: 100%;
        border: none;
    }
    
    #main-menu > ul > li > a:hover, #main-menu li:hover .menu-group {
        border: none;
    }
    #main-menu > .dropmenu > li {
        float: none;
        display: block;
        clear: both;
    }
    
    
    .k-widget.k-window {
        max-width: 80% !important;
    }
    
    .news-box {
        margin: 0 -70px;
    }
    
    .news-box > div {
        width: 50%;
    }
    
    .news-box .news-item  {
       margin-left: 70px;
       margin-right: 70px;
    }
    
    #srch-toggle,
    #srch-toggle:link,
    #srch-toggle:active,
    #srch-toggle:visited,
    #srch-toggle:hover {
        display: block;
    }
    
    #searchbox {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 13px;
        display: block;
        left: 0;
        top: auto;
        bottom: -44px;
        right: 10px;
        width: 100%;
         transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden;
    }
    #searchbox.visible {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    #searchbox > form {
        display: block;
        border-bottom: 2px solid #e5a812;
    }
    
    header {
        border-bottom: 3px solid #bebdbd;
         transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    header.enlarged {
        margin-bottom: 48px;
    }
    #searchbox .m-input {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: none;
        border-top: none;
        border-right: none;
        border-bottom: none;
        padding-right: 50px;
       
    }
    #searchbox .srch-btn {
        background-position: center;
        background-image: url('../imgs/submit.png');
        
    }

}


@media (max-width: 900px) {
    .news-box {
        margin: 0 -40px;
    }
    .news-box .news-item  {
       margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 840px) { 
    .section {
        padding: 40px 40px;
    }
    .news-box {
        margin: 0 -40px;
    }
    .news-box .news-item  {
       margin-left: 40px;
        margin-right: 40px;
    }
    
    
    #partners-block > div {
        float: left;
        width: 50%;
    }
    
    .withimage .l {
        width: 40%;
        margin-right: 20px;
    }
    .withimage strong {
        float: none;
        clear: both;
        font-size: 16px;
    }
    .withimage h1 {
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .withimage pre {
        font-size: 14px;
    }
}


@media (max-width: 680px) { 
    .section {
        padding: 40px 20px;
    }
    .news-box {
        margin: 0 -20px;
    }
    .news-box .news-item  {
       margin-left: 20px;
        margin-right: 20px;
    }
    

    .news-box .news-item.staff-item .b {
        font-size: 18px;
    }
    .news-box .news-item.staff-item p, .news-box .news-item.staff-item .p {
        font-size: 18px;
    }
    
    #main-menu {
        width: 70%;
        left: -80%;
    }
    
    #document-wrapper>section {
        padding-bottom: 0;
    }
    #document-wrapper > footer {
        height: auto;
        position: relative;
    }
    footer .col {
        display: none;
    }
    footer .col,footer .r {
        float: none;
        width: 100%;
    }
    
    #contact-content-wrap {
        float: none;
        width: 80%;
        margin: 0 auto 0;
    }
    #mailform {
        margin: 30px auto 0;
        float: none;
        clear: both;
        text-align: left;
        width: 80%;
    }
    
    
    .cols > div.fc {
        float: none;
        clear: both;
        width: 80%;
        margin: 20px auto 0;
        border-top: 1px solid #ebebeb;
        padding: 0;
    }
    .cols > div.lc {
        float: none;
        clear: both;
        width: 80%;
        margin: 30px auto 0;
        padding: 0;
        border-left: none;
      
    }
    
    .table,.table .tr,.table .tr .th,.table .tr .td {
        display: block;
    }
    .table .td > label {
        display: block;
    }
    
     
}


@media (max-width: 520px) {  
    .section {
        padding: 40px 60px;
    }
    .news-box > div {
        float: none;
        width: 100%;
    }
    #partners-block > div {
        float: none;
        width: 100%;
    }

    #main-logo {
                width: 130px;
    margin-top: 12px;
    }
   
    
    .withimage .l {
        float: none;
        clear: both;
        width: 100%;
        margin: 10px auto;
    }
    
    #contact-content-wrap {
        width: 100%;
    }
    #mailform {
            width: 100%;
    }
    .seccode-wrap {
        float: right;
           
    }
    #mailform .image {
        width: auto;
    }
    
    .seccode-wrap > div > input {
        width: 100px !important;
    }
    #mailform .submit-wrapper {
        text-align: right;
    }
    
}


@media (max-width: 480px) {   
    
    .section {
        padding: 40px 20px;
    }
}

@media (max-width: 400px) {   
    #header-top {
        margin: 0 5px;
    }
    #main-logo {
        width: 90px;
        margin-top: 22px;
    }
    
    #main-langbox .contactpage, #main-langbox .contactpage:link, #main-langbox .contactpage:active, #main-langbox .contactpage:visited {
        margin: 0;
    }
    #main-langbox {
        right: 99px;
    }
    #srch-toggle, #srch-toggle:link, #srch-toggle:active, #srch-toggle:visited, #srch-toggle:hover {
        right: 52px;
    }
    
    h1,.h1 {
         font-size: 20px;
        line-height: 46px;
       
    }
    #main-menu .dropmenu .submenu.visible, #main-menu .dropmenu > li:hover .submenu.visible {
        left: 20%;
    }
    .news-box.annuar .news-item a, 
    .news-box.annuar .news-item a:link, 
    .news-box.annuar .news-item a:active, 
    .news-box.annuar .news-item a:visited, 
    .news-box.annuar .news-item a:hover{
        display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    }
    
}