body {
  padding-top: 16px;
  font-family: Verdana, Geneva, sans-serif;
}


.srv-hd{ padding: 25px 0 0px 0;
    display: block;
      
    margin-top: 17px;}
    .brd{border-top: 1px solid #ddd;  }
    .mrgn{ margin: 0; padding: 0;}
.srv-hd h1{padding: 10px 0px;
    
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #3b5a6d;
    font-size: 25px; margin-bottom: 0;}
    .srv-img{ padding-left: 0;     margin-bottom: 5px}
.srv-img img{width: 100%; margin-left: 0; margin-bottom: 5px;}




.srv-hd a { padding: 10px 0px; text-align: center;  text-decoration: none; font-family: 
 Verdana, Geneva, sans-serif; color:#3b5a6d; font-size: 25px;}

.srv-hd a:hover{ color:#000; }
.read-more a{  margin: 0 0 20px; background: #8fc2e9; padding: 10px 15px; display: inline-block; color:#3b5a6d; text-decoration:none; }
.read-more a:hover{ background: #3b5a6d; color: #fff; }

.srv-list{}

.srv-list ul{}

.srv-list li { padding: 4px 0;}
.srv-list li a { text-decoration: none; font:normal 17px/24px Verdana, Geneva, sans-serif;}
.srv-list li a:hover{ color: #000;}


.side-list{}

.side-list ul{}

.side-list li { }
.side-list li a { 
    color: #3a5a6d;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 24px;}
.side-list li a:hover{ color: #000;}










span.error, span.errors {
  background: #d9585c none repeat scroll 0 0;
  color: #fff;
  display: none;
  font-size: 12px;
  padding: 4px 12px;
  position: absolute;
  text-align: center;
  top: -23px;
  right: 0;
  width: auto;
  z-index: 9;
  font-weight: normal;
}

.error{
  position: relative;
}

.error input, .error textarea {
  border: 1px solid #f00 !important;
}

span.error:after, span.errors:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d9585c transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -9px;
  content: "";
  display: block;
 right: 18px;
  position: absolute;
}


.social{
    display: inline-block;
    margin: 0 25px;
}

/*.social ::after{
content: "";
position: absolute;
width: 1px;
height: 20px;
background: #fff;
top: 13px;
margin-left: 14px;
  }*/
.footertext{
  border-radius: 5px;
}
.footertext::before{
content: "";
position: absolute;
width: 1px;
height: 20px;
background: #fff;
top: 13px;
margin-left: -25px;
  }


.social a:hover{
    opacity: .6;
}





.navbar-default {
  background-color: #8fc2e9;
  margin-bottom: 0;
  border-bottom: 0px solid;
}
.container {
  max-width: 990px;
}
.navbar-brand {
  width: 264px;
  height: 55px;
  padding: 0;
  position: relative;
  z-index:3;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand img {
  position: absolute;
  top: -28px;
  left: 5px;
  z-index: 10000;
}
.topRight {
  float: right;
  text-align: right;
  color: #fff;
  padding-bottom:10px;
  margin-top: 7px;
}
.topRight a {
  color: #fff;
}
.topRight2 {
  float: right;
  text-align: right;
  color: #fff;
  display:none;
}
.topRight2 a {
  color: #fff;
}
.topclear {
  clear: both;
}
.headerphone {
  font-size: 18px;
  font-weight: bold;
}
.headertext {
  font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
  padding: 10px;
  color: #3b5a6d;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #b0d2ef;
  color: #3b5a6d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #b0d2ef;
  color: #3b5a6d;
}
.navbar-brand > img.mob {
  display: none;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 20px;
  padding: 6px 7px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #659cbe;
}
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
@media (min-width: 992px) {
  .dropdown-menu li:hover .sub-menu {
      visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.dropdown-menu {
  background-color: #b0d2ef;
  padding: 0;
}
.dropdown-menu > li > a {
  color: #fff;
  font-size: 12px;
  padding: 7px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #3a5a6d;
  color: #fff;
}
@media (max-width: 991px) {


.content p {

    font-size: 11px !important;
  
}

  .panel-body img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }


  .topRight {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
  .navbar-right {
    float: none !important;
  }
  .RLinks td img {
    max-width: 120px;
  }

.footertext::before{
top: 57px;
}

}
@media (max-width: 991px) and (min-width: 768px) { 
  .topRight {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .navbar-brand > img.mob {
    display: block;
  }
  .navbar-brand > img.desk {
    display: none;
  }
  .navbar-brand {
    height: 70px;
    width: 221px;
  }
.social {
margin: 0 3px;
}
.footertext{
padding: 6px 2px 5px !important;
}
.footertext::before {
margin-left: -8px;
}



}
@media (max-width: 479px) {
  .RLinks td img {
    max-width: 90px;
    vertical-align: top;
  }
}
.leftbar  {
  width: 300px;
  float: left;
}
.leftInner {
  padding: 20px 40px;
  background: url(../images/sidebar-bot.png) right top no-repeat;
}
.content {
  padding: 15px 30px;
  background: url(../images/mainbody-background.png) left top no-repeat;
  float: left;
  width: 660px;
}
.team {
  margin: 5px 10px 10px 0;
}
@media (max-width: 1024px) and (min-width: 768px) { 
  .content {
    width: 420px;
    float: left;
  }
.topRight {
    float: right;
    padding-top: 45px;
    text-align: right;
    width: 60%;
}
.footertext::before{
top: 58px;
}

.sidebartext { font-size: 12px;}

.textBody ul { padding: 0 0 0 15px; margin: 0px;}

}
#msghome {
  position: relative;
  margin: 0 0 -25px;
  float: right;
}


  .team {
    width: 150px;
    height: auto;
  }
}
.sidebarheader {
    color: #3a5a6d;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.sidebartext {
    color: #3a5a6d;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
img {
  max-width: 100%;
}
.content p {
    margin: 0 0 15px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
hr {
  border-color: #ccc;
}
.Mobile {
  display: none;
}
@media (max-width: 767px) {
  .leftbar  {
    width: 100%;
    float: none;
  }
  .leftInner {
    background: url(../images/mainbody-background.png) left top repeat-x;
  }
  .content {
    margin-left: 0;
    padding: 15px 15px;
    background: url(../images/mainbody-background.png) left top repeat-x;
    width: 100%;
    float: none;
  }
  .team {
    width: 200px;
    height: auto;
  }
  .Mobile {
    display: block;
  }
  .Desk {
    display: none;
  }
  .footertext::before{
top: 101px;
  }
}
@media (max-width: 479px) {
  .team {
    width: 130px;
    height: auto;
  }  
}

.footer {
  border-top: 3px solid rgb(153,176,197);
  text-align: center;
  padding: 10px 0;
}
.footertext {
    color: #3a5a6d;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.fancy {
    color: #3b5a6d;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.sidebartext {
    color: #3a5a6d;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
}
.panel-default {
  border: 0px solid;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding: 0;
        border-bottom: 1px solid #333;
    border-top: 1px solid #ccc;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
            .loading {

                display: none;

            }

            .panel-group {
                width:  95%;

            }

                    .panel-group .panel-title a {

                        background:             #369;

                        background:             #369 -webkit-gradient(linear, left top, left bottom, from(#69c), to(#369)) no-repeat;

                        background:             #369 -moz-linear-gradient(top,  #69c,  #369) no-repeat;

                        text-shadow:            0 -1px 2px #036, #9cf 0 1px 2px;
                        padding: 5px;
                        width: 100%;

                     outline: none;


                    color:                  #fff;

                    display:                block;

                    font-style:             normal;

                    margin:                 0;

                    padding:                7px 10px;

                    text-shadow:            0 -1px 2px #333, #ccc 0 1px 2px;
                   }
                .panel-group .panel-title a.collapsed {

                    background:             #999;

                    background:             #999 -webkit-gradient(linear, left top, left bottom, from(#666), to(#999)) no-repeat;

                    background:             #999 -moz-linear-gradient(top,  #666,  #999) no-repeat;


                }




                .panel-group .panel-title h4 {

                    margin:         0;

                    padding:        0;

                }

                .panel-group .panel-body {

                    padding:        10px;
                    border: 1px solid #ccc;

                }
                .panel-group .panel-title a, .panel-group .panel-title a:hover {
                  text-decoration: none;
                }


    .contact input, .contact textarea {  

        padding: 10px 0 12px 10px;  
        margin: 11px 0 8px;
        border: solid 1px #E5E5E5;  
        height: 40px;
        outline: 0;  

        font: normal 13px Verdana, Tahoma, sans-serif;  

        width: 100%;  

        
        }  

        .contact input[type="radio"], .contact input[type="checkbox"] {
          width: auto;
        }

    .contact textarea {  

        width: 100%;  
        resize:none;
        max-width: 100%;  

        height: 100px;  

        line-height: 150%; 
        }  
        .contact p {
          text-align: right;
        }

        .submit_btn {
    float: right;
    margin: 15px 0;
    text-transform: uppercase;
    width: 184px !important;
    clear: both;
}
.in-cap-img.cf {
  float: right;
}
.form-contac {
  margin-top: 20px;
  position: relative;
}
    .contact input:hover, .contact textarea:hover,  

    .contact input:focus, .contact textarea:focus {  

        border-color: #C9C9C9;  

        -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;  

        }  

    .contact .form label {  

        margin-left: 10px;  

        color: #666666;  

        }  

    .contact .submit input {  

        width: auto;  

        padding: 9px 15px;  

        background: #666666;  

        border: 1;

    border-color:#FFF  

        font-size: 14px;  

        color: #FFFfff;  

        -moz-border-radius: 5px;  

        -webkit-border-radius: 5px;  

        }  

        .contact td {
          padding: 5px;
        }


.cp-box {
  min-height: 139px;
}
.form-contac .pls-wait-img-contact {

    position: relative;
    top: -24px;


}
@media (max-width: 479px) {
  .contact .form label {
    display: block;
  }
}        
@media (max-width: 767px) {
  div.light_rounded .pp_description {
    margin-right: 0;
  }
  div.light_rounded .pp_close {
    position: static;
    display: inline-block;
  }
}      

@media screen and (max-width: 992px)
{
.topRight2 {
	display:block;
	width:100%;
	padding:0 15px 10px 40%;
}

.topRight {
	display:block;
}

}  
@media screen and (max-width: 555px)
{
.topRight2 {
	float:none;
	text-align:center;
	padding:20px 0 10px 0;
}
.navbar-brand
{
	margin:0 auto !important;
	display:block;
	float:none;
}
}  
@media screen and (max-width: 360px)
{
.navbar-toggle
{
	margin-right:0px;
}
.navbar-brand
{
	width:210px;
}
}


@media (min-width: 768px) and (min-width: 1024px) { 

.content {
  padding: 15px 30px;
  background: url(../images/mainbody-background.png) left top no-repeat;
  float: left;
  width: 640px;
}

}

.form-contac .plz {
  width: 100%;
  float: right;
}
.form-contac .pls-wait-img-contact{
   float: right;
    width: 145px;
}
.form-contac .captcha-image-home img{
 
}
.form-contac .captcha-image-home img:focus{

}


