/* ==========================================================================
Author's custom styles


C - #66C8D0 -Blue
M - #ED3393 -Red
Y - #F9ED24 -Yellow
K - #363836 -Black

========================================================================== */

@font-face {
    font-family: Montserrat-Hairline;
    src: url('../fonts/montserrat/Montserrat-Hairline.otf');
	
	
}

@font-face {

	font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {

	font-family: Montserrat-Light;
    src: url('../fonts/montserrat/Montserrat-Light.otf');
}

html {
}
body {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family:Montserrat-Light,'Montserrat', Arial, serif;
	color: #131919;
	background: rgb(241, 241, 241);
	
	background: url('../img/bg.jpg');
	background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center top; 
    margin-bottom: 0px;
}
.container-white {
	background: #fff;
}
h1 {
	/*font-family: 'Montserrat', Arial, serif; font-weight: 400;*/ 
	font-family:Montserrat-Hairline,'Montserrat', Arial, serif;
}
.bs-docs-header p {
	font-family:Montserrat-Regular,'Montserrat', Arial, serif;
	font-size: 20px;
}
.section-title h3{
	font-family:Montserrat-Regular,'Montserrat', Arial, serif;
}
.pagedesc, .section-title .pagedesc {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 0px;
}
.section-title {
	/*margin-top: 60px;*/
}
.bordertitle, .section-title .bordertitle, #portfoliocontent .bordertitle {
	height: 43px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.section-title {
	/*margin-bottom: 82px;*/
}
.google-maps {
	position: relative;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.borderleft, .bordertitle .borderright {
	background-color: #fff200;
}
.borderleft, .bordertitle .borderright {
	background-color: #fff200;
}
.help-block {
	display: none;
	color: white;
}
.top-content {
	background-color: #efefef;
	border-bottom: 1px solid #f2f2f2;
}
.middle-content {
	background-color: #ffffff;
}
.bottom-content {
	background-color: #373938;
	border-bottom: 3px solid #ED3393;
}
.top-content h4 {
	color: #363836;
	margin-top: 20px;
	font-weight:bold;
	  margin-right: -25px;
}
.wrap {
	width: 100%;
}
.bs-docs-header { 
	background-color: transparent!important;
	background-image:none;
}
.navbar {
	margin-bottom: 0px;
	border: none;
}
.navbar-default {
	background-image: none;
	background-color: #66C8D0;
	border-color: #e7e7e7;

}
.navbar-default .navbar-nav>li>a {
	color: #373938;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	background-image: none;
	background-color: #363836;
	color: white;
}
.navbar-default .navbar-nav>.active-req>a, .navbar-default .navbar-nav>.active-req>a:hover {
	background-image: none;
	background-color: #363836;
	color: #F9ED24;
}
.bs-docs-header p {
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #363836;
}

.btn-cyan,.btn-cyan:hover {
	color: #393e41;
	text-shadow: none;
	background-image: none;
	background-color: #66C8D0;
	border: none;
	border-radius: 0px;
	font-weight: bold;
	padding:13px 80px 13px 80px;

}
.btn-cyan:hover {
	/*color: #F9ED24;*/
}

footer {
	padding: 4% 0% 4% 0%;
}
footer p {
	color: #66C8D0;
}
footer .pink {
	color: #ED3393;
}
footer .yellow {
	color: #F9ED24;
}
footer ul>li a:hover {
	color: #66C8D0;
	text-decoration: none;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul>li {
	list-style: none;
	padding-bottom: 8px;
}
footer ul>li a {
	color: #F9ED24;
	color: white;
}
.content-row {
	/*padding: 4% 0% 4% 0%;*/
}
.content-row hr, .section-title hr {
	border: 1px solid #F9ED24;
	width: 40%;
}
.client-box {
	text-transform: uppercase;
	background: #66C8D0;
	color: #0c3d4b;
	padding: 1% 0% 1.5% 0%;
}
.client-box:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 47.5%;
	top: 100px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #66C8D0;
}
.client-div {
	padding: 4% 0% 4% 0%;
}
.client-div img {
	display: inline;
}
.our-work {
	background: #efefef;
	color: #0c3d4b;
	padding: 1% 0% 1.5% 0%;
}
.bs-glyphicons li {
	font-size: 14px;
}
.logo-img-black {
	width: 250px;
	margin-left: -20px;
}
.logo-img-white {
	width: 250px;
}
.hidden-num {
	display: none;
}




@media (min-width: 768px) {
	.navbar-brand img {
		height: 56px;
	}
	.logo-img-white {
		display: none;
	}
	.header-spacer{
		height:100px; 
		width:100%;
	}
	.small-only{
		visibility:hidden;
	}
	
	.google-maps {
		padding-bottom: 22.5%;
	}	
}
@media (max-width: 768px) {
	
	.img-responsive{
		display:inline;
	}
	
	.google-maps {
		padding-bottom: 66%;
	}

	.big-only{
		visibility:hidden;
	}
	
	.header-spacer{
		height:50px; 
		width:100%;
	}
	
	.footer-spacer{
		height:50px; 
		width:100%;
	}
	.navbar-brand img {
		margin-top: -8px;
		height: 34px;
	}
	.logo-img {
		width: 250px;
		margin-left: -20px;
	}
	.hidden-div {
		display: inline;
	}
	.top-content {
		display: none;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
		background-image: none;
		background-color: #efefef;
		color: #373938;
		-webkit-box-shadow: none;
	}
	.navbar-default .navbar-nav>.active-req>a, .navbar-default .navbar-nav>.active-req>a:hover {
		background-image: none;
		background-color: #373938;
		color: #373938;
		-webkit-box-shadow: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background-color: #efefef;
		text-shadow: none;
		text-transform: uppercase;
	}
	.top-phone-num {
		display: none;
	}
}


.logosmall {
	width: 50px;
}
.logosmalldiv {
	display: none;
}
.client-div img{
	width:95%;
	
}

.sample-work img{
}

.thumb {
    margin-bottom: 30px;
}
/*.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}*/


.sidebar {
    /*position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;*/
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
   /* background-color: #f5f5f5;*/
    border-right: 1px solid #eee;
	
}


header { 
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}
header div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 200px; 
  margin: .5vw; 
}
header div img { 
  width: 100%; 
  height: auto; 
}
@media screen and (max-width: 400px) {
  header div { margin: 0; }
  header { padding: 0; }
  
}

.nav-sidebar li a{
	color:#ED3393;
}
/*
.sidebar {
	margin-top:-20px;
}
.sidebar a{
	font-size:90%;
}

.section-title {
	margin-top
}*/



#work-image-gallery{
	/*min-height:1200px;*/
}

.spacer{
	width:100%;
	clear:both;
	height:70px;
}


.row {
    display: flex; /* equal height of the children */
}

.col {
    flex: 1; /* additionally, equal width */
}

