
html {scroll-behavior: smooth}
/* --------------------------------------
   Body 
	 disable code:
 -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
   -------------------------------------- */
  @font-face {
                font-family: "Alegreya-Bold";
                src: url('../fonts/Alegreya-Bold.woff') format('woff'),
        url('../fonts/Alegreya-Bold.woff2') format('woff2'),
        url('../fonts/Alegreya-Bold.svg#Alegreya-Bold') format('svg'),
        url('../fonts/Alegreya-Bold.eot'),
        url('../fonts/Alegreya-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Alegreya-Bold.ttf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }



.row {margin-left: 0; margin-right: 0;}

body, html { 
	overflow-x:hidden !important; 
}

a, a:hover {color: inherit;}

a[href^=tel] { 
	color: inherit; 
	text-decoration: none; } 

body { 
	
		font-family: "Tahoma", "serif";
	font-weight: normal;
	
	color: #333; background: #fff;	
	font-size: 18px; 
	overflow-x: hidden; 
}

h1 {
	font-size: 30px; 
			font-family: "Tahoma", "serif";
	color:#543334; font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: 30px; 
			font-family: "Tahoma", "serif";
	 color:#543334; font-weight: bold;

}


a{ 
	transition: all 0.2s ease-in-out 0s;}
 a:hover { 
 text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
}

p {
		font-family: "Tahoma", "serif";
	text-shadow:none;
	
}

div.container {	
	position:relative;}

.floatLeft { float:left}
.floatright { float:right}
.bertGil_nopadding{padding:0!important}
.bertGil_nomargin{margin:0!important}


/* --------------------------------------
   header padding and background
   -------------------------------------- */
.bertGil-padding_around, .bertGil-padding_around3 {
	padding: 0vh 10vw;
}
#bertGil-main_heading_bg {
	background:#543334; 
}



/* --------------------------------------
   logo and phone header
   -------------------------------------- */
.bertGil-logo h1{font-size: 33px; 
	padding: 0;
	 font-family: 'Alegreya-Bold', Arial;
	color:#F8D207; margin: 5px 0 0 0;font-weight: bold;}
.bertGil-logo a:hover{color:#fff; text-decoration: none !important}
.bertGil-logo img{float: left; margin-right: 10px; width: 30px; height: auto}
.bertGil-logo  p{font-size: 15px; color:#ccc}

p.bertGil_phoneheader{ margin-top: 10px; margin-bottom: 15px;}
p.bertGil_phoneheader a{ 
	color: #fff; font-size: 18px; letter-spacing: 1px;
	text-align:right;   animation: textBorder 3s infinite;
}
.bertGil_phoneheader a:hover{ 
	color: #F8D207; text-decoration: none;
}
.bertGil_phoneheaderbg{background: #543334; border-left: 10px solid #3f2626; border-right: 3px solid #3f2626; 
-webkit-border-top-left-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
	min-height: inherit; margin-top: 5px;  margin-bottom: 5px

}

.bertGil_phoneheaderccsocial img{ width: auto; height: 36px; padding: 2px;  border-radius: 5px; margin-top: 10px; margin-bottom: 5px;} 	
.bertGil_phoneheaderbgccsocial{background: #543334; -webkit-border-top-right-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomright: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px; border-right: 10px solid #3f2626; min-height: inherit; margin-top: 5px; margin-bottom: 5px} 
@keyframes textBorder {
  0% {
    text-shadow: 
      -1px -1px 0 rgba(0, 0, 0, 0.6),
      1px -1px 0 rgba(0, 0, 0, 0.6),
      -1px 1px 0 rgba(0, 0, 0, 0.6),
      1px 1px 0 rgba(0, 0, 0, 0.6);
  }
  25% {
    text-shadow: 
        -1px -1px 0 rgba(0, 0, 0, 0.5),
      1px -1px 0 rgba(0, 0, 0, 0.5),
      -1px 1px 0 rgba(0, 0, 0, 0.5),
      1px 1px 0 rgba(0, 0, 0, 0.5);
  }
  50% {
    text-shadow: 
     -1px -1px 0 rgba(0, 0, 0, 0.4),
      1px -1px 0 rgba(0, 0, 0, 0.4),
      -1px 1px 0 rgba(0, 0, 0, 0.4),
      1px 1px 0 rgba(0, 0, 0, 0.4);
  }
  75% {
    text-shadow: 
       -1px -1px 0 rgba(0, 0, 0, 0.8),
      1px -1px 0 rgba(0, 0, 0, 0.8),
      -1px 1px 0 rgba(0, 0, 0, 0.8),
      1px 1px 0 rgba(0, 0, 0, 0.8);
  }
  100% {
    text-shadow: 
      -1px -1px 0 rgba(0, 0, 0, 0.7),
      1px -1px 0 rgba(0, 0, 0, 0.7),
      -1px 1px 0 rgba(0, 0, 0, 0.7),
      1px 1px 0 rgba(0, 0, 0, 0.7);
  }
}


.bertGil_bgheader { background: #7b4c4f }


/* --------------------------------------
   Navigation
   -------------------------------------- */
.bertGil_noborder-right{border-right: none !important}
.navbar-inverse{ border-top:none;
	 	transition: all 0.2s ease-in-out 0s; color: #fff;	
			font-family: "Tahoma", "serif";}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {   padding:20px 35px !important; 
color:#fff;
	 background: #1c1010;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
  text-shadow:none;  }

	
.navbar-inverse .navbar-nav > li > a{
		 		font-family: "Tahoma", "serif";
	 padding:20px 35px; text-shadow:1px 1px 1px #7a4d4d; border-right: 2px solid #3d2526;
opacity: 1; 
	 font-size:18px;  font-weight: bold;
	 color: #f9f2b3;   transition: all 0.3s ease-out;
}

.navbar-inverse .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 15%;
	left:40%;
  width: 20%;
  height: 3px; 
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
	
}


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {color:#fff;     opacity: 0.9; }
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover::before {
	transform: scaleX(1);}

.navbar { 
	margin-bottom:0; }
	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;}

.navbar .navbar-collapse {
  text-align: center;}

/* --------------------------------------
banner
   -------------------------------------- */
.bertGil_headerbanner{background-image: url("../images/garage-door-gilbert.jpg");
	background-position: center;
	text-align: center; background-attachment: fixed;
	 padding-top: 40px; padding-bottom: 40px;
	background-repeat: no-repeat; 
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important; }

.bertGil_headerbanner h5{color:#fff; text-shadow: 3px 1px 6px #000; font-size: 30px; text-transform: uppercase; padding-bottom: 20px;}
.bertGil_headerbannerimg img{border-radius: 20px; border: 5px solid #543334}
.bertGil_headerbannerimg img:hover{webkit-animation:zoom-in-out 0.5s ease-in; 
        animation: zoom-in-out  0.5s ease-in;
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
border: 5px solid #F8D207; filter: brightness(110%);
}

@keyframes zoom-in-out {
			
		0% {
			transform:scale(1);
		}
		50% {
			transform:scale(1.2);
		}
		100% {
			transform:scale(1);
		}
	}


.bertGil_headerbannerpaddbrd{padding: 10px; }
.bertGil_headerbannerbox{
	border:5px solid rgba(0, 0, 0, 0.7); 
	background: #7b4c4f ;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.bertGil_headerbanner p{text-align: left; color: #333; font-size: 16px;}
.bertGil_headerbanner strong{font-size: 20px;}
/* --------------------------------------
schema
   -------------------------------------- */

#bertGil-box_schemacss {	 color:#f4f4f4; }
#bertGil-box_schemacss a{color:#fff;} 			  
#bertGil-box_schemacss h2{	color:#f4f4f4 ;}	
.bertGil-box_schema_add_map div {	display: inline;}

	.bertGil-socialmedia{width: 120px;  height: auto; margin: 0px auto}
.bertGil-socialmedia img:hover{opacity: 0.8; border-radius:20px; }
.bertGil-socialmedia img{border-radius: 10px; padding: 5px;  width: 40px;   -webkit-transition:all 0.3s 0s ease-in-out;
	transition:all 0.3s 0s ease-in-out; float: left}
/* --------------------------------------
   (white)
   -------------------------------------- */

.bertGil-white h1, .bertGil-white h2, .bertGil-white h3, .bertGil-white h4, .bertGil-white h5, .bertGil-white h6{color:#7b4c4f ;}

.bertGil-service-side-img {  
  background: rgb(166, 182, 202);
background: linear-gradient(180deg, rgba(166, 182, 202,1) 0%, rgba(86, 89, 104,1) 100%);
border-radius: 5px;
padding: 10px;
box-sizing: border-box;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
 }
.bertGil-white { margin-bottom: 60px; margin-top: 60px;}


.bertGil-btn a{
		font-family: "Tahoma", "serif";
color: #111!important;
background: #F8D207; font-weight: bold;

padding: 10px 30px;
transition : 1000ms;
transform: translateY(0);
display: inline-block;
cursor: pointer; text-align: center; margin-top: 10px; margin-bottom: 10px;
	border-radius: 35px;
}

.bertGil-btn a:hover{ text-decoration: none !important;
transition : 1000ms; 
padding: 10px 40px; color:#fff !important;
transform : translateY(-0px);
background:  #7b4c4f !important;
}
.bertGil-white a:hover{color:#543334; text-decoration: underline}
.bertGil-white a{color:#7b4c4f ;}

.bertGil-white p, .bertGil-white ul, .bertGil-white li{color:#222;}
.bertGil-white ul{ margin-left: 40px; }
.bertGil-white li {color:#222; list-style:square}
.bertGil-white ul, .bertGil-white li{color:#222}

/* --------------------------------------
   (Dark_section)
   -------------------------------------- */
.bertGil-service-side-imgL {  
  border:5px solid #525568;
border-radius: 5px; float: right; margin: 20px; padding: 5px;
 }

.bertGil-service-side-imgR {  
 width: 400px;  border:10px solid #525568;padding: 5px;
border-radius: 5px; float: right; margin: 20px;
 }


.bertGil-dark h1, .bertGil-dark h2, .bertGil-dark h3, .bertGil-dark h4, .bertGil-dark h5, .bertGil-darke h6{
	color:#fcf0b5;}
.bertGilnopaddtop{margin-top: 0 !important;}

.bertGil-dark { padding-top: 40px; padding-bottom: 40px;
background: radial-gradient(ellipse at center,  #4e505f 0%, #2e2f38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.bertGil-dark a:hover { 
	text-decoration: underline; }.bertGil-dark p, .bertGil-dark ul, .bertGil-dark li{color:#fff;}
.bertGil-dark a{color:#F8D207}
.bertGil-dark p{color:#fff;}
.bertGil-dark ul, .bertGil-dark li{color:#fff;}
.bertGil-dark ul{ margin-left: 40px;}

.bertGil-dark li{list-style:square; }


/* --------------------------------------
   footer services
   -------------------------------------- */

.carousel-indicators.carousel-inner-services li {
   background-color: rgba(0, 0, 0, 0.1);
    border: medium none;

     height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;}
	
.carousel-indicators.carousel-inner-services .active {
	background-color: #333; 	 
	height: 20px;
	margin: 0;
	width: 20px;}
.carousel-indicators.carousel-inner-services {bottom:-25%;}

.bertGil-footer_services_action_bg {margin-top: 20px; margin-bottom: 70px;}

.bertGil-footer_services_item {border:1px solid #ccc; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 20px;}
.bertGil-footer_services_action_bg h6{font-size: 22px;  color: #222; padding: 10px;  }
.bertGil-footer_services_item p{color: #333; padding: 10px; }
.footerspacebanner {padding: 20px;}
.imgfooter {float: right; margin: 20px;}
.bertGil-footer_services_action_bg h5{margin-bottom: 20px; text-align: center; color: #7b4c4f}
/* --------------------------------------
   Section footer links
   -------------------------------------- */


.bertGil-copyright {text-align: center;  color:#fff;
background-color:#7b4c4f;
}

.bertGil-copyright{ padding: 20px 10px;}

/* --------------------------------------
BackToTop button css 
-------------------------------------- */
#scrolltop {
	position:fixed;
	right:20px; 
	bottom:0px;
	cursor:pointer;
	width:40px;
	height:40px;
	background-color:rgba(5,22,33, 0.7);
	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:rgba(0,0,0, 0.9);
	
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";}




@media (max-width: 1350px) {
	
	.bertGil-padding_around, .bertGil-padding_around3 {padding: 0vh 5vw;}
	h2, h3, h4, h5, h6 {font-size: 20px;}

		
	.bertGil-boxbg {margin-top: -80px}
	.bertGil_phoneheaderpadd, .bertGil-quick, .bertGil_cc {min-height: inherit; font-size: 14px}
	p.bertGil_phoneheader a {font-size: 20px}
	.bertGil_cc1 {width: 100px;}
	.bertGil-phone a{font-size: 18px; padding: 10px}
	
	.bertGil-boxbg {margin-top: -120px; margin-right: inherit}
	
}
@media (min-width: 1300px) {
	.bertGil-phone a{font-size: 18px;}	
}

/* Small screen laptop and pc 170% */
@media (max-width: 1150px) {

	.bertGil-service-side-imgR, .bertGil-service-side-imgL {  width: 300px; height: auto}
	.bertGil-padding_around {padding: 0vh 2vw;}
	.bertGil-service-side-img{width: 300px}
	p.bertGil_phoneheader {margin-top: 5px; margin-bottom: 5px;}
	.bertGil_phoneheaderccsocial {margin: 2px auto}
			
.navbar-inverse{ 
background:#543334;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}

.navbar-nav{margin-top: 5px; margin-bottom: 5px;}
.navbar-inverse.sticky {top:0;
            position: fixed;
	font-size:14px;
            width: 100%;          
		background:#543334!important;
            text-align: left;
           			opacity:0.97 !important;	 }		
	

		
	.navbar-inverse.sticky .navbar-nav{margin-top: 5px; margin-bottom: 5px;}	


.navbar-inverse .navbar-nav > li > a{
		 	 	font-family: "Tahoma", "serif";
	font-size:12px; }

		.bertGil-phone a{font-size: 16px;}
	.bertGil-logo  p{font-size: 9px;  }
	

	.bertGil-dark img, img.bertGil-service-side-img {width: 300px}
		.bertGil-logo.sticky h1{margin-bottom: 3px;}
}


@media (max-width: 1123px) {
	
	.bertGil-footerPadding {padding: 5px}
	.bertGil-footerCopyright {margin-top: 0}
	.bertGil_phoneheader a{font-size: 12px !important}
	.bertGil-logo img {width:25px; height: auto}
	.bertGil_phoneheader, .bertGil-logo h1{margin-bottom: 0;}
	.bertGil-white-img-side { width: 300px; height: auto; }
.bertGil-padding_around {padding: 0vh 2vw;}
	.bertGil-logo a{font-size: 22px}
.bertGil-phone_footer {font-size: 25px}
.navbar-inverse.sticky .navbar-nav > li > a{font-size: 14px;}
	.bertGil_phoneheaderccsocial img {height: 20px;}
	.bertGil_phoneheaderccsocial {width: 200px;}
}
@media (max-width:1033px) {
		.bertGil_phoneheaderpadd, .bertGil-quick, .bertGil_cc {margin: 5px; min-height: inherit; border: none !important}
	.bertGil-phone_top p{font-size: 12px;}
.bertGil-white-img-side { width: 250px; height: auto; }
			.bertGil-contact_info_text {padding: 10px 20px} 	
	.bertGil-contact_info_text a{font-size: 20px;}
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 11px;}



	.bertGil_phoneheaderpadd, .bertGil-quick, .bertGil_cc {font-size: 9px;}
	.bertGil_cc p {font-size: 8px}
	
	.bertGil-logo h1{font-size: 20px;}

	
	.bertGil_phoneheaderccsocial {width:120px;}}


/* 200% size SM*/

@media (max-width:980px) {	
	
		.bertGil-padding_around3 {
  padding: 0vh 2vw;
}
	.bertGil-logo a{font-size: 18px}
	.sticky.bertGil-logo a {font-size: 16px}
	
	.bertGil-mobiletext {font-size: 8px}
	.bertGil_phoneheader a {font-size: 8px; line-height: normal}
/*   Navigation */	

	.navbar-nav {margin-top: 5px; margin-bottom: 5px;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
		padding: 20px 5px !important;}
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 11px;}
	
.bertGil-cc img{display:inline-block; width: 90px; height: auto}		
	
		.bertGil-phone a {font-size: 14px;}


	.bertGil-whitebox {padding: 20px;border-radius:0px 0px 20px 20px;} 
	.bertGil-white {margin-top: 10px;}
	.bertGil-dark img, img.bertGil-service-side-img {float: none; margin: 10px auto; width: 250px;}
	
.bertGil-darkbox {padding: 20px;border-radius:0px 0px 20px 20px;}
	
	.bertGil-boxbgfooter h5 {width: 330px; padding: 5px 15px;}
	.bertGil-service-side-imgR, .bertGil-service-side-imgL {  width: 250px; height: auto; float: none; margin: 10px auto; padding: 2px; border-size:2px}

}

/* Landscape phone to portrait tablet 260% */
@media (max-width: 767px) {img.bertGil_logo {float:left; width:200px; margin-left:20px}
	.bertGil-service-side-imgR, .bertGil-service-side-imgL {  width: 200px;}
	
	.bertGil_headerbanner{background-image:none !important}


	.bertGil-phonefooter{width: inherit; }
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {color: #fff}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.1); }
	.pull-right{float: inherit !important }
	
.navbar-inverse{ background:#7b4c4f;

	height:auto;
	opacity:0.9;}
	
.navbar-inverse .navbar-nav > li > a{
	font-size:18px; background: none; 
	font-weight:bold; border-right: none !important;
	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 !important; }
	
.navbar-collapse.sticky{
	padding-bottom:5px;}	
			
	
	/* navbar-toggle */
	.navbar-inverse .navbar-toggle { 

		border: none;
background: none;}	
	.navbar-inverse .navbar-toggle:focus{background:#fff;}
	.navbar-inverse .navbar-toggle:hover { color: #222; background:#f4f4f4 }

	.bertGil-footerbox {
    padding: 0px;
}
	h1, h2, h3, h4, h5, h6 {font-size: 20px}
	.bertGil-boxbgfooter h5 {width:inherit; padding: 5px 10px; margin-top: 5px; margin-bottom: 5px; border-radius: 0;}
		
.bertGil-boxbgfooter{ margin-bottom: 5px; margin-top: 5px;}
	.bertGil-footerPadding{ margin-bottom: 5px; margin-top: 5px; padding: 5px}


	.bertGil_logo_small_screen.sticky a {color:#fff; text-shadow: none}
	.bertGil-service-side-img {width: 300px}



	.navbar-inverse.sticky {background: #f4f4f4 !important;}

	.bertGil_logo_small_screen img{float: left; width: 15px; height: auto;margin-right: 5px; margin-left: 5px; margin-top: 5px}
	 h2.bertGil_logo_small_screen { padding-left: 4px;  font-family: 'Alegreya-Bold', Arial !important; 
	color:#F8D207; margin: 5px 0 0 0; }
	.bertGil-estimainpage.col-xs-12 {padding-left: 0px !important; padding-right: 0px!important; margin-left: 0px!important; margin-right: 0px!important; }
	.bertGil-white ul, .bertGil-white li{    margin-left: 0px;}
	h2.bertGil_logo_small_screen  a{color:#F8D207 !important}
	
	.bertGil-btn a{font-size: 18px}
	.bertGil-sub-page {padding-top: 5px; padding-bottom: 5px}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #777;
}
	.navbar-inverse.sticky {background: #7b4c4f !important}
	.bertGil-Dark_bg-img, .bertGil-imgpostion, 	.bertGil-service-side-img{width: 200px;}

	img.bertGil-imgpostion {padding: inherit !important}
	.bertGil-paddingbottomsideimg{padding-bottom: 0px}
	.bertGil-logo img {margin-top: -47px}
		.bertGil-boxbg {margin-top: inherit;}
	.bertGil-white-img-side{float: inherit; margin: 5px auto; width:250px}
	.bertGil-white h1, .bertGil-white h2, .bertGil-white h3, .bertGil-white h4, .bertGil-white h5 {width: inherit}
	.bertGil-dark h1, .bertGil-dark h2, .bertGil-dark h3, .bertGil-dark h4, .bertGil-dark h5, .bertGil-dark h6  {width: inherit}
	.bertGil-footerBoxtop {width: inherit}
	 .bertGil-box-service{min-height: inherit}
.bertGil-white h1, .bertGil-white h2, .bertGil-white h3, .bertGil-white h4, .bertGil-white h5 {margin-top: 5px; margin-bottom: 5px;}
	.bertGil-whitebox {margin: 5px; padding: 10px 20px;}
	.bertGil-box-service p{font-size: 12px;}
	
	.bertGil-contact-footerbg h5, .bertGil-contact-footerbg h6{font-size: 20px;}
	.bertGil-contact-footerbg h5, .bertGil-contact-footerbg h6 {font-size: 18px;}
	body {background-color: #fff; }
	
	
	.bertGil-dark ul {margin-left:-20px}
		.bertGil-bg_phone_tablet_area {text-align: center; padding: 1vh 2vw; background: #543334; color:#f4f4f4; font-size: 18px }
	.bertGil-bg_phone_tablet_area a{color:#fff; font-size: 18px}
	.bertGil-bg_phone_tablet_area a:hover{text-decoration: underline; font-size: 18px}
	.bertGil-darkbox {margin: 5px; padding: 5px 20px;}

	.bertGil-dark, .bertGil-white{ margin-top: 5px; margin-bottom: 5px; padding: 1vh 1vw;  }
	.bertGil-dark-textbgline h1, .bertGil-dark-textbgline h2, .bertGil-dark-textbgline h3, .bertGil-dark-textbgline h4, .bertGil-dark-textbgline h5, .bertGil-dark-dark-textbgline h6 {border-radius: 10px; padding: 5px 10px;}
	.bertGil-white h1, .bertGil-white h2, .bertGil-white h3, .bertGil-white h4, .bertGil-white h5 {border-radius: 10px; padding: 5px 10px;}
	.bertGil-whitebox{border-radius: 10px; padding: 5px 10px;}
	.bertGil-darkbox{border-radius: 10px; padding: 5px 10px;}
	.bertGil-contact-footerbg{ padding: 3vh 11vw; margin: 5px}

		.bertGil-phone a:hover, .bertGil-phone a{font-size: 20px}
	.bertGil-phone{display:flex; 
								justify-content:center;	align-items:center; width: 96%}	


	.bertGil-Phone_visible_area_bg img{width: 130px; margin: 5px auto}
	.navbar .navbar-collapse {padding-top: 5px; text-align: left; background: #543334}
	
	.bertGil-phone a:hover, .bertGil-phone a{font-size: 16px; display: inherit;}
	.bertGil-padding_around_services_footer {
    padding: 1vh 2vw;
}
	a, a:hover {font-size: 17px}
	.bertGil-2,  .bertGil-darkgray,.bertGil-white,.bertGil-footer_services_action_bg
	{padding: 10px 0px;}
		.bertGil-footer_services_action h5 {font-size: 18px; }
	.bertGil-darkmarginbottom{padding-bottom: 10px !important;}
	
	
	.navbar-inverse .navbar-nav > li > a::before {bottom: -1px}
}

/* Portrait & landscape phone */
@media (max-width: 670px) { 	
.bertGil-service-side-img {width: 200px}
	.bertGil-logo_small_screen a{font-size: 15px;}
	.bertGil-bg_phone_tablet_area a{font-size: 18px}
.bertGil-box-service p{font-size: 9px;}
		.bertGil-Dark_bg-img, .bertGil-imgpostion, .bertGil-service-side-img{width: 250px; margin: 5px auto}
		.bertGil-dark img, img.bertGil-service-side-img {width: 200px;}
		
}

@media (max-width: 420px) {	
	
	
	
	body {background-color: #fff;  }
	
		.bertGil-phone a:hover, .bertGil-phone a{font-size: 16px; display: inline-block}
	
	p, ul, li {font-size: 14px;}
		h1, h2, h3, h4, h5, h6 {font-size: 18px}.bertGil-phone a:hover, .bertGil-phone a{font-size: 16px; display: inline-block}
	#scrolltop{display: none !important}
	
	
}

@media (max-width: 360px) {		h1, h2, h3, h4, h5, h6 {font-size: 18px}	
.bertGil-Dark_bg-img img, .bertGil-imgpostion img, .bertGil-service-side-img img{display: none}
	.bertGil-service-side-imgR, .bertGil-service-side-imgL {display: none}
	.bertGil-logo_small_screen{font-size: 13px;}	
	.bertGil-white-img-side, .bertGil-Dark-img-side{display: none}
.bertGil-2, .bertGil-darkgray,.bertGil-white,.bertGil-contact,.bertGil-footer_services_action_bg
	{padding: 1vh 1vw;} 

				.bertGil-white_container { margin: 0; padding: 1vh 1vw;}

.bertGil-bg_phone_tablet_area a{font-size: 18px}
	.bertGil-phone_footer {font-size: 18px; padding: 1vh 1vw;}
	.bertGil-boxbg {display: none}

	.bertGil-phonefooter {font-size: 20px;}
}

@media (max-width: 280px) {	.bertGil-logo_small_screen{font-size: 10px;}	
	.bertGil-dark img, img.bertGil-service-side-img {display: none;}
	.bertGil-footer_services_action {text-align: center}
	#bertGil-schema {display: none}
	.bertGil-white-img-side img {display: none}
	.bertGil-bg_phone_tablet_area a{font-size: 16px}
}




@media (min-width: 1200px) {	
	.navbar .navbar-nav {margin-top: 5px; margin-bottom: 5px; }
	body {background-size: contain}
	
.navbar-inverse{background:#543334;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
.navbar-nav{margin:0;}
.navbar-inverse.sticky {top:0;
            position: fixed;
	font-size:18px;
            width: 100%;          
		background:#543334!important;
            text-align: left;
           			opacity:0.98 !important;
					 }	
	
	.bertGil_bgheader.sticky{background-color: rgba(45, 55, 64, 0.7)}
	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:18px; 	
 padding:20px 15px; background: none;
 }
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 	 
	color:#fff;  padding:15px; background: #1c1010;-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
			 	font-family: "Tahoma", "serif";text-shadow:none;  }
	.navbar-inverse.sticky .navbar-nav{margin: 10px 0;}	


.navbar-inverse .navbar-nav > li > a{
		 	 	font-family: "Tahoma", "serif";

	 font-size:17px;  }
	.bertGil-logo.sticky h1{font-size: 23px;}
	
	

}

@media screen and (min-width: 1600px) and (max-width: 1912px) {
	.navbar-inverse .navbar-nav > li > a{
	 font-size: 18px;  }
		.navbar-inverse.sticky {font-size: 18px;}

	
	.bertGil-padding_around {padding: 0vh 17vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 17vw;}
#scrolltop {right:10}	
	.bertGil-boxbgfooter {padding: 0vh 5vw;}

	.bertGil-white, .bertGil-dark {padding:inherit}
	.bertGil-padding_around3{padding: 0vh 17vw;}

}
	
@media screen and (min-width: 1920px) and (max-width: 2000px){ 
	

	
.navbar-inverse .navbar-nav > li > a{
	  font-size: 20px;  }
	
	.bertGil-padding_around {padding: 0vh 17vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 17vw;}
#scrolltop {right:10}	
	.bertGil-boxbgfooter {padding: 0vh 17vw;}

	.bertGil-boxbgfooter {margin-top:-30px}

	.bertGil-padding_around3{padding: 0vh 20vw;}
		
	
	p.bertGil_phoneheader a{
		font-size: 24px; }


	.bertGil_phoneheadepadd{padding-top: 20px !important;}

	p.bertGil_phoneheader a{ 
		font-size: 22px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 56px; } 
}
@media (min-width: 2001px) and (max-width: 2558px) {
.navbar-inverse .navbar-nav > li > a{
	  font-size: 20px;  }
	
	.bertGil-padding_around {padding: 0vh 17vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 17vw;}
#scrolltop {right:10}	
	.bertGil-boxbgfooter {padding: 0vh 17vw;}

	.bertGil-boxbgfooter {margin-top:-30px}

	.bertGil-padding_around3{padding: 0vh 20vw;}
	


	.bertGil_phoneheadepadd {padding-top: 20px; padding-left: 20px;}
	
	.bertGil-darkbox {margin-bottom: 50px;}
	p.bertGil_phoneheader a{ 
		font-size: 25px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 61px; } 
}


@media (min-width: 2560px) and (max-width: 3499px) {

	.bertGil-padding_around {padding: 0vh 12vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 12vw;}
#scrolltop {right:10vw}	
	.bertGil-boxbgfooter {padding: 0vh 17vw;}	


	.bertGil-padding_around3{padding: 0vh 26vw;}
		

	.bertGil_phoneheadepadd {padding-top: 20px; padding-left: 20px;}

	p.bertGil_phoneheader a{ 
		font-size: 25px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 61px; } 
	
}

@media (min-width: 3500px)  and (max-width: 4499px) {
	.bertGil-padding_around {padding: 0vh 23vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 23vw;}
#scrolltop {right:15vw}	
	.bertGil-boxbgfooter {padding: 0vh 23vw;}	

	
	.bertGil-padding_around3{padding: 0vh 33vw;}

	.bertGil_phoneheadepadd {padding-top: 20px; padding-left: 20px;}


	p.bertGil_phoneheader a{ 
		font-size: 25px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 61px; } 
}

@media (min-width: 4500px)  and (max-width: 6399px) {
	.bertGil-padding_around {padding: 0vh 29vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 32vw;}
#scrolltop {right:15vw}	
	.bertGil-boxbgfooter {padding: 0vh 29vw;}



	.bertGil-padding_around3{padding: 0vh 37vw;}			
		

	.bertGil_phoneheadepadd {padding-top: 20px; padding-left: 20px;}

	p.bertGil_phoneheader a{ 
		font-size: 25px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 60px; } 
}

@media (min-width: 6400px) {
	.bertGil-padding_around {padding: 0vh 33vw;}
	.bertGil-logo h1{ font-size: 30px;}
		.bertGil-padding_around2{padding: 0vh 34vw;}
#scrolltop {right:25vw}	
	.bertGil-boxbgfooter {padding: 0vh 32vw;}
	
	.bertGil-padding_around3{padding: 0vh 39vw;}

	.bertGil_phoneheadepadd {padding-top: 20px; padding-left: 20px;}

	p.bertGil_phoneheader a{ 
		font-size: 25px; }
	.bertGil_phoneheaderbgccsocial{ min-height: 60px; } 
}


