@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 */
}
.mobile{display: none;}
body{
    font-size: 14px;
    font-family: 'OSn', sans-serif;
    background: #189ac4 ;
    direction: rtl;
    overflow-x: hidden;
}
a {
	text-decoration:none;
    color:#fff;
}
h2{
    color:#049bd9;
    font-weight: normal;
}

strong {
    font-family: "Osb";
    font-weight: normal;
}

div#wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bold {
    font-weight: bold;
}
.black{
    color:#000;
}
.gray{
    color:#777777;
}
.blue{
    color:#049bd9;
}
.red{
    color:#ff0000;
}
.left{
	float:left;
}
.right{
    float:right;
}
.center{
	text-align:center;
}
.half{
    width: 49%;
    margin: auto 0.5%;
}
.wide{
	width: 100%;
}
.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:1024px;
	margin:auto;
	position:relative; 
}
.pagewraper.wide{
	width:1308px;
	margin:auto;
	position:relative; 
}


#welcome2 > .pagewraper.wide {
    margin-top: -110px;
    width: 1203px;
}
#white_arrow {
    background: url("../images/white_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: 110px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #189ac4 none repeat scroll 0 0;
}
.header_wrapper.scrollD {
    box-shadow: 0 0 3px #666;
    opacity: 0.8;
}
#logo {
    left: 10px;
    position: absolute;
    top: 10px;
}
#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;
}

#menu {
    position: relative;
    width: auto;
}
#menu > ul {
  list-style:none outside none;
  margin:auto;
  padding:0;
  width:1020px;
}
#menu > ul > li {
    float: right;
    height: 68px;
    line-height: 27px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
#menu > ul > li.lang_rtl {
    line-height: 68px;
}
#menu > ul > li a:hover{
   color: #fff;
   text-decoration: underline;
}


#menu > ul > li:first-child {

}
#menu > ul > li:last-child {
	
}

#menu > ul > li > a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: auto;
}
#menu  a:hover  , #menu  a.selected {
    color: #049bd9;
}
#menu > ul li:last-child a {
   
}

#menu > ul li a img {
    margin: 17px 5px 0 ;
} 
#menu ul li span {
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 18px;
    padding-top: 16px;
    text-align: right;
    width: 50px;
}
#menu ul li label {
    display: block;
    line-height: 20px;
    text-align: right;
}
#menu > ul ul {
    display: none;
	margin-right: 0;
    margin-top: 0px;
    padding: 0;
    position: absolute;
}
#menu > ul > li:hover > ul {
	display:block;
}
#menu > ul > li ul > li {
    background: none repeat scroll 0 0 #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #fff;
    float: none;
    height: 35px;
    line-height: 35px;
    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: 35px;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}
#menu > ul > li ul > li:hover a{
    line-height: 35px !important;
}
#menu ul ul > li > a {
    font-size: 14px !important;
    line-height: 35px !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: 50px;
}
#bids_text {
	background: url("../images/blue_border.png") repeat-x scroll center bottom;
    color: #fff;
    font-size: 16px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#main_banner > img {
    width: 100%;
}
/************* RotateBanner **************/

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

.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: 0;
    height: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.banner_text > div {
    margin: auto;
    width: 1020px;
}


.banner_text > div > div.txt {
    bottom: 10px;
    color: #fff !important;
    font-family: "OSn";
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    text-shadow: 0 0 3px #555;
    width: 100%;
    background:rgba(0,0,0,0.5);
    padding: 10px;
}
.banner_text > div > div.txt strong {
    color: #fff !important;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    text-shadow: 0 0 1px #333;
}

.read_more {
    margin-top: 20px;
}
.read_more > a , .miBtn {
    background: #189ac4;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 22px;
    margin: 24px auto;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 176px;
     text-align: center;
}
#send_btn, .send_btn {
    background: #189ac4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin: 6px 5px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 162px;
    cursor: pointer;
}

.read_more > a:hover , .miBtn:hover, #send_btn:hover, .send_btn:hover {
  opacity:0.8;
  text-decoration: none;
}


