body{
    margin: 0;
    padding: 0;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    color: #414141;
}
a{
    color: black;
}
a:hover, a:active, a:focus, a:visited{
    color: black;
}
.container-fluid{
    width: 90%;
    max-width: 950px;
    margin: auto;
}
.main-nav {
    float: left;
    width: 100%;
    margin-top: 29px;
}

.navbar{
    background: white;
    box-shadow: 0px 0px 5px gray;  
}
.navbar-brand{
    padding: 0;
    margin: 14px 0px;
    padding: 2px 2px !important;
}
.navbar-toggle{
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a{
    font-size: 14px;
    color: #aaaaaa;
    padding-top: 30px;
    border-bottom: 0 solid #f7741c;
    padding-bottom: 36px;
    transition: all 0.2s;
    text-align: center;
}
.navbar-default .navbar-nav>li>a:hover{
    border-bottom-width: 6px;
    padding-bottom: 30px;
    transition: all 0.2s;
}
.navbar-default .navbar-nav>li>a.active{
    border-bottom-width: 6px;
    padding-bottom: 30px;
    transition: all 0.2s;
}
#body{
    padding-top: 100px;
    padding-bottom: 60px;
}
.innerbody-head{
    text-align: center;
    font-family: Helvetica;
    font-weight: normal;
}
.rotate-anim{
    text-align: center;
    height: 120px;
}
.mid-body-cols{
    text-align: center;
}
.mid-body-cols>div>p{
    text-align: left;
}
.mid-body-cols>div>h4{
    height: 60px;
}
.rotate-anim>.flip-front{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    backface-visibility: hidden;
    transition: all 1s;
}
.rotate-anim:hover>.flip-front{
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: all 1s;
}
.rotate-anim>.flip-back{
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    color: #f7741c;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition: all 1s;
}
.rotate-anim:hover>.flip-back{
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 1s;
}
.flip-back>h3{
    font-size: 20px;
}
.lower-body-col a:hover, .lower-body-col a:focus, .lower-body-col a:active, .lower-body-col a:visited{
    color: black;
    text-decoration: none;
}
.lower-body-col .date{
    font-size: 14px;
    color: #727272;
}
.lower-body-col h3{
    color: black;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    font-size: 18px;
}
.bottom-btn{
    margin-top: 40px;
}
.btn.btn-custom{
    color: white;
    background: #f7741c;
    border-radius: 5px;
    border-bottom: 5px solid #a54c10;
    padding: 10px 20px;
    transition: all 0.5s;
}
.btn.btn-custom:hover{
    background: #a54c10;
    transition: all 0.5s;
}
#footer{
    background: #dedede;
    border-top: 30px solid #f7741c;
    padding: 30px 0;
}
#footer h3{
    margin: 0;
    margin-bottom: 20px;
}
.footer-li a, .footer-links a{
    color: black;
}
.footer-li a{
    border-bottom: 1px solid silver;
    padding: 10px 20px;
}
.footer-links a{
    padding: 10px 5px;
}
.footer-links{
    margin-bottom: 30px;
}
.footer-li a:hover, .footer-li a:focus, .footer-li a:active, .footer-li a:visited, .footer-links a:hover, .footer-linksa:focus, .footer-links a:active, .footer-links a:visited{
    text-decoration: none;
    color: #f7741c;
}
.mid-col-para{
    overflow: hidden;
    height: 200px;
}
.mid-col-para.full-height{
    height: auto;
}
.readmore{
    cursor: pointer;
}
.readmore:hover{
    text-decoration: underline;
}
.line-height{
    line-height: 30px;
}
#contact-form input, #contact-form textarea{
    width: 100%;
    border: 1px solid #ffdec8;
    border-bottom: 3px solid #f7741c;
}
.left-padded{
    display: block;
    padding-left: 25px;
    line-height: 27px;
}
.sites-internet-table{
    min-width: 1100px;
}
.sites-internet-table th{
    color: #f7741c;
    font-size: 11px;
}
.sites-internet-table td{
    font-size: 11px;
}
.sites-internet-table-wrapper{
    width: 90%;
    max-width: 1100px;
    overflow: auto;
    margin: auto;
}.mpsbg{	background: #edeeee; /* Old browsers */	background: -moz-linear-gradient(top, #edeeee 0%, #f7f8f8 41%, #ffffff 99%); /* FF3.6-15 */	background: -webkit-linear-gradient(top, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	padding:12px;	clear: both;	margin-top: 25px;}
@media screen and (max-width: 768px){
    .main-nav{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 992px){
    .text-center-resp{
        text-align: center;
    }
}@media screen and (max-width: 1200px) {		.mpsbg {	background: #edeeee; /* Old browsers */	background: -moz-linear-gradient(top, #edeeee 0%, #f7f8f8 41%, #ffffff 99%); /* FF3.6-15 */	background: -webkit-linear-gradient(top, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	padding:12px;	clear: both;	margin-top: 80px;	}}@media screen and (max-width: 572px) {		.mpsbg {	background: #edeeee; /* Old browsers */	background: -moz-linear-gradient(top, #edeeee 0%, #f7f8f8 41%, #ffffff 99%); /* FF3.6-15 */	background: -webkit-linear-gradient(top, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	padding:12px;	clear: both;	margin-top: 180px;	}}@media screen and (max-width: 412px) {		.mpsbg {	background: #edeeee; /* Old browsers */	background: -moz-linear-gradient(top, #edeeee 0%, #f7f8f8 41%, #ffffff 99%); /* FF3.6-15 */	background: -webkit-linear-gradient(top, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom, #edeeee 0%,#f7f8f8 41%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	padding:12px;	clear: both;	margin-top: 220px;	}}
.rside h4, .rside
{ text-align: left !important;}



.mpsbg .rside h4{ color: #f7741c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;} 

.mpsbg .rside .titleh4{ color: #f7741c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;} 

.para2r { color: #f7741c; font-size: 14px; display: block; margin-top: 15px; }
.para2r a,.para2r a:hover {color: #f7741c;}
.tb2
{
	min-width: 900px !important;
}
.mp2
{
background: #f0f0a9; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0a9 0%, #f6f6c9 41%, #fdfdf6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f0f0a9 0%,#f6f6c9 41%,#fdfdf6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f0f0a9 0%,#f6f6c9 41%,#fdfdf6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0a9', endColorstr='#fdfdf6',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 900px) and (min-width: 200px)  {
	.mpsbg.rotate-anim {
		height: auto !important;
	}
	.mpsbg .mid-col-para
	{
		height: auto !important;
	}
	.tb2
{
	min-width: 1100px !important;
	border: 1px solid red;
}
	.sites-internet2 {
    width: 90%;
    max-width: 1100px;
    overflow: auto;
    margin: auto;
}

}
.sites-internet2 {
   
    max-width: 934px;
}
.headingz{ color: #f7741c;
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    text-decoration: underline !important;} 
.mp3
{
background: #f0f0a9; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0a9 0%, #f6f6c9 41%, #fdfdf6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f0f0a9 0%,#f6f6c9 41%,#fdfdf6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f0f0a9 0%,#f6f6c9 41%,#fdfdf6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0a9', endColorstr='#fdfdf6',GradientType=0 ); /* IE6-9 */
	padding: 12px;
}
.orow
{
	background: #f7741c !important;
	color: #FFF !important;
}
.dimi
{
	background: #f7741c;
	color: #FFF;
	margin-top: 20px;
	clear: both;
	border-top: 3px solid #ec5f00;
	padding: 12px;
	padding-left: 12px;
}
.mp4
{
background: #eceded; /* Old browsers */
background: -moz-linear-gradient(top, #eceded 0%, #f4f5f5 41%, #fbfbfb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eceded 0%,#f4f5f5 41%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eceded 0%,#f4f5f5 41%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	padding:12px;
	clear: both;
	margin-top: 25px;
}
.footer-links a, .footer-links a:hover {color: #f7741c; font-weight: normal;}
.orangeline {
	background: #f7741c;
	font-size: 15px;
	color: #FFF;
	padding-top: 4px;
	min-height: 27px;
	text-align: right;
	font-weight: bold;
}
.maptxt .headingz 
{font-size: 16px !important;}
#header {
    background: white;
    box-shadow: 0px 0px 5px grey;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.main-nav ul {
    float: left;
}
.main-nav ul li {
    float: left;
    margin: 0 17px;
}
.main-nav ul li a{
        font-size: 14px;
}
.contact_wrapper {
    margin-top: 65px;
}
