@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.details-3 h2 {
	margin-bottom: 20px;
}

nav.light .menu li a, nav.light span {
	color: #fff;
}

.menu li a {
	font-size: 16px;
}

.nav-1 img {
	max-height: 35px;
	margin-top: 0px;
}

nav.light > .logo {
display: none;
}

nav.scrolled > .logo {
display: inline;
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 8px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-instagram {
    background-color: #9c7c6e;
}
.soc-instagram:before {
    content:'x';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'j';
}
.soc-email1 {
    background-color: #578AD6;
}
.soc-email1:before {
    content:'<';
}

.dark {
color: #fff;
background-color: #0d4e86; /* #4F5A62; */
}

.specialists ul {
  list-style: none;
  padding: 0;
}
.specialists li {
  padding-left: 0.3em;
}
.specialists li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.2em; /* same as padding-left set on li */
}

sub {
  bottom: 1.50em;
}

.top0px {
	padding-top: 0px !important;
}

.top-logo {
	padding-top: 60px !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.displaynone {
display: none;
}

.blacklink {
color: #444444;
}

.bluelink {
    color: #428bca;
    text-decoration: none;
} 
    

input {
  display: none;
  visibility: hidden;
}
label {
  display: block;
  font-weight: 400;
}
label:hover {
  color: #444444;
}

.panel-heading {
background-color: #fff !important;
border: none !important;
padding-left: 0;
}

.panel-default {
border: none !important;
}

.panel {
-webkit-box-shadow: none !important;
    box-shadow: none !important;
    {