/*custom styles*/

/* @author: Ricardo Veronese;

   @url: http://hyper6.com;

*/



/*reset.css*/

/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike,  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,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}
h4 strong {
    font-weight: bold;
}
 .description-container h4 {
    font-size: 19px;
    margin-bottom: 20px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

  display: block;

}

body {

  line-height: 1;

}

ol, ul {

  list-style: none;

}

blockquote, q {

  quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}



/*FONTS*/

/*opensans regular*/

@font-face {

  font-family:'opensans';

  src: url('fonts/OpenSans-Regular.eot');

  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),

       url('fonts/OpenSans-Regular.woff') format('woff'),

       url('fonts/OpenSans-Regular.ttf') format('truetype');

  font-style: normal;

  font-stretch: normal;

}

/*opensans light*/

@font-face {

  font-family:'opensans-light';

  src: url('fonts/OpenSans-Light.eot');

  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),

       url('fonts/OpenSans-Light.woff') format('woff'),

       url('fonts/OpenSans-Light.ttf') format('truetype');

  font-style: normal;

  font-stretch: normal;

}

/*opensans italic*/

@font-face {

  font-family:'opensans-italic';

  src: url('fonts/OpenSans-Italic.eot');

  src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),

       url('fonts/OpenSans-Italic.woff') format('woff'),

       url('fonts/OpenSans-Italic.ttf') format('truetype');

  font-style: normal;

  font-stretch: normal;

}

/*lato regular*/

@font-face {

  font-family:'lato-regular';

  src: url('fonts/Lato-Regular.eot');

  src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),

       url('fonts/Lato-Regular.woff') format('woff'),

       url('fonts/Lato-Regular.ttf') format('truetype'),

       url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');

  font-style: normal;

  font-stretch: normal;

}

/*lato bold*/

@font-face {

  font-family:'lato-bold';

  src: url('fonts/Lato-Bold.eot');

  src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),

       url('fonts/Lato-Bold.woff') format('woff'),

       url('fonts/Lato-Bold.ttf') format('truetype'),

       url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');

  font-style: normal;

  font-stretch: normal;

}

/*cinzel regular*/

@font-face {

  font-family:'cinzel';

  src: url('fonts/Cinzel-Regular.eot');

  src: url('fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'),

       url('fonts/Cinzel-Regular.woff') format('woff'),

       url('fonts/Cinzel-Regular.ttf') format('truetype'),

       url('fonts/Cinzel-Regular.svg#Cinzel-Regular') format('svg');

  font-style: normal;

  font-stretch: normal;

}



/*general*/

/*extending bootstrap's grid system*/

.col-xs-5ths,

.col-sm-5ths,

.col-md-5ths,

.col-lg-5ths {

  position: relative;

  min-height: 1px;

  padding-right: 10px;

  padding-left: 10px;

}

.col-xs-5ths {

  width: 20%;

  float: left;

}

@media (min-width: 768px) {

  .col-sm-5ths {

    width: 20%;

    float: left;

  }

}

@media (min-width: 992px) {

  .col-md-5ths {

    width: 20%;

    float: left;

  }

}

@media (min-width: 1200px) {

  .col-lg-5ths {

    width: 20%;

    float: left;

  }

}



body {

  /*font-family:'Open Sans', sans-serif;*/

  font-family: 'opensans', sans-serif;

}



/*NAVBAR*/

nav.site-navbar {

  background-color: #111111;

  border-top: 6px solid #00AEFF;

  margin-bottom: 0;

  border-bottom: 0;

}

nav.site-navbar .container .navbar-brand {

  padding: 0;

  margin-top: 25px;

  margin-left: 0;

}

nav.site-navbar .container .navbar-brand img {

  display: block;

  width: auto;

  height: 90px;

}

nav.site-navbar .navbar-nav > li > a {

  font-size: 14px;

  color: #fff;

}

nav.site-navbar .navbar-nav > li > a:hover {

  color: #fff;

  text-decoration: underline;

}

/*contact-info*/

nav.site-navbar #contact-info {

  color: #fff;

  padding-top: 5px;

  padding-right: 5px;

}

nav.site-navbar #contact-info li a {

  padding: 0px 5px; 

}

