    @font-face {
  font-family: 'OSn';
  src: url('fonts/opensans/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/opensans/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/opensanshebrew-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OSb';
  src: url('fonts/opensans/opensanshebrew-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensans/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/opensanshebrew-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/opensans/opensanshebrew-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/opensanshebrew-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OSl';
  src: url('fonts/opensans/opensanshebrew-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensans/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/opensanshebrew-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/opensans/opensanshebrew-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/opensanshebrew-light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
    font-size: 14px;
    font-family: 'OSn', sans-serif;
    background: url("../images/bg.jpg") repeat-x scroll 0 0 #f1f1f1;
    direction: rtl;
    overflow-x: hidden;
}
a , strong{
    text-decoration:none;
}

a, div, h1, h2, h3, h4, h5, h6, img, p, span, table, td {
    border: 0 none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mobile{
    display:none;
}
.left{
    float:left;
}
.right{
    float:right;
}
.center{
    text-align:center;
}
.wide{
    width: 100%;
}
.half{
    width: 50%;
}
.pad {
    height: 40px;
    width: 100%;
    float: right;
}
.first {
    margin-right: 0 !important;
}
.last {
    margin-left: 0 !important;
}
.screenwrapper{
    width:100%;
    position:relative;
    float:right;
}
.overflow{
    overflow:hidden;
}
body > .pagewraper {
    margin-top: -6px;
}
.pagewraper{
    width:1020px;
    margin:auto;
    position:relative; 
}

#show_gallery {
    background: rgba(0, 0, 0, 0) url("../images/show_gallery.png") no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 15px;
    height:141px;
    padding: 61px 0 0 8px;
    position: fixed;
    text-align: center;
    top: 180px;
    width: 101px;
    z-index: 1;
    right: inherit !important;
    left: calc((100vw - 1238px )/2) !important;    
}

#show_gallery2 {
    background: rgba(0, 0, 0, 0) url("../images/show_gallery1.png") no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height:141px;
    right: inherit !important;
    left: calc((100vw - 1238px )/2)  !important;
    padding: 61px 0 0 8px;
    position: fixed;
    text-align: center;
    top: 314px;
    width: 101px;
    z-index: 1;
}

#white_arrow {
    background: url("../images/blue_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -56px;
    height: 163px;
    left: -102px;
    position: absolute;
    width: 100px;
    z-index: 999;
}
.page {
    z-index: 900;
    background:#fff;
}

#header {
    height: 190px;
    z-index: 999;
}


#logo {
    display: block;
    margin: auto;
    position: relative;
    width: 463px;
}
#top_header {
  
    height: 100px;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
#top_header > div {

}

#top_menu {
    left: 0;
    position: absolute;
}
#top_menu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#top_menu li {
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
}
#top_header #langs ul:hover {
    height: auto;
}


#header > div#lang_menu {
    left: 0;
    position: absolute;
    top: 30px;
}
.lang_menu {
    background: #fff url("../images/select_lang_bg.png") no-repeat scroll 3px center;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    direction: rtl;
    height: 33px;
    margin-top: 13px;
    overflow: hidden;
    width: 111px;
}
.lang_menu select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #777777;
    cursor: pointer;
    height: 31px;
    padding-left: 4px;
    text-align: right;
    width: 127px;
}

#menu {
    background: #fff none repeat scroll 0 0;
    box-shadow:0 -3px 14px -6px #aaa;
    height: 68px;
    position: relative;
    width: auto;
}
#menu > ul {
  list-style:none outside none;
  margin:auto;
  padding:0;
  width:1020px;
}

#menu > ul > li {
    border-left: 1px solid #e6e6e6;
    float: right;
    height: 68px;
    line-height: 27px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
#menu > ul > li:first-child {

}
#menu > ul > li:last-child {
     border-left: 0px solid #e6e6e6;
}
#menu > ul > li > a {
    color: #777777;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 68px;
    padding: 0;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    position: relative;
}

#menu ul li .img.phone > span {
    color: #25525e !important;
    font-size: 19px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 55px;
    top: 25px;
    vertical-align: 15px;
}

#menu > ul > li:hover  , #menu > ul > li.selected {
    background: url("../images/li_border_top.jpg") repeat-x scroll 0 0 #fff;
}

#menu > ul > li:hover a  , #menu > ul > li.selected a{
    color: #296170;
}

#menu > ul > li li:hover  , #menu > ul > li li.selected {
    background: #296170;
}

#menu > ul > li li:hover a  , #menu > ul > li li.selected a{
    color: #fff;
}


#menu ul li .img > span {
    display: inline-block;
    height: 68px;
    padding-left: 7px;
    vertical-align: 15px;
}