.miBtn.big {
    float: right;
    height: 52px;
    line-height: 33px;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.miBtn.green {
    background: #00b4fe;
    background-image: -webkit-linear-gradient(top, #94d144, #498214);
    background-image: -moz-linear-gradient(top, #94d144, #498214);
    background-image: -ms-linear-gradient(top, #94d144, #498214);
    background-image: -o-linear-gradient(top, #94d144, #498214);
    background-image: linear-gradient(to bottom, #94d144, #498214);
}
.miBtn.green.big {
    float: right;
    height: 70px;
    line-height: 45px;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.miBtn.green:hover {
  background: #94d144;
}
/*--------------------------------*/


ul.bx_banner{
    margin: 0px;
    padding:0px;
}


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



#hp_content.pagewraper {
    box-shadow: 0 0 3px #999;
    overflow: hidden;
    background: #fff;
}

#hp_content_wrap {
    overflow: visible;
    position: relative;
    z-index: 800;
    margin-bottom: 40px;
}


.w_box:nth-child(even) {
        background: #f8f6f1 url("../images/plus_img2.png") no-repeat scroll right bottom;
}
.w_box:nth-child(odd) {
        background: #f8f6f1 url("../images/plus_img.png") no-repeat scroll 0 bottom;
}
.w_box:first-child {
}
.w_box {

    border-radius: 10px;
    box-shadow: 0 0 3px #999;
    cursor: pointer;
    float: right;
    height: 230px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
}


.w_box:hover {
	z-index: 102 !important;
} 
#welcome2 .w_box {
    background-color: #fff !important;
    background-position: center 40px !important;
    background-repeat: no-repeat !important;
    background-size: 300px auto !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 3px #333;
    float: right;
    height: 599px;
    margin: auto -5px;
    text-align: justify;
    width: 400px;
    z-index: 100;
}

.w_box > h2 {
    border-bottom: 1px solid #d7d7d7;
}
.w_box > .txt {
    border-top: 1px solid #fff;
}
.w_box a {
    color: #fff;
}

.w_box {
    padding-top: 300px;
}



.w_box > h2 {
    color: #189ac4;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    margin: auto 10%;
    padding: 0 !important;
    width: 80%;
    text-align: center;
}
.w_box .txt {
    color: #000;
    font-size: 15px;
    margin: 0 10%;
    padding: 15px 0 0;
    width: 80%;
}
.w_box .miBtn{	
   font-size: 14px;
   width: 280px;
   box-shadow: 0px 0px 3px;
}



#side_image_wrap.screenwrapper {
    position: absolute;
     height: 1px;
}
#side_image_wrap .pagewraper {
    height: 1px;
}
.pagewraper.main_content {
     overflow: auto;
}
.content {
    overflow: hidden;
    position: relative;
    z-index: 800;
}
.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: left;
    line-height: 16px;
    padding: 0 10px;
    width: calc(100% - 170px);
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}


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

.m_box.articles .item_title > a {
    color: #049bd9;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.m_box.articles .item_link {
    font-weight: bold;
    left: 0;
    position: absolute;
    bottom: 2px;
}


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



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

#p_right {
    background: rgba(0, 0, 0, 0) url("../images/p_right_bg.png") repeat-y scroll 0 0;
    float: right;
    width: 237px;
}

#right_col.text {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
}

#right_col.text.wide {
    width: 100%;
}


#right_col.text p {
    margin-bottom: 5px;
}
#right_col.text h2 {
    color: #049bd9;
    font-size: 25px;
    line-height: 40px;
    margin: 10px 0;
}
#right_col img {
    height: auto !important;
    max-width: 100%;
}
.left_menu {
    border: 1px solid #eee;
    margin: 20px auto 50px auto;
    position: relative;
    width: 290px;
}



.left_menu > a {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding-right: 10px;
    width: 100%;
    z-index: 3;
    position: relative;
}
.left_menu > a:first-child {

}
.left_menu > a:last-child {
    border-bottom: 0 none;
}
.left_menu > a.selected , #p_right .left_menu > a:hover {
    color: #049bd9;
}
.left_menu_after {
    background: #777 none repeat scroll 0 0;
    bottom: 15px;
    box-shadow: 10px 7px 10px #000;
    height: 83%;
    position: absolute;
    right: 9px;
    top: 8%;
    transform: rotate(0deg);
    width: 96%;
    z-index: 0;
}



#p_left {
    float: right;
    width: 100%;
	position:relative;
}
cite {
    color: #c39460;
    font-size: 24px;
    font-weight: bold;
}
.content strong {
    color: #049bd9;
}
.content em {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.play_box {
    float: right;
    width: 224px;
	margin:20px;
	box-shadow:0px 0px 3px #333;
}

#p_left .play_box {
    box-shadow: 0 0 3px #333;
    float: right;
    margin: 20px 20px;
} 
.play_box .image {
    height: 169px;
}
.play_box .image > img {
    height: 169px;
    width: 100%;
}
.play_box .title {
    background: #fff url("../images/border_g.png") repeat-x scroll 0 bottom;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
}
.play_box  .summary {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 120px;
    padding: 5px;
}