nav.site-navbar #contact-info li#phone {

  line-height: 37px;

  margin-right: 20px;

}

nav.site-navbar #contact-info li#phone strong {

  font-size: 20px;

  font-weight: bold;

}

/*social icons*/

nav.site-navbar #contact-info li#twitter a .fa-stack-2x {

  color: #21A3E0;

}

nav.site-navbar #contact-info li#facebook a .fa-stack-2x {

  color: #2C4191;

}

nav.site-navbar #contact-info li#googleplus a .fa-stack-2x {

  color: #DD4B39;

}

nav.site-navbar #contact-info li#youtube a .fa-stack-2x {

  color: #C51E25;

}

/*background active link*/

nav.site-navbar #menu-links #home.active {

 
}

nav.site-navbar #menu-links .active {

  background-color: #080808; 

}

nav.site-navbar #menu-links .active a {

  background-color: transparent;

  color: #00AEFF;

}

/*home*/

nav.site-navbar #menu-links #home {

  
          transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

     -moz-transform: translateX(-50%);

       -o-transform: translateX(-50%);

}

nav.site-navbar #menu-links #home:not(.active) {

  top: 50%;

}

nav.site-navbar #menu-links #home a {

  top: 50%;

  margin-top: -11.5px;

}

/*menu links*/

nav.site-navbar #menu-links {

  margin-top: 20px;

  margin-bottom: 30px;

}



/*BANNER*/

.slide {


  background-repeat: no-repeat;

  background-position: center top;

  height: 600px;

  position: relative;

}
.item1 {

  background-image: url('img/body/banner-bgnew.jpg');

  background-repeat: no-repeat;

  background-position: center top;

  height: 600px;

  position: relative;

}
.item2 {

  background-image: url('img/body/slide2new.jpg');

  background-repeat: no-repeat;

  background-position: center top;

  height: 600px;

  position: relative;

}
.item3 {

  background-image: url('img/body/slide3.jpeg');

  background-repeat: no-repeat;

  background-position: center top;

  height: 600px;

  position: relative;

}
.slide .container {

  padding-top: 50px;

  padding-bottom: 50px;

}

.slide .slide-wrapper {

  position: absolute;

  top:50%;

  left: 50%;

          transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

     -moz-transform: translate(-50%, -50%);

       -o-transform: translate(-50%, -50%);

 

}

