/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #FFF; 
	margin: 0px;
	font-family: proxima-nova, sans-serif;
}

h1{
	color: #0a0a0a;
	font-size: 50px; 
	margin-bottom: 10px; 
	max-width: 650px;
	letter-spacing: -2px;
	line-height: 1.2em;
}

h2{
	margin: 15px 0 5px 0;
}


a{
	text-decoration: underline;
	color: #787787;
}

a:hover{
	color: #1b1b1b;
}


ul li{
	padding: 10px 0;
	margin: 0 0 0 20px;
	font-size: 20px;
}

p{
	font-size: 18px;
	line-height: 1.5em;
}

.openBtn {
    border: none;
    font-size: 20px;
    cursor: pointer;
	margin-right: 7px !important;
	vertical-align: middle
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	background-color:#2A0533;

}

.overlay-content {
    position: relative;
    top: 14%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
	color: #FFF;
}

.overlay .closebtn {
    position: absolute;
    top: 5px;
    left: 22px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}


.burgerIcon{
	display: none;
}	

.top_nav_container{
	padding: 10px 30px;
	margin: auto; 
	max-width: 1400px; 
	display:flex; 
	justify-content: space-between;
	align-items:center;
}
.top_nav_container a{
	text-decoration: none;
}

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

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

.logo_container p{
	font-weight: bolder;
}

.loader{
	position: fixed;
	z-index: 900;
	top: 30px;
	left: 0;
	opacity: 0.9;	
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	border-top: 4px solid #0a0a0a;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin{
	0%{-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}

@keyframes spin{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}


.form_container{
	text-align: left;
	margin: auto;
	max-width: 700px;
}

.form .form_inside{
	text-align: left;
	padding: 0px 0px 40px 0px;
}

.form input, .form select, .form textarea{
	padding: 10px 10px;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
}

.form p{
	margin: 20px 0px 0px 0px !important;
}

.form .submit{
	display: block;
	padding: 20px;
	font-size: 20px;
	margin-top: 20px;
}

.view_all_photos{
	padding: 20px 0px;
}

.view_all_photos a{
	color:purple; 
	text-decoration:none; 
	font-size:20px;
	font-weight: bolder;
	transition: margin-left 0.5s ease;
}

.view_all_photos a:hover{
	margin-left: 10px;
}

.view_all{
	padding: 40px 0px;
}

.view_all a{
	color:purple; 
	text-decoration:none; 
	font-size:25px;
	font-weight: bolder;
	transition: margin-left 0.5s ease;
}

.view_all a:hover{
	margin-left: 10px;
}

.GoldenGuysLogoDesktop{
	text-decoration: none; 
	font-size: 30px;
	margin-right: 120px;
}

.GoldenGuysLogo{
	display: none;
}
.GoldenGuysNumber{
	display: none;
}

.top_banner{
	background: #FFFFFF;
	border-top: 5px #8411A2 solid;
	width: 100%;
	position: fixed;
	margin: auto; 
	text-align: center;
    box-shadow: 0 0 0 0px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);	
	z-index: 900;
	animation: pullupSlow 500ms ease-in-out alternate;	
}

.topBar{
	position: fixed; 
	z-index: 990;
	border-top: 5px #8411A2 solid;
	background: #FFFFFF;
	width: 100%; 
	padding: 5px 0px 10px 0px;
	letter-spacing: -1px; 
	direction: ltr;
	height: auto;
}

.topBar .inside{
	margin: 10px auto; 
	max-width: 1300px;
}

.callGoldenGuysPainting{
	background: #FFFFFF;
	color: #0a0a0a;font-weight: bolder;
	font-size: 18px;
	border-radius: 15px;
	border: 2px gold solid;
	padding: 4px 14px 4px 3px;
	margin-left: 15px;
	text-decoration: none;
}

.phoneIconContainer{
	background: gold;
	border-radius: 50%;
	padding: 2px 2px 3px 2px;
	margin-right: 5px;
}

.socialContainer{
	padding: 2px;
	border-radius: 15px;
	padding: 8px 12px;
	margin:40px 0px;
}

