/* @CSS TEMPLATE */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {

font-family: 'Lato';

font-style:normal;

font-weight:400;

src:local('Lato Regular'),local('Lato-Regular'),url(https://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');

}



@font-face {

font-family: 'Lato';

font-style:normal;

font-weight:700;

src:local('Lato Bold'),local('Lato-Bold'),url(https://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');

}



@font-face {

font-family: 'Lato';

font-style:normal;

font-weight:900;

src:local( 'Lato Black'),local( 'Lato-Black'),url(https://themes.googleusercontent.com/static/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');

}



@font-face {

font-family: 'Lato';

font-style:normal;

font-weight:300;

src:local('Lato Light'),local('Lato-Light'),url(https://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');

}



body {

font-family: 'Arial';

font-size:14px;

background: #F5F5F5 url('../images/bg-body.jpg') repeat 0 0;

color:#242424;

}


.btn-warning, .btn-warning:hover, .btn-warning:focus{
    background-image: none;
    background-color: #246787;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
input,button,a {
outline:none;
transition: background-color 400ms, opacity 400ms, color 400ms;
-webkit-transition: background-color 400ms, opacity 400ms, color 400ms;
-moz-transition: background-color 400ms, opacity 400ms, color 400ms;
-o-transition: background-color 400ms, opacity 400ms, color 400ms;
}


.container {

max-width:940px;

}



.view,.k2ReadMore,a.readon,.article-inner .formResponsive input[type="submit"],.blog .article-inner input[type="submit"]{

font-family:'Lato';

font-size:14px;

font-weight:700;

padding:8px 15px;

background: #CC333F;

color:#FFF;

text-transform:uppercase;

float: left;

margin:10px 0;

}



.view:hover,.k2ReadMore:hover,a.readon:hover,.article-inner .formResponsive input[type="submit"],.blog .article-inner input[type="submit"]:hover{

background: #EE3C4A;

color:#FFF;

text-decoration:none;

}

.shadow{

    background: #FFF;

    max-width: 940px;

    margin: 0 auto 40px auto;

    box-shadow: 0 0 8px rgba(0,0,0,.5);

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

}

.bor{

    width: 100%;

    height: 5px;

    background: url('../images/bor.png') repeat-x;

    position: absolute;

    left: 0;

    z-index: 500;

}

.bor.top{

    top: 0;

}

.bor.bottom{

    bottom: 0;

}

/* TOP NAV */

.top-header {

background:#FFFFFF;

border-bottom:1px solid #C8C8C8;

}



.top-nav {

float:right;

}



.top-nav ul {

list-style-type:none;

margin:0;

}



.top-nav li {

float:left;

background:url( '../images/border-topnav.png ') no-repeat left center;

}



.top-nav li a {

font-size:13px;

padding:12px 20px;

color:#312F2F;

text-decoration:none;

display:block;

}


.top-nav li .btn-top {

background:#CC333F url( '../images/btn-icon.png ') no-repeat right center;

color:#FFF7F6;

font-weight:700;

padding:12px 45px 12px 20px;

border-bottom: 3px solid #AE2C36;

}



.top-nav li .btn-top:hover {

background-color:#3F9BC4;

border-color:#3583A7;

color:#FFF;

}

/* HEADER */

.header {

padding:20px 0 15px 0;

}



.logo p {

margin:0;

}

/* HEADER RIGHT */

.header-right {

float:right;

padding:16px 0;

}

.header-right ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-right .dmt-social-links{
    overflow: visible;
    float: right;
}
.header-right .dmt-social-links li{
    float: left;
    margin: 0 0 8px 8px;
}
.header-right .dmt-social-links a{
    display: inline-block;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.header-right .dmt-social-links a:hover{
    margin-top: -3px;
    padding-bottom: 3px;
    opacity:0.8;
}

/* SEARCH */

.header-right .search{

    margin-top: 10px;

}

.header-right .search {

clear:both;

}



.header-right .search form {

margin:0;

position:relative;

}



.header-right .search .input-text {

width:170px;

font-size:14px;

margin:0;

padding:6px 35px 6px 10px;

background: #FFF;

color: #B3B3B3;

border-radius: 0;

-webkit-border-radius: 0;

-moz-border-radius: 0;

-o-border-radius: 0;

}



.header-right .search .input-text:focus {

border-color: #CC333F;

color: #CC333F;

box-shadow: 0 0 5px rgba(204,51,63,0.4);

-webkit-box-shadow: 0 0 5px rgba(204,51,63,0.4);

}



.header-right .search .btn-search {

border:0;

background: #CC333F url('../images/icon-search.png') no-repeat center 10px;

border-bottom: 3px solid #AE2B36;

width:30px;

height:33px;

position:absolute;

top:0;

right:0;

text-indent:-4000px;

}

.header-right .search .btn-search:hover{

    background-color: #EE3C4A;

}

/* MAIN MENU */
.main-menu {clear: both; }.main-menu button.dropdown-toggle {display: none !important;position: absolute;right: 14px;top: 1px;z-index: 100; }
.main-menu .dropdown-menu  {
visibility: hidden;
opacity: 0;
filter:alpha(opacity=0);
transition: opacity 400ms;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
}

.main-menu .nav >li:hover >ul.dropdown-menu {
visibility: visible;
opacity: 1;
filter:alpha(opacity=100);

}

.main-menu .navbar {
margin-bottom:0;
}

.main-menu .navbar .nav {

margin:0;

}



.main-menu .navbar-inner {

background:#3F9AC4;

border:0;

padding:0;

border-radius:0;

-webkit-border-radius:0;

box-shadow:none;

-webkit-box-shadow:none;

filter:none;

}



.main-menu .navbar .nav >li >a {

font-size:13px;

font-weight:700;

color:#FFF;

padding: 11px 17px;

margin:12px 0;

text-shadow:none;

text-transform:uppercase;

outline:none;

border-right: 1px solid #B0D5E7;

}


.main-menu .navbar .nav >li.dropdown >a,.main-menu .navbar .nav>.active>a, .main-menu .navbar .nav>.active>a:hover,

.main-menu .navbar .nav>.active>a:focus, .main-menu .navbar .nav li.dropdown.open>.dropdown-toggle,

.main-menu .navbar .nav li.dropdown.active>.dropdown-toggle, .main-menu .navbar .nav li.dropdown.open.active>.dropdown-toggle,

.main-menu .nav > li.dropdown:hover > a{


    filter:none;

    color:#FFF;
    
    box-shadow: none;
    
    -webkit-box-shadow: none;

}


.navbar .nav >li >.dropdown-menu:before,.navbar .nav >li >.dropdown-menu:after {

display:none;

}



.main-menu .navbar .btn-navbar {

margin-bottom:5px;

background-color:#225771;

background-image:-moz-linear-gradient(top,#73B5D5,#225771);

background-image:-webkit-gradient(linear,0 0,0 100%,from(#73B5D5),to(#225771));

background-image:-webkit-linear-gradient(top,#73B5D5,#225771);

background-image:-o-linear-gradient(top,#73B5D5,#225771);

background-image:linear-gradient(to bottom,#73B5D5,#225771);

border-color:#73B5D5 #73B5D5 #225771;

outline:none;

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73B5D5',endColorstr='#225771');

}



.main-menu .dropdown-menu {

min-width:220px;
margin-top:0;
padding:0;
background: #307494;
border:0;
display: block;
border-radius:0;
-webkit-border-radius:0;
box-shadow:inset 0 8px 8px rgba(6,6,6,.4);
-webkit-box-shadow:inset 0 8px 8px rgba(6,6,6,.4);
}



.main-menu .dropdown-menu >li >a {

padding:10px 20px 10px 20px;

font-weight:bold;

font-size:13px;

color:#FFF;

border-bottom:1px solid #246787;

text-transform:uppercase;

}



.main-menu .dropdown-menu >.active >a {

background:none;
filter:none;

}

.main-menu .dropdown-menu >li >a:hover,.main-menu .dropdown-menu >li >a:focus,
.main-menu .dropdown-menu >.active >a:hover,.main-menu .dropdown-menu >.active >a:focus {
background: rgba(63,154,196,.8);
filter:none;
}
.main-menu .dropdown-menu .dropdown:hover >ul.dropdown-menu {
visibility: visible;
opacity: 1;
filter:alpha(opacity=100);
}



.main-menu .dropdown-menu ul.dropdown-menu {
left:100%;
top:0;
background: #3F9AC4;
filter:none;
box-shadow:inset 5px 0 5px rgba(6,6,6,.2);
-webkit-box-shadow:inset 5px 0 5px rgba(6,6,6,.2);
}

.main-menu .navbar .nav>li:last-child>a{
    border: 0;
}
.main-menu .navbar .nav>li:last-child .dropdown-menu ul.dropdown-menu{ 
 max-width: 200px; 
 left:-100%;
 box-shadow:inset -5px 0 5px rgba(6,6,6,.2);
-webkit-box-shadow:inset -5px 0 5px rgba(6,6,6,.2);

}


.main-menu .dropdown-menu ul.dropdown-menu >li {

padding:0;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a {

padding:10px 20px;

white-space: normal;

line-height: 15px;

border-color: #5AA8CD;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a:hover {

background: rgba(48,116,148,.5);

color: #FFF;

}



.main-menu .dropdown-menu .dropdown >a:after {

display:block;

content: "";

float:right;

width:0;

height:0;

border-color:transparent;

border-style:solid;

border-width:5px 0 5px 5px;

border-left-color:#FFF;

margin-top:5px;

margin-right:-10px;

}

li.item-101{
    display: none;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.dropdown.active > a, .navbar-default .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li.open .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li.open .dropdown-menu > .active > a, .navbar-default .navbar-nav > li.open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > li.open .dropdown-menu > .active > a:focus {
    color: #231F20;
    background: #73C881;
    filter: none; }
  .navbar-default .navbar-nav > li.open .dropdown-menu > li {text-align: center; }
    .navbar-default .navbar-nav > li.open .dropdown-menu > li > a { color: #FFF; border: 0; }
/* BANNER */


.banner-cnt {

position:relative;

background: #353535;

}



.banner-cnt p {

margin:0;

font-size:16px;

line-height:20px;

}

.banner .layout-slideshow .sprocket-features-img-list li{
display: inline;
}

.overbanner,.banner .sprocket-features-content {

padding:15px 20px;

position:absolute;

color:#FFF;

top:10%;

left: 0;

max-width: 440px;

}



.overbanner h2,.banner .sprocket-features-content h2,.banner .sprocket-features-content h3 {

font-family: 'Lato';

margin:0;

font-weight:400;

font-size:50px;

line-height:48px;

text-transform:uppercase;

}



.overbanner h3,.banner .sprocket-features-content h3 {

font-size:30px;

line-height:32px;

margin:0;

font-weight: 300;

text-transform: capitalize;

}

.overbanner p, .banner .sprocket-features-content p{

    padding: 5px 0;
    
    max-width: 400px;

}

.banner .sprocket-features-pagination,.home-bottom .right .sprocket-features-pagination{

max-width: 400px;

margin:0;

position:absolute;

right:2%;

bottom:5%;

z-index:100;

}



.banner .sprocket-features-pagination ul,.home-bottom .right .bx-has-pager {

float: right;

margin:0;

list-style-type:none;

}

.banner .sprocket-features-pagination ul li,.home-bottom .right .bx-has-pager .bx-pager-item a{

width:9px;

height:9px;

float:left;

padding:4px;

margin: 2px 4px;

background:#D8D9DB;

background:rgba(133,136,143,0.4);

border-bottom:1px solid #FFF;

box-shadow:inset 1px 2px 2px rgba(0,0,0,.4);

-webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,.4);

border-radius:50%;

-webkit-border-radius:50%;

-moz-border-radius:50%;

-o-border-radius:50%;

filter:alpha(opacity=60);

}



.banner .sprocket-features-pagination ul >li >span{

width:10px;

height:10px;

background:#FFF;

border:0;

padding:0;

margin:0;

text-indent:-4000px;

cursor:pointer;

display:block;

border-radius:50%;

-webkit-border-radius:50%;

-moz-border-radius:50%;

display:none;

}

.banner .sprocket-features-pagination ul >li.active >span{

display:block;

background: #FFF;

box-shadow: inset 1px 2px 2px rgba(0,0,0,.2);

-webkit-box-shadow: inset 1px 2px 2px rgba(0,0,0,.2);

}



.banner .sprocket-features-arrows,.home-bottom .right .bx-controls-direction {

max-width: 100px;

position: absolute;

right: 2%;

bottom: 15%;

}



.banner .arrow,.home-bottom .right .bx-controls-direction a{

position: relative;

float: right;

z-index:200;

width:34px;

height:34px;

background:url( '../images/arrow.png ') no-repeat;

text-indent:-9999px;

cursor:pointer;

transition:opacity 500ms;

-webkit-transition:opacity 500ms;

opacity:0;


}



.banner:hover .arrow,.home-bottom .right:hover .bx-controls-direction a{

opacity:1;

}



.banner .arrow:hover,.home-bottom .right .bx-controls-direction a:hover {

opacity:0.7;

}



.banner .arrow.prev,.home-bottom .right .bx-controls-direction a.bx-prev {
    
background-position: 0 0;

}



.banner .arrow.next,.home-bottom .right .bx-controls-direction a.bx-next{

background-position:0 100%;

}

.banner a.readon{

    padding: 10px 25px;

    background: #CC333F;

    border-bottom: 3px solid #A32932;

}



.banner a.readon:hover {

    background: #EE3C4A;

}

/* BANNER INNER */

.overbanner.inner{

    max-width: 620px;

    top: auto;

    bottom: 2%;

}



.overbanner.inner h2 {

font-size:28px;

line-height:28px;

text-transform:capitalize;

}

/* HOME TOP */

.home-top {

background:#242424;

color:#FFF;

}
.home-top p{
    margin: 0;
    
}
.home-top .row-fluid .span4{
    width: 33.33%;
}
.home-top .row-fluid [class*="span"] {
    margin-left: 0;
}
.box .box-cnt{
    
    position: relative;
    
    background-repeat: no-repeat;
    
    background-position: right bottom;
    
    height: 180px;
    
}

.box a{
    
    position: absolute;
    
    top: 0;
    
    left: 0;

    display: block;

    background: rgba(0,0,0,.15);

    width: 100%;

    height: 100%;
    
    z-index: 500;

    text-decoration: none;
    
    text-indent: -9999px;

    transition: background-color .5s;

    -webkit-transition: background-color .5s;
    
    *background: #333;
	background: #333\0/;
	filter: alpha(opacity=30);

}

.box a:hover{

    background: rgba(0,0,0,0);
    
    filter: alpha(opacity=0);

}
.box h3{
    
    font-family:'Lato';

    font-weight: 300;

    text-transform: uppercase;
    
    color: #FFF;
    
    padding: 20px;
    
    height: 140px;
    
    display: table-cell;
    
    vertical-align: middle;
}
.box h3 span{

    font-size: 23px;

    line-height: 23px;

    font-weight: 400;

    display: block;

    text-transform: capitalize;

}

.box.left .box-cnt{

    background-color: #D0E8FF;
    
    background-image: url('../images/bg-home-top-left.jpg');

}

.box.left h3{

    font-size: 31px;

    line-height: 31px;

    color: #080808;

    max-width: 150px;

}

.box.center .box-cnt{

    background-color: #040404;
    
    background-image: url('../images/bg-home-top-center.jpg');

}

.box.center h3{

    font-size: 43px;

    line-height: 43px;

}

.box.right .box-cnt{

    background-color: #EE3C4A;

}

.box.right h3{
    
    padding-right: 40px;

    font-size: 32px;

    line-height: 32px;
    
    background: url('../images/arrow-donate.png') no-repeat right center;

}

/* HOME CENTER */

.home-center,.home-center-right{

    background: #FFF;

}

.home-center-left{

    background: #E6E6E6;

    padding:0 20px 20px 20px;

    box-shadow: 3px 0 4px rgba(0,0,0,.2);

    -webkit-box-shadow: 3px 0 4px rgba(0,0,0,.2);

}

.home-center-left h3{

    font-family:'Lato';

    font-weight: 400;

    font-size: 24px;

    line-height: 24px;

    background: url('../images/bg-title-event.jpg') no-repeat right 20px;

    color: #2D2D2D;

    text-transform: capitalize;

    padding: 35px 50px 5px 0;

    margin: 0;

}

.home-center-left .aidanews2_art{

    border-bottom: 1px solid #C7C7C7;

}

.aidanews2_art {

padding:15px 0;

}



.aidanews2_art p {

margin:0;

}



.aidanews2_art .aidanews2_text p {

font-size:13px;

line-height:18px;

}



.aidanews2_art h3,.aidanews2_art h3 a,.aidanews2_art a {

font-family: 'Lato';

font-weight:900;

font-size:16px;

line-height:20px;

color:#D23820;

padding:5px 0;

margin:0;

background: none;

}

.aidanews2_art p a{ font-family: Arial;}

.aidanews2_art h3 a:hover,.aidanews2_art a:hover {

color:#E2872E;

}

.aidanews2_text a{
    font-size: 12px;
}


.aidanews2_art .aidanews2_date {

text-transform:uppercase;

font-size:10px;

font-weight:700;

}

.aidanews2_art .aidanews2_img1 {
    
max-width: 130px;
display: block;
float: left;
margin: 0 20px 0 0;
 
}

/**/

.home-center-right{

    padding: 0 20px 0 0;

    font-size: 13px;

}

.home-center-right h3{

    font-family:'Lato';

    font-weight: 400;

    font-size: 24px;

    line-height: 26px;

    text-transform: capitalize;
    
    padding-top: 3px;

}

.home-center-right .cnt-top{

    padding: 15px 0  5px 0;; 

    border-bottom: 1px solid #DBD9D3;

}
.home-center-right .cnt-top-left,.home-center-right .cnt-top-right{
    padding:10px 0;
}

.home-center-right .cnt-top-right h3{
    
    font-family:'Arial';
    
    font-weight: 700;

    font-size: 16px;

    line-height: 18px;

    color: #00A0B0;

    text-transform: uppercase;

    margin: 0 0 10px;

}

.home-center-right .box-btnlike{

    float: right;
    width: 220px;
    overflow: hidden;
    padding-top: 15px;

}

.box-btnlike iframe,.box-btnlike .fb_iframe_widget{
    float: left;
    max-width: 110px;
    min-height: 30px;
}


.home-center-right .aidanews2_art{

    position: relative;

    padding: 5px 0;

}

.home-center-right .aidanews2_art h3,.home-center-right .aidanews2_art h3 a{

    font-weight: 700;

    color: #00A0B0;

    margin-top: 0;
    
    font-size: 16px;
    
    line-height: 18px;
    
    text-decoration: none;

}

.home-center-right .aidanews2_art .aidanews2_date{

    float: right;

}

.home-center-right .aidanews2_art a{

    color: #38879A;

    font-size: 13px;

    font-weight: 400;

    text-transform: capitalize;

    text-decoration: underline;

}

.home-center-right .aidanews2_art a:hover{

    color: #EB6841;

}
.home-center-right .aidanews2_bottomlink{
    margin:5px 0;
}
.home-center-right .aidanews2_bottomlink a{
    color: #D23820;
}

.home-center-right .aidanews2_bottomlink a:hover{
    color: #E2872E;
}

/* HOME BOTTOM */

.home-bottom{
    position: relative;
    background: #747474 url('../images/bg-home-bottom.jpg') no-repeat center top;
    padding: 25px 0;
    margin-bottom: 25px;
    color: #FFF;
}

.home-bottom .left h3{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    margin: 0;
    padding: 0 22px 20px 22px;
}
.home-bottom .left .bx{
    max-width: 155px;
    min-width: 155px;
    min-height: 90px;
    margin-left: 22px;
    float: left;
}
.home-bottom .left .bx h3{
    font-family:'Arial';
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 0;
}
.home-bottom .left .bx a{
    color: #FFF;
    text-decoration: none;
}
.home-bottom .left .bx h3 a:hover{
    text-decoration: underline;
}
.home-bottom .left .bx img{
    float: left;
    margin: 0 10px 40px 0;
}
.home-bottom .left .bx p{
    margin: 0;
}
.home-bottom .left .bx p strong{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}

.home-bottom .right{
    position: relative;
    overflow: hidden;
    height: 425px;
}
.home-bottom .right ul{
    list-style-type: none;
    margin-left: -5px;
}
.home-bottom .right .bx-viewport{
    height: 400px!important;
}
.home-bottom .right .home_box{
    max-width: 335px;
    position: relative;
    padding: 25px 0 0 0;
    margin-left: 29px;
    margin-right: 20px;
    margin-bottom: 190px;
    background: rgba(0,0,0,.3) url('../images/bg-box-quote.png') no-repeat right bottom;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.home-bottom .right h3,.home-bottom .right .home_box_title h3{
    font: 400 24px/24px 'Lato';
    text-transform: none;
    padding: 0 25px ;
    color:#edc951;
}

.home-bottom .right .home_box_content h3{

    padding: 0;

}

.home-bottom .right .home_box_content{

    padding: 0 25px 20px 25px;

    line-height: 24px;

}

.home-bottom .right .bx-controls-direction{
    
    right: 5%;
    bottom: -40px;

}
.home-bottom .right .bx-controls-direction a{
    float: left;
}

.home-bottom .right .bx-has-pager{

    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 10%;

}
.home-bottom .right .bx-has-pager .bx-pager-item{
    float: left;
}
.home-bottom .right .bx-has-pager .bx-pager-item a{
    text-indent: -9999px;
}
.home-bottom .right .bx-has-pager .bx-pager-item a.active{
    background: #FFF;
}
/*.home-bottom .right .bx-has-pager .bx-pager-item a.active{

    box-shadow: 1px 2px 2px rgba(0,0,0,.5);

    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.5);

}*/

.home-bottom .right .home_box_link{

    background: rgba(0,0,0,.6);

    width: 100%;

    padding: 0;

    border: 0;

    margin-bottom: 0;
    
    text-align:right;

}



.home-bottom .right .home_box_link a{
    
    font: 700 14px/16px 'Lato';

    padding: 25px;

    background: #CC333F;

    border-bottom: 3px solid #A32932;
    
    display: inline-block;
    
    color:#FFF;
    
    text-transform: uppercase;
    
    text-decoration: none;
    

}

.home-bottom .right .home_box_link a:hover {

    background: #EE3C4A;

}

.home-bottom .right .home_box_image{
    background: rgba(255,255,255,.4);
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -60px;
    border: 4px solid rgba(255,255,255,0.5);
    left: -22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.home-bottom .right .home_box_image img{
    min-height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/* HOME SUBBOTTOM */

.home-subbottom{

    position: relative;

    margin-top: -25px;
    
    margin-bottom: -65px;

}
.home-subbottom .row-fluid .span4{
    margin-left: 0;
    width: 34.1%;
}

.box-social p{

    margin: 0;

}
.box-share{
    
    padding: 2% 5%;
    
    width: 40%;
    
    float: left;

}

.box-share a{
    
    font-family: 'Lato';
    
    font-weight: 700;
    
    font-size: 18px;
    
    color: #FFF;
    
    display: block;
    
    padding: 40px 10px 0 50px;
    
    text-decoration: none;
}
.box-share a span{
    display: block;
}
.box-share .spbtm{
    text-decoration: underline;
}
.box-share .spbtm:hover{
    text-decoration: none;
}
.box-share.twitter{
    background: #4FC6F8 url('../images/icon-twitter.png') no-repeat 20px center;
}
.box-share.facebook{
    background: #4D6BAA url('../images/icon-facebook.png') no-repeat 20px center;
}
/* BOX NEWSLETTER */



.newsletter{

    background: #EB6841;
    
    width: 90%;

    padding: 3.8% 5%;

    color: #FFF;
    
    clear: both;

}

.newsletter form {

    margin:0;

}
.newsletter h2{
    display: none;
}
.newsletter h3{

    font-family:'Lato';

    font-weight: 700;

    font-size: 15px;

    line-height: 16px;

    color: #F3ECE2;

    text-align: center;

    margin:0 0 5px 0;

}

.newsletter input[type="text"]{

    width:90%;

    background: #FFF;

    color: #EB6841;

    padding:5px 10px;

    margin-bottom:10px;

    border-color: transparent;

}

.newsletter input[type="text"]:focus{

    border-color: #BF5535;

    box-shadow:0 0 10px rgba(6,6,6,.2);

   -webkit-box-shadow:0 0 10px rgba(6,6,6,.2);

}

.newsletter input[type="submit"],.formResponsive input[type="button"]{
    font-size:12px;
    font-weight:900;
    background: #FFF;
    color: #EB6841;
    padding: 5px 15px;
    margin-top:5px;
    border:0;
    float:right;
    text-shadow: none;
    text-transform:uppercase;
    border-radius: 0; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0; 
    box-shadow: none;  
    -webkit-box-shadow: none;
}

.newsletter input[type="submit"]:hover,.formResponsive input[type="button"]:hover{

    background: #BF5535;

    color: #FFF;

}

/* FOOTER */

.footer {

background: #E7E7E7;

border-top: 1px solid #C8C8C8;

color: #7A7A7A;

}



.footer-top {

padding:25px 25px 15px 25px;

border-top: 1px solid #B3B3B3;

border-bottom: 1px solid #B3B3B3;

}

.logo-footer p{
    margin: 0;
}

.ft h3 {

padding:4px 0;

font-size:18px;

line-height:25px;

font-weight:400;

text-transform:capitalize;

margin:0;

}



.ft{

    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
}
.ft a{
   font-size: 12px;
}
.ft p{
    margin: 0;
    line-height: 16px;
}
.ft ul{
    margin: 0;
    list-style-type: none;
}

.ft a{

    color: #7A7A7A;
    font-size: 14px;
    white-space:nowrap;

}

.ft .location{

    padding-left: 20px;

    background: url('../images/icon-location.png') no-repeat left top;

}

.ft .phone{

    padding-left: 30px;

    background: url('../images/icon-phone.png') no-repeat left center;

}

.ft .email{

    padding-left: 20px;

    background: url('../images/icon-mail.png') no-repeat left center;

}

.footer-center{
   padding: 15px;
   border-bottom: 1px solid #B3B3B3;
   text-align: center;
   font-family: 'Lato';
   font-weight: 400px;
   font-size: 13px;
}
.footer-center p{
   margin: 0;
}
/* SITEMAP */

.sitemap {

padding:50px 25px 0 25px;

}



.sitemap ul {

list-style-type:none;

margin:0;

}



.sitemap ul ul {

list-style:none;

color: #CC333F;

margin-left:0;

padding-bottom:35px;

}
.sitemap ul ul li {
 padding-left: 15px;
background: url("footer-square.png") no-repeat 6px 8px;

}


.sitemap ul ul ul {

margin-left:0;

padding-bottom:0;

}



.sitemap li {

float:left;

padding-right:4%;

max-width:150px;

}



.sitemap li li {

float:none;

padding:1px 0;

max-width:95px;

}



.sitemap li >a {

font-weight:700;

color: #7A7A7A;

font-size:11px;

line-height:18px;

text-transform:uppercase;

}



.sitemap li li >a {

font-weight:400;

color: #3C7FAD;

display:block;

text-transform:capitalize;

}



.sitemap li li li >a {

font-style:italic;

font-size:10px;

}



.sitemap li.item-101,.sitemap li li li {

display:none;

}



/* FOOTER BOTTOM */

.footer-bottom {

padding:20px 0;

}



.footer-bottom p {

margin:0;

}



.logo-elevation {

text-align: right;

}

.copyright a{

    color: #7A7A7A;

}

/* ARTICLE INNER */

.cnt {

  background:#FFF;

}

.article-inner {

padding: 15px 15px 15px 20px;

font-size:13px;

}



.article-inner h1,.article-inner h2,.article-inner h3,.article-inner h4,.article-inner h5,.article-inner h6,.blog .article-inner h3 {

font-family: 'Lato';

font-weight:700;

padding:5px 0;

}



.article-inner h1,.article-inner h2,.blog .article-inner h3 {

font-size:25px;

line-height:27px;

color: #CC333F;

padding:15px 0;

border-bottom:1px solid #D9D9D9;

margin-top:0;

margin-bottom:15px;

}



.article-inner h3 {

font-size:22px;

line-height:24px;

color: #CC333F;

}



.article-inner h4 {

font-size:18px;

line-height:20px;

color: #00A0B0;

}



.article-inner h5 {

font-size:16px;

line-height:18px;

color: #00A0B0;

}



.article-inner h6 {

font-size:15px;

line-height:17px;

color: #EB6841;

}



.article-inner p strong {

font-size:1.15em;

color: #EB6841;

}



.article-inner p small {

font-size:12px;

color:#808080;

}



.article-inner a {

color: #EB6841;

font-weight:700;

}



.article-inner ul {

list-style-image:url( '../images/icon-list.png ');

}



.article-inner ul ul {

list-style-image:url( '../images/icon-sublist.png ');

}



.article-inner li {

padding:2px 0;

}



.article-inner blockquote {

border:0;

background: #E5E5E5 url('../images/bg-blockquote-right.png') no-repeat right bottom;

color: #2D2D2D;

padding: 10px;

border-radius: 4px;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

-o-border-radius: 4px;

}



.article-inner blockquote h2 {

font-family: 'Lato';

font-weight:700;

font-size: 18px;

line-height: 20px;

margin:0;

border:0;

background: url('../images/bg-blockquote-left.png') no-repeat -15px top;

color: #CC333F;

padding: 35px 35px 15px 35px;


}
.article-inner blockquote hr{
margin: 0 35px 15px 35px;
border-top-color: #C7C7C7;
}


.article-inner blockquote p {

font-size:14px;

line-height:16px;

padding: 0 35px 20px 35px;

margin:0;

}



.article-inner table td {

vertical-align:top;

}



.article-inner .table {

background:#FFF;

border:1px solid #DFDAD3;

padding:10px 0;

margin:20px 0;

color:#808080;

border-collapse:inherit;

border-radius:5px;

-webkit-border-radius:5px;

-moz-border-radius:5px;

}



.article-inner .table thead th {

font-family: 'Lato';

font-weight:700;

font-size:14px;

color: #EB6841;

}



.article-inner .table-striped tbody >tr:nth-child(odd) >td,.article-inner .table-striped tbody >tr:nth-child(odd) >th {

background-color:#D9EBF3;

}



.article-inner .table th,.article-inner .table td {

border-color:transparent;

padding:12px 30px;

}

.article-inner .view{
	color: #FFF;
	border-bottom: 3px solid #A32932;
}
.article-inner .view.donate{
	padding:8px 45px 8px 26px;
	background-image: url( '../images/btn-icon.png ');
	background-repeat: no-repeat;
	background-position: right center;
}

.article-inner .view.blue{ 
    background:#368CB1;
	border-color:#3583A7;
}
.article-inner .view.blue:hover{
	
	background:#3F9BC4;
}
.article-inner iframe{
    border:0;
}
.article-inner .btn-view{
    float:none;
    display: inline-block;
}
.article-inner .blog h2{
    font-size: 23px;
    border:0;
    margin: 0;
}
.article-inner .blog .items-leading a,.article-inner .blog .items-row .item a{
    font-family:'Lato';
    font-size:14px;
    font-weight:700;
    padding:8px 15px;
    background: #CC333F;
    color:#FFF;
    text-transform:uppercase;
    display: inline-block;
    margin:10px 0;
    color: #FFF;
	border-bottom: 3px solid #A32932;
}
.article-inner .blog .items-leading a:hover,.article-inner .blog .items-row .item a:hover{
    background: #EE3C4A;
    color:#FFF;
    text-decoration:none;
}
.article-inner .item-separator{
    display: block;
    height: 0;
    border-bottom: 1px solid #D9D9D9;
}

/**/

.alignleft {

float:left;

margin-right:30px;

}



.alignright {

float:right;

margin-left:30px;

}



.cl {

clear:both;

margin:0;

padding:0;

}


/* SIDEBAR */

.sidebar{

    padding: 20px 0;
    
    clear: both;

}

.sidebar .box{

    margin-bottom: 10px;

}
.sidebar .box-cnt{
    height: auto;
    background-size: 60%;
}

.sidebar .box h3{

    font-size: 30px;

    line-height: 32px;
    
    height: auto;

}

.sidebar .box h3 span{

    font-size: 20px;

    line-height: 22px;

}

.sidebar .box.left h3{

    font-size: 25px;

    line-height: 27px;

}

.sidebar .newsletter,.sidebar .box-share{

    margin-bottom: 10px;
    
    width: 90%;

}

.sidebar .box-share a{
    padding: 15px 15px 15px 60px;
}

.infography {
    background: #081516 url('../images/bg-infography-sidebar.jpg') repeat-x scroll center top;
    background-size: 100%;
    color: #FFF;
    padding: 25px 0;
    margin-bottom: 10px;
}

.infography h3{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    margin: 0;
    padding: 0 20px 20px 20px;
}
.infography .bx{
    max-width: 70%;
    min-width: 153px;
    min-height: 90px;
    margin: 0 10%;
}
.infography .bx h3{
    font-family:'Arial';
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 0;
}
.infography .bx a{
    color: #FFF;
    text-decoration: none;
}
.infography .bx h3 a:hover{
    text-decoration: underline;
}
.infography .bx img{
    float: left;
    margin: 0 10px 40px 0;
}
.infography .bx p{
    margin: 0;
}
.infography .bx p strong{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}







/* breadcrumb */

#brgBody .breadcrumb span {

font-size:13px;

}



.breadcrumb {

background:none;

padding:15px 0;

margin: 0 15px 0 20px;

border-bottom:1px solid #D9D9D9;

}



.breadcrumb ul {

list-style-type:none;

margin:0;

}



.breadcrumb li {

float:left;

}



.breadcrumb a {

color: #CC333F;

padding-right:2px;

text-decoration:underline;

}



.breadcrumb .pathway.first a {

}



.breadcrumb span {

font-size:13px;

}

/**/

.alignleft {

float:left;

margin-right:30px;

}



.alignright {

float:right;

margin-left:30px;

}



.cl {

clear:both;

margin:0;

padding:0;

}



table.table-striped th {

text-decoration:underline;

}


/*

	CMS

*/

/* TRANSLATE */

.gtranslate {

height:35px;

}



.gtranslate .goog-te-gadget-simple {

width:195px;

background-color:#FFF;

padding:5px 10px;

}



.gtranslate .goog-te-gadget-icon {

margin-right:10px;

}



.gtranslate .goog-te-menu-value img {

padding:0 4px;

}

/* NEWSLETTER */

.newsletter .formHorizontal.formContainer {


}



.newsletter .formResponsive .formHorizontal p.formDescription,.newsletter .formResponsive .formHorizontal .rsform-block {

margin:0;

line-height:10px;

}



.newsletter .formResponsive input[type="submit"]:hover {

transition:none!important;

-webkit-transition:none!important;

}



.newsletter .formResponsive .formHorizontal .formControlLabel {

width:auto;

}



.newsletter .formRequired {

display:none;

}



.newsletter .formResponsive .formHorizontal .formControls {

margin:0;

}



.newsletter .rsform-block-submit .formControlLabel {

float:left;

margin-top:5px;

margin-bottom:5px;

}



.newsletter .formRed {

color:#CC333F;

margin:5px 0 0 0;

}


/* READ MORE */

.article-inner .k2ReadMore {

background:url( '../images/btn-view.png ') no-repeat 0 0;

color:#FFF;

margin:0;

}



.article-inner .k2ReadMore:hover {

background-position:0 100%;

}


/*
	SLIDE
*/

.sprocket-features-content {

opacity:0;

}



.sprocket-features-index-1 .sprocket-features-content {

opacity:1;

}

/* SEARCH INNER */

.article-cnt .search form {

background-image:none;

}



#searchForm input,#searchForm label {

display:inline-block;

}



#searchForm input {

margin:0;

}



#searchForm .word {

padding-bottom:10px;

}

/* FORM */
.article-inner .formResponsive label{
    margin: 6px 0;
}
.article-inner .formResponsive input[type="radio"],.article-inner .formResponsive input[type="checkbox"]{
    margin: 10px;
}
.article-inner .formResponsive .formHorizontal .formControlLabel{
    width: 150px;
}
/* FORM BUTTON*/
.article-inner .formResponsive input[type="submit"] {
background: #368CB1;
border: 0;
border-bottom: 3px solid #3583A7;
text-shadow: none;
outline: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
filter: none;
}
.article-inner .formResponsive input[type="submit"]:hover{
background: #3F9BC4;
}


/* GALLERY */
.main_images_wrapper{
    float: none!important;
    margin: auto;
    background: #E5E5E5;
    border-bottom: 0;
}
.main_image_slideshow_wrapper{
    text-align: center;
    background: #DDD;
}
.main_large_image .large_img{
    padding-left: 0!important;
    padding-right: 0!important;
}
.main_thumbs_arrow_wrapper,.lbox_thumbs_arrow_wrapper{
    padding: 2% 5%;
    width: 90%!important;
    position: relative;
    
}
.main_thumbs_arrow_wrapper{
    float:none!important;
}
.main_left_right_arrows_div img,.lbox_left_right_arrows_div img{
    position: absolute;
    top: 35%;
}
.main_left_arrow_img,.lbox_left_arrow_img{
    left:3%;
}
.main_right_arrow_img,.lbox_right_arrow_img{
    right: 3.5%;
}
.main_thumb_container,.lbox_thumb_container{
    max-width: 86%;
    margin: 0 auto;
}
div.lbox_dark{
    filter:alpha(opacity=70);
}
#magnifygif6584{
	margin:0!important;
	left: auto!important;
	top: auto !important;
	right:15px;
	bottom:15px;
}
/* EVENT CALENDAR */
.rs_events_container li {
padding:15px !important;
}

.rs_events_container .rs_event_detail {
margin:0 0 15px !important;
box-shadow:1px 1px 1px rgba(0,0,0,0.25);
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}

/*.rs_event_details a {
text-transform:uppercase;
}*/

.rs_event_details a:hover {
color:#646464!important;
}

.rs_event_details .rs_cat_link {
font-style:italic;
text-transform:capitalize;
font-weight:400;
}

.rs_events_container .rs_event_link {
font-size:15px;
text-transform:none;
}

.rs_calendar_component >a {
background:#D6C8A3;
border-radius:15px;
padding:5px 15px;
text-align:center;
color:#FFF;
text-transform:uppercase;
float:left;
margin:10px 0;
text-shadow:0 1px 2px rgba(0,0,0,.2);
}

.rs_calendar_component >a:hover {
background:#E4DBC2;
}

.rs_event_image{
    padding: 5px 15px 5px 5px;
}


/* INNER PAGINATION */
.pagination{
    text-align: right;
}
.pagination ul,.pagination ul>li:first-child>a, .pagination ul>li:first-child>span,
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.pagination ul>li>a, .pagination ul>li>span{
    background: #3F9BC4;
    color:#FFF;
    border:0;
    margin-right: 5px;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span,.pagination ul>li>span{
    background: #2E7495;
}
.pagination .pagination-start span,.pagination .pagination-prev span,.pagination .pagination-end span,.pagination .pagination-next span{
    background: #3F9BC4;
}

/* 
  BLOG 
*/
.blog .article-inner h3 a{
    text-decoration: none;
    color: #CC333F;
}

.blog .article-inner h3#respond{
    border-top: 1px solid #D9D9D9;
    border-bottom: 0;
    margin-top: 15px;
}
.blog .article-inner input[type="submit"]{
    border:0;
    border-bottom: 3px solid #AE2C36;
    margin-bottom: 20px;
}

/* INNER NAV BLOG */
.inner-nav{
    background: #3F9AC4;
    color:#FFF;
    padding: 10px 0;
    margin-bottom: 10px;
}
.inner-nav a{
    color:#FFF;
}
.inner-nav h4{
    font: 700 15px/17px 'Lato';
    margin: 0;
    border-bottom: 1px solid #3689B1;
    padding: 10px 20px;
    text-transform: uppercase;
}
.inner-nav ul{
    list-style-type: none;
    margin: 0;
}
.inner-nav li a{
    font: 400 12px/15px 'Lato';
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #57A6CC;
}


/*2 Rev design*/
.home-center-right h3{ 
    padding-top: 8px;
}
.cnt-top-left {
    margin-top: 5px;
}
.item-page #rsform_4_page_0 .formControls{ margin-left: 0;}
.item-page #rsform_4_page_0 .formControlLabel{ display: none;}
.item-page #rsform_4_page_0 .rsform-block, 
.item-page #rsform_4_page_0  p.formDescription{ margin: 0;}


/*
    HOME PAGE ROTATOR
*/
.cnt-top-left ul, .cnt-top-left ul li{
    margin: 0; padding: 0; list-style: none;
}
.cnt-top-left .bx-controls-direction{
    margin-top: -4px;
}
.cnt-top-left .bx-controls-direction a{
    width: 49.8%; margin-right: 0.2%; display: inline-block; height: 23px; background: #3f9bc4;
    color: #FFF; text-align: center; font-size: 27px; text-decoration: none;
}
.cnt-top-left .bx-controls-direction a.bx-prev{
    background: #3f9bc4 url(video-arrow-l.png) no-repeat center center;
}
.cnt-top-left .bx-controls-direction a.bx-next{ 
    background: #3f9bc4 url(video-arrow-n.png) no-repeat center center;
    width: 50%; margin-right: 0;
}
.cnt-top-left .bx-controls-direction a.bx-prev:hover{
    background: #2E7495 url(video-arrow-l.png) no-repeat center center;
}
.cnt-top-left .bx-controls-direction a.bx-next:hover{ 
    background: #2E7495 url(video-arrow-n.png) no-repeat center center;
}

/*
  IE
*/

/* HOME SUBBOTTOM */
.box-share{
    *width: 39.9%;
}
.home-subbottom .row-fluid .span4{
    width: 34%\0/;
}

/*
   END IE
*/









/* @media queries */

/* Large desktop */

@media (min-width:980px) and (max-width:1200px) {
    

/* HOME SUBBOTTOM */

.home-subbottom .row-fluid .span4 {
    width: 34%;
}

}

/* Portrait tablet to landscape and desktop */

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

.shadow{
    display: table;
}

/* HEADER */


/* MAIN MENU */

.main-menu .navbar .nav >li >a {

margin:0 10px 5px 10px;

border: 0;

}



.main-menu .dropdown-menu >li >a {

padding:5px 20px;

border-radius:0;

-webkit-border-radius:0;

-moz-border-radius:0;

-o-border-radius:0;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a {

padding:5px 20px;

}

.main-menu .item-166 .dropdown-menu ul.dropdown-menu{
    max-width: 100%;
}
.main-menu .dropdown-menu ul.dropdown-menu{
    display: none;
}







/* HOME BANNER*/

.overbanner,.banner .layout-slideshow .sprocket-features-content {

padding:10px 15px;

max-width:400px;

}



.overbanner h2,.banner .sprocket-features-content h2 {

font-size:30px;

line-height:32px;

}



.overbanner h3,.banner .sprocket-features-content h3 {

font-size:20px;

line-height:22px;

}



.banner .sprocket-features-pagination {

}



.banner .sprocket-features-pagination ul {

max-width:300px;

margin:0 auto;

}



.banner .layout-slideshow .sprocket-features-pagination li {

margin:2px;

}



.banner .arrow {

top:35%;

}

/* INNER BANNER */

.overbanner.inner {

}



.overbanner.inner h2 {

font-size:22px;

line-height:22px;

}

/* HOME TOP */
.home-top .box.center h3{
    font-size: 35px;
}
.home-top .box.right h3{
    font-size: 25px;
}
.home-top .box h3 span{
    font-size: 20px;
}

/* HOME BOTTOM */

/* HOME SUBBOTTOM */

.home-subbottom .row-fluid .span4 {
    width: 34.2%;
}
.home-subbottom .box-share a{
    padding-top: 30px;
    
}
.home-subbottom .newsletter h3{
    padding-top: 10px;
}
.newsletter input[type="text"] {

    width:85%;

}



/* ARTICLE INNER */

.article-inner .table th,.article-inner .table td {

    padding:12px 10px;

}

/* SIDEBAR */
.sidebar .box h3{
    font-size: 23px;
}

.sidebar .box-cnt {
   background-size: 70%;
}
/* SITEMAP */

.sitemap li {

    max-width:90px;

    padding-right:3.2%;

}

/* FOOTER */
.ft {
   padding: 20px 0;
   font-size: 12px;
}
.ft a{
    font-size: 12px;
}


/*SLIDE HOME*/
.home-bottom .right .home_box{
    background-position: 90% bottom;
}
.home_box_content{
    line-height: 20px; font-size: 12px;
}
.home-bottom .right .home_box_link{
    width: 95%;
}


/* TEST*/
.main-menu .dropdown-menu {
  min-width: 100%;
  display: none;
  visibility: visible;
  overflow: visible;
  height: auto;
  min-height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: red;
}

.nav-collapse .open>.dropdown-menu {
  display: block;
  margin: 0;
  height: 200px;
}

.main-menu .dropdown-menu >li >a {
  padding: 5px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  height: 33px;
}



}





/* Landscape phone to portrait tablet */

@media (min-width:481px) and (max-width:767px) {

body{
    padding:0;
}


/* HEADER */

.top-nav{
    float: none;
    text-align: center;
}
.top-nav li {

    float: none;

    max-width:100%;

}

/* MAIN MENU */
.main-menu button.dropdown-toggle{display:block!important;}
.main-menu .dropdown-menu {display: block; box-shadow: none;}
.main-menu .navbar .nav >li >a {

margin:0 10px 5px 10px;

border: 0;

}



.main-menu .dropdown-menu >li >a {

padding:5px 20px;

border-radius:0;

-webkit-border-radius:0;

-moz-border-radius:0;

-o-border-radius:0;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a {

padding:5px 20px;

}
.main-menu .item-166 .dropdown-menu ul.dropdown-menu{
    max-width: 100%;
}
.main-menu .dropdown-menu ul.dropdown-menu{
 /*   display: none;*/
}


 .main-menu button.dropdown-toggle {
    display: block !important;
  }
  /* line 1789, style.scss */
.main-menu .dropdown-menu {
    min-width: 100%;
    display: none;
    visibility: visible;
    overflow: visible;
    height: auto;
    min-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 1800, style.scss */
 .main-menu .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
  }
  /* line 1805, style.scss */
 .main-menu .navbar .navbar-collapse ul.navbar-nav {
    padding: 20px 0;
  }
  /* line 1807, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav ul.dropdown-menu {
    display: none;
  }
  /* line 1811, style.scss */
  .main-menu .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 0;
    margin: 0 20px;
  }
  /* line 1817, style.scss */
   .main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu {
    display: block;
  }
  /* line 1819, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li {
    text-align: left;
  }
  /* line 1821, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li a {
    background-color: #FFF;
    color: #000;
    padding: 5px 20px;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    font-weight: 400;
  }
  /* line 1829, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li ul li a {
    padding: 5px 40px;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    font-weight: 400;
  }


/* HOME BANNER*/

.banner img {

min-height:120px;

}



.overbanner,.banner .layout-slideshow .sprocket-features-content {

padding:5px 15px;

max-width:100%;

}



.overbanner h2,.banner .sprocket-features-content h2 {

font-size:20px;

line-height:22px;

}



.overbanner h3,.banner .sprocket-features-content h3 {

font-size:15px;

line-height:17px;

}


.banner .sprocket-features-pagination ul {

max-width:300px;

margin:0 auto;

}



.banner .layout-slideshow .sprocket-features-pagination li {

margin:2px;

}

.banner .sprocket-features-arrows{
    bottom: 20%;
}

.overbanner p, .banner .sprocket-features-content p{
    max-width: 340px;
}

.banner-cnt span p {
    
   font-size: 12px;
   line-height: 15px;
   
}
/* INNER BANNER */

.overbanner.inner {

max-width:250px;

}



.overbanner.inner h2 {

font-size:15px;

line-height:15px;

}

/* HOME TOP */

.home-top .row-fluid .span4{
    width: 100%;
}

/* HOME CENTER */
.home-center-right{
    padding: 0 20px;
}

/* HOME BOTTOM */


/* HOME SUBBOTTOM*/
.home-subbottom .row-fluid .span4{
    width: 100%;
}
.home-subbottom .box-share{
    float: none;
    width: 90%;
}
.home-subbottom .box-share a{
    padding-top: 30px;
}
/* SIDEBAR */

.sidebar {

min-height:inherit!important;

}
.sidebar .box h3{
    padding: 40px 50px;
}
.sidebar .box.center .box-cnt{
    background-size: 50%;
}

/* NEWSLETTER */

.newsletter{
    min-height:inherit!important;
}

.newsletter input[type="text"] {

width:94%!important;

}

/* SITEMAP */

.sitemap ul ul{
    list-style-type: none;
    margin-left: 0;
}

.sitemap li ,.sitemap li li{
    float:none;
    max-width:100%;
    padding-right: 0;
    text-align: center;
}

/* ARTICLE INNER */

.article-inner .table th,.article-inner .table td {

padding:12px 10px;

}
/* FOOTER TOP */
.ft p{
text-align: center;
}
/* FOOTER BOTTOM */

.copyright,.logo-elevation{
    text-align: center;
}

/* TRANSLATE */

iframe.goog-te-menu-frame.skiptranslate {

width:auto!important;

position:absolute!important;

}


}

/* Landscape phones and down */

@media (max-width:480px) {
body{
    padding:0;
}


/* HEADER */

.top-nav{
    float: none;
    text-align: center;
}
.top-nav li {

    float: none;

    max-width:100%;

}
.header-right{
    text-align: center;
}
.header-right .dmt-social-links{
    float:none;
    display: inline-block;
}

/* MAIN MENU */
.main-menu button.dropdown-toggle{display:block!important;}
.main-menu .dropdown-menu {box-shadow: none;}
.main-menu .navbar .nav >li >a {

margin:0 10px 5px 10px;

border: 0;

}



.main-menu .dropdown-menu >li >a {

padding:5px 20px;

border-radius:0;

-webkit-border-radius:0;

-moz-border-radius:0;

-o-border-radius:0;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a {

padding:5px 20px;

}

.main-menu .item-166 .dropdown-menu ul.dropdown-menu{
    max-width: 100%;
}


/* HOME BANNER*/

.banner img {

min-height:120px;

}



.overbanner,.banner .layout-slideshow .sprocket-features-content {

padding:5px 15px;

max-width:200px;

}



.overbanner h2,.banner .sprocket-features-content h2 {

font-size:20px;

line-height:22px;

}



.overbanner h3,.banner .sprocket-features-content h3 {

font-size:15px;

line-height:17px;

}


.banner .sprocket-features-pagination ul {

max-width:300px;

margin:0 auto;

}



.banner .layout-slideshow .sprocket-features-pagination li {

margin:2px;

}

.banner .sprocket-features-arrows{
    bottom: 20%;
}

.banner-cnt span p {
   display: none;
}
/* INNER BANNER */

.overbanner.inner {

max-width:250px;

}



.overbanner.inner h2 {

font-size:15px;

line-height:15px;

}

/* HOME TOP */

.home-top .row-fluid .span4{
    width: 100%;
}
.home-top .box.right h3{
    font-size: 30px;
}
.home-top .box h3 span{
    font-size: 20px;
}
/* HOME CENTER */
.home-center-right{
    padding: 0 20px;
}

/* HOME BOTTOM */


/* HOME SUBBOTTOM*/
.home-subbottom .row-fluid .span4{
    width: 100%;
}
.home-subbottom .box-share{
    float: none;
    width: 90%;
}
/* SIDEBAR */

.sidebar {

min-height:inherit!important;

}
/* NEWSLETTER */

.newsletter{
    min-height:inherit!important;
}

.newsletter input[type="text"] {

width:94%!important;
 
}

/* SITEMAP */

.sitemap ul ul{
    list-style-type: none;
    margin-left: 0;
}

.sitemap li ,.sitemap li li{
    float:none;
    max-width:100%;
    padding-right: 0;
    text-align: center;
}

/* ARTICLE INNER */

.article-inner .table th,.article-inner .table td {

padding:12px 10px;

}

/* FOOTER BOTTOM */

.copyright,.logo-elevation{
    text-align: center;
}

/* TRANSLATE */

iframe.goog-te-menu-frame.skiptranslate {

width:auto!important;

position:absolute!important;

}



.article-inner{
    font-size: 15px;
}
body{
    padding:0;
}


/* HEADER */

.top-nav{
    float: none;
    text-align: center;
}
.top-nav li {

    float: none;

    max-width:100%;

}

/* MAIN MENU */
.main-menu button.dropdown-toggle{display:block!important;}
.main-menu .dropdown-menu {display: block; box-shadow: none;}
.main-menu .navbar .nav >li >a {

margin:0 10px 5px 10px;

border: 0;

}



.main-menu .dropdown-menu >li >a {

padding:5px 20px;

border-radius:0;

-webkit-border-radius:0;

-moz-border-radius:0;

-o-border-radius:0;

}



.main-menu .dropdown-menu ul.dropdown-menu >li >a {

padding:5px 20px;

}
.main-menu .item-166 .dropdown-menu ul.dropdown-menu{
    max-width: 100%;
}
.main-menu .dropdown-menu ul.dropdown-menu{
 /*   display: none;*/
}


 .main-menu button.dropdown-toggle {
    display: block !important;
  }
  /* line 1789, style.scss */
.main-menu .dropdown-menu {
    min-width: 100%;
    display: none;
    visibility: visible;
    overflow: visible;
    height: auto;
    min-height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 1800, style.scss */
 .main-menu .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
  }
  /* line 1805, style.scss */
 .main-menu .navbar .navbar-collapse ul.navbar-nav {
    padding: 20px 0;
  }
  /* line 1807, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav ul.dropdown-menu {
    display: none;
  }
  /* line 1811, style.scss */
  .main-menu .navbar .navbar-collapse ul.navbar-nav li a {
    padding: 10px 0;
    margin: 0 20px;
  }
  /* line 1817, style.scss */
   .main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu {
    display: block;
  }
  /* line 1819, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li {
    text-align: left;
  }
  /* line 1821, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li a {
    background-color: #FFF;
    color: #000;
    padding: 5px 20px;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    font-weight: 400;
  }
  /* line 1829, style.scss */
.main-menu .navbar .navbar-collapse ul.navbar-nav li.open ul.dropdown-menu li ul li a {
    padding: 5px 40px;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    font-weight: 400;
  }
/*
    header
*/
.header-right{ 
    float: none;
}
.logo{
    overflow: hidden;
    margin: 0 auto;
    width: 134px;
}
.logo img{ max-width: none;}
.header .search, .infography, .sitemap, .breadcrumb,.home-bottom{ display: none;}
.gtranslate {
    height: 35px;
    margin: 0 auto;
    max-width: 220px;
}
.home-center-left.eqh{ min-height: auto !important;}

.logo-footer{
    text-align: center;
}
.ft p{
text-align: center;
}
.ft .phone{
    display: block;
    margin: 0 auto;
    max-width: 100px;
    text-align: center;
}
.ft .email {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    text-align: center;
}


}

.dropdown-backdrop {
  position: static;
}