.slide .slide-wrapper .item a.open-escrow-btn {

  display: inline-block;

  font-size: 24px;

  font-weight: bold;

  text-transform: uppercase;

  color: #fff;

  background-image: -webkit-linear-gradient(bottom, #009FFF 1%, #00BEFF);

     background-image: -moz-linear-gradient(bottom, #009FFF 1%, #00BEFF);

       background-image: -o-linear-gradient(bottom, #009FFF 1%, #00BEFF);

      background-image: -ms-linear-gradient(bottom, #009FFF 1%, #00BEFF);

          background-image: linear-gradient(to top, #009FFF 1%, #00BEFF);

  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  padding: 20px 40px;

  margin-top: 30px;

}

.slide .slide-wrapper .item .description-container {

 color:#fff;
    padding: 150px;
    text-align: center;

}

.slide .slide-wrapper .item .description-container h1 {

  /*font-family: 'Cinzel', sans-serif;*/

  font-family: 'cinzel', sans-serif;

  font-size: 44px;

  margin-bottom: 20px;

} 

.slide .slide-wrapper .item .description-container p {

  font-weight: 300;

  font-size: 22px;

  width: 70%;

  margin: auto;

  line-height: 40px;

} 

.slide .control {

  background: none;

}

/*controls*/

.carousel-control .glyphicon-chevron-left, 

.carousel-control .icon-prev,

.carousel-control .glyphicon-chevron-right, 

.carousel-control .icon-next {

  font-size: 60px;

}

/*indicators*/

.slide .carousel-indicators {

  bottom: 60px;

}

.slide .carousel-indicators .active {

  width: 16px;

  height: 16px;

}

.slide .carousel-indicators li {

  width: 14px;

  height: 14px;

}

/*go to btn*/

.slide .go-to img {

  position: absolute;

  bottom: -29px;

  left: 50%;

          transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

     -moz-transform: translateX(-50%);

       -o-transform: translateX(-50%);

}



/*SECTION 2*/

.section-2 {

  background-image: url('img/body/section-2-bg.png');

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;

  background-color: #282828;

  color: #fff;

  padding-top: 50px;

  padding-bottom: 50px;

}

.section-2 img.main-img {

  width: 100%;

}

.section-2 img {

  display: block;

  margin: auto;

}

.section-2 h3 {

  /*font-family: 'Cinzel', sans-serif;*/

  font-family: 'cinzel', sans-serif;

  font-size: 18px;

  text-align: center;

  margin-bottom: 20px;

}

.section-2 p {

  font-size: 16px;

  margin-top: 20px;

  margin-bottom: 20px;

  line-height: 20px;

}

.section-2 ul {

  margin-top: 20px;

  float: left;

  width: 50%;

  height: 125px;

}

.section-2 ul li {

  margin-bottom: 10px;

}

.section-2 ul li:before {

  font-family: 'FontAwesome';

  content: "\f061";

  margin-right: 5px;

  color: #EC7F09;

}

.section-2 ul li a {

  color: #fff;

}

.section-2 .helper {

  background-color: transparent;

  clear: both;

  text-align: center;

  padding-top: 40px;

}

.section-2 .section-2-btn {

  color: #fff;

  background-color: #131313;

  display: inline-block;

  text-decoration: none;

  padding: 5px 10px;

}



/*SECTION 3*/

.section-3 {

  background-image: url('img/body/section-3-bg.jpg');

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  padding-top: 50px;

  padding-bottom: 50px;

  text-align: center;

}

.section-3 h4 {

  font-size: 20px;

  font-weight: bold;

  text-transform: uppercase;

  margin-bottom: 30px;

}

.section-3 p {

  font-size: 16px;

  margin-bottom: 10px;

  color: #545454;

}

.section-3 a.open-escrow-btn {

  display: inline-block;

  font-size: 24px;

  font-weight: bold;

  text-transform: uppercase;

  color: #fff;

  background-image: -webkit-linear-gradient(bottom, #009FFF 1%, #00BEFF);

     background-image: -moz-linear-gradient(bottom, #009FFF 1%, #00BEFF);

       background-image: -o-linear-gradient(bottom, #009FFF 1%, #00BEFF);

      background-image: -ms-linear-gradient(bottom, #009FFF 1%, #00BEFF);

          background-image: linear-gradient(to top, #009FFF 1%, #00BEFF);

  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 4px;

     -moz-border-radius: 4px;

          border-radius: 4px;

  padding: 20px 40px;

  margin-top: 30px;

}



/*ABOUT US*/

.page-title {

  height: 125px;

  background-image: url('img/body/banner-bg.jpg');

  background-position: center center;

}

.page-title h1 {

  /*font-family: 'Cinzel', sans-serif;*/

  font-family: 'cinzel', sans-serif;

  font-size: 44px;

  color: #fff;

  line-height: 125px;

}

#about .meet-our-team {

  padding-top: 20px;

  padding-bottom: 20px;

  color: #545454;

}

/*content*/

#about .meet-our-team .content h3 {

  font-family: 'opensans-light', sans-serif;

  font-size: 29px;

  /*font-weight: 300;*/

  margin-top: 20px;

  margin-bottom: 20px;

}

#about .meet-our-team .content p {
  font-size: 16px;
  line-height:25px;
  margin-bottom: 10px;
  margin-top: 3px;
}

#about .meet-our-team .content p#excerpt {

  margin-bottom: 40px;

}

#about .meet-our-team .content .member {

  margin-bottom: 30px;

}

#about .meet-our-team .content .member .description-container h4 {

  font-size: 19px;

  margin-bottom: 20px;

}

#about .meet-our-team .content .member .description-container h4 strong {

  font-weight: bold;

}

#about .meet-our-team .content .member .description-container h4 span {

  font-style: italic;

}

#about .meet-our-team .content .member .description-container ul {

  list-style: disc;

  list-style-position: inside;

  font-weight: bold;

  line-height: 30px;

}

/*aside*/

#about .meet-our-team .aside .services-container,

#about .meet-our-team .aside .resources-container {

  height: 174px;

  background-repeat: no-repeat;

  background-size: cover;

}