.play_box .date_order {
    background: #fff none repeat scroll 0 0;
    height: 44px;
}
.play_box .date_order > span.date {
    float: right;
    font-family: arial;
    line-height: 44px;
    padding-right: 10px;
    width: 65%;
}
.play_box .date_order > span.order {
    float: right;
    width: 35%;
}
 .play_box .order > a, .pinkBtn {
    background: #df293f none repeat scroll 0 0;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    min-width: 63px;
    text-align: center;
}
.play_box .order > a:hover , .pinkBtn:hover {
    background: #EF7D0A none repeat scroll 0 0;
}
.play_page > div {
    box-shadow: 0 0 5px #030303;
    margin: auto;
    padding: 0;
    width: 752px;
	 overflow: hidden;
}
.play_page .main_image {
    height: 343px;
    width: 100%;
}
.play_page .main_image > img {
    height: 100%;
    width: 100%;
}

.play_page  > div  .title_2 {
    border-bottom: 1px solid #ccc;
    color: #049bd9;
    font-size: 28px;
    line-height: 48px;
}
.play_page  > div  .title_2 > span {
    float: right;
    padding-right: 10px;
}
.play_page > div .title_2 > span:first-child {
    width: 470px;
}
.play_page > div .title_2 > span:last-child {
    width: 270px;
}


.play_page  > div  .text_dates {
}
.play_page  > div  .text_dates > span {
    float: right;
    padding-right: 10px;
}
.play_page > div .text_dates > span:first-child {
    width: 470px;
	padding: 0 15px;
}
.play_page > div .text_dates > span:last-child {
    width: 270px;
}

.play_page > div .date_row {
    line-height: 40px;
}
.play_page > div .date_row:nth-child(even) {
    background: #ebebeb none repeat scroll 0 0;
}

.date_row .pinkBtn {
    border: 1px solid;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 5px;
}

.text_dates > span > span {
    float: right;
    margin: 10px 0;
    width: 100%;
}

.screenwrapper.main_page {
    z-index: 101;

}

.content_page {
    margin-top: 3px;
}

.screenwrapper.welcome_wrap {
    background: #189ac4 none repeat scroll 0 0;
    position: relative;
    z-index: 15;
}


#welcome {
    border-bottom: 1px solid #d1d1d1;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    overflow: hidden;
    padding: 26px 30px 40px;
    position: relative;
    text-align: center;
    z-index: 100;
    border-bottom: 1px solid #d1d1d1;
  }


#welcome  h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0;
    padding-bottom: 20px;
    width: 100%;   
} 

#welcome a {
    color: #fbffbb;
}
#welcome a:hover {
    color: #fff;
    text-decoration: underline;
}

#welcome strong {
    color: #fff;
    font-size:24px;
    font-weight: normal;
}


#welcome2 {
    background: #189ac4 none repeat scroll 0 0;
    padding-bottom: 80px;
}

#welcome2 .pagewraper > div.w_box:first-child {
	z-index: 98;
   
}
#welcome2 .pagewraper > div.w_box:last-child {
	z-index: 98;
   
}
#welcome2 .pagewraper > div h2 {

}
#welcome2 .pagewraper > div:first-child  h2 {
    
}
#welcome2 .imgbg {

}






#welcome3.screenwrapper {
    background: #198cb1 none repeat scroll 0 0;
    color: #fff;
    min-height: 860px;
    padding: 71px 0 29px;
    text-align: center;
}

#welcome3.screenwrapper h2{
    font-size: 28px;
    margin-bottom: 38px;
    display: block;
    line-height: 36px;
    color:#fff;
}
#welcome3.screenwrapper span.big{
    font-size: 22px;
    display: block;
    margin-bottom: 48px;
    line-height: 36px;
}

#slider.mac {
    background: rgba(0, 0, 0, 0) url("../images/macbook.png") no-repeat scroll 0 0;
    height: 478px;
    margin: auto;
    padding: 29px 80px 28px 93px;
    width: 727px;
}

.bx-controls {
    bottom: -200px;
    position: relative;
}
.bx-wrapper .bx-caption {
    visibility: hidden;
}
#BannerBxSliderText {
    float: right;
    font-size: 30px;
    line-height: 21px;
    margin-top: 72px;
    position: relative;
    text-shadow: 0 0 3px #333;
    width: 556px;
}
#welcome4 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #ccc;
    padding: 40px 0;
}

