/** 
 * Template
 * http://www.OpenerConsulting.com
 *
 * COLOR CODES
 * Yellow	#FCDD44
 *
 */

/* CSS Resets */ 

@font-face {
    font-family: 'OPTIFranklinGothic-Wide';
    src:url('../fonts/OPTIFranklinGothic-Wide.ttf.woff') format('woff'),
        url('../fonts/OPTIFranklinGothic-Wide.ttf.svg#OPTIFranklinGothic-Wide') format('svg'),
        url('../fonts/OPTIFranklinGothic-Wide.ttf.eot'),
        url('../fonts/OPTIFranklinGothic-Wide.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


/* Header & Nav */
tm-section-header section-margin-top


/*body { overflow-x: hidden; font-family: 'Open Sans', sans-serif; } */
body { overflow-x: hidden; font-family: 'OPTIFranklinGothic-Wide'; } 

hr { border-top: 1px solid #111010; }
.section-margin-top { margin-top: 60px; }
.section-padding-top {
	padding-top: 10px
}

hr { border-top: 1px solid #111010; }
.tm-section-header {
	margin-bottom: 0px;
	overflow: hidden;
}

hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


p.small {
	line-height: 1.3;
	font-size: 11px;
	font-weight: 600;
}


.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	color:	#2F4F4F
}

.tm-header-main {
    height: 70px;
	background-color:#D3D3D3;
	padding-top: 15px;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	}

.tm-header-right {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:right;
	z-index: 1;
}

.tm-header-nav {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:right;
	z-index: 1;
}


.tm-banner {
	padding-top: 90px;
	padding-bottom: 5px;
	text-align:center;
	z-index: -1;

}
.tm-banner-title {	
	font-size: 36px;
	font-weight: 800;
}
.tm-banner-subtitle { font-size: 24px; }
.tm-yellow-text { color: #A9A9A9; }
.tm-rounded-title {	
	font-size: 20px;
	font-weight: 800;
}
.tm-rounded-subtitle {	
	font-size: 12px;
	font-weight: 400;
}

.tm-rounded-subtitle2 {
	font-size: 10px;
	font-weight: 600;
}


.tm-body {
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 5px;
	z-index: -1;
	font-size: 14px;
	font-weight: 600;
}

.tm-body2 {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 5px;
	z-index: -1;
	font-size: 14px;
	font-weight: 600;
}

.tm-center {
	text-align: center;
	text-transform: uppercase;
}
.tm-left{
	text-align: justify;
	text-transform: uppercase;
	top: -20px;
}
.padding-top-50 {
padding-top: 50px;
}

.tm-banner-inner {
    height: auto;
    margin: auto;
    top: -20px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tm-logo-inner {
    height: auto;
    margin: auto;
    top: -10px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.tm-we-do-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Footer */
.tm-black-bg { background-color: #000; }
.tm-copyright-text {
	color: white;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.tm-copyright-text a {
	color: #FCDD44;
}

.tm-copyright-text a:hover {
	color: white;
}


.contact-social { margin-top: 0px; }
.contact-social .fa { color: black; }
.tm-social-facebook { background-color: #4A7DBB; }
.tm-social-dribbble { background-color: #E4588E; }
.tm-social-twitter { background-color: #77D1EE; }
.tm-social-instagram { background-color: #527AA1; }
.tm-social-google-plus { background-color: #CE5754; }
.contact-social .tm-social-icon {
    padding: 5px 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.contact-social .tm-social-icon:last-child { margin-right: 0; }



@media screen and (max-width: 767px) {
.tm-header-right {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center
}
.tm-header-main {
    height: 160px;
	background-color:#D3D3D3;
	position: fixed
}

.tm-header-nav {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center
}
.tm-banner {
	padding-top: 90px;
	font-size: 24px
}

.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color:	#2F4F4F
}



}