#about .meet-our-team .aside .services-container {

  background-image: url('img/body/services-img.jpg');

}

#about .meet-our-team .aside .resources-container {

  background-image: url('img/body/resources-img.jpg');

}

#about .meet-our-team .aside h3 {

  /*font-family: 'Cinzel', sans-serif;*/

  font-family: 'cinzel', sans-serif;

  font-size: 19px;

  color: #fff;

  padding: 10px;

  background-color: rgba(0, 0, 0, 0.5);

}

#about .meet-our-team .aside ul {

  margin-top: 20px;

  float: left;

  width: 50%;

  height: 125px;

  padding: 5px;

}

#about .meet-our-team .aside ul li:before {

  font-family: 'FontAwesome';

  content: "\f061";

  margin-right: 5px;

}

#about .meet-our-team .aside ul li {

  margin-bottom: 10px;

}

#about .meet-our-team .aside ul li a {

  color: #545454;

}

#about .meet-our-team .aside .helper {

  background-color: transparent;

  clear: both;

  text-align: center;

}

#about .meet-our-team .aside .helper {

  background-color: transparent;

  clear: both;

  text-align: center;

  margin-bottom: 30px;

}

#about .meet-our-team .aside .helper .section-2-btn {

  color: #fff;

  background-color: #131313;

  display: inline-block;

  text-decoration: none;

  padding: 5px 10px;

}

#about .section-3 {

  background-image: url('img/body/aboutus-section-3-bg.jpg');

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  padding-top: 50px;

  padding-bottom: 50px;

  text-align: center;

  color: #FFFFFF;

}

#about .section-3 p {

  color: #FFFFFF;

}

/*FOOTER*/

.site-footer {

  background-color: #292929;

  background-image: url('img/footer/footer-pattern.png');

  color: #fff;

  padding-top: 30px;

  padding-bottom: 30px;

}

.site-footer .col-md-12,

.site-footer .col-md-5ths {

  padding: 0;

}

.site-footer .col-md-5ths img {

  width: 100%;

} 

.site-footer .col-md-5ths h3 {

  font-size: 14px;

  font-weight: bold;

  margin-top: 10px;

  margin-bottom: 10px;

} 

.site-footer .col-md-5ths ul {

  list-style: disc;

  list-style-position: inside;

}

.site-footer .col-md-5ths.services-2 ul {

  margin-top: 30px;

} 

.site-footer .col-md-5ths ul li,

.site-footer .col-md-5ths ul li a {

  color: #C4C6C7;

  margin-bottom: 10px;

} 

.site-footer .col-md-5ths p,

.site-footer .col-md-5ths ul li {

  font-size: 14px;

} 

/*contact info*/

.site-footer .contact-info ul {

  list-style: none;

}

.site-footer .contact-info ul#info li .fa {

  margin-left: -5px;

}

/*social icons*/

.site-footer .contact-info .social-icons li {

  display: inline-block;

}

.site-footer .contact-info .social-icons li a {

  font-size: 15px;

}

.site-footer .contact-info .social-icons li a .fa-stack-1x {

  color: #fff;

}

.site-footer .contact-info .social-icons li#facebook a .fa-stack-2x {

  color: #2C4191;

}

.site-footer .contact-info .social-icons li#twitter a .fa-stack-2x {

  color: #21A3E0;

}

.site-footer .contact-info .social-icons li#googleplus a .fa-stack-2x {

  color: #DD4B39;

}

.site-footer .contact-info .social-icons li#youtube a .fa-stack-2x {

  color: #E52D27;

}

.site-footer .contact-info .social-icons li#mail a .fa-stack-2x {

  color: #FF9845;

}

/*divider*/

.helper {

  background-color: #080808;

}

