@font-face {
    font-family: 'Anton-Regular';
    src: url('../fonts/Anton-Regular.ttf');
    src: url('../fonts/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
	
/* --------------------------------------
   Body
   -------------------------------------- */
body, html { overflow-x:hidden !important; }
a, a:hover {color: inherit;}
a[href^=tel] { color: inherit; text-decoration: none; } 
body {
		 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #111; background-color: #fff;	
		font-size: 18px;
	background-image:url(../images/centennial-garage-door.png); 
	background-repeat:no-repeat; background-position: left top;
	overflow-x: hidden; }

h1 {font-size: 36px;}
h2, h3, h4, h5, h6 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Anton-Regular', Arial, Helvetica, sans-serif;
}

a, a:hover { 
	color: #222; transition: all 0.2s ease-in-out 0s;}

p {	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; text-shadow:none;  font-size:18px;}

div.container {	
	position:relative;}

.floatLeft { float:left}
.floatRight { float:right}


/* --------------------------------------
   header padding and background
   -------------------------------------- */
.modules_padding_around {padding: 1vh 4vw;}
#modules_main_heading_bg {background:rgb(35 46 68 / 70%); margin-bottom: 15px;}


/* --------------------------------------
   logo
   -------------------------------------- */
		 
.navbar-brand h1{ font-family:'Anton-Regular', Arial, Helvetica, sans-serif;  
	font-size: 30px; text-transform: uppercase;
	
   /* background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #ffb400);
    background-size: 100%; 
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent; */
	color: #ffb400; margin: 0;}

.navbar-brand { 
	margin:0;
	padding:0}	

/* --------------------------------------
   Navigation
   -------------------------------------- */
.navbar-inverse{
	background:none !important;
	border-bottom:none; 	transition: all 0.2s ease-in-out 0s;	
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 
	color:#fff; -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
	background:#ffb400;
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; text-shadow:none; }
	
.navbar-inverse .navbar-nav > li > a{
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; background:none;
	 padding:10px;  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);	
transition: all 0.2s ease-in-out 0s;
	 font-size:18px;
	 font-weight:bold;
	 color: #ccc;}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
      color: #f4f4f4; background: none; 
		  text-decoration:underline;}

.navbar { 
	margin-bottom:0; }
	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;}

.navbar .navbar-collapse {
  text-align: center;}

/* --------------------------------------
   Section 1 Banner
   -------------------------------------- */
.banner-wallpaper {background: none !important}
#banner{
	margin:0px auto; 
    width: 100%; 
   	background-size: auto;
	position:relative; }

#bootstrap-menu{
    -webkit-transition:all 0.3s 0s ease-in-out;
    transition:all 0.3s 0s ease-in-out; margin:0;
	    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; font-weight:bold; }	


