/*
 * Red - 9a1818
 * Hind Guntur: 300, 600
 */

body {
	color: #000;
	font-family: 'Hind Guntur', sans-serif;
	font-size: 14px;
	padding-bottom: 80px;
}

h1 {
	font-size: 35px;
	margin: 0 0 30px;
}

h2{
	margin: 50px 0 30px;
}

.text-20 {
	font-size: 20px;
}

.magnetis_svg {
	margin: 40px 0;
}

.phone_icon_wrapper {
	text-align: right;
	margin-top: 40px;
}
.phone_icon_wrapper a {
	line-height: 35px;
    border: 2px solid #9a1818;
    border-radius: 23px;
    color: #9a1818;
    font-size: 25px;
    padding: 5px 8px 0;
    display: inline-block;
    vertical-align: middle;
}
.phone_icon_wrapper a .text {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: max-width 1s;
	transition: max-width 1s ease;
	line-height: 30px;
	vertical-align: middle;
	max-width: 0;
	padding-top: 5px;
	white-space: nowrap;
}
.phone_icon_wrapper a .glyphicon {
	font-size: 25px;
	line-height: 35px;
	vertical-align: middle;
}
.phone_icon_wrapper a:hover {
	border-color: #000;
	color: #000;
	text-decoration: none;
}
.phone_icon_wrapper a:hover .text {
	max-width: 500px;
}

main {
	font-size: 24px;
	margin-bottom: 50px;
}

.bg {
	background: url('../img/laptop_bg.jpg') no-repeat top center;
	min-height: 520px;
	padding-top: 75px;
}

.starting_at {
	margin-bottom: 0;
}
.price {
	color: #9a1818;
	font-size: 67px;
	font-weight: 600;
	line-height: 67px;
	margin: 0 0 30px;
}
.price .sup {
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	vertical-align: top;
}
.price .black {
	color: #000;
}

ul.arrows {
	list-style: none;
	padding: 0;
}
ul.arrows li {
	line-height: 25px;
	margin: 0 0 5px;
	padding-left: 20px;
	padding-top: 5px;
	position: relative;
}
ul.arrows li:before {
	color: #9a1818;
	content: "\e250";
	font-family: 'Glyphicons Halflings';
	font-size: 15px;
	line-height: 30px;
	position: absolute;
		left: 0;
		top: 0;
	vertical-align: middle;
}

.slide_wrapper {
	background-color: #9a1818;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #FFF;
	padding: 10px 3px;
	display: inline-block;
}
.slide_wrapper .slide_toggle {
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	min-width: 210px;
	text-align: center;
}
.slide_wrapper .slide_toggle:active,
.slide_wrapper .slide_toggle:focus,
.slide_wrapper .slide_toggle:hover {
	font-weight: 600;
	text-decoration: none;
}

.slide_content {
	display: none;
	padding: 25px;
	margin-left: -15px;
	margin-right: -15px;
}

.slide_content a {
	color: #FFF;
}
.slide_content a:active,
.slide_content a:focus,
.slide_content a:hover {
	font-weight: 600;
	text-decoration: none;
}

.slide_content p {
	font-size: 20px;
}

label {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
}

input[type="text"],
textarea {
	border: 0;
	color: #000;
	line-height: 20px;
	padding: 5px;
	width: 100%;
}

textarea {
	height: 90px;
}

input[type="submit"] {
	background: #FFF;
	border: 0;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	margin-top: 75px;
	padding: 10px 10px 5px;
	width: 100%;
}
input[type="submit"]:hover {
	background: #DDD;
}

#consultation_form .loading,
#consultation_form .messages {
	display: none;
	font-size: 16px;
	text-align: right;
	margin: 0;
	padding: 10px 0;
}

.service_icon {
	background-image: url('../img/adwords-services-magnetis.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 10px;
	height: 87px;
	width: 90px;
}
.service_icon.facebook {
	background-position: 0 0;
}
.service_icon.pinterest {
	background-position: -90px 0;
}
.service_icon.linkedin {
	background-position: -180px 0;
}
.service_icon.snapchat {
	background-position: -270px 0;
}
.service_icon.seo {
	background-position: -360px 0;
}
.service_icon.siteweb {
	background-position: -450px 0;
}

.service_title {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center;
}

.service_desc {
	font-size: 15px;
	text-align: center;
}

#client_carousel {
	height: 100px;
	overflow: hidden;
	position: relative;
}
#client_carousel img {
	position: absolute;
}

@media (max-width: 1199px) {
	.bg {
		background-position: top 0px left 45%;
	}
}

@media (max-width: 991px) {
	.bg {
		background-position: top 0px left 35%;
	}
}

@media (max-width: 771px) {
	.magnetis_svg {
		margin-top: 30px;
	}
	
	.phone_icon_wrapper {
		margin-top: 25px;
	}
	
	.bg {
		background: none;
		padding-top: 0;
		min-height: 0;
	}
	
	.price {
		font-size: 120px;
		line-height: 120px;
		margin-bottom: 0;
	}
	.price .sup {
		font-size: 70px;
		line-height: 70px;
	}
	
	.slide_wrapper {
		border-bottom-left-radius: 0;
		max-height: 90%;
		overflow: auto;
		position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
		z-index: 3;
	}
	
	.slide_wrapper .slide_toggle {
		display: block;
	}
	
	.slide_content p {
		font-size: 14px;
	}
	
	input[type="submit"] {
		margin-top: 0;
	}
}

@media (max-width: 400px) {
	h1 {
		font-size: 35px;
	}
	
	.bg {
		background: none;
		padding-top: 0;
		min-height: 0;
	}
	
	.price {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 0;
	}
	.price .sup {
		font-size: 40px;
		line-height: 40px;
	}
	
	.arrows {
		font-size: 18px;
	}
}