.helper hr#footer-divider {

  width: 30%;

  margin: 0;

  margin: auto;

  height: 2px;

  border: 0;

  background-image: -webkit-linear-gradient(left, transparent, #F8F8F8, transparent);

     background-image: -moz-linear-gradient(left, transparent, #F8F8F8, transparent);

       background-image: -o-linear-gradient(left, transparent, #F8F8F8, transparent);

          background-image: linear-gradient(left, transparent, #F8F8F8, transparent);

}

/*copyright*/

#copyright {

  background-color: #080808;

  color: #fff;

  text-align: center;

  padding-top: 30px;

  padding-bottom: 30px;

}

#copyright p:first-child {

  margin-bottom: 10px;

}

#copyright a {

  color: #fff;

}



/*RESPONSIVE DESIGN*/

@media screen and (min-width: 451px) and (max-width: 768px) {

  /*NAVBAR*/

  nav.site-navbar {

    padding-top: 10px;

    padding-bottom: 10px;

  }

  nav.site-navbar .container .navbar-brand {

    margin-top: 0;

    display: inline-block;

    width: 271px;

    height: initial;

  }

  nav.site-navbar .container .navbar-brand img {

    width: 100%;

    height: initial;

    display: inline-block;

  }

  nav.site-navbar #contact-info li#phone {

    margin-right: 0;

  }

  nav.site-navbar #contact-info li a {

    padding: 0;

  }

  nav.site-navbar #menu-links {

    margin-top: -15px;

    margin-bottom: 0;

  }

  nav.site-navbar #menu-links #home {

    display: none;

  }

  nav.site-navbar #menu-links li a {

    padding-left: 5px;

    padding-right: 5px;

  }



  /*BANNER*/

  .slide .slide-wrapper {

    width: 90%;

  }

  .slide .slide-wrapper .item .description-container h1 {

    font-size: 40px;

  }

  .slide .slide-wrapper .item .description-container p {

    width: initial;

  }



  /*SECTION 2*/

  .section-2 .col-md-4 {

    float: left;

    width: 33.33%;

  }

  .section-2 ul {

    height: 155px;

  }

  .section-2 ul li:before {

    display: none;

  }

  .section-2 img {

    width: 100%;

  }

  

  /*ABOUT PAGE*/

  #about .meet-our-team .content {

    width: 66.66%;

    float: left;

  }

  #about .meet-our-team .content .member .img-container {

    width: 33.33%;

    float: left;

  }

  #about .meet-our-team .content .member .description-container {

    width: 66.66%;

    float: left;

  }

  #about .meet-our-team .aside {

    width: 33.33%;

    float: left;

  }

  #about .meet-our-team .aside ul {

    height: initial;

  }

  #about .meet-our-team .aside ul li a {

    font-size: 12px;

  }



  /*FOOTER*/

  .site-footer .col-md-5ths {

    width: 20%;

    float: left;

  }

  .site-footer .col-md-5ths h3 {

    margin-top: 0;

  }

  .site-footer .col-md-5ths.services-2 ul {

    margin-top: 23px;

  }

  .site-footer .contact-info .social-icons li a {

    font-size: 9px;

  }

}

