

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url("font-face.css");


/**** elements ****/
body {
    background: #f5f5f5;
    font-family: "DIN Next W01 Regular";
    font-size: 100%;
    margin: 0;
    padding: 0;
}

header {
    background: #fff;
    height: 100px;
}

footer {
    margin: 60px 0 0;
    padding: 0 0 10px;
}
footer p,
footer p a {
    color: #2c4b86 !important;
    font: 18px/34px 'DIN Next W01 Medium';
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 17px !important;
    text-decoration: none;
}
footer p span {
    color: #8c9397;
}

address {
    font-size: 15px;
    line-height: 22px;
}
address a {
    color: #8c9397;
}
address a:hover {
    color: #8c9397;
}


/**** id ****/
#lang {
    float: right;
}
#lang a {
    display: inline-block;
    margin: 5px 0 0 16px;
    min-width: 50px;
    text-decoration: none;
    opacity: 0.7;
}
#lang a:first-child {
    margin: 5px 0 0 30px;
}
#lang a:hover {
    opacity: 1;
}
#lang a.current {
    opacity: 1;
}
#lang a.current span {
    color: #253968;
}
#lang a span {
    color: #6f787d;
    font-size: 13px;
    display: block;
    padding: 5px 0;
    text-align: center;
}
#lang a img {
    display: block;
    margin: 0 auto;
}

#main-menu {
    background: url("../img/menu_bg.png") repeat-x 0 0;
    padding: 0 0 6px;
    position: relative;
    z-index: 200;
}
#main-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 5px;
}
#main-menu ul li {
    border-right: 2px solid #fff;
    height: 45px;
    padding: 0;
}
#main-menu ul li:first-child {
    border-left: 2px solid #fff;
}
#main-menu ul li:hover {
    background: #525c65;
}
#main-menu ul li:hover ul {
    display: block;
}
#main-menu ul li a {
    color: #fff;
    display: block;
    font: 14px/14px 'DIN Next W01 Light', 'DIN light';
    height: 44px;
    letter-spacing: 0.1em;
    padding: 18px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#main-menu ul li a:hover {
    background: #525c65;
}
#main-menu ul li a.current {
    background: url("../img/menu_selected.png") repeat-x 0 0;
}

#main-menu ul li ul {
    background: #525c65;
    display: none;
    height: auto !important;
    padding: 10px 0;
}
#main-menu ul li ul li,
#main-menu ul li ul li:first-child {
    border: none;
    height: auto;
}
#main-menu ul li ul li a {
    font-size: 13px;
    height: 32px;
    line-height: 15px;
    padding: 11px 20px 5px;
    text-align: left;
}
#main-menu ul li ul li a:hover {
    background: url("../img/menu_selected.png") repeat-x 0 0;
    border-bottom: 1px solid #898282;
    border-top: 1px solid #898282;
    line-height: 13px;
}

#banner-contener {
    /*overflow: hidden;*/
    margin: 0 0 20px;
    height: 390px;
    position: relative;
    padding: 0;
}

@media all and (max-width:991px){
  #banner-contener{
    height: auto!important;
  }
  #banner-contener .pager{
  	display: none;
  }
}

#banner {
    overflow: hidden;
    margin: 0 0 20px;
    max-height: 390px;
    padding: 0;
}
#banner .slide {
    overflow: hidden;
}
#banner .slide img {
    position: relative;
    z-index: 1;
}
#banner .slide .overlay {
    background: #000;
    display: block;
    height: 500px;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    filter: alpha(opacity=40);
}
#banner .slide span {
    bottom: 0;
    color: #fff;
    font-size: 25px;
    padding: 0 0 0 50px;
    position: absolute;
    text-shadow: 3px 3px 2px #333;
    top: 50%;
    z-index: 10;
}

#content {
    background: #fff;
    margin-top: -30px;
}
#content p {
    color: #666;
    font-family: 'DIN Next W01 Light', 'DIN light';
    font-size: 15px;
    line-height: 24px;
}

#gmap {
    height: 250px;
    width: 100%;
}


#prev,
#next {
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    z-index: 1000;
}

#prev:hover,
#next:hover {
    text-decoration: none;
}

#prev {
    right: 45px;
}

#next {
    right: 15px;
}



/**** text ****/
.txt-right {
    text-align: right;
}

.txt-blue {
    color: #2c4b86;
}

.title,
.subtitle {
    background: url("../img/title_line.png") repeat-x 0 bottom;
    color: #253968 !important;
    margin: 10px 0 20px;
    padding: 0 0 8px 5px;
    text-align: left;
    text-transform: uppercase;
}

.title {
    font: 18px/34px 'DIN Next W01 Medium';
}

.subtitle {
    background: none;
    font-size: 15px !important;
    font-weight: 600;
}