#welcome4 .bx-controls {
    bottom: 32%;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999;
}
#welcome4 .bx-caption {
    background: rgba(0, 0, 0, 0) url("../images/bxslider_txtbox.png") no-repeat scroll center center;
    bottom: 37%;
    color: #000 !important;
    direction: rtl;
    font-size: 16px;
    height: 180px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 570px !important;
    z-index: 999;
}
#welcome4 .bx-caption span{
    color:#000;
    font-size: 18px;
    line-height:20px;
}
#welcome4 .bx-wrapper {
    margin-bottom: 0px !important;
}

#welcome4 .bx-caption span > span {
    bottom: 28px;
    font-size: 14px;
    left: 27px;
    position: absolute;
}



#welcome_form.pagewraper {
    padding: 0px 150px 80px;
}

.form_wraps {
    min-height: 60px;
    margin: 12px 0;
    width: 100%;
    overflow: hidden;
}
#welcome_form .form_wraps > div {
    float: right;
    height: 60px;
}
#welcome_form .form_wraps > div:first-child {
    float: right;
    width: 32%;
    line-height: 60px;
}

#welcome_form .form_wraps.focus > div:first-child {
    color: #049bd9;
}
#welcome_form .form_wraps.err > div:first-child {
    color: #F98886;
}

#welcome_form .form_wraps.focus.focus2 > div:first-child > .num{
    color: #ffffff !important;
    background: #049bd9;
}

.form_wraps > div:last-child {
    float: left;
    width: 64%;
}
.form_wraps .level {
    color: #777777;
}
.form_wraps .num {
    border: 1px solid;
    border-radius: 72px;
    display: block;
    float: right;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.form_wraps .title {
    display: inline-block;
    font-size: 18px;
    margin: 0 32px 0 0;
}
.form_wraps > div:last-child > span {
    float: right;
    width: 100%;
}
.form_wraps > div:last-child > .explain {
    color: #777;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}
.form_wraps  .select_wrap {
    height: 40px;
}

.form_wraps.type {
    background: rgba(0, 0, 0, 0) url("../images/blue_border.png") repeat-x scroll center bottom;
    height: 82px;
    margin-bottom: 40px;
    padding: 10px 0;
}

option {
    padding: 5px 10px;
}


.checkbox_wrap {
    background: #1485b1 none repeat scroll 0 0 !important;
    display: block;
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 12px; 
    width: 48%;
    font-weight: normal;
}
.checkbox_wrap > input {
    vertical-align: -15px;
    width: 20px !important;
}

.toggle_height {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 3px #777;
    color: #1485b1;
    cursor: pointer;
    font-size: 22px;
    height: 26px;
    width: 26px;
    left: 7px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 5px;
    transform: rotate(270deg);
     -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
}


.ftabs {
    display: none;
}
.ftabs.first, .ftabs.selected {
    display: block;
}

.form_wraps .title {
    display: block;
    float: right;
    font-size: 16px;
    margin: 0 32px 0 0;
    width: 281px;
    line-height: 44px;
}
.form_wraps .select_wrap {
    background: #1485b1 url("../images/dropdown_arrow.png") no-repeat scroll 7px center;
    border: 1px solid #0a6b91;
    border-bottom: 1px solid #67bfdc;
    border-radius: 8px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 340px;
}

.form_wraps .select_wrap select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    padding-right: 14px;
    position: absolute;
    right: 0;
    width: 360px;
}
.form_wraps .select_wrap option {  
    background:#1485b1; 
}

.select_wrap.small {
    margin: 0 1.5%;
    width: 30% !important;
}
.select_wrap.small.first{
    margin-right: 0;
}
.select_wrap.small.last{
    margin-left: 0;
}
.form_wraps .select_wrap.small select {
    width: 120%;
}



.upload_wrap {
    display: block;
    float: left;
    margin: 8px 4px 3px;
    width: 321px !important;
}
.upload_wrap.first{
     margin-right: 0;
}
.upload_wrap.last{
     margin-left: 0;
}
.fileinput-button {
    background: #fff  url(../images/btn_upload.png) no-repeat 7px center;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 90px;
    width: 100%;
}

.progress {
    height: 4px;
    overflow: hidden;
    position: relative;
    top: -8px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}


.textarea_wrap > textarea {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    height: 100%;
    padding: 5px;
    width: 100%;
}


/**************** SMALL **********************/



.form_wraps.small {
    margin: 32px 0;
    height: auto;
    overflow: hidden;
}
.form_wraps.small > div:last-child{
    float: right;
    width: 100%;
}




.form_wraps.small > div:last-child > .select_wrap {
    width: 96%;
}
.form_wraps.small .select_wrap select {
    width: 120%;
}

.select_wrap.small {
    margin: 0 1.5%;
    width: 30% !important;
}


.form_wraps.small .textarea_wrap > textarea {
    width: 93% ;
}

.form_wraps.small .miBtn.big {
    width: 96%;
}




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

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

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

/*****************************/
#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;
}

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