.socialContainer p{
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


.ITBOOSTSLIDER_inside{
	margin: auto; 
	height: 100%
}

.ITBOOSTSLIDER_inside{
	
}

.ITBOOSTSLIDER_inside_inner{
	word-spacing: -2px; 
	padding-top: 80px;
	text-align: left; 
	max-width: 1200px; 
	margin: auto;
}





.h1_container_static{
	
	animation: pullupSlow 1000ms ease-in-out alternate;
	
}

.h1_container_static p{
	padding: 30px 0px;
}



.h1_container{
	animation: pullupSlow 1000ms ease-in-out alternate;
	
}

.h1_container p{
	padding: 0px 0px 20px 0px;
	max-width: 500px !important;
}

@keyframes pullupSlow{
	
	from{
		opacity: 0;
		transform: translateY(-7%);		
	}
	to{
		opacity: 1;
		transform: translateY(0%);		
	}
	
}

@keyframes toggleLeft{
	
	from{
		opacity: 0;
		transform: translateX(-2%);		
	}
	to{
		opacity: 1;
		transform: translateX(0%);		
	}
	
}


.contact_btn_container{
	padding-top: 10px;
	animation: pullupFast 500ms ease-in-out alternate;	
}

@keyframes pullupFast{
	
	from{
		opacity: 0;
		transform: translateX(1%);		
	}
	to{
		opacity: 1;
		transform: translateX(0%);		
	}
	
}




.contact_btn{
	border-radius: 15px; 
	font-size: 20px; 
	color:#000; 
	text-decoration: none; 
	padding: 10px 15px 15px 15px; 
	background: gold;
	transition: background-color 0.5s ease; 
}

.contact_btn img{
	display: inline-block;
	vertical-align: middle;
	max-width: 40px;
}

.contact_btn_text{
	display: inline-block;
	vertical-align: middle; 
	font-size: 22px; 
	font-weight: 700;
}

.contact_btn:hover{
	background: orange;
}


.whatwedo{
	padding-top: 100px; height: 500px;
	width: 100%; margin: auto; color: #FFF; margin-top: 0px; background: url(https://goldenguyspainting.com.au/img/goldenguys/goldenguyspainting-home13.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover;
}
.whatwedo a{
	border-radius: 15px; 
	font-size: 25px; 
	color:#000; 
	text-decoration: none; 
	padding: 20px 30px 20px 30px; 
	text-align: center;
	font-weight: 700;
	border: 1px orange solid;
	margin: 10px;
	transition: background-color 0.5s ease; 
}

.whatwedo a:hover{
	background: orange;
}

.reviews{
	padding: 200px 20px 200px 20px;
	text-align: center;
}

.reviews .inside{
	margin: auto;
	max-width: 850px;
}

.reviews .inside h2{
	font-size: 45px;
	margin-bottom: 30px;
}

.reviews .inside p{
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.about{
	padding: 20px 20px 200px 20px;
	text-align: center;
}

.about .inside{
	margin: auto;
	max-width: 850px;
}

.about .inside h2{
	font-size: 45px;
	margin-bottom: 30px;
}

.about .inside p{
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.static_page{
	padding: 200px 20px 20px 20px;
	text-align: center;
}

.static_page .inside{
	margin: auto;
	max-width: 1450px;
}

.static_page .inside h1{
	font-size: 65px;
	margin-bottom: 30px;
	letter-spacing: -1px;
	max-width: 850px;
	margin: 20px auto;
	line-height: 1.2em;
}

.static_page .inside a{
	color: #0a0a0a;
	text-decoration: none;
}

.static_page .inside p{
	font-size: 19px;
	max-width: 850px;
	margin: 20px auto;
	line-height: 1.5em;
}


.static_page .item{
	margin: 16px; 
	display: inline-block; 
	vertical-align: top;
	border: 1px #CCCCCC solid; 
	border-radius: 4px; 
	border-radius: 15px;
	width: 26%;
	box-sizing: border-box;
    box-shadow: 0 0 0 0px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);	
	transition: box-shadow 0.2s ease;
}

.static_page .item:hover{
    box-shadow: 0 0 0 0px rgba(0,0,0,.1), 3px 6px 8px rgba(0,0,0,.2);	
}



.beforeafter_featured{
	padding: 100px 20px 50px 20px;
	text-align: center;
}

.beforeafter_featured .inside{
	margin: auto;
	max-width: 1050px;
	display: flex;
	align-content: space-between;
}

.beforeafter_featured h2{
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
	font-size: 35px;
	max-width: 1000px;
}

.beforeafter_featured p{
	margin: auto;
	margin-bottom: 40px;
	margin-top: 30px;
	max-width: 1000px;
	font-size: 18px;
	color: gray;
	line-height: 1.7em;
	text-align: left;
}

.beforeafter_featured a{
	color: purple;
	text-decoration: none;
	font-weight: bolder;
}

.beforeafter_featured .inside h3{
	font-size: 30px;
	margin-bottom: 30px;
}

.beforeafter_featured .inside .item{
	margin: 16px; 
	width: 320px;
	height: 320px;
}

.beforeafter_featured .inside .item img{
	width: 320px;
	height: 320px;
	border-radius: 15px;
	object-fit: cover;
}

.beforeafter_featured .inside .item .description{
	padding: 25px 25px; 
	text-align: left; 
}

.beforeafter_featured .inside a{
	color: #0a0a0a;
	text-decoration: none;
}






.ourwork .inside h2{
	font-size: 35px;
	margin-bottom: 30px;
}

.static_page .inside h3{
	font-size: 30px;
	margin-bottom: 30px;
}

.static_page .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 350px;
	object-fit: cover;
}

.static_page .item .description{
	padding: 25px 25px; 
	text-align: left; 
}








.ourwork{
	padding: 100px 20px;
	text-align: center;
	background: floralwhite;
	margin: 100px 0px;
}

.ourwork .inside{
	margin: auto;
	max-width: 1450px;
}

.ourwork .inside h2{
	font-size: 30px;
	margin-bottom: 30px;
}

.ourwork .inside h3{
	font-size: 30px;
	margin-bottom: 30px;
}

.ourwork .inside p{
	margin: auto;
	text-align: left;
	max-width: 1150px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.ourwork .inside p a{
	text-decoration: none;
	color: purple;
	font-weight: bolder;
}

.ourwork .item{
	margin: 16px; 
	display: inline-block; 
	vertical-align: top;
	background: #FFFFFF;
	border: 1px #CCCCCC solid; 
	border-radius: 4px; 
	border-radius: 15px;
	width: 26%;
	box-sizing: border-box;
    box-shadow: 0 0 0 0px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);	
	transition: box-shadow 0.2s ease;
}

.ourwork .item:hover{
    box-shadow: 0 0 0 0px rgba(0,0,0,.1), 3px 6px 8px rgba(0,0,0,.2);	
}

.ourwork .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 350px;
	object-fit: cover;
}

