
@import 'https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew';

.mobile{display: none;}

body{
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    background: #ffffff ;
    direction: rtl;
    overflow-x: hidden;
    padding:0;
}
a {
	text-decoration:underline;
    color:#115eab;
}
h2{
    color:#115eab;
    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:#b41d8e;
}
.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;
}
#main_banner.screenwrapper {
    z-index: 5;
}
#main_banner.top_banner.screenwrapper {
     z-index: 5;
     height: 30vh;
     overflow: hidden;
     background-position: left top !important;
     background-size: cover !important;
    /*	*/
    z-index: 5;     
}
#main_banner.top_banner .rotateBanner ,#main_banner.top_banner .inBanner {
    height: 100%;
}
#main_banner.top_banner .banner_control  {
    display: none;
}
.screenwrapper.main_page {
    z-index: 6;
}
.overflow{
    overflow:hidden;
}
body > .pagewraper {
    margin-top: -6px;
}
.pagewraper{
	width:1200px;
	margin:auto;
	position:relative;
}
.pagewraper.wide{
	width:1308px;
	margin:auto;
	position:relative;
}


#icons_menu.screenwrapper {
    background: url("../images/menu_icons_bg.png") repeat-x scroll 0 bottom;
    height: 110px;
    position: relative;
    z-index: 9;
}

#icons_menu ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/icons_menu_li_bg.png") no-repeat scroll right center;
}

#icons_menu li {
    background: rgba(0, 0, 0, 0) url("../images/icons_menu_li_bg.png") no-repeat scroll left center;
    display: table-cell;
    height: 110px;
    position: relative;
    text-align: center;
}
#icons_menu li:last-child {
}
#icons_menu li a {
    color: #b41d8e;
    display: block;
    height: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    top: -3px;
    font-size: 18px;
    bottom: 0;
    cursor: context-menu;
}

#icons_menu li .img > img {
    display: block;
    margin: 0 auto 4px;
}


#welcome_1 > .pagewraper.wide {
    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 {
    background: #fff none repeat scroll 0 0;
    height: 133px;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 3px 0px #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;    
}
.header_wrapper.scrollD {
    box-shadow: 0 0 3px #666;
    opacity: 0.8;
}


#header.header_wrapper.opaque {
    background: #fff none repeat scroll 0 0 !important;
    height: 73px;
}


#logo {
    display: block;
    height: 71px;
    left: inherit;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease 0s;
    width: 235px;
    z-index: 10;
}
#logo > img {
    max-width: 100%;
}
#logo_small {
    display: none;
    height: 46px;
    left: 40px;
    position: absolute;
    top: 12px;
    width: 130px;
    z-index: 10;
}
#header.header_wrapper.opaque #logo {
    display: none;
}
#header.header_wrapper.opaque #logo_small {
    display: block;
}
#header.header_wrapper.opaque #menu, #header.header_wrapper.opaque #left_menu {
    right: 98px;
    top: 21px;
}

#header.header_wrapper.opaque #menu > ul > li > a {
    font-size: 18px;
    line-height: 28px;
    padding: 0 11px;
}
#logo > img {

}



.screenwrapper.menu_wrap {
    background: #f9f9f9 none repeat scroll 0 0;
    border-top: 1px solid #d8d8d8;
    bottom: 0;
   /* height: 40px; */
    height: unset;
    position: absolute;
}
#menu {
    position: relative;
    top: 0;
     height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;     
}

#left_menu {
    left:  0;
    position: absolute;
    top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;     
}
#menu > ul, #left_menu > ul {
    display: table;
    list-style: outside none none;
    margin: auto;
    padding: 0;
    width: 100%;
    float: right;
}

#menu > ul > li {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #fff;
  display: table-cell;
  height: 39px;
  line-height: 16px;
  padding: 0 7px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  position: relative;
}

#menu > ul > li > a {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #115eab;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
#menu > ul > li:hover {
    background: #fff;
}
#menu > ul > li > a:hover, #menu > ul > li > a.selected {
    color: #17365d;
}
#menu a:hover {
    color: #17365d;
}
#menu a.selected {
    color: #17365d;
    font-weight: 700;
}
.sub_menu {
    position: absolute;
    right: 0;
    top: 39px;
}
#left_menu > ul > li {
    display: table-cell;
    line-height: 20px;
    padding: 0 4px;
    text-align: center;
    width: auto;
    font-weight: 900;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;    
}
#left_menu > ul > li > a {
    color: #115eab;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0 ;
    text-decoration: none;
    width: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

#left_menu a:hover, #left_menu a.selected {
    color: #17365d;
}



#menu > ul ul {
    display: none;
    padding: 0;
    position: absolute;
}
#menu > ul > li:hover  ul {
	display:block;
}
#menu > ul > li ul > li {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #fff;
    float: none;
    height: 40px;
    line-height: 40px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0 ;
    text-align: right;
    width: 165px;
    z-index: 999;
}
#menu >  ul > li ul > li > a {
    background: rgba(255,255,255,0.9)  ;
    border-radius: 0px;
    color: #115eab;
    cursor: pointer;
    display: block;
    font-family: "Assistant"; 
    font-weight:400;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    text-decoration: none;
    width: auto;
}


#menu > ul > li ul > li:first-child {
    border-top: 0 none !important;
}
#menu > ul > li ul > li:last-child {
    border-bottom: 0 none !important;
}

#main {
    margin-top: 120px;
}

#main_banner > img {
    width: 100%;
    display: flex;
}


