/* CSS Document */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
	display: block;
	
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
audio[controls], canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	font-weight:300;
	/* [disabled]font-size: 15px; */
	color:#000;
	overflow-x: hidden;
	margin: 0px 0 0 0;
	/* [disabled]line-height: 1.6; */
	position: relative;
	background:url(../images/news-paper-bg.jpg) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 36px;
	color: #000;
	line-height: 1.5;
	font-weight:300;
	text-align:center;
	margin: 10px 0 30px 0;
}
h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
    margin: 10px 0 25px 0;
}
h3 {
    font-size: 22px;
	line-height: 1.5;
    margin: 10px 0;
    text-align: left;
    font-weight: 300;
}
h4 {
    font-size: 22px;
    color: #000;
	line-height: 1.5;
    font-weight: 300;
    margin: 5px 0 10px 0;
} 
h5 {
	font-size: 18px;
}
a, a:link {
	text-decoration: none;
	color: #d47b29;
    outline: none;
}
a:hover {
	text-decoration: none;
	color: #d47b29;
} 
.dis-none { 
	display:none;
}
p {
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 15px;
    text-align: left;
	line-height: 1.6;
}
p.intro{
	text-align:center;
}
.clear-fix {
	clear: both;
	display: table;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
.img-wrap img {
	width: 100%;
}.img-wrap1 img {	width: 25%;	margin-bottom:10px;}
.img-wrap2 img {	width: 15%;	margin-bottom:10px;}
  
/********************* Header styles ***********************/
 
.fixedh .navbar-default{ 
}
.header-info, .navbar-brand{
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
.fixedh .header-info{
	display:none;
}
.fixedh .navbar-brand{
    max-width: 200px;
}
.fixedh .navbar-nav { 
    margin: 30px 0 0 0;
}
.header-info{
	float:right;
    margin: 10px 0 20px;
}
.header-info ul{
	list-style:none;
}
.header-info ul li{
    list-style: none;
    margin: 0 0 0 15px;
    float: none;
    padding: 3px 0;
    display: inline-block;
    color: #231f20;
    font-weight:300;
    font-size: 22px;
    vertical-align: middle;
}
.header-info ul li a{
    color: #231f20;
	text-decoration:none;
}
.header-info ul li .fa {  
}
.navbar-brand {
    padding: 12px 15px 20px 15px;
    max-width: 300px;
}
/****************custom********************/#fade {  display: none;  position: fixed;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index: 1001;  -moz-opacity: 0.8;  opacity: .80;  filter: alpha(opacity=80);}#light {  display: none;  position: absolute;  top: 50%;  left: 50%;  max-width: 600px;  max-height: 360px;  margin-left: -300px;  margin-top: -180px;  border: 2px solid #FFF;  background: #FFF;  z-index: 1002;  overflow: visible;}#boxclose {  float: right;  cursor: pointer;  color: #fff;  border: 1px solid #AEAEAE;  border-radius: 3px;  background: #222222;  font-size: 31px;  font-weight: bold;  display: inline-block;  line-height: 0px;  padding: 11px 3px;  position: absolute;  right: 2px;  top: 2px;  z-index: 1002;  opacity: 0.9;}.boxclose:before {  content: "×";}#fade:hover ~ #boxclose {  display:none;}.test:hover ~ .test2 {  display: none;}p.welcome-headers-wrapper {    /* color: #d27a28; !important; */   /*  font-weight: 600; */}.row-gap {    margin: 50px 0px !important;}.divideres.divider-primary-testimonial {    margin: 15px 0px 15px 0px;}.divideres {    display: block;    width: 50px;    height: 6px;    display: inline-block;    background: #202426;}

.btn-pra {
    padding: 10px 11px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 0px !important;
    color: #fff !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.rotate {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    position: fixed;
    z-index: 10;
    top: 30%;
    right: -61px;
    text-transform: uppercase;
    font-size: 24px;
    border: 4px solid #fff;
    border-bottom: none !important;
    padding: 12px 20px !important;
    background-color: #d47b29;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-weight: 900; */
    line-height: 1;
    text-align: center;
	
}

.rotate1 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    position: fixed;
    z-index: 10;
    top: 70%;
    right: -94px;
    text-transform: uppercase;
    font-size: 24px;
    border: 4px solid #fff;
    border-bottom: none !important;
    padding: 12px 20px !important;
    background-color: #d47b29;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-weight: 900; */
    line-height: 1;
    text-align: center;
	
}
a.rotateing {
	color:#fff !important;
}
/********************end-custom******************/
/********************* Navigation styles *********************
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
  		padding: 10px 10px;
    padding-top: 5px;
   padding-bottom: 4px;
}
li.dropdown:hover > a{
  color: #d47b29 !important;
}
 li.dropdown:hover ul{
	display:block !important;
}  
li.dropdown  ul li a{ 
    padding: 5px 15px;
    color: #000;
}
li.dropdown  ul li a:hover{ 
   color: #d47b29 !important;
} 
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}   

/********************* Content styles ***********************/
.content-row-1{ 
	padding:20px 0 40px 0;
} 
p.intro{
	text-align:center;
	max-width:540px;
	margin:0 auto;
	display:block;
}
.content-row-2{ 
	padding:30px 0 40px 0;
} 
.slick-slide {
    height: auto !important;
	padding:0 15px;
	outline:none;
}
.container.content-wrap {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 0px;
    margin-top:35px;
    margin-bottom:35px;
    background:#fff; 
}
.container > h1{
	text-align:center; 
	font-size:36px;
	color:#000;
	position:relative;
	margin-bottom:30px;
} 
.main-content p { 
    font-size: 16px; 
}
h1.title::after, h2.title::after{
	content:"";
	display:block;
	height:4px;
	margin:5px 0;
	background:#d47b29;
	width:50px;
} 
h1.title.text-center::after, h2.title.text-center::after{
	margin:5px auto !important;
} 
h1.title{
    margin: 10px 0 25px 0;
}
h2.title{
    margin: 0px 0 30px 0;
}  
.meet-the-team  {
    background: #f3f3f3;
}
.meet-the-team .team-item {
    position: relative; 
    margin: 0px 0 30px 0; 
} 
.team-item .img-wrap {
    padding: 12px 17px 20px;
    margin: 0px 0 5px 0;
    background: url(../images/small-frame.png) no-repeat center center;
    background-size: 100%;
} 
.team-item h4, .team-item h4 a {
    color: #000;
    text-align: center;
}
.range-item {
    margin: 20px 0 0px 0; 
}
.range-item .img-wrap{
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.range-item .img-wrap .desc-wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	background:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition:all ease-in 0.3s;
	-moz-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;
	padding:15px;
}
.range-item h5{
	color:#000;
	font-weight:300;
	margin:10px 0 30px 0;
	line-height:1.5;
	font-size:22px; 
	text-align:center;
} 
.range-item .wrap{ 
    display: table; 
	height:100%;
    width: 100%;
}
.range-item .wrap p { 
    display: table-cell;
	font-size:16px; 
    vertical-align: middle;
}
.range-item .img-wrap .desc-wrap p{
	color:#fff;
	text-align:center;
}
.range-item .img-wrap:hover .desc-wrap{
	opacity: 1;
}
/* banner styles */
.home-banner{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.banner-desc{
    padding: 20% 0 10% 0;
}
.banner-desc p{
	color:#fff;
	text-align:center;
	font-weight:400;
	font-size:22px;	
	padding: 0 0 0px 0;
	margin: 0 0 5px 0;
}  
.banner-desc p.bold{
	font-size:26px;	
	font-weight:700;
}  
@media (min-width: 992px){
.content-wrap .main-content{
	width:70%;
}
.content-wrap .sidebar-content{
	width:30%;
}
}
/* featured styles */
.assemblage-item p, .assemblage-item{ 
	text-align:center;
} 
.readmore a{ 
	font-weight:700;
	color:#d47b29;
	font-size:14px;
} 
.news-item .readmore a{ 
	font-weight:300;
	color:#000;
	font-size:14px;
	border:1px solid #000;
	padding:5px 10px;
	letter-spacing:2px;
	margin:10px 0 20px 0;
	display:inline-block;
} 
.news-item p.date{
	border-top:1px solid #000;
	font-size:13px;
	padding:5px 0px;
	border-bottom:1px solid #000;
}
.newsfullview p.date{
    border-top: 1px solid #000;
    font-size: 16px;
    margin: 5px 0px 15px 0px;
    padding: 6px 0px;
    border-bottom: 1px solid #000;
}
.newsfullview .btn-group-lg{
	margin:30px 0 0 0;
	text-align:center;
}
.newslisting .news-item{
    margin-bottom: 15px;
}
.newslisting .news-item .img-wrap{
    margin: 5px 0 15px;
}
.newslisting .news-item h3{
    margin: 0 0 10px 0;
}

/* Project Features */
.project-features{ 
	padding:45px 0 0px 0; 
	background:#222222;
	margin: 0px 0 20px 0;
}   
.simplefilter{
	text-align:center;
    margin: 30px 0 30px 0;
}
.simplefilter li{ 
	color:#000;
    cursor: pointer;
    display: inline-block; 
    padding: 0 15px;
	font-size:18px;
} 
.simplefilter li.active {
    color: #d47b29;
} 
.whatwedo-carousel .slick-arrow.slick-next{right: 10px;top: -80px;}
.whatwedo-carousel .slick-arrow.slick-prev{right: 60px;top: -80px;}
.whatwedo h2{
}
.feat-img-caption{
	background:url(../images/contact021.jpg) center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding:60px 0 80px 0;
}
.rtisan{
	background:url(../images/rtisan.jpg) center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding:100px 0 120px 0;
}
.rtisan .btn-group-lg{
	text-align:center;
	margin-top:40px;
}
.rtisan .btn-group-lg a{
}
.rtisan *, .feat-img-caption *{
	color:#fff;
}
.rtisan h2.title::after{
	background:#fff;
}
.rtisan p{
	font-size:18px; 
}
.feat-img-caption p{ 
	font-size:18px;
	max-width:750px; 
	margin:40px auto 30px auto;
}
.feat-img-caption .btn-lg{
	background-color:transparent !important;
	text-transform:uppercase;
}
.article-item{
	position:relative;
	margin-bottom:20px;
}
.main-content .article-item{
	margin-bottom:30px;
}
.article-item h3 a, .article-item h3{
	color:#16479e;
	font-weight:700;
}
.article-item .img-wrap{
	margin-bottom:10px;
	padding: 0px 0px 0;
}
.article-item .img-wrap img{
	width:100%;
}
.article-item .desc-wrap{
	padding: 0 0px;
}
.article-item .desc-wrap p{
	line-height:1.6;
}
.sidebar-content h2{
	text-align:center;
	font-weight:700;
	font-size:22px;
	position:relative;
	margin-bottom:20px;
}
.sidebar-content h2::after{
	content:"";
	display:block;
	height:3px;
	margin:0 auto;
	background:#efc107;
	width:40px;
}
.sidebar-content h3{
    font-size: 18px;
	line-height:1.6;
	margin:0 0 5px;
}
.sidebar-content .article-item {
    padding: 0 20px 5px 0;
}
.sidebar-content .article-item::after{
    border-bottom: 1px dashed #aaa;
	content:"";
	clear:both;
	height:1px;
	display:block;
}
.sidebar-content .article-item .desc-wrap{
    padding-left: 0px;
    padding-right: 0px;
	width:65%;
	float:left;
}
.sidebar-content .article-item .img-wrap{
	padding:5px 20px 10px 0;
	width:35%;
	float:left;
}
.sidebar-content .article-item .datetime{
	color:#efc107;
    font-size: 14px;
	line-height:1.6;
}
.sidebar-content .adwrap-item{
	padding-right:20px;
	overflow:hidden;
	margin-bottom:20px;
}
.container.whatwedo, .container.bigad-wrap{
	padding:25px 15px !important;
	overflow:hidden;
}
.recent-updates{
	padding:35px 0px 25px 0px; 
} 
.video_wrapper {
    position: relative; 
    overflow: hidden;
} 
.video_wrapper  .video-txt{ 
    z-index: 9; 
    position: relative;
} 
.video_wrapper video{  
    min-width: 100%;
    min-height: 100%;
    vertical-align: baseline;
    position: absolute;
    z-index: 1;
	top:0;
}
.videos-section .container{
	padding:35px 0 45px 0 !important;
}
.videos-section{
	background:#000;
	margin-bottom:30px !important;
}
.videos-section h1{
	color:#fff;
}
.videos-section .video-wrap{
	position:relative;
}
.videos-section h3.video-caption{
	color:#fff;
	width:100%;
	position:absolute;
	left:0;
	top:10px;
	font-size:18px;
	text-shadow:0px 1px 5px #000;
	padding:0 15px;
	z-index:99;
}

/********************* carousel styles ***********************/
.container.whatwedo .news-item .wrap, .nationalstories .news-item .wrap{
	padding:0 15px;
}
.container.whatwedo .news-item .wrap h4, .nationalstories .news-item .wrap h4{
	padding:15px 10px;
	background:#fff;
	margin:0 0 10px 0 !important;
}
.nationalstories .news-item .wrap h4{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:700;
}
.nationalstories .news-item .wrap h4 a{
    color: #16479e;
}
/* Dots */
.slick-arrow{
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	width:45px;
	height:45px;
	position:absolute;
	z-index:9;
	background:url(../images/arrows.png) no-repeat left center;
	border:none !important;
	outline:none;
	text-indent:-9999px;
}
.slick-arrow.slick-next{
	background:url(../images/arrows.png) no-repeat right center;
}
.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block; 
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	width: 10px !important;
	height: 10px !important; 
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	border-radius: 5px !important;
	background: #000 !important;
	text-indent: -9999px; 
    opacity: .5;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
} 
.slick-dots li.slick-active button
{
    opacity: 1;
    color: black;
}
/* Gallery */
.container.gallery-wrap{
	padding:25px 0 55px 0 !important;
} 
.container.gallery-wrap div[class*="col-"]{
	padding-left:0;
	padding-right:0;
} 
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	outline:none !important;
}
/* video gallery */
.video-item{
	margin:0 0 15px 0;
}
.video-item .img-wrap{
	width:30%;
	float:left;
	margin:0 5% 0px 0;
}
.video-item .desc-wrap{
	margin:10px 0px 0px 0;
	float:left;
	width:65%;
}
.video-item h4{
	margin:0px 0px 0px 0;
}
.video-item h4 a{
	color:#fff;
}
.video-item p{
	font-size:14px;
	color:#ccc;
	font-style:italic;
}
.modal-header h3{
    font-weight: 700;
    margin: 0;
}

