body
{
padding:-5px;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
.blue {
  color: #06C;
}
.green {
  color: #090;
}
.lightgreen {
  color: #3C6;
}
.yellow {
  color: #CC6;
}
.orange {
  color: #C60;
}
.white {
  color: #FFF;
}
/*BASIC*/
ul {
  padding: 0;
  margin: 0;
}
p {
  color: #787878;
  line-height: 22px;
}
body {
  background-color: #eee!important;
  overflow-x: hidden;
}
.templatemo-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
/*PARALLAX*/
[class*="bg__"] {
  /*! height: 100vh; */
  position: relative;
  /* fix background */
  background-attachment: fixed;
  /* center it */
  background-position: center center;
  /* Scale it nicely to the element */
  background-size: cover;
  /* just make it look a bit better ;) */
  &:nth-child(2n) {
    box-shadow: inset 0 0 1em #111;
  }
}
.bg__first {
  background-image: url(/images/first-bg.jpg);
  min-height:880px;
  height:100vh;
  overflow-y:hidden;
  overflow-x:hidden;
}
.bg__first .container {
  height: 75.5vh;
  min-height: 440px;
}
.bg__second {
  border-bottom: 3px solid #3bbff2;
  height: 35vh;
  background-image: url(/images/second-bg.jpg);
  min-height:600px;
}
.bg__third {
  background-image: url(/images/third-bg.jpg);
  min-height:100vh;
}
.bg__fourth {
  height: 100vh;
  background-image: url(/images/fourth-bg.jpg);
}
/*HEADER*/
.navbar-brand img {
  display: inline-block;
  margin-right: 5px;
}
.navbar-brand {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e!important;
  text-transform: uppercase;
  text-shadow: none!important;
}
.navbar {
  margin-bottom: 0px!important;
}
.navbar-inverse {
  background-image: none;
  background-color: #fff!important;
  border-radius: 0!important;
  border-color: transparent!important;
  border-bottom: 1px solid #ddd!important;
}
.nav a {
  font-size: 15px;
  color: #1e1e1e!important;
  text-shadow: none!important;
  margin-left: 20px;
}
.nav a:hover {
  color: #3bbff2!important;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.nav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  height:33px;
  margin-top: -7px;
  display: inline-block;
  background-color: #3bbff2;
  padding: 8px 12px 28px 12px;
  text-align: center;
  border-color: transparent;
}
.nav .sub-menu {
  border-top: 8px solid #fff;
  margin-left: 30px;
  position: absolute;
  background-color: #fff;
  width: 400px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
          transition: opacity 1.5s ease;
  z-index: 12;
}
.nav .sub-menu li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.nav .sub-menu li:first-child {
  border-top: 3px solid #3bbff2;
}
.nav .sub-menu li a {
  font-size: 13px;
  text-decoration: none;
}
/*SECTIONS*/
/*First Section*/
.left-image {
  float: right;
  overflow: hidden;
  background-size: cover;
  max-width: 100%;
}
.right-caption {
  color: #fff;
}
.right-caption h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.right-caption h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  margin-top: 30px;
}
.right-caption p {
  color: #fff!important;
}
.stroked-button {
  margin-top: 40px;
}
.stroked-button a {
  margin-top: 30px;
  text-decoration: none!important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 5px;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
}
.stroked-button a:hover {
  color: #3bbff2;
  border-color: #3bbff2;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
}
.arrow {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.arrow i {
  font-size: 22px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.arrow i:hover {
  color: #3bbff2;
  border-color: #3bbff2;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.arrow:active .btn {
  box-shadow: none;
}
/*Second Section*/
.sevice-items {
  margin-top: 40px;
}
.single-item {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.single-item:hover i {
  color: #fff;
  background-color: #3bbff2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  border-color: transparent;
}
.single-item i {
  margin-top: 30px;
  font-size: 26px;
  color: #3bbff2;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
}
.single-item h2 {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
}
.single-item p {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}
.service-arrow  {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px!important;
}
.service-arrow i {
  font-size: 22px;
  color: #3bbff2;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid #3bbff2;
  border-radius: 50%;
}
.service-arrow i:hover {
  color: #3bbff2;
  border-color: #3bbff2;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.service-arrow:active .btn {
  box-shadow: none;
}
/*Third Section*/
.left-text {
  position: absolute;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  border-top: 3px solid #3bbff2;
  width:100%;
}
.left-text h2 {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
}
.left-text .line {
  margin-left: 30px;
  width: 180px;
  height: 2px;
  background-color: #ddd;
}
.left-text p {
  margin: 30px;
}
.left-text .button {
  margin: 30px;
  padding-bottom: 30px;
}
.left-text a {
  text-decoration: none!important;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  margin: 0px;
  color: #fff!important;
  background-color: #3bbff2;
}
/*Fourth Section*/
.right-text {
  position:absolute;
  z-index: 11;
  background-color: #fff;
  border-top: 3px solid #3bbff2;
}
.right-text h2 {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
}
.right-text .line {
  margin-left: 30px;
  width: 180px;
  height: 2px;
  background-color: #ddd;
}
.right-text p {
  margin: 30px;
}
.right-text .button {
  margin: 30px;
  padding-bottom: 30px;
}
.right-text a {
  text-decoration: none!important;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  margin: 0px;
  color: #fff!important;
  background-color: #3bbff2;
}
.templatemo-position-relative {
  position: relative;
}
#third-section,
#third-section .container,
#third-section .row,
#fourth-section,
#fourth-section .container,
#fourth-section .row {
  height: 100%;
}
.fourth-arrow {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.fourth-arrow i {
  font-size: 22px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.fourth-arrow i:hover {
  color: #3bbff2;
  border-color: #3bbff2;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.fourth-arrow:active .btn {
  box-shadow: none;
}
/*fifth Section*/
#fifth-section {
  text-align: center;
  padding-top: 40px;
  background-color: #fff;
}
#fifth-section h1 {
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #3bbff2;
}
#fifth-section p {
  margin-top: 5px;
}
.submit-form {
  margin-top: 40px;
}
.submit-form input {
  color: #888;
  padding: 8px 10px;
  font-size: 13px;
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
}
.submit-form select {
  color: #888;
  padding: 8px 10px;
  font-size: 13px;
  width: 100%;
  outline: none;
  border-color: #ddd;
}
#fifth-section .templatemo-submit {
  display: block;
  margin-top: 24px;
  margin-bottom: 60px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 60px;
  color: #fff;
  background-color: #3bbff2;
  border: 0px;
}
.templatemo-center {
  text-align: center;
}
/*FOOTER*/
footer {
  background-color: #3bbff2;
  text-align: center;
  min-width:325px;
}
.social-icons li {
  margin-top: 60px;
  list-style: none;
  display: inline-block;
}
.social-icons a {
  color: #3bbff2;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 25px;
}
.social-icons a:hover {
  background-color: #3bbff2;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.copyright-text p {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
}
.copyright-text a {
  color: #f9c9c9!important;
  text-decoration: none!important;
}
.third-arrow  {
  float: right;
  width:25px;
  right:0;
  padding-bottom: 40px;
}
.third-arrow i {
  font-size: 22px;
  color: #3bbff2;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  display:none;
}
.third-arrow i:hover {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.third-arrow:active .btn {
  box-shadow: none;
}
/*SIDEBAR*/
#heading-pages img {
  height: auto;
  overflow: hidden;
  width: 100%;
  border-bottom: 3px solid #3bbff2;
  background-repeat: no-repeat;
}
#heading-pages {
  text-align: center;
}
#heading-pages h2 {
  margin-top: 60px;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #3bbff2;
  padding-bottom: 15px;
}
#heading-pages p {
  margin-top: 5px;
  padding-bottom: 50px;
}
.main-post {
  padding-bottom: 80px;
}
.image-post img {
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #3bbff2;
}
.post-content {
  background-color: #fff;
  margin-top: -20px;
}
.post-content h1 {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 0 30px;
}
.post-content p {
  padding: 30px;
}
.post-content blockquote {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  border-left: 3px solid #3bbff2;
  margin-left: 30px;
  margin-right: 30px;
}
.first-widget {
  padding-bottom: 60px;
}
.widgets h4 {
  margin-top: 0px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.widget-social li {
  margin-top: 15px;
  list-style: none;
  display: inline-block;
}
.widget-social a {
  font-size: 13px;
  color: #fff;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #aaa;
  text-align: center;
  display: inline-block;
  line-height: 25px;
}
.widget-social a:hover {
  background-color: #3bbff2;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.second-widget {
  padding-bottom: 70px;
}
.posts {
  display: inline;
}
.posts img {
}
.posts a {
  text-decoration: none;
  color: #1e1e1e;
}
.posts a:hover {
  color: #3bbff2;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.posts h6 {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 700;
  margin-left: 135px;
  margin-top: -80px;
  line-height: 22px;
}
.posts span {
  font-size: 12px;
  color: #999;
  font-weight: 300;
  display: inline;
  margin-left: 135px;
}
.post1 {
  margin-top: 30px;
}
.post2 {
  margin-top: 40px;
}
.third-widget {
  padding-bottom: 50px;
}
.third-widget ul {
  margin-top: 20px;
}
.third-widget li {
  list-style: none;
  padding-bottom: 5px;
}
.third-widget li a:hover p {
  color: #3bbff2;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.third-widget li a:hover span {
  color: #3bbff2;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.third-widget a {
  font-size: 13px;
  font-weight: 600;
}
.third-widget li p {
  display: inline-block;
  color: #aaa;
}
.third-widget li span {
  float: right;
  color: #aaa;
}
/*ELEMENTS*/
.elements-headings {
  margin-top: 60px;
  padding-bottom: 20px;
}
.elements-headings h2 {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #ddd;
  padding-bottom: 10px;
}
.heading-levels h1 {
  margin-top: 0px;
}
.photos img {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.elements {
  padding-bottom: 0px;
}
.main-footer {
  margin-top: 80px;
  margin-bottom: -80px;
}
/*RESPONSIVE*/
@media (max-width: 991px) {
  .fourth-arrow {
    text-align: center;
    margin-top: 92vh;
  }
    .submit-form select {
    margin-top: 15px;
  }
  .submit-form input {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .right-caption h4 {
    font-size: 16px;
  }
  .right-caption h2 {
    font-size: 26px;
  }
  .left-image {
    float: none;
  }
  .left-image img {
    margin: 0 auto;
  }
  .right-caption {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .right-caption h2 {
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .right-caption p {
    margin-top: -5px;
  }
  .stroked-button {
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .nav .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
 .sub-menu a {
    color: #999!important;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #3bbff2!important;
    background-color: #3bbff2;
  }
  .navbar-inverse .navbar-toggle:hover {
    background-color: #3bbff2!important;
  }
  .right-text .button {
    padding-bottom: 0px;
  }
  .left-text .button {
    padding-bottom: 0px;
  }
}
media (max-width: 640px) {
  .left-image img {
    width: 128px;
  }
}
.bg__third
{
padding:10px 10px 100px 10px;
}
.contentsbp
{
border:1px solid #FFF;
border-top:3px solid #3bbff2;
padding:10px;
width:60%;
margin:auto;
background:#FFF;
padding:30px;
}
.contentsbp
{
text-indent:5px;
}
.contentsbp h1, .contentsbp h2, .contentsbp h3, .contentsbp h4, .formhname
{
color:#3C6;
font-size:1.8em;
text-shadow:1px 1px #AAA;
}
.contentsbp li h1, .contentsbp li h2, .contentsbp li h3, .contentsbp li h4
{
color:#3C6;
font-size:1.0em;
line-height:14pt;
margin:0;
text-shadow: none;
color: #686868;
}

.contentsbp ul li
{
margin-left:20px;
margin-bottom:5px;
margin-top:5px;
color: #787878;
}
.contentsbp
{
color: #787878;
}
.contentsbp ol li,.contentsbp b
{
margin-left:0px;
margin-bottom:5px;
margin-top:5px;
}
#esho, .addnomerch
{
  margin-top: 30px;
  text-decoration: none!important;
  color: #337ab7;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid #337ab7;
  border-radius: 5px;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
cursor:pointer;
background:transparent;
}
#esho:hover, .addnomerch:hover
{
color: #3bbff2;
border: 1px solid #3bbff2;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
}
@media (max-width: 480px) {
  .arrow {
    bottom: 0px;
  }
}
@media (max-height: 600px) {
  .bg__third, .bg__fourth {
    min-height: 600px;
    min-width: 325px;
  }
}
@media (max-height: 500px) {
  .bg__first {
    min-width: 333px;
  }
}
.buttonproverit
{
left:0;
right:0;
margin:-70px auto auto auto;
width:290px;
text-align:center;
position:absolute;
-webkit-transition: all 3.0s;
-moz-transition: all 3.0s;
-o-transition: all 3.0s;
transition: all 3.0s;
}
.buttonproverit span {
  text-decoration: none!important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 5px;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
cursor:pointer;
}
.buttonproverit span:hover
{
  color: #3bbff2;
  border-color: #3bbff2;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
}
#NameOtz, #msgcomment
{
background:transparent;
border:1px solid #AAA;
border-top:3px solid #3bbff2;
color:#02F;
padding:2px 5px;
width:270px;
font-size:1.5em;
text-align:center;
letter-spacing:2px;
width:50%;
}
.selectli
{
margin:10px 0px 0px 8px;
height:45px;
width:55%;
padding:0px;
}
.selectli li
{
float:left;
list-style-type: none;
border-radius:3px;
width:30px;
height:30px;
text-align:center;
padding:5px;
margin:0px;
text-shadow:1px 1px 1px rgba(50,50,50,1);
cursor:pointer;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
}
.selectl2
{
height:95px;
width:50%;
margin:10px 0px 0px -40px;
padding:0px;
}
#typeotn li
{
float:left;
list-style-type: none;
color: rgba(35,82,124,1);
font-size: 13px;
border:1px solid rgba(35,82,124,1);
border-radius: 5px;
padding:5px;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
cursor:pointer;
}
#typeotn li:hover
{
border:1px solid rgba(255,0,0,1);
color: rgba(255,0,0,1);
}
#msgcomment
{
height:250px;
}
#msgcomment::-webkit-input-placeholder , #NameOtz::-webkit-input-placeholder
{
color:rgba(0,255,0,1);
}
#msgcomment::-moz-placeholder , #NameOtz::-moz-placeholder
{
color:rgba(0,255,0,1);
}
#msgcomment:focus::-webkit-input-placeholder , #NameOtz:focus::-webkit-input-placeholder { color:transparent; }
#msgcomment:focus:-moz-placeholder , #NameOtz:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#msgcomment:focus::-moz-placeholder , #NameOtz:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#msgcomment:focus:-ms-input-placeholder , #NameOtz:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.addmsgs
{
color: rgba(35,82,124,1);
font-size: 13px;
border:1px solid rgba(35,82,124,1);
border-radius: 5px;
padding:5px;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
-o-transition: all 1.0s;
transition: all 1.0s;
cursor:pointer;
clear:both;
width:250px;
background:transparent;
}
.addmsgs:hover
{
border:1px solid rgba(255,0,0,1);
color: rgba(255,0,0,1);
}
.low5
{
border:1px solid rgba(255,0,0,1);
}
.low4
{
border:1px solid rgba(255,50,0,1);
}
.low3
{
border:1px solid rgba(255,100,0,1);
}
.low2
{
border:1px solid rgba(255,150,0,1);
}
.low1
{
border:1px solid rgba(255,200,0,1);
}
.neitral
{
border:1px solid rgba(255,255,0,1);
}
.hi1
{
border:1px solid rgba(200,255,0,1);
}
.hi2
{
border:1px solid rgba(150,255,0,1);
}
.hi3
{
border:1px solid rgba(100,255,0,1);
}
.hi4
{
border:1px solid rgba(50,255,0,1);
}
.hi5
{
border:1px solid rgba(0,255,0,1);
}
.low5,.low4,.low3,.low2,.low1,.neitral,.hi1,.hi2,.hi3,.hi4,.hi5
{
margin:15px;
min-height:100px;
border-top-width:3px;
border-radius:0px 0px 5px 5px;
padding:8px 15px;
}
.low5 p,.low4 p,.low3 p,.low2 p,.low1 p,.neitral p,.hi1 p,.hi2 p,.hi3 p,.hi4 p,.hi5 p
{
margin:0;
}
.usercomment
{
font-weight:bold;
}
.datecomment
{
font-weight:normal;
margin:0 10px;
font-style:italic;
font-size:0.8em;
}
@media (max-width: 1842px) {
.contentsbp
{
width:70%;
}
#NameOtz, #msgcomment
{
width:90%;
}
.selectli,.selectl2
{
width:94%;
margin-left:0;
}

}
@media (max-width: 1300px) {
.contentsbp
{
width:75%;
}
.selectli,.selectl2
{
width:95%;
margin-left:0;
}

}
@media (max-width: 920px) {
.nav .sub-menu li a{
  font-size:11px;
}
}
@media (max-width: 880px) {
.selectli,.selectl2
{
width:97%;
margin-left:0;
min-height:80px;
}

}
@media (max-width: 840px) {
#NameOtz, #msgcomment
{
width:100%;
}
.selectli,.selectl2
{
width:100%;
margin-left:-40px;
min-height:80px;
}
.selectl2
{
margin-bottom:50px;
}
}

@media (max-width: 770px) {
.nav .sub-menu li a{
  font-size:15px;
}
}

@media (max-width: 700px) {
.contentsbp
{
width:85%;
}
}
@media (max-width: 480px) {
.bg__second {
  min-height:500px;
}
.nav .sub-menu li a{
  font-size:13px;
}
}

@media (max-width: 460px) {
.selectli,.selectl2
{
min-height:110px;
}
.selectl2
{
margin-bottom:80px;
}
.addmsgs
{
width:100%;

}

}
@media (max-width: 410px) {
.bg__second {
  min-height:450px;
  min-width: 325px;
}
}
@media (max-width: 360px) {
.nav a {
  margin-left: 0px;
}
.nav .sub-menu {
  margin-left: 15px;
}
.nav .sub-menu li a{
  font-size:12px;
}
}
@media (max-width: 340px) {
.nav a {
  margin-left: 10px;
}
.nav .sub-menu {
  margin-left: 4px;
}
.nav .sub-menu li a {
  font-size: 12px;
}
}
@media (max-width: 330px) {

.nav a {
  margin-left: 5px;
}
}
.header
{
border:1px solid #f00;
}