/*
body.top #header {
    background: #fff none repeat scroll 0 0;
    height: 80px;
    box-shadow: 0px 4px 3px -5px #333;
}

body.top #logo {
    height: 70px;
    top: 4px;
}

body.top #logo > img {
    max-height: 100%;
    width: auto;
}
body.top #menu {
    top: 45px;
}*/
/************* RotateBanner **************/

.rotateBanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height:calc(100vh - 230px);
    max-height:750px;
}
.inBanner {
    background-position: center center !important;
    background-size: cover  !important;
    background-repeat: no-repeat !important;
    height:100%;
    width:100%;
    max-height:750px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.inBanner.current {
   position: absolute;
}

.inBanner > img {
    display: flex;
    min-height: 100%;
    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: 30%;
    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: 50px;
    color: #ffff01;
    font-size: 46px;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 2px 2px 2px #000;
    z-index: 10;
}
.banner_text > div {

}

.banner_text > div > div.txt * {
    bottom: 10px;
    color: #000 !important;
    font-size: 34px;
    text-align: right;
    width: 100%;
}

.banner_text > div > div.txt strong {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    color: #b41d8e !important;
}
.banner_video {
   /* background: rgba(0, 0, 0, 0) url("../images/play_btn.png") no-repeat scroll center top;*/
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 28%;
    width: 400px;
}
.banner_video.white {
   background: none; ;
}
.banner_control {
    bottom: 26px;
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.banner_control > span{
    display: block;
    height: 8px;
    width: 30px;
    float: right;
    margin-left: 10px;
    background:#aaacaf;
    cursor: pointer;
}
.banner_control > span.cur{
    background:#ffff01 ;
}












.banner_video a {
    color: #000;
    display: block;
    font-size: 32px;
    height: 200px;
    width: 400px;
    text-align: center;
    padding-top: 164px;
}

.inBanner .banner_video:hover {
    background-position: center -365px!important;
}
.inBanner .banner_video:hover a{
    color: #fff;
}


.read_more {
    margin-top: 20px;
}

.read_more > a, .miBtn {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #b41d8e;
    display: block;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    margin: 14px auto 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 104px;
}
#send_btn, .send_btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #b41d8e;
    display: block;
    font-size: 20px;
    margin: 6px 5px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    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;
}


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

#order_form {
    background: rgba(0, 0, 0, 0) url("../images/order_form.png") no-repeat scroll 0 0;
    height: 350px;
    left: -196px;
    position: fixed;
    top: 141px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 256px;
    z-index: 900;
}

.toggleForm {
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: 9px;
    top: 65px;
    width: 49px;
}
.toggleForm.close {
    background: url(../images/order_form_close.png) no-repeat center center;
}
.toggleForm.open {
    background: url(../images/order_form_open.png) no-repeat center center;
}

#order_form > div#txt_top {
    color: #000;
    font-family: "Assistant",sans-serif;
    font-size: 19px;
    height: 67px;
    line-height: 72px;
    padding-right: 70px;
    width: 100%;
    margin-bottom: 20px;
}
#order_form .input_wrap {
    float: right;
    height: 36px;
    margin: 2px 0 2px auto;
    overflow: hidden;
    width: 237px;
    color: #8d1215;
}
#order_form .input_wrap.submit_wrap {
    margin-right: 72px;
    margin-top: 10px;
    width: 165px;
}
#order_form .input_wrap.textarea_wrap {
    height: 80px;
}
#order_form .input_wrap label {
    float: right;
    font-size: 16px;
    line-height: 40px;
    width: 91px;
}


#order_form .input_wrap > div {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 165px;
}
#order_form .input_wrap.textarea_wrap > div {
    height: 80px;
}
#order_form .input_wrap input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-family: "Assistant";
    font-size: 14px;
    height: 26px;
    width: 155px;
}
#order_form .input_wrap textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-family: "Assistant";
    font-size: 14px;
    height: 73px;
    width: 155px;
}



#order_form .input_wrap input.datepicker {
    background: #f9f9f9 url("../images/datepicker_bg.png") no-repeat scroll 7px center;
}

#order_form .input_wrap select {
    background: #f9f9f9 url("../images/gray_arrow.png") no-repeat scroll 26px center;
    border: 0 none;
    display: inline-block;
    height: 30px;
    width: 153px;
}



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


#welcome_1 {
    background: #ffffff none repeat scroll 0 0;
    font-size: 17px;
    height: auto;
    padding: 0 ;
    text-align: justify;
}

#welcome_1 .w_box .img {
   /*  background-position: center center !important; */
    background-size: 100% auto !important;
    height: 174px;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;    
}

#welcome_1 .w_box .img:hover {
   background-size: 105% auto !important;
}

#welcome_1 .w_box h2 {
    color: #115eab;
    float: right;
    font-size: 22px;
    font-weight: 400;
    height: 40px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    width: 100%;
}


#welcome_1 .w_box {
    box-shadow: 0 0 4px -4px #333;
    float: right;
    height: 414px;
    margin: 30px 0;
    width: 23.5%;
}
#welcome_1 .w_box:nth-child(4n+1) {
    margin: 30px 1% 30px 0;
}
#welcome_1 .w_box:nth-child(4n+2) {
    margin: 30px 1% 30px 1%;
}