#footer_lid {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#footer_lid > div#txt_top {
    color: #049bd9;
    font-size: 18px;
    margin-bottom: 16px;
}

#footer_lid form > .input_wrap {
    float: right;
    width: 20%;
}


#footer_lid .input_wrap > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 30px;
    margin: 3px 0;
    padding: 0 5px;
    width: 90%;
    font-size:14px;
    font-family: 'OSn', sans-serif;
    color: #189ac4;
}

#footer_lid .input_wrap > textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 31px;
    margin: 2px 0;
    padding: 0 5px;
    width: 100%;
     color: #189ac4;
}

#footer_lid #send_btn {
    height: 36px;
    line-height: 18px;
    margin: 0;
}






#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 #049bd9;
    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 #049bd9;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 15px;
}

#news {
    float: right;
    height: 500px;
    width: 100%;
}

#newsmarquee > div {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #333;
    color: #000;
    margin: 10px 0;
    padding: 10px;
}
#newsmarquee > div:first-child {
    margin-top: -400px;
}
#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: 500px;
    margin-top: 5px;
    overflow: hidden;
}


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

h1, .head_title {
    background: url("../images/blue_border.png") repeat-x scroll center bottom;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 68px;
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
}
h2.head_title > a {
    padding-right: 24px;
}
#bids_text h1 {
    margin-bottom: 32px;
}
#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 {
   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
-----------------------------------------------------------------------------*/

.c_content.gallery > div {
    padding: 10px 0;
}


.gallery-item {
    border-radius: 5px;
    float: right;
    height: 175px;
    margin: 0 19px 35px 0;
    position: relative;
    text-align: center;
    width: 230px;
}

.gallery-item.first {
    margin-right: 0;
}
.gallery-item a { 
    display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;	
}
.gallery-item span { 
    display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/hover.png) repeat center center;
}
.gallery-item a:hover span {
    display: block; 
}

#calendar > h2{
	position:absolute;
}


#right_col {
    color: #fff;
    float: right;
    font-size: 17px;
    line-height: 24px;
    min-height: 900px;
    padding: 20px 0 20px 20px; 
    width: 680px;
}

#left_col {
    float: left;
    width: 340px;
    box-shadow: -6px 0px 7px -7px #333 inset;
    background: #189AC4; /* Old browsers */
    background: -moz-linear-gradient(left,  #189AC4 0%, #0e789b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#189AC4), color-stop(100%,#0e789b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #189AC4 0%,#0e789b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #189AC4 0%,#0e789b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #189AC4 0%,#0e789b 100%); /* IE10+ */
    background: linear-gradient(to right,  #189AC4 0%,#0e789b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#189AC4', endColorstr='#0e789b',GradientType=1 ); /* IE6-9 */
}



#right_col1 {
    color: #777;
    float: right;
    padding: 20px;
    width: 668px;
}

#right_col1 img {
    max-width: 640px;
}

#left_col2 {
     box-shadow: -8px 4px 7px -7px #999 inset;
    float: left;
    min-height: 800px;
    width: 350px;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}




.reservation_row {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px #333;
    float: right;
    height: 91px;
    margin: 12px 6px;
    width: 100%;
}
.reservation_row > div {
    border-radius: 2px;
    height: 100%;
    overflow: hidden;

}

.reservation_row > div:first-child {
    float: right;
    width: 87%;
}

.reservation_row > div:last-child {
    float: left;
    width: 13%;
}

.reservation_row .img {
    width: 80px;
}

.reservation_row .txt {
    width: 360px;
}
#left_col .reservation_row .txt {
    width: 100%;
}
.reservation_row .price {
    border-right: 1px solid #dbdbdb;
    font-size: 20px;
    height: 100%;
    line-height: 65px;
    text-align: center;
    width: 140px;
}