.ourwork .item .description{
	padding: 25px 25px; 
	text-align: left; 
}

.ourwork .inside a{
	color: #0a0a0a;
	text-decoration: none;
}

#WHY_US{
	margin-top: 40px;
}


#WHY_US a{
	margin: 15px;
}

#ITBOOSTMENU{display: inline-block;}

#ITBOOSTMENU li{
	margin-top: 10px; 
	display: inline-block; 
	transition: background-color 0.5s ease; 
	list-style: circle;  
	line-height: 1.7em;
	padding: 5px 5px;
	border-radius: 15px;
}

#ITBOOSTMENU li a{
	padding: 10px 10px; 
	text-decoration: none; 
	font-size: 20px; 
	text-decoration: none;
	color:#1B1B1B;
	font-weight: 700;
}

#ITBOOSTMENU li:hover{background: gold;}
#ITBOOSTMENU li a:hover{color: #000 !important}

#ITBOOSTMENU_SMALL{display: block;padding: 0px !important}
#ITBOOSTMENU_SMALL a{text-decoration: none; color: #FFF; width: 100%;}
#ITBOOSTMENU_SMALL li{text-align: left;  list-style: none !important; transition: background-color 0.5s ease; font-size: 22px;  border: 1px #000 solid;  background: purple; border-radius: 4px; margin-bottom: 7px !important; padding: 20px 20px; margin: auto; display: block !important}
#ITBOOSTMENU_SMALL li:hover {background: gold; color: #000}






.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


	