#welcome_1 .w_box:nth-child(4n+3) {
    margin: 30px 1% 30px 1%;
}
#welcome_1 .w_box:nth-child(4n) {
    margin: 30px 0% 30px 1%;
}
.w_box .txt {
    color: #115eab;
    float: right;
    height: 113px;
    line-height: 18px;
    margin-top: 24px;
    overflow: hidden;
    padding: 0 4px;
    width: 100%;
}
.w_box .link {
  background: #17365d none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 37px;
  margin: 15px calc((100% - 120px) / 2);
  text-align: center;
  width: 120px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;  
}
.w_box .link:hover {
  background: #115eab none repeat scroll 0 0; 
}




#welcome_2 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #d8d8d8;
    height: auto;
    padding: 0 0 40px 0;
}

#welcome_2 .right.video {
    width: 38%;
    height: 360px;
    margin: 0px 0 20px 2%;
}

#welcome_2 .right.video > iframe {
    height: 300px;
    margin-top: 0;
    width: 100%;
}

#welcome_2 .video > h2 {
    border-bottom: 1px solid #d6d6d6;
    color: #115eab;
    font-size: 27px;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 22px;
}

#welcome_2 .right.newsletter {
    width: 35%;
    height: 360px;
    margin: 30px 1% 20px 1%;
}
.newsletter_lid {
    height: 377px;
    overflow: hidden;
}
#welcome_2 .left.news {
    margin: 0px 2% 20px 0;
    overflow: hidden;
    width: 21%;
    border-bottom: 1px solid #d6d6d6;
    height: 408px;
}

#newsmarquee {
    height: 280px;
}


.fc_container {
    height: 331px !important;
}

.rotateBanner.projects {
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #b41d8e;
    height: 260px;
    top: 0 !important;
    width: 380px;
}

#welcome_2 .projects > h2 {
    color: #000;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 22px;
    font-size: 27px;
    font-weight: 700;
    line-height: 84px;
}


#welcome_2 .rotateBanner.projects .right {
    height: 257px;
    width: 186px;
    position: relative;
}
#welcome_2 .rotateBanner.projects .right img{
    max-height: 257px;
    max-width: 186px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}

#welcome_2 .rotateBanner.projects .left {
    height: 257px;
    width: 186px;
}
#welcome_2 .rotateBanner.projects .left .title {
    color: #b41d8e;
    font-size: 24px;
    font-weight: bold;
    margin-top: 42px;
    margin-bottom: 20px;
}
#welcome_2 .rotateBanner.projects .left .txt {
    color: #000;
    font-size: 16px;
    width: 146px;
}
#welcome_2 .rotateBanner.projects .left .link {

}
#welcome_2 .rotateBanner.projects .left .link a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-top: 20px;
}

#welcome_2 .rotateBanner.projects .controls {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
#welcome_2 .rotateBanner.projects .controls > a {
    display: inline-block;
    height: 24px;
    text-align: center;
    width: 24px;
}

#welcome_2 .rotateBanner.projects .controls > a:first-child {
    background: #b41d8e none repeat scroll 0 0;
    color:#fff;
}
#welcome_2 .rotateBanner.projects .controls > a:last-child {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px -1px #000;
}

#welcome_2 .rotateBanner.projects .controls > a:last-child:hover {
    background: #b41d8e none repeat scroll 0 0;
    color:#fff;
}
#welcome_2 .rotateBanner.projects .controls > a:first-child:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px -1px #000;
    color:#b41d8e;
}


#welcome_2 .newsletter_lid > h2 {
    color: #115eab;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 22px;
    font-size: 27px;
    font-weight: 700;
    line-height: 84px;
}
#welcome_2 .newsletter_lid > div {
    background: #dda0dd none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px -1px #333;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
}
#welcome_2 .newsletter_lid  div.txt_top {
    font-size: 18px;
    margin-bottom: 28px;
    text-align: center;
}
#welcome_2 .newsletter_lid .input_wrap {
    width: 98%;
    background:#a0187e;
    border-right: 2px solid #7d1162;
    border-left: 2px solid #7d1162;
    border-top: 1px solid #7d1162;
    border-bottom: 1px solid #c93ca6;
    margin-bottom: 10px;
    float: right;
}
#welcome_2 .newsletter_lid .input_wrap input{
    background:none;
    border: 0px ;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color:#fff;
}

#welcome_2 .newsletter_lid .input_wrap.half {
    margin: 0 0 10px 0;
    width: 48%;
}
#welcome_2 .newsletter_lid .input_wrap.half:nth-of-type(2) {
    margin-right: 2%;
}

#welcome_2 .newsletter_lid .input_wrap.checkbox_wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 16px;
    padding: 0 28px 0 0;
}
#welcome_2 .newsletter_lid .checkbox {
    background: rgba(0, 0, 0, 0) url("../images/checkbox_bg.png") no-repeat scroll 0 -24px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 22px;
}
#welcome_2 .newsletter_lid .checkbox.chack{
    background-position: 0 0 !important;
}

#welcome_2 .newsletter_lid .input_wrap.submit_wrap.half {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

#welcome_2 .newsletter_lid .input_wrap.submit_wrap.half {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-right: 7px;
}

#welcome_2 .newsletter_lid .input_wrap.submit_wrap.half > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #7d1162;
    font-size: 19px;
    font-weight: 800;
    height: 34px;
    margin: 0;
    width: 100%;
}


.newsletter_lid .send_btn {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    color: #272154;
    cursor: pointer;
    display: block;
    font-family: "Assistant"; font-weight:900;
    font-size: 17px;
    margin: 0;
    max-height: 100%;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 120px;
}


