@CHARSET "UTF-8";


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/Opensans-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/Opensans-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/Opensans-Semibold.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/Opensans-Bold.ttf) format('ttf');
}

@font-face {
    font-family: TypoRound;
    src: url(../fonts/Typo_Round_Regular_Demo.otf);
}
@font-face {
    font-family: TypoRound;
    src: url(../fonts/Typo_Round_Bold_Demo.otf);
    font-weight: bold;
}


/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}

body {
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-top: 15px; 
}

.img-portfolio {
    margin-bottom: 30px;
    max-height: 220px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Default behaviour for links */
a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}

/* top row */
#top-row {
	margin: 0px 0px 15px;
}

.top-row-cell {
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 0.8em;
    min-width: 75px!important;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    align: top;
}

/* Navbar */
.navbar-wrapper {
	margin-top: 50px;
	height: 50px;
}

.navbar {
	margin-top: 30px;
	margin-bottom: 15px;
}

/* Navbar logo */
.navbar-brand {
  padding: 5px;
}


.page-header {
    margin: 10px 0px 10px 0px;
	border-bottom: none;
    color: #2caae2;
    font-family: TypoRound;
}

/* end override */


/* Home Page Carousel */
#main-carousel {
	margin-top: 70px;
	height: 500px;
	margin-bottom: 60px;
}

/* Images (divs) to the right of the carousel */
.carousel-right {
	height: 245px;
}

.carousel-caption-boxed {
	color: #fff;
	background-color: rgba(0,0,0,.8);
	text-shadow: 2px 2px 4px #333;
	padding: 5px;
}


/* for creating rounded corners */
.rounded {
        -moz-border-radius:10px 10px 10px 10px; /* rounds corners for firefox */
        border-radius:10px 10px 10px 10px;  	/* rounds corners for other browsers */
        border:solid 1px #2486ad;
        background-color:#2fade1;
        padding:5px;
        text-transform: uppercase;
        font-size: 0.7em;
        width: 90px!important;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        align: top;
}

.white { color: #fff;}
.blue { color: #189adc; }

/* Add a top margin for main content */
#content {
	margin-top: 70px;
}


/* Full width background */
.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;
}

.no-background {
	background-image: none;
}

.main_content_bg {
   background-position: right center; /*Positioning*/
   background-repeat: no-repeat;
}


#custom-search-input {
        padding: 0;
}
 
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 3px;
    padding-left: 4px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid black;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;   
}

/* Make bootstrap rows same height */
.equal {
  display: flex;
  flex-wrap: wrap;
}



/* ensures that both columns are always equal height */
.div-equalheightfix {
    float: none;
    display: table-cell;
    vertical-align: top;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}


/* FOOTER */
.foot-links a, .foot-links p{
  display: block;
   color: rgb(63, 63, 63);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-size: 13px;
  color: rgb(63, 63, 63);
  padding-bottom: 5px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  
}
.foot-links img{
	padding-top: 5px;
}
#footer{
  background: rgb(241, 241, 241);
/*   border-top: 1px solid rgb(222, 222, 222); */
  margin-top: -2px;
  padding-top: 30px;
  padding-bottom: 30px;
 }
.foot-header{
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
  
#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
#bottom-footer .phone img{
	margin-right: 7px;
}
#bottom-footer .phone .red{
	font-size: 22px;
  margin-top: -7px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px!important;
  color: #d10029!important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
	font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 12px!important;
  display: block;
  color: #626262!important;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
  margin-top: -5px;
}
#final-footer{
	font-size: 11px;
  	color: #666;
}
#final-footer i{
	font-size: auto;
}

.vcenter {
    display: flex;
    align-items: center;
}

.scrollToTop{
	text-decoration: none;
	position:fixed;
	bottom:64px;
	right:64px;
	display:none;
    z-index: 999;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* Alter the select placeholder style */
button.bs-placeholder[role='button']>span{
     color:white;
     font-size: 1.3em;
}

/* YOUTUBE PLAYER */
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../imgs/play.png") no-repeat;
    cursor: pointer;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Responsive styles */

@media screen and (max-width: 767px) and (min-width: 320px) {
    body, .btn, .dropdown-menu {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1280px) and (min-width: 991px) {
    
    body, .btn, .dropdown-menu {
        font-size: 1em;
    }
    
}

@media screen and (max-width:990px) {
    body, .btn, .dropdown-menu {
        font-size: 1em;
    }
    
}

@media screen and (max-width:768px) {
    body, .btn, .dropdown-menu {
        font-size: 0.9em;
    }
}