#menu > ul li:last-child a {
   
}
#menu > ul li a img {
    margin: 7px 0 0 10px;
}
#menu > ul ul {
    box-shadow: -2px 2px 5px #999;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    display: none;
}
#menu > ul > li:hover > ul {
    display:block;
}
#menu > ul > li ul > li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #fff;
    float: none;
    height: 44px;
    line-height: 44px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 236px;
    z-index: 999;
}
#menu >  ul > li ul > li > a {
     color: #787878;
    display: block;
    font-size: 16px;
    height: 44px;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}
#menu > ul > li ul > li:hover a{

}
#menu ul ul > li > a {
    font-size: 14px !important;
    line-height: 44px !important;
    width: 100% !important;
}
#menu > ul > li ul > li:first-child {
    border-top: 0 none !important;
}
#menu > ul > li ul > li:last-child {
    border-bottom: 0 none !important;
}
#menu_icons {
    position: relative;
    margin-top: 20px;
}
#menu_icons ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    direction:ltr;
}
#menu_icons li {
    display: inline-block;
}
#menu_icons li:hover{
    opacity: 0.8;
}
#left_column{
    display:none;
}

#main {
    margin-top: 0px;
}

#main.screenwrapper > .pagewraper {
    box-shadow: 0 -3px 14px 0 #aaa;
    overflow: hidden;
}   
/************* RotateBanner **************/

.banners_warp > div {
    border: 1px solid #fff;
    float: right;
    width: 25%;
}
.left_recommendations .inBanner {
    display: none !important;
}
.inBanner {
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.inBanner.current {
   position: relative;
    display: block !important;
}
.inBanner > img {
    display: flex;
    position: relative;
}
.rotateBanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background:#fff: 
}

.banner_button {
    background: url("../images/banner_buttons_bg.png") no-repeat scroll 0 0;
    bottom: 14px;
    height: 56px;
    left: 30px;
    padding: 14px 13px 14px 11px;
    position: absolute;
    width: 84px;
    z-index: 50;
}
.banner_button > a {
    display: inline-block;
    height: 28px;
    width: 28px;
     cursor: pointer;
}
.banner_button > a:hover {
    opacity:0.7;
}
.banner_button > a.prev {
    background: url(../images/banner_next.png) no-repeat;
}
.banner_button > a.next {
    background: url(../images/banner_prev.png) no-repeat;
}

.rotateBanner .arrow {
    bottom: 240px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.rotateBanner .arrow > span {
    background: url("../images/scroll_button.png") no-repeat scroll 0 0;
    display: block;
    height: 48px;
    margin: auto;
    position: relative;
    width: 48px;
}


.inBanner > .banner_text {
    bottom: 50%;
    left: 0;
    position: absolute;
    text-align: right;
    width: 50%;
    z-index: 10;
    font-family: 'OSl', sans-serif; 
}

.banner_text > div > div.txt {
    color: #296170 !important;
    font-size: 52px;
    text-align: center;
    width: 100%;
}

.read_more > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: auto;
    width: 140px;
    color:#000;
    box-shadow: 0px 0px 3px #333;
}
.miBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #dcdcdc;
     color: #df0917 !important;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 #ffffff;
    width: auto;
    line-height: 40px;
     margin-top:7px;
 }

.miBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.miBtn:active {
    position:relative;
    top:1px;
}
/****************************************/


.welcome_boxes, .welcome_boxes2 {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    width: 100%;
} 

.w_box {
    background-size: 100% 100%;
    float: right;
    height: 305px;
    position: relative;
    width: 25%;
}

.w_box .title {
    background: url('../images/white_opacity.png')  repeat scroll 0 0;
    bottom: 0;
    color: #296170;
    font-size: 27px;
    height: 90px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'OSb', sans-serif;
    cursor:pointer;
}
.w_box:hover .title {
    background: url('../images/green_opacity.png')  repeat scroll 0 0;
    color: #fff;
}


.w_box2.left {
    color: #777;
    font-size: 16px;
    padding: 20px 40px;
}
.w_box2 h2 {
    color: #296170;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
}
.w_box2.left{
    height: 305px;
} 
.welcome_boxes2 {
    float: right;
    height: 304px;
    overflow: hidden;
    width: 100%;
} 
.w_box.small {
    height: 201px;
}

.w_box.small .title {
    font-size: 19px;
    height: 48px;
    line-height: 37px;
}

.w_box.small .links {
    background: rgba(0, 0, 0, 0) url("../images/white_opacity.png") repeat scroll 0 0;
    color: #296170;
    cursor: pointer;
    font-family: "OSb",sans-serif;
    font-size: 14px;
    height: 153px;
    line-height: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;   
}
.w_box.small .links a{
    color: #296170;
}
.w_box.small:hover .links , 
.w_box.small .links.show , 
.w_box.small:focus .links{
    opacity: 1;
}

#side_image_wrap.screenwrapper {
    position: absolute;
     height: 1px;
}
#side_image_wrap .pagewraper {
    height: 1px;
}
.pagewraper.main_content {
     overflow: hidden;
}
.content {
    overflow: hidden;
    position: relative;
    z-index: 800;
    background: #fff;
}
.content > div {
    padding: 15px;
}
.content.form {
    padding: 20px 0;
}