#welcome_2 .left.news > h2 {
    border-bottom: 1px solid #d6d6d6;
    color: #115eab;
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 22px;
    width: 100%;
}
#welcome_2 .news_box {
    border-bottom: 1px solid #d6d6d6;
    box-sizing: unset;
    float: right;
    height: 142px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 790px;
    cursor: pointer;
}
#welcome_2 .news_box:first-child {

}
#welcome_2 .news_box .right.thumb {
    height: 140px;
    width: 210px;
}
#welcome_2 .news_box .right.thumb img{
    height: 100%;
    width: 100%;
}

#welcome_2 .news_box > .left {
    width: 560px;
    padding: 0 10px;
}

#welcome_2 .news_box > .left .title h3 {
    color:#b41d8e;
    font-size: 22px;
    font-weight: 800;
}


#welcome_3{
    height: auto;
}


#welcome_3 img{
    height: auto;
    width: 100%;
}








hr.gray {
    border-bottom: 1px solid #dcdcdc;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.social_btn:first-child {
    float: right;
    height: 21px;
    margin: auto;
    width: 200px;
}

.social_btn:last-child {
    float: left;
    height: 21px;
    margin: auto;
    width: 200px;
}





.pagewraper.main_content {
     overflow: auto;
}
.content {
    overflow: hidden;
    position: relative;
    z-index: 800;
}
.content > div {
    padding: 15px;
}



.content_box  {
    box-shadow: 0 0 4px -4px #333;
    float: left;
    height: 414px;
    margin: 30px 0;
    width: 23.5%;
    cursor: pointer;
}
.content_box:nth-of-type(4n+1) {
    margin: 30px 1% 30px 0;
}
.content_box:nth-of-type(4n+2) {
    margin: 30px 1% 30px 1%;
}

.content_box:nth-of-type(4n+3) {
    margin: 30px 1% 30px 1%;
}
.content_box:nth-of-type(4n) {
    margin: 30px 0% 30px 1%;
}
.content_box .img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    height: 174px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;    
}

.content_box  .img:hover {
   background-size: 105% auto !important;
}

.content_box h2 {
    color: #115eab;
    float: right;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.content_box .txt {
    color: #115eab;
    float: right;
    font-size: 18px;
    height: 113px;
    line-height: 23px;
    margin-top: 14px;
    overflow: hidden;
    padding: 0 4px;
    width: 100%;
}
.content_box  .link {
  background: #17365d none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 37px;
  margin: 15px calc((100% - 120px) / 2);
  text-align: center;
  width: 120px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;  
}
.content_box  .link:hover {
  background: #115eab none repeat scroll 0 0; 
}
























.content.form {
    padding: 20px 0;
}
.form_page {
    padding-bottom: 40px !important;
}

.content.content_page {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.content.content_page p {
    margin: 10px 0;
}




cite {
    color: #b41d8e;
    font-family: "Assistant"; font-weight:700;
    font-size: 20px;
    font-style: unset;
}
.content strong {
    color: #b41d8e;
}
.content em {
    color: #000;
    font-style: normal;
    font-weight: bold;
}


.question_bar {
    background: url(../images/white_opacity.png);
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 0 3px #333;
    color: #b41d8e;
    height: 20px;
    margin: auto calc((100vw - 1200px) / 2);
    overflow: hidden;
    position: fixed;
    width: 1200px;
    z-index: 999;
}
.question_bar > div{
    background: #606c88; /* Old browsers */
    background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
   height: 100%;
    min-width: 2px;
    position: absolute;
    right: 0;
    line-height: 20px;
    z-index: 5;
}
.question_bar > span{
    height: 100%;
    position: absolute;
    right: 0;
    padding-right: 10px;
    line-height: 20px;
     z-index: 6;
}

#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: 10px;
    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_page .text > div#txt_top {
    float: right;
    width: 51%;
}
.form_page #txt_bottom iframe {
    width: 100%;
}
.form_page .text > div#fields_wrap {
    float: right;
    width: 51%;
}

.form_page #txt_bottom {
    float: left;
    margin: 0px 0;
    width: 40%;
}
.form_page .form_wraps .title {
    width: 110px;
}
.form_page .form_wraps .input_wrap {

    float: left;

    width: calc(100% - 143px);

}
.form_page .input_wrap.submit_form {
    float: right;
    width: 100%;
}


.form_wraps {
    min-height: 60px;
    margin: 12px 0;
    width: 100%;
    overflow: hidden;
}

#left_col.form_page .form_wraps {
    float: left;
    width: 92%;
}


.geo_zone .form_wraps {
    margin: 8px 0;
    width: 100%;
}

#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: #b41d8e;
}
#welcome_form .form_wraps.err > div:first-child {
    color: #F98886;
}

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

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




.toggle_height {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 3px #777;
    color: #b41d8e;
    cursor: pointer;
    font-size: 20px;
    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 */
}



.filter {
    border-bottom:1px solid #e0e0e0;
    float: right;
    height: 143px;
    overflow: visible;
    padding: 40px 0;
    width: 100%;
}

.filter > .form_wraps.submit {
    width: 19%;
    float: left;
}
.filter > .form_wraps {
    float: right;
    width: 27%;
}

.filter > .form_wraps:nth-child(1), .filter > .form_wraps:nth-child(2) {
    width: 25%;
}

.filter > .form_wraps:nth-child(3) {
    width: 29%;
}

.filter > .form_wraps .select_wrap {
    background: #e6e6e6 none repeat scroll 0 0;
    width: 95%;
}

.filter .form_wraps > .send_btn {
    height: 39px;
    margin: 0;
    width: 96%;
}


.search_page .resaults {
    min-height: 920px;
}