.reservation_row  .txt > div {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 12px;
    padding:5px;
}
.dimensions {
    height: 40px !important;
}
.reservation_row  .txt > div:first-child {
    font-size: 18px;
     height: 26px !important;
    line-height: 26px;
}
.reservation_row .txt > div > span:first-child {
    color: #999;
    margin-left: 10px;
}
.reservation_row .remove {
    background:  url("../images/removeItem.png") no-repeat scroll center top;
    cursor: pointer;
    display: block;
    height: 91px;
    margin-top: 0;
    width: 100%;
}
.reservation_row .remove:hover {
    opacity:0.9;
}




.total {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    float: right;
    font-size: 21px;
    height: 64px;
    line-height: 60px;
    margin-bottom: 4px;
    width: 100%;
}

.total >span:first-child {
    float: right;
    text-align: left;
    height: 100%;
    width: 84%;
}
.total > span:last-child {
    float: right;
    height: 100%;
    text-align: center;
    width: 15%;
}



.order_details {
    margin: 30px 5px;
}
.order_details .head {
    margin-bottom: 30px;
}

.order_details .head span {
    display: block;
}
.order_details .head span {
    display: block;
}
.order_details .head span:first-child {
    font-size: 18px;
}


.order_details .input_wrap {
    float: right;
    margin: 10px 0;
}
.order_details .input_wrap {
    float: right;
}

.form_wraps input {
    background:  none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    margin: 0 5px;
    padding-right: 14px;
    width: 360px;
}
.form_wraps  textarea {
    background: #1485b1  ;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    height: 120px;
    padding-right: 14px;
    width: 322px;
    border: 1px solid #0a6b91;
    border-bottom: 1px solid #67bfdc;
    border-radius: 8px;   
}

.order_details .input_wrap.wide > input {
    width: 94%;
}

.form_wraps  input.datepicker {
    background: #1485b1  url("../images/datepicker.png") no-repeat scroll 7px center;
     border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    margin: 0 5px;
    padding-right: 14px;
    width: 144px;
    border: 1px solid #0a6b91;
    border-bottom: 1px solid #67bfdc;
    border-radius: 8px;
}
.form_wraps  input.datepicker.wide {
    width: 92%;
}

.fileinput-button > span {
    color: #999 !important;
}

.input_wrap input , .input_wrap textarea {
    background: #1485b1 ;
     border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    margin: 6px 5px;
    padding-right: 14px;
    width: 92%;
    border: 1px solid #0a6b91;
    border-bottom: 1px solid #67bfdc;
    border-radius: 8px;
}
.half .input_wrap input , .half .input_wrap textarea {
    width: 260px;
    float:left;
}

.input_wrap input[type="checkbox"] {
    float: right;
    height: auto;
    width: 40px;
}
.checkbox_wrap2 {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 22px;
    padding: 10px 24px 10px 0;
    width: 100%;
}


.input_wrap {
    float: left;
    width:100%;
}
.form_wraps .input_wrap {
    width: 50%;
}
.input_wrap textarea {
    height: 100px;
    font-size:14px;
    font-family: 'OSn', sans-serif;
}


.helper {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #1485b1;
    border-radius: 20px;
    box-shadow: 0 0 3px #fff;
    color: #1485b1;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin-top: 13px;
    text-align: center;
    width: 30px;
    position: relative;
}
.helper_msg {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 0 3px #333;
    display: none;
    font-size: 14px;
    min-width: 280px;
    padding: 6px;
    position: absolute;
    right: 23px;
    top: 21px;
}

#level_2 > div {
    background: rgba(0, 0, 0, 0) url("../images/blue_border.png") repeat-x scroll center bottom;
    overflow: hidden;
}

.addrequest.white {
    background: rgba(0, 0, 0, 0) url("../images/white_btn.png") no-repeat scroll 0 0;
    color: #1485b1;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 22px;
    height: 74px;
    line-height: 65px;
    margin-left: -4px;
    padding-right: 30px;
    width: 370px;
}


.whiteBtn {
    background:  url("../images/whiteBtn.png") no-repeat scroll 0 0;
    color: #1485b1;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    height: 74px;
    line-height: 65px;
    margin-left: 0px;
    padding-right: 0px;
    width: 279px;
    text-align: center;
    border: 0px;
}


.greenBtn {
    background:  url("../images/green_btn.png") no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 22px;
    height: 74px;
    line-height: 65px;
    margin-left: 0px;
    padding-right: 0px;
    width: 364px;
    text-align: center;
     border: 0px;

}


.buttons > div {
    font-size: 18px;
    line-height: 62px;
    padding: 20px 0;
}
.buttons > div:first-child span{

    padding-right: 20px;
}

