* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

#sitemap {
    background: #292929;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sitemap p {
    color: #b7b7b7; 
    font-size: 13px;
    margin: 0px;
}

#sitemap a {
    color: #b7b7b7;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

#sitemap a:hover {
    color: #eb5d0b;
    text-decoration: none;
}

#sitemap i {
    color: #eb5d0b;
    margin-right: 5px;
}

.navbar {
    padding: 0px;
    background: #1d1d1b;
}

.navbar-brand {
    padding: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.nav-link {
    color: #cfcfcf;
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

.nav-link:hover,
.nav-item .active {
    color: #ffffff;
    background: #eb5d0b;
}

.dropdown-menu {
    color: #cfcfcf;
    background: rgba(0, 0, 0, 0.7);
}

.dropdown-item {
    color: #cfcfcf;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;
}

.dropdown-item:hover {
    background: #eb5d0b;
    color: #ffffff !important;
}

#content2 {
    background: #292929;
    padding: 75px 0px;
}

#content2 h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
}

#content2 p {
    color: #ffffff;
    font-size: 14px;
}

#content2 a {
    background: #eb5d0b;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 25px;
	display: inline-block;
}

#services {
    padding: 50px 0px;
}

#services h1 {
    margin: 0px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#services .col-md-4 p {
    background: #eb5d0b;
    padding: 5px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

#content-img {
    background: url('../images/slider1.jpg');
    background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#content-img h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}

#content-img p {
    color: #ffffff;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    padding-top: 20px;
}

#content-img a {
	background: #eb5d0b;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 25px;
	display: inline-block;
    margin: 20px auto;
}


#strap {
    background: #292929;
    color: #ffffff;
    padding-top: 55px;
    padding-bottom: 40px;
}

#strap p {
    color: #ffffff;
    font-weight: 300;
    margin: 0px;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}

#strap p span {
    color: #eb5d0b;
    font-size: 65px;
    font-weight: 700;
}

#tel {
    color: #ffffff;
    margin: 0px;
    font-size: 25px;
    text-transform: uppercase;
}

#tel i {
    color: #ffffff;
    font-size: 30px;
}

#tel a {
    color: #ffffff;
}

#tel a:hover {
    text-decoration: none;
}

#usp {
    background: #ececec;
    padding-top: 50px;
    padding-bottom: 50px;
}

#usp .usp-content {
    background: #ffffff;
    padding: 20px;
}

#usp h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #222931;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 8px;
}

#usp .hr {
    height: 3px;
    width: 20px;
    background: #eb5d0b;
}

#usp p {
    font-size: 12px;
    color: #222931;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#usp a {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #eb5d0b;
    border: 1px solid #eb5d0b;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;
}

#usp a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #eb5d0b;
}

#content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #f7f7f7;
}

#content h1 {
    color: #eb5d0b;
    font-size: 30px;
    margin: 0px;
}

#content h2 {
    color: #2d2c2c;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 20px;
}

#content p {
    margin: 0px;
    font-size: 14px;
    padding-bottom: 15px;
}

#content i {
    color: #eb5d0b;
}

#content span {
    color: #eb5d0b;
}

#content ul {
    list-style-type: none;
    font-size: 14px;
}

#content li i {
    color: #eb5d0b;
}

#content h3 {
    color: #eb5d0b;
    font-size: 22px;
    margin: 0px; 
}

#content img {
    margin-bottom: 15px;
}

#table {text-align: center;}

#table #table-header {
    background: #eb5d0b;
    color: #ffffff;
    font-weight: 700;
}

#table .row:nth-child(odd) {
    background: #f1f1f1;
}

#table p {
    margin: 0px !important;
    padding: 10px 0px;
    font-weight: 600;
}

#table {
    margin-bottom: 15px;
}

#content .col-md-4 a {
    color: #292929;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

#content .col-md-4 a:hover {
    color: #eb5d0b;
    text-decoration: none;
}

#content .col-md-4 h3 {
    padding-bottom: 25px;
}

#content a img {
    opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

#content a img:hover {
    opacity: 0.7;
}

#map iframe {
    width: 100%;
    height: 450px;
}

.col-md-4 #map iframe {
    width: 100%;
    height: 220px;
    border: 5px solid #e0e0e0;
}


#footer-top {
    background: #eb5d0b;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer-top img {
    margin-top: 15px;
}

#footer-top p {
    font-size: 12px;
    color: #ffffff;
    margin: 0px;
    text-align: right;
}

footer {
    background: #292929;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
    color: #ffffff;
    font-size: 11px;
    margin: 0px;
}

footer a {
    color: #ffffff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s  ease-in-out;
    -o-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;	
}

footer a:hover {
    color: #eb5d0b;
    text-decoration: none;
}

footer .top
{
	color: #262626;
	padding: 6px 14px;
	text-decoration: none;
	background-color: #161616;
	color: #ffffff !important;
	float: right;
	cursor: pointer;
	font-size: 15px;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

footer .top:hover {
    background: #eb5d0b;
}

/*Form*/

form#form input[type=text] {
    width: 100%;
    padding: 10px;
}

#form .hr {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    margin-top: 25px;
    margin-bottom: 10px;
}

#form textarea {
    width: 100%;
    padding: 10px;
    resize: none;
}

#form input[type=radio] {
    font-size: 14px;
}

#dbs {
    padding-top: 15px;
}

#form input[type=submit] {
    display: inline-block;
	color: #ffffff;
    background: #505050;
    border-color: #505050;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}

#form input[type=submit]:hover {
    background: #ffffff !important;
    color: #505050;
}

form #website {
    display: none;
}