.content.content_page {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.content.content_page p {
    margin: 10px 0;
}
.gal_content > .w_box {
    padding: 0 !important;
}

.m_box.articles:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.m_box.articles {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #fff;
    padding: 10px;
    overflow: auto;
}
.m_box.articles  .item_image {
    box-shadow: 0 0 3px #999;
    float: right;
    height: 100px;
    width: 150px;
}

.m_box.articles .item_details {
    float: right;
    line-height: 16px;
    padding: 0 10px;
    width: calc(100% - 150px);
}

.m_box.articles .item_title{
    margin-bottom: 5px;
}

.m_box.articles .item_title > a {
    color: #b5000b;
    font-size: 16px;
    font-weight: bold;
}

.m_box.articles .item_link {
    font-weight: bold;
    left: 35px;
    position: absolute;
    bottom: 26px;
}
.m_box.articles .item_link > a {
    color: #1f3167;
}



#main_banner {
    margin-top: 0px;
}
#top_banner {
    margin-top:0px !important;
}


#p_right {
    background: #fff none repeat scroll 0 0;
    float: right;
    width: 762px;
}

#p_right.wide {
    width: 100%;
}
.left_menu {
    margin-bottom: 30px;
    margin-top: 51px;
}
#p_left .left_menu > a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    color: #777;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: auto;
    padding: 13px 11px;
    width: 210px;
}
#p_left .left_menu > a:first-child {

}
#p_left .left_menu > a:last-child {
    border-bottom: 0 none;
}

#p_left .left_menu > a.selected, #p_left .left_menu > a:hover {
    background: #296170 none repeat scroll 0 0;
    color: #fff;
}

#p_left {
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 258px;
    min-height: 650px !important;
}

.left_recommendations {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin: 14px auto;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: justify;
    width: 206px;
    position: relative;
}
.left_recommendations .rotateBanner {
    overflow: visible;
}
.left_recommendations h3 {
    background: rgba(0, 0, 0, 0) url("../images/border.jpg") repeat-x scroll 0 bottom;
    color: #296170;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 10px;
}
.left_recommendations .author {
    margin-top: 20px;
}
.left_recommendations .controls {
    left: 0;
    position: absolute;
    top: -42px;
}
.left_recommendations .controls a {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    padding: 0 6px;
    color: #296170;
}

.left_recommendations > a {
    background: rgba(0, 0, 0, 0) url("../images/border.jpg") repeat-x scroll 0 top;
    color: #296170;
    display: block;
    height: 29px;
    margin-top: 24px;
    text-align: left;
    width: 100%;
     line-height: 52px;
}


.reco {
    box-shadow: 0 0 3px #333;
    margin: 10px 5px;
}
.inBanner .reco {
    box-shadow: none;
}
.reco .gallery-item {
    height: 250px;
    margin: 0 auto;
    width: 190px;
}
.reco > div {
    overflow: hidden;
    width: 100%;
}

.hide_rec {
    display: none;
}
.reco:first-child .hide_rec {
    display: block;
}

.reco .title {
    color: #296170;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    padding-right: 20px;
}
.reco .right {
    color: #777;
    line-height: 23px;
    padding: 20px;
    width: 682px;
}
.reco .left {
    width: 307px;
}

cite {
    color: #c39460;
    font-size: 24px;
    font-weight: bold;
}
.content strong {
    color: #296170;
}
.content em {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

#lid {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 0;
    height: 60px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 101;
}
#lid > div#txt_top {
    color: #296170;
    float: right;
    font-family: "OSb",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
    padding-left: 20px;
    width: auto;
}
#lid > div {
    height: 41px;
}

#lid > div:nth-child(2) {
    overflow: hidden;
}

#lid .input_wrap:last-child {
    width: 110px;
}
#lid .input_wrap {
    color: #296170;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 18px;
    margin: 0 4px;
    overflow: hidden;
    width: 183px;
}
#lid .input_wrap > input {
    border: 1px solid #aaa;
    font-size: 18px;
    height: 30px;
    margin: 0 7px;
    padding: 2px 3px;
    width: 160px;
}
.input_wrap > .errInput {
    background:#fc8f8f;
    border: 1px solid #900;
}
#lid .checkbox {
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #296170;
    cursor: pointer;
    float: right;
    font-size: 27px;
    font-weight: bold;
    height: 37px;
    line-height: 32px;
    margin: 0 3px;
    text-align: center;
    width: 41px;
}

.screenwrapper.welcome_wrap {
    background: #f3eee5 none repeat scroll 0 0;
    padding-top: 50px;
    top: -56px;
    margin-bottom: -56px;
    box-shadow: 0px 0px 8px #999 inset;
}

#welcome {
    min-height: 320px;
}
#welcome2 {
     min-height: 230px;
}