.more {
    color: #2c4b86;
}



/**** class ****/
.navbar-collapse {
    margin: 0;
    padding: 0;
    width: 100%;
}
.navbar-brand {
    margin: 20px 0 0;
}

.margin-img {
    margin: 10px 0 20px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list li {
    margin: 10px 0;
}

.list li a{
    color: #253968;
    font-size: 14px;
    font-weight: 600;
}

.content-margin {
    margin: 50px 0 20px;
}

.person {
    margin: 10px 0;
}
.person .content {
    background: #f5f5f5;
    min-height: 90px;
}
.person .content .photo {
    float: left;
    height: 90px;
    margin: 0 12px 0 0;
    width: 70px;
}
.person .content .info {
    float: left;
    padding: 8px 0 0;
}
.person .content .info span {
    color: #2c4b86;
    display: block;
    font-size: 14px;
}
.person .content .info em {
    color: #6f787d;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 17px;
}
.person .content .info a {
    color: #6f787d;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}
.person .content .info strong {
    color: #2c4b86;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}
.person .content .info strong em {
    position: absolute;
    right: 0;
    top: 0;
}
.person .content .info .practice {
    background: #f5f5f5;
    box-shadow: -4px 8px 8px #555;
    display: none;
    color: #2c4b86;
    left: -10px;
    padding: 5px 10px;
    position: absolute;
    top: 90px;
    z-index: 100;
}
.person .content .info .practice ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.person .content .info .practice ul li {
    font-size: 13px;
}

.cycle-overlay {
    background: black;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    opacity: .5;
    width: 100%;
    z-index: 600;
}

.pager {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15%;
    position: absolute;
    width: 30%;
    z-index: 2000;
}
.pager span {
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    opacity: 0.4;
    text-indent: -9999px;
    width: 12px;
}
.pager span.cycle-pager-active {
    opacity: 1;
}



/** element boostrap **/
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default {
    border: none;
    border-radius: 0 !important;
}
.panel-default>.panel-heading {
    background: none;
    border: none;
}
.panel-heading {
    padding: 10px 0;
}
.panel-title>a {
    color: #2c4b86;
}
.panel-title>a:hover {
    text-decoration: none;
}
.panel-group .panel+.panel {
    margin: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: none;
    color: #666;
    font-size: 15px;
    line-height: 24px;
}
.panel-body {
    padding: 10px 0 5px;
}

.collapse.in {
    background: url("../img/title_line.png") repeat-x 0 0;
}

.navbar {
    margin: 0;
}

.schedule {
    color: #333 !important;
    line-height: 16px !important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #lang a ,
    #lang a:first-child {
        margin: 10px 10px 0 0;
    }

    #lang a img {
        display: none;
    }

    .navbar-header {
        background: #fff;
        position: absolute;
        right: 0;
        top: 30px;
    }
    .navbar-header {
        background: #fff;
        position: absolute;
        right: 0;
        top: 30px;
    }

    #main-menu ul {
        background: #fff;
    }
    #main-menu ul li {
        background: #fff;
        height: auto;
    }
    #main-menu ul li:hover {
        background: none;
    }
    #main-menu ul li a {
        color: #253968;
        font-size: 13px;
        height: auto;
        line-height: 20px;
        padding: 8px 15px 0;
        text-align: left;
    }
    #main-menu ul li a.current {
        background: none;
    }
    #main-menu ul li ul {
        background: none;
        display: block;
    }
    #main-menu ul li ul li a {
        background: #eee;
        line-height: 20px;
        padding: 8px 30px;
    }
    #main-menu ul li ul li a:hover {
        background: none;
    }

    #content {
        margin: 0;
    }
    .cycle-overlay {
        font-size: 14px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #lang a ,
    #lang a:first-child {
        margin: 10px 10px 0 0;
    }

    #lang a img {
        display: none;
    }

    .navbar-header {
        background: #fff;
        position: absolute;
        right: 0;
        top: 30px;
    }

    #main-menu ul {
        background: #fff;
    }
    #main-menu ul li {
        background: #fff;
        height: auto;
    }
    #main-menu ul li:hover {
        background: none;
    }
    #main-menu ul li a {
        color: #253968;
        font-size: 13px;
        height: auto;
        line-height: 20px;
        padding: 8px 15px 0;
        text-align: left;
    }
    #main-menu ul li a.current {
        background: none;
    }
    #main-menu ul li ul {
        background: none;
        display: block;
    }
    #main-menu ul li ul li a {
        background: #eee;
        line-height: 20px;
        padding: 8px 30px;
    }
    #main-menu ul li ul li a:hover {
        background: none;
    }

    #content {
        margin: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.custom-divider{
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 2px;
  background: #6f787d;
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-padding{
  padding-bottom: 40px;
}
  