/* Footer */
.footer {
    background: #fff;
    padding: 35px 0;
}
.notfront .footer{
	border-top:1px solid #d47b29;
	margin-top:30px;
}
.copyright{
    background: #222222;
    padding: 10px 0 2px 0;
}
.copyright p{
    font-size: 14px;
    margin: 12px 0px 18px 0px;
}
.copyright p{
    color:#fff;
}  
.footer p, .footer h3, .footer h4, .footer a, .footer li{
    color:#1e1d1b;
}  
.footer li, .footer ul{
	list-style:none;
}
.footer-address li{
	padding:0 0 15px 45px;
    color:#1e1d1b;
	position:relative;
}
.footer-address li.location::after{ 
    content: "\f041";
	left:5px;
	top:5px;
    color:#817f79;
    font-size: 15px; 
	position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.footer-address li.phone::after{
    content: "\f095";
	left:5px;
	top:5px;
    color:#817f79;
    font-size: 15px;
	position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.footer-address li.email::after{
    content: "\f0e0";
	left:5px;
	top:5px;
    color:#817f79;
    font-size: 15px;
	position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.footer-address li.website::after{
    content: "\f0ac";
	left:5px;
	top:5px;
    color:#817f79;
    font-size: 15px;
	position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.footer-address li::affter{
    display: inline-block;
}
.footer-about p{
    margin-bottom:  20px;
}
.copyright p a{ color: #0db79a; }
.footer .datetime { 
    font-size: 14px;
    line-height: 1.6;
}
.footer .news-item h4 {
    font-size: 16px; 
    line-height: 1.5;
    margin: -2px 0 5px 0;
}
.footer .news-item .img-wrap{
	float:left;
	margin:0 15px 0 0;
	width:100px;
}
.footer .news-item{
	margin:0 0 20px 0;
}
.footer  h3{ 
    clear: both; 
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 15px 0;
    line-height: 1.5;
} 
.footer-links li { 
    font-size: 15px;
    padding: 0 0 5px 0;
}
.social-group{
	text-align:right;
}
.social-group a {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
}
.social-group a:first-child {
    margin-left: 0;
}
.social-group a:last-child {
    margin-right: 0;
}
.social-group a i {
    padding: 8px 5px;
    font-size: 16px;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    height: 35px;
    width: 35px;
    margin: 0 2px;
    border: 1px solid #fff;
} 
.social-group .fa-facebook {
    padding: 8px 6px;
}

.social-group .fa-twitter {
    padding: 8px 5px;
}

.social-group [class*="facebook"]:hover {
    background-color: #3B5998;
}

.social-group [class*="twitter"]:hover {
    background-color: #3B8ACA;
}

.social-group [class*="google"]:hover {
    background-color: #d7473d;
}

.social-group [class*="linkedin"]:hover {
    background-color: #0077B5;
}

.social-group [class*="youtube"]:hover {
    background-color: #cc181e;
}

.social-group [class*="instagram"]:hover {
    background-color: #125688;
}

.social-group-button.social-line .social-group {
    display: block;
    width: 47px;
    left: 50%;
    margin-left: -23.5px !important;
    margin-top: 35px;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.42);
    border-radius: 20px;
    padding: 12px 7px 6px 8px;
    display: none;
}

.social-line .social-group i.circle {
    border-color: #fff !important;
    color: #fff !important;
}

    .social-line .social-group i.circle:hover {
        border-color: #FFF !important;
        color: #FFF !important;
    }

.social-group-button.social-line .social-group a {
    display: block;
    height: 30px;
}
#backtotop {
    background: url(../images/up-arrow.png) center center no-repeat !important;
    background-size: 100% !important;
    height: 48px;
    width: 48px;
    z-index: 9999;
    text-indent: -9999px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 0px 0px 0px;
	z-index: 10000;
    cursor: pointer;
} 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Responsive Media Queries
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width: 1500px) {
 
}
 
@media only screen and (max-width: 1200px) {

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 10px;
} 
}
@media only screen and (max-width: 1199px) {
	.navbar-brand {margin-left: -127px !important;
	}
 	.btn-pra1 {
    padding: 10px 0px !important;
	} 
	}
@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 10px 4px;}.navbar-brand {margin-left: -34px !important;}
		}