.welcome {
    line-height: 23px;
    overflow: hidden;
    padding: 26px 30px 40px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.welcome > h2 {
    background: rgba(0, 0, 0, 0) url("../images/border_1.png") repeat-x scroll center bottom;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0;
    padding-bottom: 20px;
    width: 100%;
}

.welcome a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #333;
    color: #785a28;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 24px auto;
    width: 100px;
}
.welcome a:hover {
    opacity: 0.8;
    background: #785a28 none repeat scroll 0 0;
    color: #fff;
}

#welcome_boxes {
    min-height: 228px;
}
#welcome_boxes > div {
    background: #f8f6f1 url("../images/plus_img.png") no-repeat scroll 0 bottom;
    border-radius: 11px;
    box-shadow: 0 0 4px #999;
    overflow: hidden;
}
#welcome_boxes > div:hover {
     box-shadow: 0 0 8px #333;
     z-index: 220 !important;
}
#welcome_boxes > div:first-child {
    height: 250px;
    padding: 55px 20px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 55%;
    z-index: 210;
}
#welcome_boxes > div:last-child {
    height: 210px;
    padding: 36px 20px;
    position: absolute;
    left: 0;
    top: -20px;
    width: 46%;
    z-index: 200;
}


#welcome_boxes > div > div:first-child {
    height: 100%;
    width: 36%;
}
#welcome_boxes > div > div:first-child:hover {
    background-size: auto 90% !important;
}
#welcome_boxes > div > div:last-child {
    width: 60%;
    height: 100%;
}


#welcome_boxes > div > div span {
    float: right;
    font-size: 14px;
    width: 80%;
}
#welcome_boxes > div > div span.title {
    color: #296170;
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    width: 80%;
}
.content_page #welcome_boxes > div > div span.title {
    line-height: 34px;
     width: 96%;
}


#welcome3 {
    border-radius: 20px;
    box-shadow: 0 0 5px #999;
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
}

#welcome3 > img {
    height: 100% !important;
    width: 100%;
    display: flex;
    cursor:pointer;
}

#send_btn , .send_btn , .w_box .txt a {
    background-color:#296170;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #296170;
    display:inline-block;
    color:#ffffff;
    font-size:20px;
    font-style:normal;
    height:37px;
    line-height:37px;
    width:100px;
    font-family: 'OSn', sans-serif;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #296170;
    position: relative;
    cursor:pointer;
    float: left;
}

#send_btn:hover, .w_box .txt a:hover {
    opacity:0.8;
}
#send_btn:active, .w_box .txt a:active {
   margin-top:1px;
}


#hp_lid #send_btn {
    background-color:#296170;
    border:1px solid #296170;
    color:#ffffff;
    text-shadow:1px 1px 0px #296170;
    margin-top:5px;
}



.blueBtn{
    background-color:#296170;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #296170;
    display:inline-block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #296170;
    margin-top:8px;
}
.blueBtn:hover {
    background-color:#296170;
}
.blueBtn:active {
    position:relative;
    top:1px;
}


.w_box.gallery_cats {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 3px #999;
    float: right;
    height: 236px;
    margin: 15px;
    position: relative;
    width: 213px;
}

.w_box.gallery_cats .img img {
    height: 157px;
    width: 211px;
}
.w_box.gallery_cats .txt {
    padding: 10px;
}
.w_box.gallery_cats .txt h2{
    font-size: 16px;
}

.w_box.gallery_cats .txt > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #296170;
    float: left;
    font-size: 14px;
    margin: 0;
}


/***********************/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c1c1c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c1c1c1;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c1c1c1;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c1c1c1;
}

/*****************************/
#search {
    left: 276px;
    position: absolute;
    top: 42px;
}
#search > input {
    border: 1px solid #d5d0d0;
    border-bottom: 0px solid #d5d0d0;
    height: 24px;
    padding: 0 5px;
    width: 140px;
}

#search > a , #p_search  a#q {
    background: rgba(0, 0, 0, 0) url("../images/search_icon.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 24px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 24px;
}


#p_search {
    margin-bottom: 40px;
}
#p_search_form > input {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 33px;
    padding: 0 5px;
}

/*****************************/



#hp_lid {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 376px;
}

#hp_lid form > .input_wrap:nth-child(3), #hp_lid form > .input_wrap:nth-child(4), #hp_lid form > .input_wrap:nth-child(5) {
    float: right;
    width: 52%;
}
#hp_lid form > .input_wrap:nth-child(6) {
    height: 83px;
    position: absolute;
}
#hp_lid form > .input_wrap:nth-child(7) {
    float: right;
    width: 100%;
}


#hp_lid .input_wrap > input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    font-family: "OSn",sans-serif;
    height: 33px;
    margin: 3px 0;
    padding: 0 5px;
    width: 167px;
}
#hp_lid .input_wrap > textarea {
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 116px;
    margin: 2px 0;
    padding: 0 5px;
    width: 166px;
     font-family: 'OSn', sans-serif;
}