.bb {
    color: #272154;
    font-family: "Assistant"; font-weight:900;
}
.num_title {
    float: right;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin: 0;
}
.num_title.right {
    float: right;
    width: 50%;
    text-align: right;
}

.num_title.left {
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding-top: 17px;
    text-align: left;
    width: 50%;
}
.member_box {
    box-shadow: 0 0 7px -3px #555;
    float: right;
    height: 100px;
    margin: 10px 0;
    width: 100%;
}
.member_box .thumb {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 100px;
    width: 100px;
}
.member_box .thumb > img {
    border: 1px solid #fff;
    display: flex;
    height: 100px;
    margin: auto;
    width: 100px;
}

.member_box .details {
    background: #fff none repeat scroll 0 0;
    height: 100px;
    width: calc(100% - 320px);
}

.member_box .details > div {
    font-size: 19px;
    height: 50%;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}
.member_box .details > div.details_top {
    border-bottom: 1px solid #d6d6d6;
}

.member_box .button {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #d6d6d6;
    height: 100px;
    width: 220px;
    position: relative;
}


.member_box .button .send_btn {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
}



.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: #e6e6e6 url("../images/dropdown_arrow.png") no-repeat scroll 7px center;*/
    border: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-radius: 8px;
    display: block;
    float: right;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.form_wraps .select_wrap select {
    background: none;
    border: 0 none;
    color: #555;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    padding-right: 14px;
    position: absolute;
    right: 0;
    width: 358px;
}


.geo_zone {
    float: right;
    width: ;
}


.form_wraps .select_wrap option {
    background:#e6e6e6;
}

.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: right;
    margin: 8px 4px 3px;
    position: relative;
    width: 290px !important;
}


.geo_zone {
    float: right;
    width: 300px;
}

.quest_wraps > .upload_wrap {
    padding-right: 11px;
}
.upload_wrap .btns {
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

.upload_wrap .btns > a {
    color: #b41d8e;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
}
.upload_wrap .btns .fa.fa-trash-o {
    color: #900;
}

.upload_wrap.first{
     margin-right: 0;
}
.upload_wrap.last{
     margin-left: 0;
}
.fileinput-button {
    background: #e6e6e6  url(../images/btn_upload.png) no-repeat 7px center;
    border: 1px solid #b8b8b8 ;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 90px;
    width: 224px;
}


.professions {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
}
.professions .input_wrap {
    height: 46px !important;
    line-height: 46px;
    margin: 0 !important;
    padding: 0 20px;
    width: 50% !important;
}
.professions > .input_wrap:nth-child(4n+1) ,.professions > .input_wrap:nth-child(4n+2)  {
    background: #F0F0F0 none repeat scroll 0 0;
}

.professions > .input_wrap .checkbox {
    margin: 6px;
}






.progress {
    height: 4px;
    overflow: hidden;
    position: relative;
    top: -8px;
    width: 220px;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    background-color: #b41d8e;
    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:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}

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

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

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

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

#footer_lid > div#txt_top {
    color: #b41d8e;
    font-family: "Assistant"; font-weight:700;
    font-size: 17px;
    margin-bottom: 16px;
}

#footer_lid > div#txt_top strong{
    color: #b41d8e;
}


#footer_lid form > .input_wrap {
    display: block;
    float: right;
    height: 37px;
    margin: 0px;
    overflow: hidden;
    width: 204px;
}


#footer_lid form > .input_wrap.textarea_wrap {
    display: block;
    float: left;
    height: 137px;
    left: 0;
    margin: 3px 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
}

#footer_lid .input_wrap > input {
    background: #dfdfdf;
    border: 1px solid #b8b8b8;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    height: 32px;
    margin: 3px 0;
    padding: 0 5px;
    width: 192px;
    font-size:14px;
    font-family: 'Assistant', sans-serif;
    color: #222;
}

#footer_lid .input_wrap > textarea {
    background: #dfdfdf;
    border: 1px solid #b8b8b8;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    height: 131px;
    margin: 2px 0;
    padding: 0 5px;
    width: 194px;
}

#footer_lid .input_wrap.submit_wrap {
    height: 40px;
    margin-top: 5px;
    width: 100%;
}

#footer_lid .input_wrap > input.name_input {
    background: #dfdfdf url("../images/name_input_bg.png") no-repeat scroll 4px center;
}
#footer_lid .input_wrap > input.phone_input {
    background: #dfdfdf url("../images/phone_input_bg.png") no-repeat scroll 4px center;
}
#footer_lid .input_wrap > input.mail_input {
    background: #dfdfdf url("../images/mail_input_bg.png") no-repeat scroll 4px center;
}

#footer_lid .send_btn , #order_form .send_btn  {
    background: #b41d8e none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 204px;
}
#order_form .send_btn  {
    width: 161px;
}
.form_page .send_btn {
    background: #b41d8e none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px;
    height: 45px;
    line-height: 45px !important;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 249px;
}


.form_title {
    color: #b41d8e;
    float: right;
    font-size: 23px;
    margin-bottom: 33px;
    width: 100%;
}


#side_lid {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 #a1a1a1;
    float: right;
    padding: 22px;
    position: relative;
    width: 238px;
}

#side_lid > div#txt_top {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 10px;
}


#side_lid .input_wrap {
    float: right;
    margin: 4px 0;
    overflow: visible;
    width: 100%;
}

#side_lid .input_wrap.textarea_wrap {
    height: 82px;
}

