/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, applet, object, iframe, blockquote, input, textarea, pre,  abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html { background: #fff repeat-x 0 0; font-family: Verdana;position: relative; color: #747474}

input, input[type="submit"], button{-webkit-appearance:none!important;}

input, input[type="submit"], button{border:0 none;}

#global{
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font:normal 15px 'Tahoma',Helvetica,sans-serif;
  color: #fff;
}

body{
  background: #fff;
}


a {
  color: #ffd800;
  text-decoration: none;

}

p a:hover {
  text-decoration: underline;
}


.wrap{
  max-width: 960px;
  margin: 0 auto;
}

h2{
  font-family: 'Lemonada', cursive;
}

.clear {
  clear: both;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header{
  background: #fff url(../image/header_bg.jpg) center 80px no-repeat;
  height: 544px;
}

.second{
  background: #fff url(../image/header_bg.jpg) center 80px no-repeat;
  height: 160px;
}

#logo{
  width: 350px;
  height: 66px;
  display: block;
  position: relative;
  float: left;
  margin-top: 20px;
}

#logo img{
  top: -9px;
  position: relative;
  left: -86px;
}

#logo a:before{
  background: #fff url(../image/logo.png) 0 0 no-repeat;
  display: block;
  position: relative;
  width: 217px;
  height:69px;
  z-index: 9999;
  content: "";
}

nav{
  right: 0;
  max-width: 600px;
  margin-top: 5px;
  display: inline-block;
}

nav a{
  font-family: 'Lemonada', cursive;
  letter-spacing: -2px;
  font-size: 24px;
  color: #075173;
  text-align: center;
  font-weight: 300;
  margin: 10px;
  display: inline-block;
}

.active, nav a:hover{
  color:#ff2f2b;
  background: #fff url(../image/active.png) 0 40px  no-repeat;
}

#banners{
  width: 600px;
  display: block;
  background: #e2f1f7;
  height: 368px;
  border-radius: 50px 0 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 65px;

}

#gallery{
  width: 600px;
  display: inline-block;
  margin: 10px;
  float: left;
}

#container {
  z-index: 0;
  width: 600px;
  height: 350px;
}

.slidesContainer {
  height: 350px;
  border-radius: 40px 0 0 40px;
}


.slidesPagination {
  margin: -24px auto;
  display: block;
  width: 140px;
  z-index: 9999;
  position: relative;
  right: -200px;

}

.slidesPagination li {
  float:left;
  margin:0 6px;
  list-style:none;
}

.slidesPagination li a {
  display:block;
  width:14px;
  height:0;
  padding-top:14px;
  background-image:url(../image/pagination.png);
  background-position:0 0;
  overflow:hidden;
}

.slidesPagination li.slidesCurrent a {
  background-position:0 -14px;
}

#formRegistrHeader{

  background: url(../image/part_registred.png) 0 0  no-repeat;
  width: 339px;
  height: 350px;
  display: block;
  position: relative;
  z-index: 9999;
  top: -378px;
  right: -589px;
  padding: 15px;
}

#formRegistrHeader h2{
  letter-spacing: -1px;
  font-size: 24px;
  color: #820200;
  text-align: center;
  font-weight: bold;
}

#formRegistrHeader h2 span{
  font-family: 'Verdana';
  letter-spacing: 0px;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}

.form-conrol {
  margin: 10px auto;
  width: 100%;
  display: block;
  overflow: hidden;
}

.form-conrol input{
  text-align: left;
  color: #fff;
  font-size: 15px;
  width: 200px;
  background-color: transparent;
  height: 25px;
  border: solid 1px #76001b;
  float: right;
}

.formText{
  font-family: 'Verdana';
  width: 80px;
  float: left;
  color: #fff;
  text-align: left;
  padding-top: 5px;
}


#small {
  font-family: "Arial";
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

#small a {
  color: #ffe7a8;
  text-decoration: underline;
}


#profile_form{
  padding: 0 15px;
  text-align: center;
}



