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

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

h1 {
	font-size: 33px;
	margin: 0 0 30px;
}
h1 .big {
	font-size: 50px;
	text-transform: uppercase;
}

h2{
	margin: 50px 0 30px;
}

.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;
	position: relative;
}

#try_it_button {
	background: rgb(218,9,28); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(218,9,28,1) 0%, rgba(143,2,34,1) 44%, rgba(110,9,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(218,9,28,1) 0%,rgba(143,2,34,1) 44%,rgba(110,9,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(218,9,28,1) 0%,rgba(143,2,34,1) 44%,rgba(110,9,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da091c', endColorstr='#6e090d',GradientType=0 ); /* IE6-9 */
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0 2px 10px #000, 0 2px 10px #000, 0 2px 10px #000;
	color: #FFF;
	display: block;
	line-height: 1;
	padding: 15px 15px 5px;
	position: absolute;
		right: 15%;
		top: 50%;
	text-align: center;
	text-decoration: none;
}
#try_it_button span {
	font-size: 14px;
}
#try_it_button:hover {
	background: rgb(102,8,8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,8,8,1) 0%, rgba(153,42,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(102,8,8,1) 0%,rgba(153,42,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(102,8,8,1) 0%,rgba(153,42,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#992a2a',GradientType=0 ); /* IE6-9 */
}

.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;
}

.sword {
	background-color: #9a1818;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); /* TODO */
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 12% 5px 10px;
}

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: 110px;
}

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: 155px;
	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: 89px;
	width: 90px;
}
.service_icon.facebook {
	background-position: 0 0;
}
.service_icon.adwrds {
	background-position: -90px 0;
}
.service_icon.analytics {
	background-position: -180px 0;
}
.service_icon.seo {
	background-position: -270px 0;
}
.service_icon.website {
	background-position: -360px 0;
}
.service_icon.inventory {
	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%;
	}
	
	#try_it_button {
		right: 5%;
	}
}

@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: 110px;
		line-height: 110px;
		margin-bottom: 0;
	}
	.price .sup {
		font-size: 65px;
		line-height: 65px;
	}
	
	.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;
	}
	
	#try_it_button {
		margin: 0 50px;
		position: initial;
	}
}

@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;
	}
}
