@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.otf) format("opentype");
}
body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    position:relative;
    /* padding-bottom: 96px; */
}
html {
    height: 100%;
    width: 100%;
    position:relative;
}

p {
    font-size: 20px;
}
p.small {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #18bc9c;
    transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-family: Poor Richard,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light, hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after, hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}



.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
  /*  padding: 100px 0;*/
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}
/*TOP HEADER
****************************/
.fl_lt {
	float: left;
	clear: left;
}
.fl_rt {
	float: right;
	clear: right;
}
#topBar {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
}
.topStrip {
	overflow: hidden;
	padding: 8px 0;
}
.topStrip a {
	display: block;
}
.topStrip a img {
	display: inline-block;
	height: 60px;
}
#topBar ul {
	display: block;
	margin: 0;
	padding: 0;
}
#topBar ul li {
	display: inline-block;
 *display:inline;
	zoom: 1;
	vertical-align: middle;
	float: left;
	/*height: 60px;*/
	list-style: outside none none;/* overflow: hidden;*/
}
#topBar ul li p, #topBar ul li a {
	display: block;
	vertical-align: middle;
	line-height: 50px;
}
#topBar ul li p {
	font-size: 13px;
	color: #7E7E7E;
	padding: 0 15px;
	margin: 0;
	font-family: 'karlaitalic';/*border-right:1px solid #ddd;*/
}
#topBar ul.phoneHeader li p {
	font-family: 'karlaregular';
}
#topBar ul.phoneHeader li {
	border-left: 1px solid #ddd;
}
#topBar ul.headerLogos li {
	display: block;
	margin: 0;
}
#topBar ul.headerLogos li a {
	padding: 5px;
}
#topBar ul.rightLinks li a {
    padding: 5px;
}
#topBar ul li img{
	display: block;
	margin: 0 auto;
	width: auto;
	width: 100%;
}
#topBar ul.phoneHeader li p i {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: #7E7E7E;
	color: #eee;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-right: 5px;
}
#topBar ul.phoneHeader li p b {
	font-weight: normal;
	display: inline-block;
 *dsiplay:inline;
	zoom: 1;
	vertical-align: middle;
}
#topBar ul li a {
	padding: 0 15px;
	margin: 0;
	/*border-right: 1px solid #ddd;*/
	color: #7E7E7E;
	text-decoration: none;
	/*font-size:0;*/
	font-size: 13px;
	width: auto;
	font-family: 'karlabold';
	white-space: nowrap;
	-webkit-white-space: nowrap;
	-moz-white-space: nowrap;
	-ms-white-space: nowrap;
	-o-white-space: nowrap;
	text-align: center;
	/*width:50px;*/
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
/*#topBar ul li.tcTab a{

	font-size:13px;
	width:auto;
	font-family: 'karlabold';
}*/

#topBar ul li a i {
	font-size: 16px;
	line-height: 50px;
	padding-right: 5px;
}
#topBar ul.headerLinks li a:hover, #topBar ul.headerLinks li a.activeHeaderLink {
	width: auto;
	font-size: 13px;
	font-family: 'karlabold';
	background: #0085C3;
	color: #fff;
}
.logoText {
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.logoSubText {
	text-align: center;
	margin-top: -10px;
	font-style: italic
}
#links {
	padding: 50px 0px
}
.linkBox .link {
	width: 20%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
	
}
.box{margin-bottom: 13%;
	min-height: 133px;
	padding:10px 10px;
	
	}
.color1 {
	background-color: #8BC64E
}
.color2 {
	background-color: #F6931E
}
.color3 {
	background-color: #60768E
}
.color4 {
	background-color: #27A8DF
}
.color5 {
	background-color: #F04C40
}
.color6 {
	background-color: #38A7A1
}
.color7 {
	background-color: #B38E64
}
.color8 {
	background-color: #BAC11B
}
.color9 {
	background-color: #FF5987
}
.color10 {
	background-color: #345CA4
}
.link a {
	text-decoration: none
}
.link span {
	color: white;
	font-size: 13px;
	text-align: center;
	display: block;
	font-family: Montserrat-Regular;
	margin-top:5px;
}
.link img {
	display: block;
	margin: auto;
	
}
/*	footer*/
footer {
	color: #fff;
	/*position: absolute;*/
	width: 100%;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #f3f3f3;
}
footer h3 {
	margin-bottom: 30px;
}
footer .footer-above {overflow: hidden;}
footer .footer-col a {
	display: inline-block;
	margin: 15px 0;
}
.footer-col img{
	display:inline-block;
	height: 40px;
}
footer .footer-below {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 25px;
	background: #2c3e50;
	letter-spacing: 0.5px;
	overflow: hidden;
}
footer .footer-below a {
	color: #fff;
}
footer .footer-below a:hover {
	color: rgba(255, 255, 255, 0.69);
	text-decoration: none;
}
.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.footerText {
	color: #8a8a8a;
	font-size: 12px
}
.footerText2 {
	font-size: 14px;
	color: #3b3b3b;
	text-transform: capitalize;
	font-weight: bold
}
.bisag{
	display:block;
	text-align:center;
}
.bisag img, .bisag p{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
}
.bisag img{
	max-width:100%;
}
.bisag p{
	text-align:left;
	color:#3b3b3b;
	font-size:13px;
font-weight:bold;
margin-bottom:0px;
	line-height:110%;
}
.bisag p span{
	color:#aaa;
	font-size:10px;
	
	display:block;
	padding:2px 0 0;
}