.buttons > div.right > span {
    display: block;
    height: 110px;
    line-height: 35px !important;
    padding-top: 20px;
}

.addrequest.white:hover ,.greenBtn:hover , .whiteBtn:hover {
    opacity: 0.9;
}
.addrequest.white:active ,.greenBtn:active , .whiteBtn:active {
    margin-top: 2px;
}
.addrequest.greenBtn {
    float: left;
    font-size: 22px;
    height: 74px;
    line-height: 65px;
    margin-left: -4px;
    padding-right: 30px;
    width: 370px;
}

.buttons > div {
    font-size: 18px;
    line-height: 62px;
    padding: 20px 0;
}

.htabs {
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 340px;
    z-index: 4;
}
.htabs.wide {
    width: 100% !important;
}
.htabs > a {
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 115px;
    margin: 0 1px;
    padding: 0 30px 0 10px;
    text-align: right;
    width: 49%;
}
.htabs > a.active {
	cursor:pointer;
}
.htabs > a:hover, .htabs > a.selected, .htabs > a.first {
    color: #fff;
}

.htabs > a .num {
    background: #1485b1 none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: -1px -1px 2px #555 inset;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    text-align: center;
    text-shadow: 0 0 1px #555;
    top: 0;
    vertical-align: 9px;
    width: 50px;
}
.htabs > a:hover .num , .htabs > a.selected .num , .htabs > a.first .num {
    box-shadow: 0px 0px 0px #333 inset;
    text-shadow: 0px 0px 0px #333 ;
    background: #fff none repeat scroll 0 0;
    color: #189ac4;
}



.tabs {
    color: #fff;
    padding: 0;
    position: relative;
}
.tabs > div {
    display: none;
    padding-top: 0px;
}
.tabs > div.selected  , .tabs > div.first {
    display: block;
}
.cat_parameters{
     display: none;
}
.cat_parameters.selected  , .cat_parameters.first {
    display: block;
}

.order_page {
    background: #fff none repeat scroll 0 0;
    color: #000;
    padding: 10px;
}
.item {
    box-shadow: 0 0 3px;
    margin: 10px 5px;
    padding: 10px;
}
#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;
}


#footerLid {
    float: left;
    height: 120px;
    width: 300px;
}
#footer_seo {
    padding: 40px 0 20px;
    overflow: hidden;
    width: 100%;
}

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

#footer_wrap {
    background: #fff none repeat scroll 0 0;
    color: #000;
    float: right;
    margin-top: 0;
    min-height: 90px;
    position: relative;
    width: 100%;
    z-index: 801;
    box-shadow: 0px 5px 7px -5px #999 inset;
}
#footer_wrap > div {
    margin: auto;
    padding-top: 20px;
    width: 980px;
}
#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;
	border-bottom: 1px solid;
}
.footer_2 {
    float: right;
    line-height: 20px;
    text-align: right;
    width: 770px;
}
#footer_wrap div#credit {
    float: left;
    padding-bottom: 40px;
    padding-top: 0;
    text-align: left;
    width: 100%;
}
.footer_1 li   {
    color: #777777;
    font-weight: normal;
    line-height: 34px;
}
.footer_1 li a {
    color: #049bd9;
    font-weight: normal;
    line-height: 34px;
}
.footer_1 li a:hover {
    color: #000;
}
.footer_2 a {
    color: #049bd9;
}


#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;
}





.social_links {
    bottom: 10px;
    position: absolute;
	
}



div#black_warp , div#alert_wrap{
    background:  url("../images/white_opacity.png") repeat scroll 0 0 ; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
	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: #049bd9;
    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;
    min-height: 180px;
    padding: 15px;
    position: relative;
    z-index: 2;
}

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

.nalert .head_title {
    line-height: 56px;
    margin: 0 ;
    width: 100%;
    border-bottom: 1px solid #049bd9;
}

.content_page > .nalert {
    margin: 40px auto;
    width: 300px;
}
.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: #049bd9;
    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;
}

 