#profile_form .form-conrol .button {
  background: url(../image/registr.png) 0 0  no-repeat;
  width: 268px;
  height: 57px;
  border: none;
  cursor: pointer;
}
a.register_button {
  display: inline-block;
  background: url(../image/registr.png) 0 0  no-repeat;
  width: 229px;
  height: 57px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

#contact #profile_form .form-conrol .button{
  background: url(../image/send_letter.png) 0 0  no-repeat !important;
  width: 268px;
  height: 57px;
  border: none;
  cursor: pointer;
}

/*
================================================================================
|                                    CONTENT                                   |
================================================================================
*/
.d-carousel{
  width: 100%;
  display: block;
  background: #e2f1f7;
  height: 410px;
  border-radius: 50px;
  position: relative;
  margin-top: -35px;
  margin-bottom: 40px;
}

.reg_second{
  max-width: 100%;
  display: block;
  background: #e2f1f7;
  height: 410px;
  border-radius: 50px;
  position: relative;
  margin-top: -17px;
  margin-bottom: 20px;
  padding: 30px;
}

.d-carousel h2{
  text-transform:  uppercase;
  color: #075073;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-left: 56px;
  margin-top: 20px;
}

.reg_second h2{
  text-transform:  uppercase;
  color: #075073;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-left: 56px;
}

.d-carousel h2 span, .reg_second h2 span{
  -transform: none;
  font-size: 31px;
  color: #ff2f2b;
}

.jcarousel-direction-rtl {
  direction: rtl;
}

.d-carousel .jcarousel-container {
  display: block;
  margin-bottom: 40px;
}

.d-carousel .jcarousel-item {
  width: 203px;
  height: 287px;
  background: #ffefdf;
  border: solid 1px #ffc48c;

}

.girlSmall{
  width: 176px;
  height: 213px;
  margin: 15px 13px 5px 13px;
  border: solid 1px #d1d1d1;
}


.jcarousel-container .jcarousel-container-horizontal{
  margin: 0 auto;
}

.d-carousel .jcarousel-container-horizontal {
  width: 850px;
  height: 313px;
  padding: 0 45px;
  margin: 10px auto;
}

.d-carousel .jcarousel-item-horizontal {
  margin-left: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-right: 5px;
}

.d-carousel .jcarousel-next-horizontal {
  position: absolute;
  top: 100px;
  right: -44px;
  width: 74px;
  height: 74px;
  cursor: pointer;
  background: transparent url(../image/right.png) no-repeat top right;
}

.d-carousel .jcarousel-next-horizontal:hover {
  background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
  position: absolute;
  top: 100px;
  left: -44px;
  width: 74px;
  height: 74px;
  cursor: pointer;
  background: transparent url(../image/left.png) no-repeat top left;
}

.d-carousel .jcarousel-prev-horizontal:hover {
  background-position: bottom left;
}

.info {
  text-align: left;
  float: left;
  height: 50px;
  margin:0;
  padding: 0 13px ;
  color:#000;
  font-size:14px;
  font-family:  'Tahoma';
  font-weight: normal;
  line-height: 19px;
}

.info span{
  color:#bb1626;
}

.status{
  float: right;
  margin-top: 4px;
}
.reg_second .text{
  text-align: left;
  width: 96%;
  line-height: 22px;
  display: block;
  margin: 0 auto;
  font-size:15px;
}

.text{
  float: left;
  width: 680px;
  line-height: 19px;
}
.text b{
  color: #ff2f2b;
}

#banner{
  width: 226px;
  height: 300px;
  float: right;
}

.socials{
  width: 100%;
  display: block;
  text-align: center;
}
.reg_second  #profile_form{
  margin-top: 20px;
}

#contact #profile_form .form-conrol .button{
  background: url(../image/button_reg.png) 0 0 no-repeat;
  width: 221px;
  height: 48px;
  border: none;
  cursor: pointer;
  float: none;
  margin: 10px auto;
}

.reg_second  #profile_form .form-conrol .button{
  background: url(../image/button_reg.png) 0 0 no-repeat;
  width: 221px;
  height: 48px;
  border: none;
  cursor: pointer;
  float: none;
  margin: 10px auto;
}

.reg_second #profile_form .form-conrol, #contact  #profile_form .form-conrol {
  margin: 14px auto;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #075073;
}