#side_lid {
    float: right;
    margin: 0 0 0 0;
    padding: 10px 20px 60px;
    position: relative;
    width: 100%;
}

#side_lid #form_wrap {
    margin-top: 30px;
    width: 100%;
}

#side_lid .input_wrap.textInp {
    float: right;
    width: 100%;
}
#side_lid #form_wrap .input_wrap.textAreaInp {
    float: right;
    width: 100%;
}

#side_lid #form_wrap .input_wrap.submit {
    float: right;
    margin-top: 10px;
    width: 190px;
}
#side_lid .input_wrap.textInp > input {
    border: 1px solid #d5d5d5;
    height: 34px;
    margin: 3px 0;
    padding: 0 4px;
    width: 178px;
}

#side_lid #form_wrap .textAreaInp textarea {
    border: 1px solid #d5d5d5;
    height: 87px;
    width: 184px;
}


#side_lid #form_wrap div#txt_bottom {
     display: none;
}


#side_image {
    background: rgba(0, 0, 0, 0) url("../images/side_image.png") no-repeat scroll 0 0;
    height: 296px;
    position: relative;
    right: -100px;
    width: 127px;
    z-index: 120;
}









.article_box {
    float: right;
    font-size: 13px;
    height: 380px;
    margin: 10px;
    overflow: hidden;
    width: 320px;
}
#p_right .article_box {
    width: 300px;
    height: 400px;
}
.article_box .item_image {
    border-radius: 8px;
    box-shadow: 0 0 3px #555;
    float: right;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.article_box .item_image > a > img {
    height: 100%;
    width: 100%;
}
.article_box .item_title {
    float: right;
    height: 48px;
    padding: 0 10px;
    width: 100%;
    position: relative;
}
.article_box .item_title > a {
    color: #684b2c;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 48px;
    text-decoration: none;
    width: 100%;
}
.article_box .item_summery {
    color: #555555;
    display: block;
    float: right;
    height: 90px;
    padding: 10px;
    width: 100%;
}

#p_right .article_box .item_summery {
    height: 108px;
}
.article_box .item_link {
    color: #555555;
    height:100px;
    padding: 0 10px;
    width: 100%;
    display: block;
}
.article_box .item_link a{
    background: none repeat scroll 0 0 #296170;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    padding: 6px 10px;
}

#welcome .text {
    color: #684b2c;
    font-size: 16px;
}
#welcome .text a {
    background: none repeat scroll 0 0 #296170;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 15px;
}

#news {
    float: right;
    height: 241px;
    width: 300px;
}
#newsmarquee > div {
    margin: 10px 0;
}
#news .head {
    background:url(../images/border_g.png) repeat-x scroll center bottom;
    color: #df293f;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
#news .date {
    color: #727272;
}
#news #newsScroller {
    background: none repeat scroll 0 0 #f9b035;
    border: 3px solid #fff;
    padding: 2px;
    width: 280px;
    height: 158px;
    margin-top: 14px;
}

#newsmarquee h3 a {
    color: #0b3f83 !important;
    line-height: 35px;
    padding: 5px;
}
#news #newsScroller a.title {
    text-decoration: none;
    color: #666;
}

#news marquee {
    height: 178px;
    margin-top: 5px;
    overflow: hidden;
}


/*************************************************************************/

h1, .head_title {
    border-bottom: 1px solid #f0f0f0;
    color: #296170;
    font-size: 22px;
    font-weight: normal;
    line-height: 51px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

.cat_row > h2 {
    border-bottom: 1px solid #f0f0f0;
    color: #296170;
    font-size: 18px;
    font-weight: normal;
    line-height: 51px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

.cat_row {
    overflow: hidden;
    width: 100%;
}
#projects_content h1 {
    margin-bottom: 40px;
    text-align: center;
}
#projects_content{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.top_img > img {
    border: 5px solid #fff;
}

.gal_content > .path {
    border-bottom: 1px solid #ccc;
    height: 32px;
    line-height: 22px;
    padding: 0 20px;
}

.gal_content > .path a{
    color:#787878;
}
#content > div p span , #content > div p  , #content > div {
    color: #4e4d4d !important;
    font-size: 15px !important;
}

#content > div p > span , #content > div > p  , #content > div {
   padding:10px;
}
#c_content {
    margin-top: 260px;
    position: relative;
    z-index: 100;
}
.c_content {
    float: right;
    min-height: 400px;
    padding-top: 7px;
    width: 770px;
}
.c_content.search{
    width: 960px;
}

.c_content > div {
    padding: 10px 10px 0 10px ;
    
}
nav#right_menu {
    background: url("../images/left_menu_bg.png") repeat-y scroll left 0 ;
    float: right;
    min-height: 400px;
    width: 242px;
}

#right_column > div#right_menu {
    background: none repeat scroll 0 0;
    margin-top: -13px;
    padding: 0;
    width: 230px;
}