@media only screen and (max-width: 990px) {
 .navbar-fixed-top {
    position: relative !important;
    background-color: #fff !important; 
} 
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d47b29;
}    
.navbar-default .navbar-toggle {
    border-color: #d47b29;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
	padding-bottom:20px; 
    max-height: 100%;
    } 
.navbar-collapse.collapse.in{
    display: block !important; 
} 
.navbar-toggle { 
    margin-top: 35px; 
} 
.header-info {
    text-align: center;
    float: none; 
}
    .navbar-nav {
        float: none!important;
        margin: 7.5px 10px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.header-info ul li {
    font-size: 18px;
}
    .navbar-nav>li>a:hover{ color:#fff;}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
} 
@media only screen and (max-width: 768px) {

.container.content-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.container.whatwedo, .container.nationalstories, .container.bigad-wrap {
    padding: 25px 15px !important;
}
.videos-section .container {
    padding: 25px 15px 35px 15px !important;
} 
}

@media only screen and (max-width: 735px) { 
 
.quote-wrap h3 {
    font-size: 22px;
    margin: 12px 0 5px 0;
    text-align: center;
}
.quote-wrap .btn-primary {
    float: none;
    margin: 20px auto 15px auto; 
    clear: both;
    display: block;
    text-align: center;
    max-width: 250px;
}
.copyright .pull-right{
    width: 100%;
    clear: both;
    text-align: center;
}
.social-group {
    text-align: center;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 668px) { 
.video_wrapper video {
    min-width: 130%;
}
}

@media only screen and (max-width: 568px) { 
 
 
}
@media only screen and (max-width: 480px) {
 
.video_wrapper video {
    min-width: 170%;
}
}
@media only screen and (max-width: 415px) { 

h2 {
    font-size: 30px !important;
}
h1 {
    font-size: 32px !important;
}
.banner-desc p.bold {
    font-size: 22px; 
} 
.banner-desc p { 
    font-size: 18px;
    padding: 0px 15px; 
}
.video_wrapper {
    padding: 30px 0 60px 0;
}
.navbar-default .navbar-brand {
    max-width: 220px;
}
}
