/* Custom css */

#video-side {
	display:block;
	width:38px;
	height:153px;
	position:fixed;
	right:0;
	top:220px;
	text-indent:-5000px;
	z-index:1000;
	background-image: url(../web-design-images/video-side.png);
	background-repeat: no-repeat;
}

#video-side:hover { background-position:right; }

#layerslider h3 {
	line-height: 33px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	position:relative;
	margin-bottom: 11px;
	color:#FFFFFF;
	letter-spacing: normal;
}

#noSliderWrapper h3 {
	line-height: 33px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	position:relative;
	margin-bottom: 11px;
	color:#FFFFFF;
	letter-spacing: normal;
}

@media(min-width:960px){
#noSliderWrapper h3, #layerslider h3 {
	font-size: 44px;
	line-height:normal;
}
}

.list-services li {
	list-style-image: url(../web-design-images/bluetick.gif);
	text-align:left;
	padding-bottom:6px;
	font-size:13px;
}

.footer-logos {
	text-align:center;
	display:inline-block;
}
.footer-logos-pad {
	padding-right:12px;
	padding-bottom:10px;
	vertical-align:top;
}

.warning {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

.portfolio-img {
	margin-left:auto;
	margin-right:auto;
}

.discount {
	background-image:url(../web-design-images/discount-code.gif);
	background-repeat:no-repeat;
	padding-top: 145px;
	padding-left: 36px;
	height: 450px;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 26px;
	line-height: normal;
}

.discount span {
	font-size:10px;
	padding-top: 30px;
	line-height: normal;
}


@media (max-width: 959px) {
.mob-marg { margin-bottom:0px;}
#noSliderWrapper h1 {text-align:center; font-size:28px;}
#noSliderWrapper h2 {text-align:center; font-size:25px;}
#noSliderWrapper h3 {text-align:center; font-size:28px;}

#layerslider h3 {font-size: 44px; line-height:normal;}
}

@media (max-width: 480px) {

#video-side {
	width:25px;
	height:101px;
	top:270px;
	background-image: url(../web-design-images/video-side-mobile.png);
}

.footer-logos {
}

.footer-logos-pad {
	padding-bottom:15px;
	text-align:center;
	padding-right:10px;
}

.discount {
	background-size:100%;
	padding-top: 130px;
	padding-left: 30px;
	height: 450px;
	font-size: 16px;
}

.discount span {
	font-size:8px;
	padding-top: 30px;
	line-height: normal;
}
.isotopeItem {
    width:100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 959px) {
.isotopeItem {
    width:50%;
}
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
#video-side {
	width:25px;
	height:101px;
	top:140px;
	background-image: url(../web-design-images/video-side-mobile.png);
}
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
.col-sm-6 {
    width: 50%;
}
}

@media only screen and (min-width: 800px) and (max-width: 959px) {
.col-md-6 .mob-marg {
    width: 60%;
	float:left;
}
}

@media only screen and (min-width: 481px) and (max-width: 959px) {
.col-sm-4 {
    width: 48%;
	float:left;
	padding-right:30px;
}
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
.navbar-collapse{height: auto; max-height:240px;overflow-y:hidden;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch;}
}