#right_menu > a , #right_menu > div > a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d2d2d2;
    color: #929292;
    display: block;
    font-size: 14px;
    line-height: 39px;
    padding-right: 5px;
    text-decoration: none;  
    cursor:pointer;
}
#right_menu > a:first-child {
}
#right_menu > a:hover  , #right_menu > a.selected , #right_menu > a.open ,  #right_menu > div > a.selected {
    background: none repeat scroll 0 0 #fff;
    color: #1b75bb;
    font-weight:bold;
}
#right_menu > div  {
    display:none;
}
#right_menu > div  > a.c_child {
    font-size: 12px !important;
    padding-right: 15px !important;
}


.trip_box:first-child {
    margin-right: 10px;
}

.catalog_page {
    padding-right: 10px;
}
.trip_box {
    float: right;
    margin: 14px 5px;
    padding: 0 !important;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #999;   
}
.trip_box .img {

}
.trip_box .title {
   background: url("../images/title_white_bg.png") repeat scroll left 0 ;   
    bottom: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.trip_box .title a {
    color: #1b75bb;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


/* Content
-----------------------------------------------------------------------------*/

#top_banner {
    box-shadow: 0 0 5px #999;
    margin-top: 0;
}
#top_banner > img {
    display: flex;
    width: 100%;
}

/* Articles
-----------------------------------------------------------------------------*/


/* Gallery
-----------------------------------------------------------------------------*/



#calendar > h2{
    position:absolute;
}

#right_col {
    box-shadow: -8px 0 7px -7px #999;
    float: right;
    width: 754px;
}
#left_col {
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(left,  #f3f3f3 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right,  #f3f3f3 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
    float: left;
    width: 265px;
}
#left_col h2.head_title {
    color: #ff0000;
    font-size: 16px;
    line-height: 86px;
    text-align: left;
}
#left_col h2.head_title > a {
    color: #ff0000;
}
.htabs > a {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
    color: #5d5d5d;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 52px;
    margin: 0 1px;
    padding: 0 10px;
    text-align: right;
    width: 100%;
}
.htabs {
    box-shadow: 0 0 3px #333;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 236px;
    z-index: 4;
}
.tabs {
    margin-top: -4px;
    position: relative;
}

.tabs > div > div {
    padding: 15px 20px;
} 
.tabs > div.selected  , .tabs > div.first {
    display: block;
}
.htabs > a.active {
    cursor:pointer;
}
.htabs > a:hover, .htabs > a.selected, .htabs > a.first {
    background: #ffffff none repeat scroll 0 0;
    color: #296170;
}

.tabs > div {
    overflow:hidden;
    display: none;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 600px;
    width: 100%
}
.tabs > div.selected  {
    display: block;
}

#hp_tabs .htabs > a {
    background: url(../images/hp_tabs.png) no-repeat -7px -46px ;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    float: right;
    font-size: 18px;
    width: 213px;
    position:relative;
    z-index:2;
    height:40px;
    text-align:right;
    padding-right:30px;
    font-weight: bold;
}
#hp_tabs .htabs > a:last-child {
    z-index:1;
    margin-right:-30px;
}
#hp_tabs .htabs > a:hover,#hp_tabs  .htabs > a.selected ,#hp_tabs  .htabs > a.first {
    color:#4195d0;
    background: url(../images/hp_tabs.png) no-repeat 0 0 ;
    box-shadow: none !important;
         z-index: 3;
}

#hp_tabs .tabs {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: -1px -2px 3px #999;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -6px;
    width: 414px;
}
#hp_tabs .tabs > div {
    box-shadow: none;
    height: 220px !important;
    margin: 0;
    min-height: 239px;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.pagewraper > div#hp_tabs {
    float: right;
    height: 250px;
    margin: -46px 20px 0 0;
    width: 416px;
}
#calendar {
    float: right;
    height: 289px;
    width: 100%;
}
.EventsTable tbody td{
    position: relative;
}
.EventsTable tbody td:hover > .play_event {
    display: block;
}
.play_event {
    display: none;
    height: 99px;
    left: 43px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: -37px;
    width: 235px;
    z-index: 999;
}
.play_event .event {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #333;
    float: right;
    overflow: hidden;
    position: relative;
    width: 200px;
}
.play_event .left_arrow {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    float: right;
    height: 0;
    margin-top: 32px;
    width: 0;
    position: relative;
}
.play_event .date {
    color: #df293f;
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    text-align: right;
    width: 100%;
}
.play_event .image_details {
    float: right;
    height: 67px;
    width: 100%;
}
.play_event .image {
    float: right;
    height: 67px;
    padding: 10px;
    width: 85px;
}
.play_event .image > img {
    height: 100%;
    width: 100%;
}
.play_event .details {
    color: #333;
    float: right;
    font-size: 13px;
    height: 64px;
    overflow: hidden;
    padding: 5px;
    text-align: right;
    width: 112px;
}
.play_event .details > span {
    color: #777;
}
.tabs #tickets .title {
    background: rgba(0, 0, 0, 0) url("../images/border_g.png") repeat-x scroll center bottom;
    font-size: 19px;
    height: 74px;
    line-height: 23px;
    margin-bottom: 15px;
    padding: 20px 40px;
}