#side_lid .input_wrap input, #side_lid .input_wrap textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #333;
    font-size: 16px;
    height: 34px;
    margin: 0;
    padding: 1px 2%;
    width: 188px;
    font-family: 'Assistant';
}

#side_lid .input_wrap textarea {
    height: 82px;
}

#side_lid  .send_btn {
    background: #b41d8e none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 6px 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}



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




#right_col .newsmarquee {
    border-bottom: 1px solid #e0e0e0;
    float: right;
    height: 270px;
    margin: 20px 0;
    overflow: hidden;
}
#right_col .newsmarquee a.title {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#newsmarquee h3 a {
    color: #115eab !important;
    font-size: 18px;
}
#news #newsScroller a.title {
    text-decoration: none;
    color: #666;
}

#news marquee {
    height: 500px;
    margin-top: 5px;
    overflow: hidden;
}
#news {
    float: right;
    height: 500px;
    width: 100%;
}


#newsmarquee > div {
    color: #000;
    margin: 10px 0;
    padding: 10px 0;
}
#newsmarquee > div:first-child {
    margin-top: -400px;
}
#news .date {
    color: #777777;
    font-size: 14px;
}
#news #newsScroller {
    background: none repeat scroll 0 0 #f9b035;
    border: 3px solid #fff;
    padding: 2px;
    width: 280px;
    height: 158px;
    margin-top: 14px;
}

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

h1 {
    border-bottom:1px solid #e0e0e0;
    color: #115eab;
    font-size: 30px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
#welcome_1 h1 {
    text-align: center;
}
h2.head_title > a {
    padding-right: 24px;
}


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












#right_col {
    color: #fff;
    float: left;
    font-size: 17px;
    line-height: 24px;
    min-height: 600px;
    padding: 0;
    width: 292px;
}

#right_col a.title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding: 0;
}
.left_menu {
    border-radius: 3px;
    float: right;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.left_menu > a {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-right: 22px;
    width: 100%;
    z-index: 3;
    position: relative;
}

.left_menu > a:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.left_menu > a.selected, .left_menu > a:hover {
    color: #b41d8e;
    border-bottom: 2px solid #b41d8e;
}
.left_menu_after {
    background: #777 none repeat scroll 0 0;
    bottom: 15px;
    box-shadow: 10px 16px 20px #777;
    height: 83%;
    position: absolute;
    right: 9px;
    top: 8%;
    transform: rotate(0deg);
    width: 70%;
    z-index: 0;
}
#left_col .text, #left_col .text p {
    font-size: 20px ;
    line-height: 30px;
}

#left_col .text, #left_col .text p {
    margin-bottom: 20px;
}

#left_col {
    float: right;
    padding: 0;
    width: 100%;
}

#left_col .text {
    padding: 0px 0px 39px 0;
}



#right_col .newsletter_lid {
    float: right;
    height: auto;
    overflow: hidden;
    width: 100%;
}
#right_col .newsletter_lid > h2 {
    color: #000;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 22px;
    font-size: 27px;
    font-weight: 700;
    line-height: 84px;
}

#right_col .newsletter_lid > div {
    background: #b41d8e none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
#right_col .newsletter_lid .input_wrap {
    width: 100%;
    background:#a0187e;
    border-right: 2px solid #7d1162;
    border-left: 2px solid #7d1162;
    border-top: 1px solid #7d1162;
    border-bottom: 1px solid #c93ca6;
    margin-bottom: 10px;
    float: right;
}
#right_col .newsletter_lid .input_wrap input{
    background:none;
    border: 0px ;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color:#fff;
}
#right_col .newsletter_lid .input_wrap.checkbox_wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 16px;
    padding: 0 28px 0 0;
}
#right_col .newsletter_lid .checkbox {
    background: rgba(0, 0, 0, 0) url("../images/checkbox_bg.png") no-repeat scroll 0 -24px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 22px;
}
#right_col .newsletter_lid .checkbox.chack{
    background-position: 0 0 !important;
}

#right_col .newsletter_lid .input_wrap.submit_wrap.half {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

#right_col .newsletter_lid .input_wrap.submit_wrap.half {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-right: 0px;
}
#right_col .newsletter_lid .input_wrap.submit_wrap.half > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    font-size: 19px;
    font-weight: 800;
    height: 34px;
    margin: 0;
    width: 100%;
}
#right_col  .newsletter_lid .send_btn {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    color: #272154;
    cursor: pointer;
    display: block;
    font-family: "Assistant"; font-weight:900;
    font-size: 17px;
    margin: 0;
    max-height: 100%;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 120px;
}













.half .input_wrap.wide > input , .half .input_wrap.textarea_wrap.wide > textarea {
    max-width: 560px;
    width: 97%;
    color:#000;
}

.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 .left_menu > a {
    cursor: pointer;
}
.htabs > a.active {
    cursor:pointer;
}
.htabs > a:hover, .htabs > a.selected, .htabs > a.first {
    color: #fff;
}

.htabs > a .num {
    background: #b41d8e 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: #000;
}




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

.tabs .quest_wraps {
    display: block;
    float: right;
    height: 37px;
    line-height: 37px;
    margin: 3px;
    position: relative;
    width: 100%;
}

.tabs .quest_wraps .head_qu.left {
    margin-left: calc(30% - 126px);
}
.tabs .quest_wraps .head_qu.left > div {
    float: right;
    font-weight: bold;
    text-align: center;
    width: 50px;
}


.tabs .quest_wraps:nth-child(2n+1) {
    background: #eee none repeat scroll 0 0;
}