@media only screen and (max-width:767px){
	
	.top_banner{
		padding: 10px 0;
	}
	
	.callGoldenGuysPainting{
		font-size: 12px;
		background: gold;
	}
	
	.phoneIconContainer{
		margin: 0;
	}
	
    .top_nav_container{
        padding: 0 10px;
    }	
	
	.logo_container img{
		width: 50px;
		height: 50px;
	}	
	
	.logo_container p{
		margin: 0;
		text-align: left;
		font-size: 12px;
	}
	
	.menu_items_desktop{
		display: none;
	}	

	
	.loader{
		top: 15px;
		left: 120px;
	}
	
	.beforeafter_featured{
	}
	
	.beforeafter_featured h2{
		font-size: 28px;
	}
	
    .beforeafter_featured .inside .item{
        margin: 5px; 
        width: 130px;
        height: 130px;
    }

    .beforeafter_featured .inside .item img{
        width: 130px;
        height: 130px;
		border-radius: 10px;
    }	
	
    .beforeafter_featured .inside a{
       font-size: 14px;
    }	
	
    .beforeafter_featured .inside .item .description{
        padding: 0px 0px; 
        text-align: center;
    }	
	
	.whatwedo{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
.whatwedo a{
	display: block;
}	
	
.GoldenGuysLogo{
	display: block;
	float: left;
	padding: 5px;
}
	
	.GoldenGuysLogo img{
        display: inline-block;
        vertical-align: middle;		
	}
	
	.GoldenGuysLogo .burgerIcon{
        display: inline-block;
        vertical-align: middle;		
	}	
	
	
.GoldenGuysNumber{
	display: block;
	float: right;
	padding: 20px;
	margin-right: 20px;
}	
	
	.GoldenGuysLogoDesktop{
		display: none;
	}
	
	

	
    .burgerIcon{
        display: block;
    }	
	
	.static_page{
		padding: 100px 20px;
	}
	
	.static_page .inside h2{
		font-size: 28px;
		width: 100%;
	}

    .static_page .item{
        margin: 5px 0px 40px 0px; 
        display: block; 
        border: 1px #CCCCCC solid; 
        width: 100%;
    }

.static_page .inside h3{
	font-size: 35px;
	margin-bottom: 30px;
}

.static_page .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 300px;
	object-fit: cover;
}

.static_page .item .description{
	padding: 25px 25px; 
	text-align: left; 
}	
	
	

  
	.ourwork{
		padding: 60px 20px;
	}
	
	.ourwork .inside h2{
		font-size: 28px;
		width: 100%;
	}

    .ourwork .item{
        margin: 5px 0px 40px 0px; 
        display: block; 
        border: 1px #CCCCCC solid; 
        width: 100%;
    }

.ourwork .inside h3{
	font-size: 35px;
	margin-bottom: 30px;
}

.ourwork .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 300px;
	object-fit: cover;
}

.ourwork .item .description{
	padding: 25px 25px; 
	text-align: left; 
}	
	
	
	
	
	
	
	
	#ITBOOSTSLOGO_IMG{
		display: block !important; 
		margin: auto; 
		margin-top: 35px;
		width: 100px;
	}
	
	#ITBOOSTSLOGO_TXT{
		display: block !important; 
		margin: auto !important; 
		text-align: center !important; 
		margin-top: -15px !important; 
	}	
	
	#ITBOOSTSLOGO_TXT div{
		font-size: 20px !important;
	}		
	
	.top_banner{
	}
	
	#ITBOOSTSLIDER{
		background: url(/img/goldenguys/goldenguyspainting-mobile.jpg) !important;
		padding-top: 20px !important;
		background-repeat: no-repeat !important; 
		background-position: center center !important; 
		background-size: cover !important;
	}
	
	.ITBOOSTSLIDER_inside{
		padding: 0px 20px;
	}
	
	.ITBOOSTSLIDER_inside_inner{
		padding-top: 130px;
	}
	
	
	#project_img{
		width: 100% !important;
	}
	#project_description{
		width: 100% !important;	
		padding-left: 0px !important;
		padding-top: 20px !important;
	}
	
	#ITBOOSTMENU{display: none !important}
	#ITBOOSTSLIDER{height: 570px !important;}
	
	#ITBOOSTSLIDER h1{font-size: 35px !important;}
	
	
	.static_page .inside h1{
		font-size: 55px;
	}	

	
	#ITBOOST_SERVICES{text-align: center !important; padding: 0px !important;}
	#ITBOOST_SERVICES li{display: block !important; width: 90% !important; margin: auto; margin-bottom: 7px;}
	
	#ITBOOST_FOOTER_ABOUT, #ITBOOST_FOOTER_CONTACTS{display: block !important; width: 90% !important; margin: auto; margin-bottom: 20px; margin-left: 0px !important;}
	
	#ITBOOST_TOP{display: none}
}

@media only screen and (min-width:590px) and (max-width:640px){	
	#ITBOOSTSLIDER{height: 570px !important;}
	#ITBOOSTSLIDER h1{font-size: 70px !important;}	
}
@media only screen and (min-width:641px) and (max-width:768px){
	#ITBOOSTSLIDER{height: 600px !important;}
}
@media only screen and (min-width:769px) and (max-width:800px){
	#ITBOOSTSLIDER{height: 600px !important;}
}

@media only screen and (min-width:801px) and (max-width:1024px){
	#ITBOOSTSLIDER{height: 600px !important;}
}