.modules_1_banner_main{}
.modules_1_banner_main_left_padding{}
.modules_1_banner_main_left { color: #fff; text-align: left}
.modules_1_banner_main_left h6 {color:#ffb72d}
.modules_1_banner_main_left h5:first-of-type {border-left: 5px solid #ffb72d; padding-left: 7px;} 
.modules_1_banner_main_left p{color:#f4f4f4; font-size: 20px;}
.modules_1_banner_main_left a{color:#ffb72d}
.modules_1_banner_main_left a:hover{color:#ff9900; }
.modules_1_banner_main_left img{float: left; padding-right: 5px }
.modules_1_banner_main_left_cc{width: 180px; height:25px }
.modules_1_banner_main_left_social_media{width: 30px; height:25px }

.modules_1_banner_main_left_social_media:hover{opacity: 0.8;}
.modules_1_banner_main_right img{float: left;}
.modules_1_banner_main_right_service:last-child img{padding-right: 0px }
.modules_1_banner_main_right_service:last-child{width: 210px; height: 302px;}
.modules_1_banner_main_right_service{width: 215px; height: 302px;  padding-right: 5px}
.modules_1_banner_main_right {background:#ffb400; padding: 10px; text-align: left; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;}
.modules_1_banner_main_right h5{font-weight: normal; }
.modules_1_banner_main_right_box_service:last-child {margin-bottom: 0;}
.modules_1_banner_main_right_box_service{-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; margin-bottom: 5px; padding: 5px;
background: #ffcc52; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc52 0%, #ffb400 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffcc52 0%,#ffb400 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffcc52 0%,#ffb400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc52', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */}
.modules_1_banner_main_right_box_service a{display: inline-block; width: 100%; }
.modules_1_banner_main_right_box_service a:hover{text-decoration: none}
.modules_1_banner_main_right_box_service strong{font-size: 18px;}
.modules_1_banner_main_right_box_service p{font-size: 14px; margin: 0; padding: 0; }
.modules_1_banner_main_right_box_service img{width: 55px; height: auto; padding-right: 10px; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;}
.modules_1_banner_main_right_box_service:hover {
  -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
filter: sepia(35%);}


/* --------------------------------------
  Section 2 content text 1
   -------------------------------------- */

.modules_2 {padding: 10px;}
.modules_2_bg h1{ 
	padding:20px 0 10px 0; 	
	font-family:'Anton-Regular', Arial, Helvetica, sans-serif;
	font-size:32px; font-weight: normal;	
	color:#111;}

.modules_2_responsive-video {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px; overflow: hidden;
}

.modules_2_responsive-video iframe,
.modules_2_responsive-video object,
.modules_2_responsive-video embed {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modules_2_bg img {float: right; margin: 10px 30px 30px; width: 400px; height: 264px;}

.video-holder{
	float:right;
}
/* --------------------------------------
   Section 3 - content text 2 (brown)
   -------------------------------------- */
.modules_blue {padding: 15px; color:#ffffff;
background: #232e44; /* Old browsers */
background: -moz-linear-gradient(top,  #222c42 0%, #232e44 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222c42 0%,#232e44 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222c42 0%,#232e44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222c42', endColorstr='#232e44',GradientType=0 ); /* IE6-9 */


}
.modules_blue a:hover{color:#fff;}
.modules_blue a, .modules_blue p, .modules_blue ul, .modules_blue li, .modules_blue h2, .modules_blue h3, .modules_blue h4{color:#ffffff;}
.modules_blue ul{ margin-left: 30px; list-style: square}
.modules_blue li{list-style: square}
.modules_blue img {float: right; margin: 10px 30px 30px; width: 400px; height: 264px;}
.modules_blue_img_services { -webkit-border-radius: 30px;
-moz-border-radius: 30px;animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
border-radius: 30px;  box-shadow: 0 8px 6px -6px black; }
	
	
/* --------------------------------------
   Section 4 - content text 3 (gray)
   -------------------------------------- */
.modules_gray {padding: 15px; 
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.modules_gray a:hover{color:#000;}
.modules_gray a, .modules_gray p, .modules_gray ul, .modules_gray li, .modules_gray h2, .modules_gray h3, .modules_gray h4{color:#111;}
.modules_gray ul{ margin-left: 30px; list-style: square}
.modules_blue li{list-style: square}
.modules_gray img {float: right; margin: 10px 30px 30px; width: 400px; height: 264px;}
.modules_gray_img_services {animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
							-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;  box-shadow: 0 8px 6px -6px #ccc; }


/* --------------------------------------
   Section footer services
   -------------------------------------- */
.modules_footer_services_padding {padding:10px }
.modules_footer_services_shadow {background-color:rgba(0, 0, 0, 0.7); padding:30px 50px; min-height: 220px; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;}	
.modules_footer_services_action_bg{background-image:url(../images/centennial-garage-door_08.jpg); 
	background-repeat:no-repeat; background-position:left bottom;	
	overflow-x: hidden;  padding: 15px;}

.modules_footer_services_action_bg h5{color:#fff}

.modules_footer_services_shadow h4 { 
	color:#fff; font-size: 22px;
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; }

.modules_footer_services_shadow strong{ color: #fff; padding: 2px 5px;}

.modules_footer_services_action .post {
    padding: 5px; 
    position: relative;
	color:#f4f4f4 }
	
.modules_footer_services_action .post-1 {
    transform: translate(100px, 20px);
	text-align:left}

.modules_footer_services_action .post-3 {
    transform: translate(-100px, 20px);
	text-align:left}	
	
.modules_footer_services_action .post p{
	color:#f4f4f4;
	font-size:18px;}


/* --------------------------------------
   Section footer locations
   -------------------------------------- */
.modules_footer_location_bg {background: #161d2b; padding: 20px 0px; -moz-box-shadow:   inset 10px 10px 50px rgba(0, 0, 0, 0.7);
   -webkit-box-shadow: inset 10px 10px 50px rgba(0, 0, 0, 0.7);
   box-shadow:         inset 10px 10px 50px rgba(0, 0, 0, 0.7);}
.modules_footer_location_bg h5{color: #fff;}
.modules_footer_location_bg li, .modules_footer_location_bg ul{list-style: none;}
.modules_footer_location_box {background: rgba(0, 0, 0, 0.5); padding: 5px;  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}
.modules_footer_location_box_padding {padding-right: 5px;}
.modules_footer_location_box_padding:last-child {padding-right: 0px;}
.modules_footer_location_box a{color:#fff; font-size: 19px}
.modules_footer_location_box {margin: 10px 0; padding: 15px;}
.modules_footer_location_box a:hover{text-decoration: underline; color: #ffb400;}


/* --------------------------------------
   Section footer links
   -------------------------------------- */
 #modules_footer {
	 background:#232e44;
	 text-align:center;
	 color:#cccccc;
  
	 padding:15px; 
	 		   }
		   
#modules_footer p > strong {font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; text-transform: uppercase; font-weight: lighter;
	/*
   background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #ffb400);
    background-size: 100%; 
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	*/
	color: #ffb400;
}
	 
.modules_footer_text_links a{color: #fff; transition: all 0.2s ease-in-out 0s;}
.modules_footer_text_links a:hover{color:#ffb400; text-decoration: none;}
	
 /* footer Schema */ 
#modules_schema {
	
	margin: 10px 0;
	 color:#f4f4f4; padding: 10px 20px;	 }
#modules_schema a{color:#f4f4f4;} 			  
#modules_schema h2 {
    color: #ffb400;
    margin: 0;
    font-family: 'Anton-Regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
#modules_schema strong{	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #f4f4f4; letter-spacing: 1px;}
.modules_schema_add_mapSection div {
	display: inline;}

/* --------------------------------------
   phone button
   -------------------------------------- */

.modules_phone a{ color:#f4f4f4 !important; text-align: center; font-size: 20px; font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); text-transform: uppercase;

background: #343d60; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #343d60 45%, #465884 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #343d60 45%,#465884 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #343d60 45%,#465884 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343d60', endColorstr='#465884',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	width: 450px; 
	margin: 15px auto;
	  display: flex;
  justify-content: center; 
	transition: all 0.2s ease-in-out 0s !important;	
  align-items: center; 
	padding: 10px 40px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}


.modules_phone a:hover{	
background: rgb(255,186,0); /* Old browsers */	
background: -moz-linear-gradient(-45deg,  rgba(255,186,0,1) 0%, rgba(247,148,29,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,186,0,1) 0%,rgba(247,148,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,186,0,1) 0%,rgba(247,148,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba00', endColorstr='#f7941d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-shadow: 1px 1px 1px #f7d994;
	color:#2a201c !important;
}


/* --------------------------------------
BackToTop button css 
-------------------------------------- */
#scrolltop {
	position:fixed;
	right:10px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#131926;
	text-indent:-9999px;
	display:none;}
	
#scrolltop span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff}
	
#scrolltop:hover {
	background-color: #000;
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";}
	

/* --------------------------------------
   animation
   -------------------------------------- */

  
@keyframes pop-in {
    0% { opacity: 0;transform: scale(0.1); }
    100% { opacity: 0.3;transform: scale(1); }
}


.popin1 {
    animation: pop-in 0.5s ease;
	animation-delay: 0;

}


@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
	
	
	
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1318px) {	
		.navbar-brand h1{font-size:21px;} 
	h2, h3, h4, h5, h6 {font-size: 26px;}
	.modules_1_banner_main_left a {font-size: 25px}
.modules_1_banner_main_right_service:last-child{width: 170px; height: auto;}
.modules_1_banner_main_right_service{width: 175px; height: auto;  padding-right: 5px}

	.modules_testistyle {min-height: 250px; }
	.modules_footer_services_shadow {min-height: 210px; padding: 20px;}
	.navbar-inverse.sticky {top:0;
            position: fixed;           
	font-size:16px;
            width: 100%;          
		background:#232e44 !important;
            text-align: left;
           			opacity:0.94; }	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:15px;  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);	
 padding:10px 5px; }	
	
.navbar-inverse .navbar-nav > li > a{
	 font-size:15px; padding: 10px 5px}
	
.navbar-inverse.sticky {                  
	background:#232e44 !important;}
}

/* Small screen laptop and pc */
@media screen and (max-width: 1123px) {.navbar-brand h1{font-size: 18px;}
.modules_1_banner_main_right_service:last-child{width: 170px; height: auto;}
.modules_1_banner_main_right_service{width: 175px; height: auto;  padding-right: 5px}
.navbar-inverse.sticky {                  
	background:#232e44 !important;}
}


@media screen and (max-width:1033px) {.navbar-brand h1{font-size: 17px;} 
		.modules_testistyle {min-height: 290px; }
	.modules_footer_services_shadow {min-height: 260px; padding: 20px;}
	.navbar-inverse.sticky {                  
	background:#222 !important; }
}
  
@media screen and (max-width:1003px) {.navbar-brand h1{font-size:22px; }
	
}
@media screen and (max-width:980px) {		
	.navbar-brand h1{font-size:16px;} 
	
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 14px;}
/*   Navigation */	
.navbar-inverse .navbar-nav > li > a{
	 font-size:15px; padding: 10px 5px}
	 
	.video-holder{
	float:none;
	}
	
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
	body {background-image: url(../images/centennial-garage-door_08a.jpg)}
	.modules_footer_services_shadow  {min-height: inherit}
	.modules_footer_services_action_bg {background-image: none; background: #111111; padding: 10px 30px; margin: 0; min-height: inherit;}
	.modules_footer_services_shadow {padding: 10px 30px;}
	
	.modules_2_bg h1 {font-size: 22px}
	.modules_phone a:hover, .modules_phone a{font-size: 20px}
	h1, h2, h3, h4, h5, h6{font-size: 22px}
	a, a:hover {font-size: 18px}
	.modules_2, #modules_footer, .modules_footer_location_bg, .modules_blue,.modules_gray,.modules_testimainbg,.modules_footer_services_action_bg
	{padding: 10px 40px;}
	.modules_footer_services_action h5 {font-size: 22px;}
	.modules_logo_small_screen {padding: 5px;}
	.modules_1_banner_main_right_service > .col-sm-12 {padding: 0}
					.modules_1_banner_main_left{text-align: center; padding: 5px;}
				.modules_1_banner_main_left > .clearfix,  .modules_1_banner_main_left_social_media, .modules_phone{display:flex; 
								justify-content:center;	align-items:center; width: 100%}	
	.modules_1_banner_main_right {border-radius: 0}
	.modules_1_banner_main_right_service {padding: 5px;}	
				.modules_1_banner_main_left a {font-size: 24px;}
	.modules_padding_around {padding: 5px 30px;}

		
	
.navbar-inverse{
	height:auto;
	opacity:0.9;}
	
.navbar-inverse .navbar-nav > li > a{
	font-size:18px;
	font-weight:bold;
	padding:5px 20px !important;}
	
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse 
.navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > 							
.active > a:hover {
	border:none;
	padding:5px 20px}

.navbar-nav{
	float: inherit!important;
	clear:left;
	margin:0px;}	

.navbar-collapse{
	padding-bottom:5px;}	

.navbar-inverse.sticky .navbar-nav > li > a{
	font-size:18px;
	font-weight:bold;
	padding:5px 30px !important; }
	
.navbar-inverse.sticky .navbar-nav > .active > a, 
.navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse.sticky .navbar-nav > 
.active > a:hover {	font-size:16px;
	border:none;
	padding:5px 30px}
	
.navbar-inverse.sticky{
	height:auto;
	opacity:0.9; }
	
.navbar-collapse.sticky{
	padding-bottom:5px;}	
	

.modules_logo_small_screen{font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";  
	font-size: 30px; text-transform: uppercase;
	
   background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #ffb400);
    background-size: 100%; 
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	color: #ffb400; margin: 0;}	
	.modules_blue img {width: 300px; height: auto}
	.modules_gray_img_services img, .modules_2_bg img{width: 300px; height: auto}
	
	/* navbar-toggle */
	.navbar-inverse .navbar-toggle {background: rgba(0, 0, 0, 0.7); border: none;}	
	.navbar-inverse .navbar-toggle:hover {background: #111; color: #f4f4f4}
	.video-holder{
	float:none;
	}

}

/* Portrait & landscape phone */
@media (max-width: 670px) { .modules_logo_small_screen{font-size: 20px;}
		.modules_1_banner_main_right_service {padding: 10px;}	
	
	.modules_1_banner_main_right_service:last-child img{padding-right: 0px }
.modules_1_banner_main_right_service:last-child{width: 110px; height: auto;}
.modules_1_banner_main_right_service{width: 115px; height: auto;  padding-right: 5px}
	
	.modules_1_banner_main_left_social_media{width: 30px; height:auto}
.modules_1_banner_main_right_service:last-child{width: 110px; height: auto;}
.modules_1_banner_main_right_service{width: 115px; height: auto;  padding-right: 5px}
	.modules_1_banner_main_left_cc {width: 145px; height: auto;}
 .modules_blue_img_services, .modules_gray_img_services, .modules_2_bg img {display: none}
}

@media (max-width: 420px) {	
	 .modules_1_banner_main_right_box_service{ margin: 5px 30px; border-radius: 0; text-align: center}
	.modules_1_banner_main_left a {font-size: 20px;}
	.modules_logo_small_screen{font-size: 17px;}

	p, ul, li {font-size: 14px;}
	
	h1, h2, h3, h4, h5, h6 {font-size: 20px}.modules_phone a:hover, .modules_phone a{font-size: 18px}
	.modules_testistyle h5 {font-size: 16px;}
	.modules_testistyle{font-size: 14px;}
	#scrolltop{display: none !important}
}

@media (max-width: 360px) {		h1, h2, h3, h4, h5, h6 {font-size: 18px}	
	.modules_1_banner_main_left a {font-size: 18px;}
	.modules_logo_small_screen{font-size: 16px;}	
	.modules_1_banner_main_right_service:last-child img{padding-right: 0px }
.modules_1_banner_main_right_service:last-child{width: 90px; height: auto;}
.modules_1_banner_main_right_service{width: 95px; height: auto;  padding-right: 5px}
.modules_2, #modules_footer, .modules_blue,.modules_gray,.modules_testimainbg,.modules_footer_services_action_bg
	{padding: 5px 20px;}
		.modules_1_banner_main_right_box_service strong{font-size: 14px} 
	.modules_1_banner_main_right_box_service p{font-size: 12px} 
}
@media (max-width: 280px) {	.modules_logo_small_screen{font-size: 14px;}	
	.modules_1_banner_main_right{display: none;} body{background: none}
	.modules_footer_services_action {text-align: center}
	.modules_1_banner_main_left_social_media{width: 30px; height:auto}
	.modules_1_banner_main_left_cc {width: 105px; height: auto;}
	.modules_1_banner_main_left{text-align: center;}
	#modules_schema, .modules_blue_img_services, .modules_gray_img_services, .modules_2_bg img {display: none}
	#modules_main_heading_bg{background: #333333}
	
}


@media screen and (min-width: 1200px) {
	
.navbar-inverse{
           
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}

#banner{margin:0px auto 0; background:#333;}
.navbar-nav{margin:0;}
.navbar-inverse.sticky {top:0;
            position: fixed;
            line-height: 40px;
            height: 60px;  
	font-size:16px;
            width: 100%;          
		background:#232e44 !important;
            text-align: left;
           			opacity:0.94;
					 }	

.navbar-inverse.sticky .navbar-nav > li > a{font-size:17px;  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4) !important;	
 padding:10px 7px;
 }
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 
	color:#fff;  
		 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; text-shadow:none; }
	.navbar-inverse.sticky .navbar-nav{margin: 0;}	
	
	
.navbar-inverse .navbar-nav > li > a{
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; background:none;
	 padding:10px 7px;  }}



@media screen and (min-width: 1920px) { 
	.modules_padding_around {padding: 1vh 23vw;}
	
	body {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; background-size:100% 608px !important}

	.modules_footer_services_action_bg{-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; background-size:100% 100% !important}

}