.select_warp {
    float: right;
    margin: 5px 20px;
    overflow: hidden;
    width: 374px;
}

.select_warp select {
    background: #e9e9e9 url("../images/select_bg.png") no-repeat scroll 13% center;
    border-right: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    height: 38px;
    width: 110%;
}
select[name="play_date"] > option:first-child {
    display: block;
}
select[name="play_date"] > option { 
    display: none;
}

#tickets span {
    float: left;
    margin-left: 20px;
    width: 77px;
}


#contactUs > a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 25px;
    text-decoration: none;
    width: 207px;
}

#contactUs > a:hover{
    text-decoration: underline;
}
.hr {
    box-shadow: 0 2px 3px #ccc;
    float: right;
    height: 1px;
    margin: 15px 0;
    padding: 0 !important;
    width: 100%;
}
.item_gallery {
    margin: 15px 0;
    padding: 0 !important;
    width: 100%;
    float: right;
}


.item_gallery h2 {
    color: #999;
    font-weight: normal;
    padding-right: 12px;
}

.social {
    margin: auto;
    width: 320px !important;
}
.social > div:first-child {
    float: right;
    padding: 0 20px;
    width: 120px;
}
.social > div:last-child {
    float: left;
    padding: 0 20px;
    width: 120px;
}
#footerLid {
    float: left;
    height: 120px;
    width: 300px;
}

.footer_1 ul {
    float: right;
    list-style: outside none none;
    padding: 0;
    width: 214px;
    margin:0px;
}

.footer_1 li {
    color: #777;
    font-size: 14px;
    line-height: 28px;
}   

#footer_wrap {
    background: #F1F1F1;
    color: #777777;
    float: right;
    margin-top: 0;
    min-height: 90px;
    position: relative;
    width: 100%;
    z-index: 0;
}
#footer_wrap > div {
    margin: auto;
    padding-top: 20px;
    width: 1020px;
}
#footer_wrap div#footer_logo {
    float: right;
    width: 172px;
}
#footer_wrap div#footer_text {
    float: right;
    padding-right: 15px;
    width: 612px;
}

.footer_1 {
    margin-top: 24px;
    overflow: auto;
    padding: 36px 0;
     color: #c1c1c1;
     font-weight: normal;
     background: url(../images/border.jpg) repeat-x 0 bottom;
}
.footer_2 {
    float: right;
    line-height: 20px;
    text-align: right;
    width: 770px;
}
#footer_wrap div#credit {
    float: left;
    padding-bottom: 40px;
    padding-top: 24px;
    text-align: left;
    width: 100%;
    line-height:55px;
}
.footer_1 li a {
    color: #777;
}
.footer_1 li a:hover {
    color: #296170;
}

.credit {
    margin: 0;
    float: left;
}
.simply_credit {
    animation: 3s steps(19) 0s normal none infinite running animated_cs_logo;
    background: rgba(0, 0, 0, 0) url("../images/simply-black.png") no-repeat scroll 0 0;
    display: block;
    margin: 15px auto;
    height: 22px;
    transition: all 0.5s ease 0s;
    width: 163px;
}



@-webkit-keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
@keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}


#hp_lid > div {
    color: #296170;
}
#p_left h2 {
    background: url("../images/black_border.png") repeat-x scroll 0 bottom;
    color: #fff;
    padding: 0 10px 15px;
}
#p_left h2 a {
    color: #fff;
}

#reviewsScroller > div {
    margin: 20px 0;
}
marquee#reviewsScroller {
    height: 507px;
    overflow: hidden;
}
#reviewsScroller .reviews_text {
    color: #fff;
    font-style: italic;
    line-height: 22px;
    padding: 10px;
}
#reviewsScroller .titie {
    color: #f1ad15;
    font-weight: bold;
    padding: 10px;
}
#reviewsScroller .titie a {
    color: #f1ad15;
}
.social_links {
    bottom: 10px;
    position: absolute;
    
}

.content.events .event_row {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.event_row .title a {
    color: #296170;
    font-size: 20px;
    cursor:pointer;
}
.event_details {
    display: none;
}
.event_details > span {
    display: block;
}

.event_row  .play {
    float: right;
    width: 100%;
}
.event_details .play > div {
    float: right;
    padding: 10px;
    width: 600px;
}
.event_details .play .thumb {
    height: 169px;
    width: 224px;
}
.event_details .play .thumb > img {
    height: 100%;
    width: 100%;
}



div#black_warp , div#alert_wrap{
    background:  rgba(0,0,0,0.55) repeat scroll 0 0 ; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display:none;
}

#alert_wrap > div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 160px auto auto;
    padding: 0;
    position: relative;
    width: 355px;
}