#ui-datepicker-div {
    z-index: 9999 !important;
}
















	#header > nav{
		width:100%;
		height:75vh;
		
		background-color:#fff;
		position: absolute;
		overflow:scroll;
		top:80px;
		left:0;
		display:none;
	}

	#header > nav > ul{
		width:100%;
		list-style:none;
		padding:0;
		margin:0;
	}

	#header > nav > ul > li{
		width:92%;
		height:40px;
		margin: 3% 3%;
		background-color:#000;
		padding-right:2%;
		padding-top:2%;
	}

	#header > nav > ul > li > a{
		display:block;
		border-right:4px solid #fff;
		padding:5px 10px;
		text-decoration: none;
		color:#fff;
		font-weight:bold;
	}

	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */
	#scotch-panel {
	  display: none;
	}
	#site-wrapper {
	  padding-top: 50px;
	}
	.wrapper .scotch-panel-canvas {
	  z-index: 10000;
	}
	#fixed-nav {
		background: #fff;
		box-shadow: 0 0 3px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		right: -100%;
		top: 0;
		transition: all 500ms ease 0s;
		width: 20%;
		z-index: 999999999;
	}
	#fixed-nav   ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		
	}
	#fixed-nav .selected{
		color:#986F00;
	}
	#fixed-nav ul > li{
		min-height:42px;
		overflow:hidden;
		position: relative;
	}
	#fixed-nav ul > li > a {
		display: block;
		width: 100%;
		min-height:42px;
		overflow:hidden;
		line-height: 42px;
		background: transparent;
		color: #666;
		text-decoration: none;
		padding-right:10%;
		border-bottom:1px solid #b7b7b7;
		border-top:1px solid #fff;
		font-size:16px;
		font-weight:normal;
		position: relative;
		z-index: 100;
	}
	#fixed-nav   ul > li a:hover , #fixed-nav   ul > li a.selected{
		background:#fff;
		color:#189AC4;
	}

	#fixed-nav ul > li span {
	    cursor: pointer;
	    font-size: 14px;
	    height: 51px;
	    left: 0;
	    line-height: 50px;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    transform: rotate(90deg);
	    width: 31px;
	    z-index: 101;
	}

	#fixed-nav ul > li:first-child > a{
		border-top:none;
	}
	#fixed-nav ul > li:last-child > a{
		border-bottom:none;
	}


	#fixed-nav ul > li > ul{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		display:none;
		background-image:inherit;
		background-size:100% auto;
		max-height: 0;
		
	}
	#fixed-nav ul > .open_side > a {
	   
	}




	#fixed-nav ul > .open_side{
		
		background-size:100% auto; 
	}

	#fixed-nav ul > .open_side2 {
		height:auto !important;
		max-height: auto !important;
	}
	#fixed-nav   ul > .open_side ul{
		display:block;
		max-height: none;
	}
	#fixed-nav   ul  .open_side2 ul{
		display:block;
		max-height: none;
	}

	#fixed-nav >  ul > li > ul > li{
		overflow:hidden;
		background-size:100% auto;
		width:100%; 
	}

	#fixed-nav >  ul > li > ul > li:last-child{
		border-bottom:none;
	}

	#fixed-nav >  ul > li > ul > li > a{
		
		display: block;
		width: 100%;
		overflow:hidden;
		background: transparent;
		color: #555555;
		text-decoration: none;
		 border-bottom:1px solid #b7b7b7;
		 font-size:14px;
		font-weight:bold;
		border-top:1px solid #fff;
	}



	#fixed-nav ul > li li {
	    height: 36px !important;
	    min-height: 36px !important;
	}
	#fixed-nav ul > li li > a {
	    font-size: 14px;
	    height: 36px !important;
	    line-height: 36px;
	    min-height: 36px;
	    padding-right: 28px;
	}
	#fixed-nav ul > li li > a:last-child {
	    border-bottom: 1px solid #d7d7d7;
	}
	
	#fixed-nav ul > li li li > a {
	    padding-right: 36px;
	}
	#fixed-nav ul > li li span {
	    height: 36px;
	    line-height: 36px;
	}

	#fixed-nav a:hover{
		
	}


            

#popup_warp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(../images/black_opacity.png);
    display:none;
    padding:0;
    margin:0;
}
#popup_warp > div#content {
    margin: 0;
    padding: 0 ;
    overflow: hidden;
    border-radius: 0;
    position:absolute;
}

#popup_warp  div.rotateBanner , #popup_warp  div.inBanner {
    margin: 0;
    padding: 0 ;
    overflow: hidden;
    position: fixed;
}
#popup .inBanner {
    height: 100%;
    width: 100%;
}

#popup_warp .close_popUp {
    cursor: pointer;
    left: 13px;
    position: absolute;
    top: 6px;
    font-weight: bold;
    border: 3px solid ;
    padding: 0 5px;
    border-radius: 20px;
    font-size: 18px;
    box-shadow: 0px 0px 2px #000;
    background: #fff;
    color: #800;
    display:none;
}  