.reg_second #profile_form .form-conrol input{
  text-align: left;
  color: #075073;
  font-size: 15px;
  width: 700px;
  background-color: transparent;
  height: 30px;
  border: solid 1px #76001b;
  float: right;
}

#contact #profile_form .form-conrol input{
  text-align: left;
  color: #075073;
  font-size: 15px;
  width: 700px;
  background-color: transparent;
  height: 30px;
  border: solid 1px #76001b;
  float: none;
  padding: 5px;
}

#contact #profile_form .form-conrol textarea{
  text-align: left;
  color: #075073;
  font-size: 15px;
  width: 700px;
  height: 100px;
  background-color: transparent;
  border: solid 1px #76001b;
  float: none;
  padding: 5px;

}


.reg_second #profile_form  .formText,#contact  #profile_form  .formText{
  font-family: 'Verdana';
  width: 80px;
  float: left;
  color:#075073;
  text-align: left;
  padding-top: 8px;
}

#contact{
  padding: 30px;
}

.reg_second #profile_form #small, #contact #profile_form #small {
  font-family: "Arial";
  color: #075073;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

.reg_second #profile_form #small a, #contact #profile_form #small a {
  color: #ff2f2b;
  text-decoration: underline;
}

/*
================================================================================
|                                    FOOTER                                    |
================================================================================
*/

footer {  
  display: block;
  background: #e7f3fb;
  height: 70px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

footer:before{
  background: transparent url(../image/line_footer.png) repeat-x 0 0;
  width: 100%;
  height: 5px;
  content: "";
  display: block;
}

footer a{
  color: #ff2f2b;
  text-decoration: none;
}

footer p{
  padding-top: 25px;
  font-size: 14px;
}

/*
================================================================================
|                                   MEDIA                                  |
================================================================================
*/


@media only screen and (max-width: 1020px) {
  .wrap{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }
  #logo a::before {
    float: none;
    margin: 0 auto;
  }

  #logo{
    float: none;
    margin: 15px auto;
  }

  #logo img{
    display: none;
  }
  header {
    background: #fff url(../image/header_bg.jpg) center 150px no-repeat;
    height: 1000px;
  }

  .second{
    background: #fff url(../image/header_bg.jpg) center 150px no-repeat;
    height: 220px;
  }

  #formRegistrHeader {
    background: url(../image/line_reg.png) 0 0 repeat-x;
    width: 580px;
    height: 340px;
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 15px;
    margin: 20px auto;
    border-radius: 50px;
  }
  #banners{
    margin: 30px auto;
    border-radius: 50px;
    width: 620px;
  }
  .slidesContainer {
    border-radius: 40px;
  }
  .form-conrol input {
    width: 440px;
  }
  #profile_form .form-conrol .button {
    width: 390px;
  }
  .d-carousel .jcarousel-container-horizontal {
    width: 640px;
  }
  .text{
    width: 100%;
    text-align: left;
    float: none;
    margin-bottom: 30px;
  }
  .reg_second .text{
    line-height: 19px;
  }
  #banner{
    float: none;
    margin: 0 auto;
  }
  .d-carousel .jcarousel-prev-horizontal {
    left: -7px;
    width: 42px;
  }
  .d-carousel .jcarousel-next-horizontal {
    right: -7px;
    width: 42px;
  }
  .reg_second #profile_form .form-conrol input,   #contact #profile_form .form-conrol input , #contact #profile_form .form-conrol textarea
  {
    width: 500px;
  }

}