@media screen and (max-width: 450px) {

  /*NAVBAR*/

  nav.site-navbar {

    padding-bottom: 25px;

  }

  nav.site-navbar .container .navbar-brand {

    margin-top: 0;

  }

  nav.site-navbar .container .navbar-brand img {

    width: 70%;

    height: initial;

    margin-left: 15px;

  }

  nav.site-navbar .container .navbar-collapse {

    border: transparent;

    box-shadow: none;

  }

  nav.site-navbar .navbar-header .navbar-toggle {

    margin-top: -33px;

    border: none;

  }

  nav.site-navbar .navbar-header .navbar-toggle:focus, 

  nav.site-navbar .navbar-header .navbar-toggle:hover {

    background-color: transparent;

  }

  nav.site-navbar .navbar-header .navbar-toggle .icon-bar {

    width: 30px;

    height: 5px;

    background-color: #00AEFF;

  }

  nav.site-navbar #menu-links #home {

    display: none;

  }

  nav.site-navbar #menu-links {

    margin-bottom: 0;

  }

  /*contact info*/

  nav.site-navbar #contact-info {

    padding: 0;

    margin: 0;

    float: right;

  }

  nav.site-navbar #contact-info li#phone {

    margin-right: 0;

  }

  nav.site-navbar #contact-info li#phone p strong,

  nav.site-navbar #contact-info li#twitter,

  nav.site-navbar #contact-info li#facebook,

  nav.site-navbar #contact-info li#googleplus,

  nav.site-navbar #contact-info li#youtube {

    display: none;

  }

  

  /*BANNER*/

  .slide {

    background-position: center center;

    height: 450px;

  }

  .slide .slide-wrapper {

    position: initial;

    top: initial;

    left: initial;

            transform: none;

    -webkit-transform: none;

        -ms-transform: none;

       -moz-transform: none;

         -o-transform: none;

  }

  .slide .slide-wrapper .item .description-container h1 {

    font-size: 28px;

  }

  .slide .slide-wrapper .item .description-container p {

    width: initial;

    font-size: 18px;

    line-height: 30px;

  }

  .slide .slide-wrapper .item a.open-escrow-btn {

    margin-top: 50px;

  }

  .slide .go-to img {

    bottom: -18px;

    width: 100%;

  }

  .carousel-control.left,

  .carousel-control.right {

    display: none;

  }

  .slide .carousel-indicators {

    bottom: 40px;

  }

  /*SECTION 2*/

  .section-2 {

    background-position: center bottom;

    padding-bottom: 0;

  }

  .section-2 .col-md-4 {

    padding: 0;

    margin-bottom: 40px;

  }

  .section-2 ul {

    height: initial;

  }

  .section-2 .helper {

    padding-top: 20px;

  }



  /*ABOUT PAGE*/

  .page-title {

    height: initial;

  }

  .page-title h1 {

    font-size: 36px;

    line-height: 100px;

    text-align: center;

  }

  #about .meet-our-team .content .member img {

    margin: auto;

  }

  #about .meet-our-team .content .member .description-container h4 {

    margin-top: 20px;

  }

  #about .meet-our-team .aside ul {

    height: initial;

  }



  /*FOOTER*/

  .site-footer .col-md-5ths {

    padding-top: 10px;

    padding-bottom: 10px;

  }

  .site-footer .col-md-5ths.services-2 ul {

    margin-top: 0;

  }

  .helper hr#footer-divider {

    width: 100%;

  }

}
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
/* Menu CSS */#cssmenu,
#cssmenu > ul {
  background: url(images/highlight-bg.png) repeat;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: "";
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
}
#cssmenu > ul {
  background: url(images/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {

  display: block;
  color: white;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 18px;
}
#cssmenu > ul > li:hover > a {
  background: url(images/highlight-bg.png) repeat;
  text-shadow: 0 -1px 0 #97321f;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu > ul > li > a > span {
  line-height: 18px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url(images/hover.png) repeat;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
 
  background: url(images/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  z-index: 9;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 64px;
  left: 0;
}
#cssmenu > ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  background-color: #000000 !important;
  border-left: 4px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 5px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out 0s;
  width: 200px;
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #d64e34;
  background-color: #cccccc !important;
}
#cssmenu > ul ul li a:active {
  background: url(images/menu-bg.png) repeat;
}
.openform{
  background-color:#00beff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px 40px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
	
}
.openform > a {
  color: hsl(0, 0%, 100%);
}

.Sub.submit > input {
  color: hsl(0, 0%, 100%);
}
.openform1 > a {
  color: hsl(0, 0%, 100%);
}

#a {
  background: hsl(195, 100%, 50%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  margin-top: 5px;
  width: 225px;
   border-radius: 5px;
}
#fileToUpload {
  background: hsl(195, 100%, 50%) none repeat scroll 0 0;
  border-radius: 5px;
  color: hsl(0, 0%, 100%);
  margin-top: 5px;
  width: 225px;
}

.openform1{
	background-color:#00beff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px 40px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.saleopen {
  float: left;
  width: 754px;
}
.saleopen .sale {
  width: 700px;
}
.sale > p {
  width: 200px;
}
.sale input {
  line-height: 30px;
  width: 323px;
}
.Sub > input {
  background: #00beff none repeat scroll 0 0;
  border-radius: 2px;
  padding: 10px 21px;
  border-color: #00beff;
}
