@charset "utf-8";
/* CSS Document */

body{
color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #1d2127;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
}
h1, h2 {
    margin: 0 0 32px;
}


h3 {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
h4 {
    font-size: 1.4em;
    letter-spacing: normal;
    line-height: 27px;
	font-weight: 400;
    margin: 0 0 14px;
}
a , a:hover , a:focus{
	color:#E2212D
}
.menu_btn{display: none;background-color:#E2212D; color:#FFF; float:right; padding:10px; margin-top:12px; outline:none}
.menu{list-style:none; float:right}
.menu li{float:left; margin-left:6px}
.btn-light{background-color:#FFF; color:#E2212D; border:none; font-weight:bold}
.btn-light:focus , .btn-light:hover ,  .menu>li>.actv{background-color:#E2212D; color:#FFF}
.header_bar{
	background-color: #171717;
    border-top: 5px solid #384045;
    margin: 0 0 35px;
    min-height: 50px;
    padding: 20px 0;
    text-align: left;
    border-bottom: 5px solid #CCC;
}

p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
}
.heading-primary{color:#E2212D !important}
.app-link {
    float: right;
    color: #FFF !important;
    background: #E2212D;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px;
    text-decoration: none !important;
}
#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}
html .scroll-to-top {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    min-width: 49px;
    z-index: 1040;
}
html .scroll-to-top.visible {
    opacity: .75;
}
html .scroll-to-top:hover {
    opacity: 1;
}
@media(min-width:992px){
.menu{display:block !important}	
.fixed {  
        position: fixed;   
        top: 10px;  
       
	    }

		
}
@media(max-width:990px){
 /*#logo_txt{font-size:14px !important}	*/
 .menu{ display:none;padding:0px; float:none}
 .menu_parent{ min-height:0px !important}
 .menu li{float:none; margin:0px; padding-left:15px; padding-right:15px; margin-bottom:6px; }
 .menu li a{ width:100%;text-align:left}
 .menu_btn{display:block}
}
@media(max-width:480px){
	
 .smv{display:block !important}
 /*#logo_txt{ line-height:20px !important}	*/
}
#titles p {
    margin-bottom: 10px;
}
.portfolio-list .portfolio-item{margin-bottom:0px}
b{font-weight:bold}
li {
    line-height: 24px;
}
#logo_txt{
	
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    float: left;
    line-height: 30px;
    margin-top: 4px; margin-left:10px
}
.dropdown-menu li{
	width: 100%;
    margin: 0px;
    padding: 7px;
	}
.dropdown-menu li a{text-decoration:none}
.dropdown-menu li:hover{
	
	background-color:#cccccc40;
}