@media only screen and (max-width: 750px) {
  .wrap{
    max-width: 530px;
  }
  .reg_second{
    padding: 20px;
  }
  .reg_second h2{
    margin: 0 auto;
  }
  .second {
    background: #fff url(../image/header_bg.jpg) center 150px no-repeat;
    height: 240px;
  }

  nav a{
    font-size: 21px;
    height: 50px;
  }
  #banners{
    width: 530px;
    height: 310px;
  }
  #container {
    width: 530px;
    height: 320px;
  }

  .slidesControl img {
    width: 510px !important;
  }
  .slidesContainer {
    height: 290px;
    width: 510px;
  }
  .slidesPagination {
    right: 0;
  }
  #formRegistrHeader {
    background: url(../image/line_reg.png) 0 0 repeat-x;
    width: 500px;
    height: 340px;

  }
  .form-conrol input {
    width: 340px;
  }
  #profile_form .form-conrol .button {
    width: 350px;
  }
  .d-carousel .jcarousel-container-horizontal {
    width: 424px;
  }
  .reg_second #profile_form .form-conrol input,  #contact #profile_form .form-conrol input , #contact #profile_form .form-conrol textarea{
    width:350px;
  }
  .reg_second .text{
    line-height: 15px;
    width: 100%;
    font-size: 14px;

  }
}

@media only screen and (max-width: 530px) {
  .wrap{
    max-width: 400px;
  }
  nav a{
    font-size: 24px;
    margin: 0 20px 0 20px;
  }
  header {
    background: #fff url(../image/header_bg.jpg) center 190px no-repeat;
    height: 920px;
  }
  .second {
    background: #fff url(../image/header_bg.jpg) center 190px no-repeat;
    height: 280px;
  } 
  #banners{
    width: 400px;
    height: 250px;
  }
  #container{
    width: 400px;
    height: 240px;
  }
  .slidesControl img{
    width: 390px !important;
  }

  .slidesContainer {
    height: 226px;
    width: 380px;
  }
  #formRegistrHeader {
    background: url(../image/line_reg.png) 0 0 repeat-x;
    width: 370px;
  }
  .form-conrol input{
    width: 250px;
  }
  #profile_form .form-conrol .button{
    width: 285px;
  }
  .d-carousel .jcarousel-container-horizontal{
    width: 214px;
  }
  .d-carousel h2{
    font-size: 20px;
    margin-left: 0;
  }
  #contact_help {
    height: 810px;
  }
  .reg_second .text{
    line-height: 20px;
    width: 100%;
    font-size: 16px;
  }
  .d-carousel h2 span, .reg_second h2 span{
    font-size: 27px;
  }
  .d-carousel{
    height: 380px;
  }
  .d-carousel .jcarousel-prev-horizontal{
    left: -27px;
  }
  .d-carousel .jcarousel-next-horizontal{
    right: -27px;
  }
  .reg_second #profile_form .form-conrol input{
    width:222px;
  }

  #contact #profile_form .form-conrol input, #contact #profile_form .form-conrol textarea{
    width:292px;
  }

}

@media only screen and (max-width: 400px) {
  .wrap{
    max-width: 320px;
  }

  header{
    background: #fff url(../image/header_bg.jpg) center 240px no-repeat;
    height: 920px;
  }
  .second {
    background: #fff url(../image/header_bg.jpg) center 240px no-repeat;
    height: 320px;

  } 
  #banners{
    width: 320px;
    height: 194px;
  }

  #container{
    width: 300px;
    height: 200px;
  }

  .slidesControl img{
    width: 300px !important;
  }

  .slidesContainer{
    height: 174px;
    width: 300px;
  }

  #formRegistrHeader {
    background: url(../image/line_reg.png) 0 0 repeat-x;
    width: 290px;
  }
  .form-conrol input{
    width: 160px;
  }
  #profile_form .form-conrol .button{
    width: 240px;
    margin-top: -8px;
  }
  .d-carousel .jcarousel-prev-horizontal{
    left: -7px;
  }
  .d-carousel .jcarousel-next-horizontal{
    right: -7px;
  }
  .d-carousel h2{
    font-size: 24px;
    margin: 10px auto;
    line-height: 1.1em;
    padding-top: 15px;

  }
  .d-carousel h2 span, .reg_second h2 span{
    font-size: 31px;

  }
  .d-carousel{
    height: 400px;
  }
  #logo {
    width: 320px;
  }
  .reg_second #profile_form .form-conrol input{
    width:160px;
  }
  #contact #profile_form .form-conrol input, #contact #profile_form .form-conrol textarea{
    width:200px;
  }
  .reg_second{
    padding: 20px;
  }
  #contact_help {
    height: 990px;
  }
}