#alert_wrap > div .close {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 3px #333;
    color: #296170;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    left: -31px;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px #000;
    top: -35px;
    width: 41px;
    z-index: 1;
}

#alert_wrap .alert > ul {
    margin: 0;
    padding: 15px;
}

#alert_wrap .alert li  {
    list-style:none;
}
.errors {
    padding: 5px;
}
.errors  li {
    color: #f00;
}
#alert_wrap .alert {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px #333;
    display: block;
    font-size: 16px;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.alert .head_title ,.nalert .head_title {
    line-height: 56px;
    margin: 0 -15px 20px;
    width: 353px;
    border-bottom: 1px solid #296170;
}

.content_page > .nalert {
    margin: 40px auto;
    width: 340px;
}
.alert .input_wrap > input ,.nalert .input_wrap > input {
    height: 32px;
    margin: 10px;
    padding: 2px 5px;
    width: 86%;
}

#login_form > div#quick_login {
    overflow: hidden;
}

#quick_login {
    overflow: hidden;
}
.alert .half {
    padding: 8px 10px 8px 25px;
}
div#white_warp.loading {
   /* background: none repeat scroll 0 0 #fff;*/
    display: none;
    height: 1px;
    left: 0;
    /*opacity: 0.5;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loading {
    background: url("../images/loading.gif") no-repeat scroll center 0 ;
    height: 380px;
    position: absolute;
    top: 230px;
    width: 100%;
    z-index: 999;
}



.register_div {
    overflow: hidden;
}
.register_div_row {
    width: 100%;
}
.register_div_row {
    height: 50px;
    line-height: 33px;
    text-align: right;
}
.register_div_row > div {
    float: right;
    width: 50%;
}
.register_div_row input {
    height: 32px;
    margin: 10px;
    max-width: 320px;
    width: 80%;
}
.register_div_row .checkbox {
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #296170;
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    width: 32px;
}
label.requierd {
    color: #a00;
    display: inline-block;
    width: 32px;
}




#welcome_boxes.wide.content {
    height: 400px !important;
    margin: 0 5%;
    width: 90%;
}
#welcome_boxes.wide.content > div:first-child {
    right: 2px;
    top: 12px;

}
#welcome_boxes.wide.content > div:last-child {
    left: 3px;
    top: 27px;
}


.pagination {
    padding: 10px 0;
    text-align: center;
}
.pagination > a {
    background: #296170 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 1px;
    width: 26px;
}

.pagination > a.selected {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #296170;
    color: #296170;
    position: relative;
    top: 1px;
}

.gallery-item_wrap {
    float: right;
    overflow: hidden;
    position: relative;
}

.printer {
    background: #fff url("../images/print_icon.png") no-repeat scroll center center;
    border-radius: 5px;
    bottom: 22px;
    box-shadow: 0 0 3px #333;
    cursor: pointer;
    height: 40px;
    left: 21px;
    opacity: 0.4;
    position: absolute;
    width: 40px;
}
.gallery-item_wrap:hover .printer {
    opacity: 0.8;
}


.contact_page .form_wraps {
    float: right;
    width: 394px;
}
.contact_page .form_wraps .title {
    display: block;
    float: right;
    line-height: 40px;
    width: 80px;
}
.input_wrap > input {
    border: 1px solid #a1a1a1;
    height: 32px;
    margin: 10px;
    width: 188px;
}

.input_wrap > textarea {
    border: 1px solid #a1a1a1;
    height: 62px;
    margin: 10px;
    width: 188px;
}
.input_wrap.submit_wrap {
    display: block;
    width: 278px;
}


.lang_menu {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: medium none;

    border-radius: 4px;

    cursor: pointer;

    direction: ltr;

    height: 33px;

    margin-top: 13px;

    overflow: hidden;

    width: auto;

}

.lang_menu > a {

    color: #777;

    display: block;

    float: right;

    margin: 0 5px;

    text-transform: capitalize;

}

.lang_menu img {

    box-shadow: 0 0 3px;

    height: auto;

    width: 20px;

}

.gallery-item span {
    right: 0px;
    top: 0px;

}
.gall.fancybox > img {
    border: 0px solid #fff;
}
.gallery-item.break:nth-child(5n+1) {
    height: 270px;
    margin: 5px 0 5px 5px ;
    width: 360px;
}
.gallery-item.break:nth-child(5n+2) {
    height: 270px;
    margin: 5px 5px 5px 0 ;
    width: 360px;
}
.gallery-item.break:nth-child(5n+3) {
    height: 177px;
    margin: 5px 0 5px 5px;
    width: 236px;
}
.gallery-item.break:nth-child(5n+4) {
    height: 177px;
    margin: 5px;
    width: 236px;
}
.gallery-item.break:nth-child(5n) {
    height: 178px;
    margin: 5px 5px 5px 0 ;
    width: 238px;
}

.hidden_label {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
}