@media screen and (min-width:768px) and (max-width:1024px){
	

	

	
	.beforeafter_featured{
		padding: 80px 40px 50px 40px;
	}
	
	.beforeafter_featured h2{
		font-size: 28px;
	}
	
    .beforeafter_featured .inside .item{
        margin: 5px; 
    }

    .beforeafter_featured .inside .item img{
		border-radius: 10px;
    }	
	
    .beforeafter_featured .inside a{
       font-size: 14px;
    }	
	
    .beforeafter_featured .inside .item .description{
        padding: 0px 0px; 
        text-align: center;
    }	
	
	.whatwedo{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
.whatwedo a{
	display: block;
}	
	
.GoldenGuysLogo{
	display: block;
	float: left;
	padding: 5px;
}
	
	.GoldenGuysLogo img{
        display: inline-block;
        vertical-align: middle;		
	}
	
	.GoldenGuysLogo .burgerIcon{
        display: inline-block;
        vertical-align: middle;		
	}	
	
	
.GoldenGuysNumber{
	display: block;
	float: right;
	padding: 20px;
	margin-right: 20px;
}	
	
	.GoldenGuysLogoDesktop{
		display: none;
	}
	
	
    .burgerIcon{
      display: block;
    }	

	.menu_items_desktop{
		display: none;
	}	
	
	.static_page{
		padding: 100px 20px;
	}
	
	.static_page .inside h2{
		font-size: 28px;
		width: 100%;
	}

    .static_page .item{
        margin: 5px 0px 40px 0px; 
        display: block; 
        border: 1px #CCCCCC solid; 
        width: 100%;
    }

.static_page .inside h3{
	font-size: 35px;
	margin-bottom: 30px;
}

.static_page .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 300px;
	object-fit: cover;
}

.static_page .item .description{
	padding: 25px 25px; 
	text-align: left; 
}	
	
	

  
	.ourwork{
		padding: 60px 20px;
	}
	
	.ourwork .inside{
		padding: 0px 40px;
	}	
	
	.ourwork .inside h2{
		font-size: 28px;
		width: 100%;
	}

    .ourwork .item{
        border: 1px #CCCCCC solid; 
        width: 28%;
		margin: 10px;
    }

.ourwork .inside h3{
	font-size: 35px;
	margin-bottom: 30px;
}

.ourwork .item img{
	width: 100%;
	border-radius: 15px 15px 0px 0px;
	height: 180px;
	object-fit: cover;
}

.ourwork .item .description{
	padding: 25px 25px; 
	text-align: left; 
}	
	
	.ourwork .item .description h3{
	font-size: 18px;
		height: 100px;
}		
	
	.ourwork .item .description .view_all_photos{
	padding: 0px;
}	
	
	.ourwork .item .description .view_all_photos a{
	font-size: 14px;
}	
	
	.about{
		padding-bottom: 80px;
	}
	
	.about .inside{
		padding: 0px 40px 0px 40px;
	}
	
	
	
	#ITBOOSTSLOGO_IMG{
		display: block !important; 
		margin: auto; 
		margin-top: 35px;
		width: 100px;
	}
	
	#ITBOOSTSLOGO_TXT{
		display: block !important; 
		margin: auto !important; 
		text-align: center !important; 
		margin-top: -15px !important; 
	}	
	
	#ITBOOSTSLOGO_TXT div{
		font-size: 20px !important;
	}		
	
	.top_banner{
	}
	
	#ITBOOSTSLIDER{
		padding-top: 20px !important;
		padding-bottom: 0px !important;
	}
	
	.ITBOOSTSLIDER_inside{
		padding: 0px 40px;
	}
	
	.ITBOOSTSLIDER_inside_inner{
		padding-top: 130px;
	}
	
	
	#project_img{
		width: 100% !important;
	}
	#project_description{
		width: 100% !important;	
		padding-left: 0px !important;
		padding-top: 20px !important;
	}
	
	#ITBOOSTMENU{display: none !important}
	
	
	#ITBOOSTSLIDER h1{
		max-width: 400px;
		font-size: 35px !important;
	}	
	
	.h1_container p{
		max-width: 400px !important;
	}
	
	.static_page .inside h1{
		font-size: 55px;
	}	

	
	#ITBOOST_SERVICES{text-align: center !important; padding: 0px !important;}
	#ITBOOST_SERVICES li{display: block !important; width: 90% !important; margin: auto; margin-bottom: 7px;}
	
	#ITBOOST_FOOTER_ABOUT, #ITBOOST_FOOTER_CONTACTS{display: block !important; width: 90% !important; margin: auto; margin-bottom: 20px; margin-left: 0px !important;}
	
	#ITBOOST_TOP{display: none}	
	
	
	
	
}

@media (max-width:320px){
	
    .callGoldenGuysPainting{
        font-size: 12px;
    }	

}

@media (max-width:280px){

    .callGoldenGuysPainting{
        font-size: 12px;
		padding: 2px 2px 3px 5px;
    }	
	
	.phoneIconContainer{
		display: none;
	}
	
}