.worker_view .tabs .quest_wraps {
    font-size: 18px;
    padding-right: 10px;
}

.workers_page .worker_view .send_btn {
    height: 26px;
    line-height: 26px;
}

.workers_page .tabs h2 {
    font-family: "Assistant"; font-weight:900;
    font-size: 28px;
    padding: 12px 5px 6px 0;
}
.radio_wrap .q {
    display: inline-block;
    float: right;
    width: 70%;
}
.radio_wrap .checkbox {
    cursor: pointer;
    float: right;
    position: relative;
    top: 3px;
    width: 50px;
}





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

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

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


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

.g_box {
    box-shadow: 0 0 2px -2px #333;
    float: left;
    height: 90px;
    margin: 2px 0.1%;
    padding: 7px 12px;
    position: relative;
    width: 5.8%;
}
.hpm_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 90% auto !important;
    height: 100%;
    width: 100%;
}

#left_col .text .g_box .txt {
    background: rgba(103, 7, 79, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    line-height: 270px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
      -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.g_box .txt > a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

#left_col .text .g_box:hover .txt {
    opacity: 1;
}
#left_col .text .g_box .txt i {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 24px !important;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.popupbuttle {
    display: block;
    margin: 26px auto;
}

.wide.loadmore {
    float: right;
    height: 60px;
}
.wide.loadmore.loading {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll center center / auto 100%;
    float: right;
    height: 80px;
    margin: 10px 0;
}
.wide.loadmore > a {
    background: #e7e7e7 none repeat scroll 0 0;
    box-shadow: 0 0 6px -2px #333;
    color: #333;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px !important;
    margin: auto;
    text-align: center;
    width: 120px;
}








#calendar > h2{
	position:absolute;
}

#calendar {
    float: right;
    height: 289px;
    width: 100%;
}
.EventsTable tbody td {
    box-sizing: unset;
    height: 100px;
    padding: 12px;
    position: relative;
    vertical-align: top;
    width: 120px;
    font-size: 14px;
}
.EventsTable tbody td.noday {
    background:url(../images/noday.png);
}
.EventsTable tbody td .title_details {
    line-height: 20px !important;
}
.EventsTable tbody tr:nth-child(2n) td:nth-child(2n+1) {
    background-color: #f6f6f6;
}
.EventsTable tbody tr:nth-child(2n+1) td:nth-child(2n) {
    background-color: #f6f6f6;
}
.EventsTable tbody td:hover > .play_event {
    display: block;
}
.EventsTable tbody td.noday {
    background:url(../images/noday.png);
}
.play_event {
    background: rgba(0, 0, 0, 0) url("../images/calender_popup.png") no-repeat scroll 0 0;
    display: none;
    height: 182px;
    left: 91px;
    overflow: hidden;
    padding: 24px 60px 24px 46px;
    position: absolute;
    top: -40px;
    width: 355px;
    z-index: 999;
}
.play_event .event {
    float: right;
    overflow: hidden;
    position: relative;
}
.play_event .date {
    color: #000;
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: right;
    width: 100%;
}
.play_event .image_details {
    float: right;
    width: 100%;
}

.play_event .details {
    color: #b41d8e;
    float: right;
    overflow: hidden;
    padding: 0;
    text-align: right;
    height: 100px;
    width: 100%;
}

#left_col .text .details .summary {
    color: #000;
    line-height: 18px;
    padding-top: 8px;
}
.m_box.progrems {
    border-bottom: 1px solid #e0e0e0;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    cursor: pointer;
}
.m_box.progrems .item_image img {
    border-bottom: 3px solid;
    width: 100%;
    height: auto;
}

#left_col .text .m_box.progrems .item_title > a {
    color: #b41d8e;
    font-size: 22px;
    line-height: 37px;
    font-weight: 700;
}
#left_col .text .m_box.progrems .item_summery {
    line-height: 20px;
}



















.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: #b41d8e  ;
    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: #b41d8e  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 , .checkbox_wrap {
    background: #dfdfdf ;
    border: 1px solid #b8b8b8;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    color: #777;
    font-size: 16px;
    height: 40px;
    margin: 0;
    padding: 1px 2%;
    width: 93%;
}

.checkbox_wrap {
    cursor: pointer;
}

#professions_select .checkbox_wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #555;
    cursor: pointer;
    float: right;
    line-height: 34px;
    width: 94%;
}

.input_wrap.checkbox_wrap {
    font-size: 15px;
    line-height: 40px;
    padding-right: 36px;
    position: relative;
}
.input_wrap.submit_wrap {
    margin-right: 30px;
    width: auto;
}




.checkbox{
    background: rgba(0, 0, 0, 0) url("../images/checkbox_bg.png") no-repeat scroll  0 -25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 11px;
    width: 24px;
}
.checkbox.chack{
    background-position: 0 0 !important;
}

.checkbox_wrap > input {
    vertical-align: -15px;
    width: 20px !important;
}
.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: 'Assistant', sans-serif;
}


.helper {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #b41d8e;
    border-radius: 20px;
    box-shadow: 0 0 3px #fff;
    color: #b41d8e;
    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: #b41d8e;
    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: #b41d8e;
    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;
}

.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 {
    background: rgba(0, 0, 0, 0) url("../images/gray_border.png") repeat-x scroll center center;
    border: 0 none;
    float: right;
    height: 2px;
    margin: 40px auto 30px;
    width: 238px;
}

.item_gallery {
    margin: 15px 0;
    padding: 0 !important;
    width: 100%;
	float: right;
}


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






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

