body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color:#5c5956;
    font-size:20px;
    font-weight:400;
}
a:hover,a:focus,a:visited,a:active{
    outline: none;
    text-decoration:none;
}
ul , li {
    margin: 0px;
    padding: 0px;
}
.fa-ul li
{
    margin-left:30px;
    padding-left:10px;
}
ul li {
   list-style-type: disc;
}
.col-lg-12 > h1{
     color: #549993;
}
.col-lg-12 > h2{
    color: #c04a29;
}
.col-lg-12 > h3 {
  color: #e76524;      
}
.col-lg-9 > h1{
    color: #549993;
}
.col-lg-9 > h2{
    color: #c04a29;
}
.col-lg-9 > h3 {
  color: #e76524;      
}
a{
    color:#c7c741;
    text-decoration:none;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.no_gutter{
    padding:0px !important;
    margin:0px auto !important;
}
.header {
    float:left;
    width:100%;
}
.logo {
    float: left;
    width: 100%;
}
.header_right {
    float:right;
    width:100%;
}
.right_search {
    float:right;
    width:100%;
}
.top_sing {
    float: right;
    text-align: right;
    width: 100%;
}
.top_sing ul {
    margin:0px;
    padding:0px;
}
.top_sing ul li {
    display:inline-block;
    border-left:2px solid #5c5956;
    padding:0px 2px 0px 6px;
    line-height:16px;
}
.top_sing ul li:first-child {
    border-left:none;
}
.top_sing ul li a {
    font-size:16px;
}
.top_sing ul li a:hover {
    color:#03463a;
}
.search_right {
    float:right;
    background:#c7c841;
    padding:5px;
    margin: 10px 5px 0px 0px;
    width: 212px;
}
.border_sear {
    float:left;
    border:1px solid #5c5956;
    margin: -10px -10px 0px 0px;
    padding: 10px 10px 0px 0px;
}
.search_right input[type="text"]{
    background: transparent;
    border: none;
    color: #fff;
    float: right;
    font-size: 26px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 5px;
    padding: 0px;
    width: 70%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
::-webkit-input-placeholder {
    color: white;
}
:-moz-placeholder { /* Firefox 18- */
    color: white;  
}
::-moz-placeholder {  /* Firefox 19+ */
    color: white;  
}
:-ms-input-placeholder {  
    color: white;  
}
.search_right input[type="text"]:hover ,.search_right input[type="text"]:focus {
    border:none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.search_right input[type="submit"] {	
    background: url(../images/search-btn.png) no-repeat left top;
    background-size:100% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 31px;
    margin: 4px 0px 0px 16px;
    padding: 0px 16px;
    text-indent: -999px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.search_right input[type="submit"]:hover {
    border:none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.right_radio {
    float:right;
}
.search_right label {
    cursor: pointer;
    float: left;
    font-size: 15px;
    line-height: 9px;
    margin: 0px 5px 8px 24px;
    padding-left: 0;
    position: relative;
    font-weight: 400;
}
.search_right input[type="radio"] {
    cursor: pointer;
    display: inline-block;
    left: -9999px;
    margin: 0;
    opacity: 0;
    position: absolute;
    vertical-align: top;
    z-index: 1;
}
.search_right label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}	  
.search_right label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #5c5956;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.search_right input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}
.search_right input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}
.search_right input[type="radio"]:disabled + label {
    opacity: 0.65; 
}
.search_right input[type="radio"]:disabled + label::before {
    cursor: not-allowed; 
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    outline-offset: 0px;
}
.header_sing_btn{
    background: #c7c74c url(../images/log.png) no-repeat center center;
    background-size:50% 60%;
    border: 1px solid #c7c74c;
    cursor: pointer;
    display: none;
    height: 30px;
    left: 15px;
    padding: 3px 8px;
    position: absolute;
    top: 0px;
    width: 40px;
    z-index: 999;
    -webkit-border-radius:0px 0px 5px 5px; 
    -moz-border-radius:0px 0px 5px 5px; 
    border-radius:0px 0px 5px 5px;
}
.header_search_btn{
    background: #c7c74c url(../images/search-btn.png) no-repeat center center;
    background-size:60% 65%;
    border: 1px solid #c7c74c;
    display:none;
    position:absolute;
    height:30px;
    width:40px;
    padding:3px 8pxx;
    cursor:pointer;
    top:0px;
    right:15px;
    z-index:999;
    -webkit-border-radius:0px 0px 5px 5px; 
    -moz-border-radius:0px 0px 5px 5px; 
    border-radius:0px 0px 5px 5px;
}

/****************** MENU CSS  ******************/
.menu{
    float:right;
    width: 100%;
}
.toggleMenu {
    background: #c7c74d ;
    color: #909090;
    display: none;
    float: right;
    font-size: 14px;
    padding: 10px 15px;
    text-align: right;
    margin: 5px 0px 0px
}
.toggleMenu > img {
    width: 25px;
}
a.toggleMenu:hover{
    color:#FFF;
}
.nav {
    float:right;
    margin:4px 0px;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav a {
    display:inline-block;
    color:#5c5956;
    font-size:19px;
    padding: 0px;
    font-weight:bold;
}
.nav > li.hover > a {
    background:url(../images/menu-bg.png) no-repeat center top;
    background-size:100% 100%;
    color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus ,.nav li.active > a  {
    background:url(../images/menu-bg.png) no-repeat center top;
    background-size:100% 100%;
    color:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
.nav li {
    position: relative;
}
.nav > li {
    display:inline-block;
    margin-left: 0px;
}
.nav > li:first-child {
    margin-left: 0px;
}
.nav > li > a {
    display: block;
    padding: 6px 10px 10px;
}
.nav > li > a.parent {
    display: inline-block;
}
.nav > li span.parent_span {
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 39px;
    margin: 0;
    padding: 10px 6px 10px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}
.nav ul {
    list-style: none;
    width:210px;
    z-index:9999;
}
.nav li ul {
    position: absolute;
    left: -9999px;
    margin: 0px 0px 0px -57px;
    padding:6px 0px 0px 0px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover > ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display:block;
    background: #c7c841;
    color:#5c5956;
    text-align:left;
    border-bottom: 1px solid #b8b849;
    padding:8px 10px;
    font-size:16px;
    text-decoration: none;
}
.nav li li a:hover {
    background-color: #b8b849;
    color:#fff;
}
.nav li li.active > a
{   
    background: #b8b849 !important;
    color:#fff;
}
.parent_span_up {
    bottom: -6px;
    color: #c7c841;
    display: none;
    height: 14px;
    left: 40%;
    position: absolute;
    width: 18px;
}
.nav > li.hover > span.parent_span_up{
    display: block;
}
@media only screen and (max-width: 1010px) {
    .nav {
        background: #c7c74d;
        left: 0px;
        margin: 0px auto;
        position: absolute;
        right: 0px;
        top: 149px;
        width: 940px;
        z-index: 999;
    }
    .nav > li {
        float: none;
        width:100%;
        border-bottom:1px solid #b8b849;
        margin-left: 0px;
    }
    .nav > li > a{
        background:none;
        text-align:left;
        width:100%;
        padding: 10px;
    }
    .nav > li > a.parent{
        background:none;
        text-align:left;
        width:100%;
    }
    .nav li.hover > a {
        background-color: #b8b849;;
        color:#fff;
    }
    .nav > li > a:hover, .nav > li > a:focus ,.nav li.active > a  {
        background:#b8b849;
        color:#fff;
    }
    .nav > li > a:hover, .nav > li > a:focus ,.nav li.active > a  {
        background-color: #b8b849;;
        color:#fff;
    }
    .nav > li span.parent_span {
        display:block;
    }
    .nav > li.hover > span.parent_span_up {
        display: none;
    }
    .nav li li a {
        width:100%;
        padding:10px 20px 10px 20px;
        background:#c7c841;
        border-top:1px solid #b8b849;
        font-size: 14px;
        border-bottom:none;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav li ul {
        position: static;
        left: 0px;
        display:none;
        margin: 0;
    }
    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }
    .nav li li li a{
        width:100%;
        padding:10px 30px 10px 30px;
    }	
}
@media only screen and (max-width: 991px) {
    .nav {
        width: 720px;
    }
}
@media only screen and (max-width: 767px) {
    .toggleMenu {
        background: #c7c74d ;
        color: #909090;
        display: none;
        float: right;
        font-size: 14px;
        padding: 10px 15px;
        text-align: right;
        width: 100%;
    }
    .active {
        display: block;
    }
    .nav {
        position: relative;
        top: 0;
        width: 100%
    }
    .toggleMenu > img {
        width: 33px;
    }
}
@media only screen and (max-width: 459px) {

    .nav > li span.parent_span{
        height: 35px;
        padding: 7px 0px;
        width: 50px;
    }
    .nav li li a {
        padding: 8px 20px;
        font-weight:400;
    }
    .nav li li li a{
        padding:8px 30px 8px 30px;
    }
}

/*======================
        SLIDER START
======================*/

.home_slider{
    float: left;
    width: 100%;
    position: relative;
}
.home_slider .owl-buttons .owl-prev {
    background:url(../images/icon.png) no-repeat -3px -3px;
    height: 55px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 40px;
    z-index: 3;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none;
}
.home_slider .owl-buttons .owl-prev:hover {
    background:url(../images/icon.png) no-repeat -3px -62px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none;
}
.home_slider .owl-buttons .owl-next {
    background:url(../images/icon.png) no-repeat -52px 0px;
    right:0px;
    height: 55px;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 40px;
    z-index: 3;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none;	
}
.home_slider .owl-buttons .owl-next:hover {
    background:url(../images/icon.png) no-repeat -52px -59px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none;	
}
.home_slider .owl-pagination {
    bottom: 0;
    float: right;
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 2;
}
.home_slider .owl-pagination .owl-page {
    display:inline-block;
    margin:15px 2px;	
}
.home_slider .owl-pagination .owl-page {
    background:#569a94;	
    display: inline-block;
    padding: 8px;
    z-index: 4444;
    -webkit-transition: all  0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.home_slider .owl-pagination .owl-page:hover ,.home_slider .owl-pagination .owl-page.active {
    background:#c7c74d;
    -webkit-transition: all  0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sdl_img {
    float:left;
    width:100%;/* all browsers, of course */
    width: 70%\9;/* IE8 and below */
}
.sdl_img > img {
    width: 100%;
}
.sdl_text {
    height: 100%;
    position: absolute;
    right: 0px;
    width: 40%;/* all browsers, of course */
    width: 80%\9;/* IE8 and below */
}
.sdl1_img {
    float:left;
    width:100%;
}
.sdl1_img > img {
    width: 100%;
}
.text_view {
    display: table;
    height: 100%;
    width: 100%;
}
.text_cell {
    display:table-cell;
    vertical-align:middle;
}
.text_view h2 {
    font-size:60px;
    font-weight:400;
    color:#549993;
    width:80%;
}
.text_view h3 {
    font-size:30px;
    font-weight:400;
}
.search_btn {
    float: left;
    margin: 10px 0px 0px;
    text-align: center;
    width:75%;/* all browsers, of course */
    width: 35%\9;/* IE8 and below */
}
.sld_btn {
    display:inline-block;
    background:#c7c841;
}
.sld_btn a {
    display:inline-block;
    border:1px solid #736e6b;
    margin: -4px -4px 4px 5px;
    padding: 6px 15px;
    color:#fff;
}
.sld_btn:hover a {
    color:#736e6b;
    cursor:pointer;
}

/*======================
        SLIDER END
======================*/

.eventbox1 {
    border-top: 1px solid #c8c4c3;
    border-right: 1px solid #c8c4c3;
    float: left;
    height: 635px;
    margin-bottom: 0px;
    width: 30%;
}
.eventbox2 {
    border-top: 1px solid #c8c4c3;
    border-right: 1px solid #c8c4c3;
    float: left;
    height: 635px;
    margin-bottom: 0px;
    width: 40%;
}
.calendar_view {
    float:left;
    width:100%;
}
.calendar_view h2 {
    border-bottom: 1px solid #c8c4c3;
    color: #549993;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 32px 0px;
    text-align: center;
    width: 100%;
}
.calendar_set {
    float:left;
    width:100%;
    padding:0px 20px;
}
.calendar_set h3 {
    color:#549993;
    font-size:26px;
    font-weight:bold;
    text-align:center;
    margin: 30px 0px;
}
.calendar_set h4 {
    font-size:20px;
    font-weight:400;
    margin:0px;
}
.calendar_set p {
    color:#549993;
    font-size:19px;
    font-weight:400;
    width: 100%;
    line-height: 20px;
}
.calendar_view .item {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.calendar_view .owl-buttons {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
    height: 0px;
}
.calendar_view  .owl-buttons .owl-prev {
    background:url(../images/icon.png) no-repeat -98px 1px;
    display:inline-block;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
    margin: 0px 115px 0px 0px;
}
.calendar_view  .owl-buttons .owl-prev:hover {
    background:url(../images/icon.png) no-repeat -98px -34px;
}
.calendar_view  .owl-buttons .owl-next {
    background:url(../images/icon.png) no-repeat -134px -1px;
    display:inline-block;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
}
.calendar_view  .owl-buttons .owl-next:hover {
    background:url(../images/icon.png) no-repeat -135px -35px;
}
.view_all_events {
    float:left;
    text-align:center;
    width:100%;
    margin: 10px 0px 0px;
}
.vi_eve {
    display:inline-block;
    background:#549993;
}
.vi_eve a {
    display:inline-block;
    border:1px solid #736e6b;
    margin: -4px -4px 4px 5px;
    padding: 6px 15px 4px;
    color:#fff;
}
.vi_eve:hover a {
    color:#000;
    cursor:pointer;
}
.dot_miss {
    float:left;
    width:100%;
}
.dot_miss h2 {
    border-bottom: 1px solid #c8c4c3;
    color: #c04a29;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 32px 0px;
    text-align: center;
    width: 100%;
}
.find_yo_roots {
    float:left;
    width:96%;
    margin:0px 2%;
    border-bottom:1px solid #c8c4c3;
    padding: 15px 0px;
}
.find_yo_roots > img {
    float: left;
    margin: 0px 25px 0px 15px;
}
.find_yo_roots > h3 {
    color: #8c5b32;
    font-size: 30px;
    margin: 25px 20px 10px;
    font-weight: normal;
    width: 81%
}
.find_yo_roots > p ,.teen_zone > p {
    width: 100%;
}
.find_yo_roots .view_all_events {
    float: none;
    margin: 25px 0px 0px;
    padding: 0px 30px;
    text-align: right;
    width: auto;
}
.find_yo_roots .vi_eve {
    background:#c04a29;
}
.teen_zone {
    float:left;
    width:96%;
    margin:0px 2%;
    padding: 15px 0px;	
}
.teen_zone > img {
    float: left;
    margin: 0px 0px 0px 15px;
}
.teen_zone > h3 {
    color: #f08421;
    font-size: 30px;
    margin: 25px 20px 10px;
    font-weight: normal;
}
.teen_zone .view_all_events {
    float: right;
    margin: 9px 0px 0px;
    padding: 0px 40px;
    text-align: right;
    width: auto;
}
.teen_zone .vi_eve {
    background:#e76524;
}
.eventbox3 {
    border-right: none;
}
.e_media {
    float:left;
    width:100%;
}
.e_media h2 {
    border-bottom: 1px solid #c8c4c3;
    color: #549993;
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    padding: 32px 0px;
    text-align: center;
    width: 100%;
}
.magazines_view {
    float:left;
    width:96%;
    margin:0px 2%;
    padding: 15px 0px 0px;	
}
.magazines_view > img {
    float: left;
    margin: 0px 0px 0px 0px;
}
.magazines_view > h3 {
    color: #5c5956;
    font-size: 27px;
    margin: 25px 20px 10px;
    font-weight: normal;
}
.magazines_view .view_all_events {
    float: left;
    margin: 15px 0px 0px;
    padding: 0px 40px;
    text-align: right;
    width: auto;
}
.magazines_view .vi_eve {
    background:#c7c841;
}
.magazines_view > ul {
    float: left;
    margin: 10px 0px;
    padding: 0px 15px;
    width: 100%;
}
.magazines_view li {
    display: inline-block;
    font-size: 19px;
}
.magazines_view li a {
    display: inline-block;
    color:#c7c841;
}
.magazines_view li a:hover {
    color:#5c5956;
}
.quicklinks_view {
    float:left;
    width:100%;
}
.quicklinks_view > h3 {
    color: #549993;
    font-size: 30px;
    margin: 10px 15px;
}
.quicklinks_view li {
    display: list-item;
    list-style:url(../images/bullet.jpg ) inside;
    padding: 2px 0px 2px 30px;
}
.quicklinks_view li a {
    display: inline-block;
    color:#5c5956;
}
.quicklinks_view li a:hover {
    color:#c7c841;
}
.footer {
    float:left;
    width:100%;
    background:#5c5956;
    padding:15px 0px;
    margin: 20px 0px 0px;
}
.join_enews {
    float:left;
    width:100%;
}
.join_enews > h2 {
    color: #f08421;
    float: left;
    font-size: 30px;
    margin: 8px 8px 8px 0px;
}
.join_enews .view_all_events {
    float:left;
    text-align:center;
    width:auto;
    margin: 10px 0px 0px 8px;
}
.join_enews .vi_eve {
    display:inline-block;
    background:#E76424;
}
.join_enews .vi_eve a {
    display:inline-block;
    border:1px solid #FFFFFF;
    margin: -4px -4px 4px 5px;
    padding: 6px 15px 4px;
    color:#fff;
    font-size: 16px;
}
.join_enews .vi_eve:hover a {
    color:#000;
    cursor:pointer;
}
.social_right {
    float:left;
    width:100%;
    margin: 5px 0px;
    text-align: right;
}
.social_right ul li {
    display:inline-block;
    margin:0px 8px 0px 0px;
}
.social_right ul li a {
    display:inline-block;
    height:33px;
    width:33px;
}
.social_right ul li a.facebook {
    background:url(../images/social-icon.png) no-repeat left top;
    display:inline-block;
}
.social_right ul li a.facebook:hover {
    opacity:0.7;
}
.social_right ul li a.twitter {
    background:url(../images/social-icon.png) no-repeat -48px top;
    display:inline-block;
}
.social_right ul li a.twitter:hover {
    opacity:0.7;
}
.social_right ul li a.instagram {
    background:url(../images/social-icon.png) no-repeat -94px top;
    display:inline-block;
}
.social_right ul li a.instagram:hover {
    opacity:0.7;
}
.social_right ul li a.youtube {
    background:url(../images/social-icon.png) no-repeat right top;
    display:inline-block;
}
.social_right ul li a.youtube:hover {
    opacity:0.7;
}
.footer_list {
    float:left;
    width:100%;
    padding: 15px 0px 25px 0px;
}
.footer_list h3 {
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    margin:0px;
}
.footer_list ul li {
    float: left;
    width: 100%;
    line-height: 0px;
    margin: 3px 0px 0px;
}
.footer_list ul li a {
    display:inline-block;
    color:#ffffff;
    font-size:13px;
    line-height: 13px;
}
.footer_list ul li a:hover {
    color:#a8a3a1;
}
.footer_add1 {
    float: right;
    width:75%;
}
.footer_add1 ul li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    padding: 0px 7px 0px 2px;
}
.footer_add1 ul li:last-child {
    border-right:none;
}
.footer_add2 {
    float: left;
    width: 65%;
}
.footer_add2 ul li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    padding: 0px 7px 0px 2px;
}	
.footer_add2 ul li:last-child {
    border-right:none;
}

/* Contact Styles */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px 'Montserrat', sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form label span {
	cursor:pointer;
	color:#e76524;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#e76524;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background:#e76524;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
#contact-form select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #fff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font:400 12px/12px 'Montserrat', sans-serif;
}
/* End Contact Styles */

.sdl1_img img[src=""] {
   display: none;
}

/**************** RESPONSIVE START ******************/

@media only screen and (max-width:1366px) {

    .sdl_text {
        width: 40%;/* all browsers, of course */
        width: 80%\9; /* IE8 and below */
    }
    .text_view h2 {
        width: 70%;
    }
    .calendar_set p {
        width: 100%;
    }
    .find_yo_roots > p, .teen_zone > p {
        width: 100%;
    }
    .eventbox1 ,.eventbox2 {
        height: 635px;
    }

    .nav li ul {
        margin: 0px 0px 0px -48px;
    }
    .nav li:last-child ul {
        margin: 0px 0px 0px -57px;
    }
    .nav ul {
        width: 193px;
    }
    .nav li li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .nav a {
        font-size: 16px;
    }
    .nav > li > a {
        padding: 8px 11px;
    }
    .callbacks img {
        width: 100%;
        min-height: auto;
    }
    .eventbox1 ,.eventbox2 {
        height: 635px;
        height: 650px;
    }
    .calendar_set h4 {
        font-size: 17px;
    }
    .calendar_set p {
        font-size: 17px;
    }
    .quicklinks_view li a {
        font-size: 18px;
    }
    .find_yo_roots > img {
        width: 176px;
    }
    .find_yo_roots > h3 {
        width: 95%;
    }
    .find_yo_roots > p, .teen_zone > p {
        font-size: 17px;
    }
    .teen_zone > img {
        width: 180px;
        margin:0px;
    }
    .teen_zone > h3 {
        margin: 25px 5px 10px;
    }
    .magazines_view > img {
        width: 104px;
    }
    .nav li ul {
        margin: 0px 0px 0px -40px;
    }
    .nav li:last-child ul {
        margin: 0px 0px 0px -57px;
    }
    .nav ul {
        width: 185px;
    }
    .nav li li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .sdl_text {
        width: 40%;/* all browsers, of course */
        width: 80%\9; /* IE8 and below */
    }
    .text_view h2 {
        font-size: 50px;
        width: 85%;
    }
    .search_btn {
        width: 90%;
    }
    .eventbox1 {
        height: 633px;
        width: 32%;
    }
    .eventbox2 {
        height: 633px;
        width: 36%;
    }
    .calendar_set p {
        font-size: 18px;
    }
    .calendar_view h2 ,.dot_miss h2 ,.e_media h2 {
        font-size: 40px;
        padding: 28px 0px;
    }
    .join_enews > h2 {
        font-size: 21px;
        margin: 12px 8px 12px 0px;
    }
    .find_yo_roots > img {
        margin: 0px 20px 0px 10px;
        width: 143px;
    }
    .find_yo_roots > h3 ,.teen_zone > h3 ,.magazines_view > h3  {
        font-size: 26px;
        margin: 10px 0 0;
        width: 100%;
    }
    .teen_zone > img {
        margin: 0px;
        width: 180px;
    }
    .find_yo_roots > p, .teen_zone > p {
        font-size: 17px;
        width: 100%;
    }
    .magazines_view .view_all_events {
        padding: 0px 30px;
    }
    .magazines_view > img {
        width: 135px;
    }
    .magazines_view li {
        font-size: 16px;
    }
    .footer_add1 ,.footer_add2 {
        width:100%;
    }
    .nav ul {
        width: 160px;
    }
    .nav li li a {
        font-size: 13px;
    }

}
@media only screen and (max-width: 1010px) {
    .logo a img {
        width:100%;
    }
    .header .col-md-9.col-sm-8 {
        position:inherit !important;
    }
    .sdl_text {
        width: 45%;
    }
    .search_btn {
        width: 70%;
    }
    .calendar_set {
        padding: 0px;
    }
    .calendar_view h2 ,.dot_miss h2 ,.e_media h2 {
        font-size: 36px;
    }
    .calendar_set h3 {
        font-size: 22px;
        margin: 35px 0px;
    }
    .calendar_view .owl-buttons .owl-prev {
        margin: 0px 100px 0px 0px;
    }
    .eventbox1 {
        height: 785px;
        width: 32%;
    }
    .eventbox2 {
        height: 785px;
        width: 36%;
    }
    .find_yo_roots > h3 ,.teen_zone > h3 ,.magazines_view > h3 {
        display: inline-block;
        font-size: 26px;
        margin: 0px;
        padding: 0px 15px;
        width: 100%;
    }
    .find_yo_roots > p, .teen_zone > p {
        font-size: 18px;
        padding: 0px 15px;
        width: 100%;
    }
    .magazines_view li {
        font-size: 16px;
    }
    .quicklinks_view > h3 {
        color: #549993;
        font-size: 24px;
        margin: 4px 15px;
    }
    .quicklinks_view li {
        display: inline-block;
        background:url(../images/bullet.jpg) no-repeat left 11px;
        background-size:10px 10px;
        line-height: 20px;
        list-style: none;
        padding: 4px 0px 4px 20px;
        margin: 0px 0px 0px 25px;
    }
    .join_enews > h2 {
        font-size: 26px;
        margin: 10px 8px 10px 0px;
    }

    .quicklinks_view li a {
        font-size: 15px;
    }
    .footer_list h3 {
        font-size: 18px;
    }
    .footer_list ul li {
        line-height: 20px;
    }
    .footer_list ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer_add1 ,.footer_add2 {
        width:100%;
    }
    .footer_add1 ul li ,.footer_add2 ul li {
        font-size: 14px;
    }
    .nav li ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .nav li li a {
        font-size: 15px;
    }
    .nav li:last-child ul {
        margin: 0;
    }

}
@media only screen and (max-width: 767px) {
    .header {
        position: relative;
    }
    .logo {
        text-align: center;
    }
    .logo a img {
        width:180px;
    }
    .header_sing_btn{
        display:block;
    }
    .top_sing {
        background: #c7c841;
        float: right;
        left: 15px;
        padding:0px;
        top: -90px;
        position: absolute;
        text-align: left;
        width:110px;
        z-index:1000;
    }
    .top_sing ul li {
        border-left: none;
        border-top: 2px solid #5c5956;
        line-height: 26px;
        padding: 4px 6px;	
        width:100%;
    }
    .top_sing ul li:first-child {
        border-left: none;
        border-top:none;
    }
    .top_sing ul li a {
        display: block;
        color:#FFF;
    }
    .search_right input[type="text"] {
        width: 90%;
        height: 31px;
    }
    .search_right input[type="submit"] {
        height: 25px;
        margin: 7px 0px 0px 15px;
        padding: 0px 14px;
    }
    .header_search_btn {
        display:block;
    }
    .search_right {
        background: #c7c841;
        float: right;
        right: 0px;
        padding: 5px 0px;
        margin:0px;
        top: -120px;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index:1000;
    }
    .search_right a {
	    color: gray;
	}
    .border_sear {
        border: none;
        float: left;
        margin: 0px;
        padding: 5px 0px;
        width: 100%;
    }
    .right_radio {
        padding: 10px 8px 0px;
        width: 100%;
    }
    .sdl_text {
        padding: 0px 45px;
        width: 50%;
    }
    .text_view h2 {
        font-size: 28px;
        width: 95%;
    }
    .text_view h3 {
        font-size: 22px;
    }
    .search_btn {
        width: 100%;
    }
    .sdl_img {
        height: 175px;
    }
    .sdl_img img {
        height: 175px;
    }
    .home_slider .owl-buttons .owl-prev ,.home_slider .owl-buttons .owl-next {
        background-size: 124px 70px !important;
        height: 28px;
        width: 28px;
    }
    .home_slider .owl-buttons .owl-prev ,.home_slider .owl-buttons .owl-next {
        background-position: -3px -5px;   
    }
    .home_slider .owl-buttons .owl-prev:hover {
        background-position: -4px -40px;
    }
    .home_slider .owl-buttons .owl-next {
        background-position: -40px -3px;
    }
    .home_slider .owl-buttons .owl-next:hover {
        background-position: -40px -38px;
    }
    .eventbox1 ,.eventbox2 {
        height: auto;
        margin: 0px 0px 25px;
        width: 100%;
        border-right: none;
    }
    .find_yo_roots ,.teen_zone {
        text-align: center;
    }
    .find_yo_roots > img {
        float: none;
        margin: 0;
        width: 165px;
    }
    .find_yo_roots .view_all_events ,.magazines_view {
        text-align: center;
    }
    .find_yo_roots .view_all_events {
        margin: 25px 0px 8px;
    }
    .teen_zone {
        padding: 15px 0px 0px;
    }
    .teen_zone > img {
        float: none;
        margin: 0;
        width: 220px;
    }
    .teen_zone .view_all_events {
        text-align: center;
        width: 100%;
    }
    .magazines_view > img {
        float: none;
        width: 170px;
    }
    .magazines_view .view_all_events {
        text-align: center;
        width: 100%;
    }
    .quicklinks_view li {
        width: 90%;
    }
    .social_right {
        text-align: left;
    }
    .footer_list h3 {
        font-size: 16px;
    }
    .footer_list ul li a {
        font-size: 14px;
        line-height: 16px;
    }
    .footer_add1 {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .footer_add2 {
        width: 100%;
    }
    .sdl_img {
        height: 225px;
    }
    .sdl_img img {
        height: 225px;
    }
}
@media only screen and (max-width: 480px) {
    .sdl_img > img {
    width: 75%;
}
    .sdl_text {
        padding: 0 20px;
        width: 56%;
    }
}
@media only screen and (max-width: 459px) {

    .nav > li > a {
        font-weight: 400;
        padding: 6px 10px;
    }
    .search_right input[type="text"] {
        width: 85%;
    }
    .text_view h2 {
        font-size: 24px;
        width: 100%;
        color: #000;
    }
    .text_view h3 {
        font-size: 16px;
        margin: 0px 0px 6px;
        color: #000;
    }
    .sld_btn a {
        font-size: 16px;
        margin: -10px -4px 4px 5px;
        padding: 8px 15px;
    }
    .callbacks img {
        min-height: 220px;
    }
    .calendar_set h4 {
        font-size: 18px;
    }
    .calendar_set p {
        font-size: 16px;
    }
    .calendar_view h2, .dot_miss h2, .e_media h2 {
        font-size: 30px;
        padding: 20px 0px;
    }
    .find_yo_roots > h3, .teen_zone > h3, .magazines_view > h3 {
        font-size: 22px;
    }
    .join_enews > h2 {
        font-size: 20px;
        margin: 12px 8px 12px 0px;
    }
    .join_enews .vi_eve a {
        font-size: 14px;
    }
    .home_slider .owl-pagination {
        padding: 0px 5px;
    }
    .home_slider .owl-pagination .owl-page {
        padding: 6px;
    }
    .magazines_view li a {
        font-size: 14px;
    }
    .sdl_img {
        height: 175px;
    }
    .sdl_img img {
        height: 175px;
    }

}
@media only screen and (max-width: 360px) {
    .sdl_img > img {
        width: 70%;
    }
    .sdl_text {
        padding: 0 20px;
        width: 65%;
    }
    .sdl_text {
        padding: 0 20px;
        width: 65%;
    }    
}


/***********************************
        
                FONT ICON CSS

**********************************/

@charset "UTF-8";

@font-face {
    font-family: "custem-font";
    src:url("../fonts/custem-font.eot");
    src:url("../fonts/custem-font.eot?#iefix") format("embedded-opentype"),
        url("../fonts/custem-fonte.woff") format("woff"),
        url("../fonts/custem-font.ttf") format("truetype"),
        url("../fonts/custem-font.svg#ard-choille") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "custem-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "custem-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-align-justify:before {
    content: "a";
}
.icon-arrow-sans-down:before {
    content: "e";
}
.icon-arrow-sans-up:before {
    content: "f";
}