/*
    
*/

body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding
{
	padding: 60px 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', sans-serif;
}
/**media Queries**/

.brand-logo {
	max-width:260px;
	margin-top: 0px;
	margin-left:10px;
	
}
.navbar-default {
    background-color:#000;
	 margin-top:-10px;
	 font-size:12px;
	
}
.main-header
{
	background: url(../images/) no-repeat;
	background-color:#000;
	background-size: 100% 100%;
	background-position:30% 0%;
	min-height: 150px;
	margin-top:60px;
}
.bg-color
{
	 /*background-color: RGBA(0, 0, 0, 0.41);*/ 
	background-color: #000;
	
}

.nav > li > a {
    padding: 0px;
}
.navbar-brand
{
	padding: 0px;
	height: inherit;

	font-family: 'Lato', sans-serif;
	color: #7E86DD;
    margin-top:-15px;
	margin-left:-15px;
   
}
.navbar-default .navbar-brand
 {
    color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFD34E;
    background-color:  #000;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;  /*white*/
    padding: 0px 20px;
    text-transform: uppercase;
	line-height:15px;
	height:15px;
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #FCFC2F;
}




.dropdown-menu {
	background-color: inherit;/* background color of dropdown is the same as nav-bar background  */
	padding-left:10px;
	padding-right:10px;
	font-size:inherit;
	color:#fff;
	  
}

.dropdown-menu > li > a {
	
	color:#fff !important; /*override font color of dropdown menu fonts */
	background-color:#000 !important;
	  
}
.dropdown-item > li > a:focus 
{
	background-color:#FFD34E !important;
	
}


.dropdown-item {
	background-color: #000;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	
}



.navbar-fixed-top {
    padding: 40px 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(0,0,0,0.8);
    padding: 15px 0;
}


.wrapper
{
	padding: 90px 0px 130px;
}
.top-title
{
	font-family: 'Calligraffitti', cursive;
	z-index: 5;
	font-size: 35px;
	font-weight: 700;
	color: #f71bbc;
	
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: none;
}
.title
{   font-family: 'Calligraffitti', cursive;
	font-size:35px;
	font-weight: 700;
	color:  #f3f702;
	line-height: 60px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: none;
	padding: 25px 0px;
}

.sub-title
{
	font-family: 'Calligraffitti', cursive;
	font-size: 40px;
	font-weight: 700;
	color: #f71bbc;
	line-height: 60px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: none;
}



.btn-submit
{
    background: #FFD34E;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid  #FFD34E;
}

.btn-submit:hover {
    background: #fff;
}
/*the following scaffolding is just reference purpose only */
/* Scaffolding below -- link darkens 15% on hover */
/* // scaffolding Variables */
@link-color:       @brand-primary;
@link-hover-color: darken(@link-color, 15%);

/* // Scaffolding Usage   */
a {color: @link-color;
  text-decoration: none;

  &:hover {
    color: @link-hover-color;
text-decoration:	
underline;
 }
 }

/*
#square-1
{
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	background-position:0% 0%;
	min-height: 210px;
	margin-top:0px;
}

*/

/****/
#cta-1
{
	padding: 10px 0px;
}
.cta-info
{
	border: 5px solid #FFD34E;
	padding: 40px 0px;
}
.cta-info h3
{
	font-size: 24px;
}
.dec-tec
{
	font-size: 34px;
}
/****/
#feature
{
	background-color: #f8f8f8;
}
.head-title
{
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
.section-title:hover .botm-line
{
	width: 70px;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
p {
	color: #6F6F6F;
}
.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
	margin-left: -5px;
	color:#3C509E;
}
.icon i
{
	font-size: 35px;
}
.icon-text {
    margin-left: 43px;
    padding:0px 10px 15px 10px;
}
h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
}
/****/
.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}

.bg-img-1 {
    position: relative;
    float:none;
    width:  308px;
    height: 418.4px;
    background-position: 0% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.bg-img-2 {
    position: relative;
    float: none;
    width:  500px;
    height: 300px;
    background-position: 50% 100%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
.bg-image-3 {
    background: url('../imges/cell-phone.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section {
    position: relative;
    padding: 88px 0 67px 0;
    display: block;
}
.cta-txt h3 {
    
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.cta-txt p
{
	color: #fff;
}
/****/
.portfolio-box
{
	margin-bottom: 15px;
}




.padding-right-zero
{
	padding-right: 0px;
}
#contact
{
	background-color: #f8f8f8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.black
{
	color: #000 !important;
	font-weight: 600;
}
.btn-send
{
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}
a, a:hover
{
	color: #FFD34E;
}
.cont-title
{
	font-size: 24px;
	padding:15px 0px;
}
.location-info p span {
    display: inline-block;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}
.location-info p {
    margin-bottom: 5px;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.contact-icon-container {
    position: absolute;
    top: -38px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
/****/
#footer
{
	background-color: #191919;
	padding: 20px 0px;
}
.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}

.read-more-btn {
	background-color: #4CAF50; /* Green */
    border: 2px solid #73AD21;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
}

/****/
/*for smaller screens fixed top goes away */
@media (min-width:492px) {

    body {padding-top:HEIGHTOFNAVBAR}
    .navbar-static-top {position:fixed;top:0;right:0;left:0;}

}

@media (min-width: 10px) and (max-width: 492px){
    .section-title{
        margin-bottom: 15px;
    }
/* End of "for smaller screens fixed top goes away" */	
	
}
@media (min-width: 20px) and (max-width: 450px){
	.brand-logo {
	max-width:200px;
	margin-top: 10px;
	margin-left:10px;
	
}
	.h-divider{
		margin-top:3px;
		margin-bottom:3px;
		height:3px;
		width:100%;
		border-top:1px solid gray;
	}	
    .navbar-brand{
       min-width: 100px;
	   color: #000;
    }
    .navbar-toggle:hover, .navbar-toggle{
        background-color: #fff;
        color: #000;
    }
	
    .navbar-toggle{
        margin-top: -20px;
    }
	
	.navbar-default{
        font-size:24px;
    }
	 
	
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: #000 /*black*/;
		color: #BEBEA9; /*light grey */
		line-height:30px;
		height:40px;
		
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255, 255, 255, 0.22); /* when active, only 22% of white */
        color: #FFF; /* Font color when active is white */
    }
	
	
	.dropdown-menu {
		background-color: inherit;/* background color of dropdown is the same as nav-bar background  */
		padding-left:10px;
		padding-right:10px;
		font-size:inherit;
		color:#fff;
	  
	}

	.dropdown-menu > li > a {
	
		color:#fff !important; /*override font color of dropdown menu fonts */
		background-color:#000 !important;
	  
	}
	
	.dropdown-item > li > a:focus {
		background-color:#FFD34E !important;
	
	}


.dropdown-item {
	background-color: #000;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	
}
	
	
	
	
    .top-title{
        font-size: 25px;
    }
    .title{
        font-size: 30px;
    }
    .sub-title{
        font-size: 25px;
    }
    .footer-copyright {
    text-align: center;
    }
    .padding-right-zero{
        padding-right: 15px;
    }
    .section-title{
        margin-bottom: 15px;
    }
    .cta-txt h3{
        font-size: 28px;
    }
    body{
        font-size: 18px;
		padding: -10px;
    }
    h3.txt-tl{
        font-size: 20px;
    }
}
/****/