#footer_wrap > div.footer_1 {
	padding: 40px 0;
	overflow: auto;
	color: #777;
	font-weight: normal;
	border-bottom: 1px solid;
}


.footer_1 > .footer_lid {
    float: right;
    position: relative;
    width: 383px;
}
.footer_lid form > .input_wrap:nth-of-type(1), 
.footer_lid form > .input_wrap:nth-of-type(2), 
.footer_lid form > .input_wrap:nth-of-type(3),
.footer_lid form > .input_wrap:nth-of-type(4){
    float: right;
    width: 51%;
}

.footer_lid form > .input_wrap:nth-of-type(5) {
    height: 141px;
    position: absolute;
    width: 47%;
}
.footer_lid  .input_wrap input.errInput,
.footer_lid  .input_wrap textarea.errInput,
.footer_lid  .checkbox_wrap.errInput {
    background: #f2b3b3 none repeat scroll 0 0;
}
.footer_lid .input_wrap input,
.footer_lid .input_wrap textarea,
.footer_lid .checkbox_wrap {
    background: #fff none repeat scroll 0 0;
    border-color: #467cbe;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #777;
    font-size: 14px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 2%;
}

.footer_lid .input_wrap textarea {
    height: 97%;
    margin-bottom: 0;
}
.footer_lid .checkbox_wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0 36px 0 0;
}
.footer_lid .checkbox {
    background: rgba(0, 0, 0, 0) url("../images/checkbox_bg2.png") no-repeat scroll 0 -25px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 24px;
}

.footer_lid .input_wrap.submit_wrap {
    float: right;
    margin-right: 0;
    width: 48%;
}

.footer_lid .send_btn {
    background: #115eab none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 34px;
    margin: 4px 0 0 8px;
    padding: 0;
    width: 96%;
}







.footer_1 > div#seo_links {
    float: right;
    margin-right: 0px;
    width: calc(100% - 383px);
}

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

#seo_links ul:hover > li:first-child {
    border-bottom: 1px solid #777;
    color: #777;
}
#seo_links ul > li:first-child {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #467cbe ;
    margin-bottom: 10px;
    color: #115eab;
}
.footer_1 li  , .footer_1 li a {
    color: #115eab;
    line-height: 30px;
}
.footer_1 li a:hover {
    color: #17365d ;
    font-weight: 600;
}


.pagewraper.footer_3 {
    border-top: 1px solid #fff;
    height: 100px;
    padding-top: 0 !important;
}
#footer_wrap div#credit {
    float: left;
    line-height: 55px;
    padding-bottom: 40px;
    padding-top: 24px;
    text-align: left;
    width: 100%;
}

#footer_wrap .site_address {
    float: right;
    line-height: 20px;
    text-align: right;
    width: calc(100% - 200px);
}

.footer_divs img {
    vertical-align: -15px;
    margin: 0 0px 0 8px;
}










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


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

#credit {
    height: 80px;
}
.credit {
    float: left;
    width: 200px;
}

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






#SocialIcons {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.print_send {
    border-top: 1px solid #cecece;
    height: 70px;
    margin: 21px 0 0;
    padding: 0 ;
}

.print_send > div {
    float: right;
    height: 30px;
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
    width: 20%;
}

.print_send > div:nth-child(1) {
    margin-top: 26px;
    margin-bottom: 14px;
    padding-right: 20px;
    width: 40%;
}

.print_send > div:nth-child(2) {
    margin-top: 26px;
    margin-bottom: 14px;
}

.print_send > div:nth-child(3) {
    margin-top: 25px;
    margin-bottom: 15px;
}

.print_send > div:nth-child(4) {
    margin-top: 25px;
    margin-bottom: 15px;
}

.print_send .fb-like {
    float: right;
    height: 30px;
    margin: 0;
    overflow: hidden;
    width: 257px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.print_send .twitter-share-button {
    float: right;
    margin: 0;
    overflow: hidden;
    width: 80px;
}
#sendToFriend {
    background: rgba(0, 0, 0, 0) url("../images/send_to_friend.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    width: 100%;
}

#printBtn {
    background: rgba(0, 0, 0, 0) url("../images/print_icon.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    width: 100%;
}

#send_to_friend_form > div {
    overflow: hidden;
}


 div#alert_wrap{
    background:  rgba(0,0,0,0.8);
    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: 80px auto auto;
    padding: 0;
    position: relative;
    width: 355px;
}

#alert_wrap.contantpage > div {
    max-height: calc(90vh - 80px);
    max-width: 620px;
    overflow: auto;
    width: 80vw;
}
#alert_wrap > div .close {
    border-radius: 0;
    color: #b41d8e;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    left: 0;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px #000;
    top: 0;
    width: 41px;
    z-index: 4;
}

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

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

.content_page > .nalert {
    margin: 40px auto;
    width: 300px;
}
.alert .input_wrap > input  {
    height: 32px;
    margin: 10px;
    padding: 2px 5px;
    width: 86%;
}
.alert .input_wrap > textarea  {
    height: 52px;
    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: #b41d8e;
    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;
}
















	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */





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

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


.partner_scroller .bx-loading {
    display: none;
}

@media (min-width: 320px) and (max-width: 480px) {

.form_page #txt_bottom {
    float:unset;
    margin:unset;
    width:unset;
    text-align: center;
}

h1.title1 {
    padding-top: 42px;
    font-size: 24px;
}

.pagewraper h1 {
    line-height: unset;
}
  
  .text iframe {
    max-width: 100%;
    height: auto;
}

}

