/* CSS Document */

@import "fontface.css";
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
	font-family: OpenSans-Regular;
	overflow-x: hidden;
}


/***************************reset*********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	outline: 0;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

a img {
	border: 0px;
	text-decoration: none;
}

.clr {
	clear: both;
}


/***********************end reset*********************/

#mainwrapper {
	overflow-x: hidden;
}


/**************************menu***********************/

.toggleMenu {
	display: none;
	background: #ff7f00;
	padding: 15px;
	color: #fff;
	text-align: center;
	width: 100%;
	transition: 0.3s ease-in;
}

.toggleMenu:hover, .toggleMenu:focus {
	color: #fff;
}

.nav {
	list-style: none;
	*zoom: 1;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
	width: 9em;
}

.nav a {
	color: #fff;
	font-family: OpenSans-bold !important;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 14.5px !important;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.nav a:hover {}

.nav a span {
	display: block;
	text-align: center;
}

.nav li:last-child a {
	/*padding-right:0!important;*/
}

.nav a.active {
	background: #0093dd;
	color: #fff;
}

.nav li {
	position: relative;
}

.nav li:last-child {
	margin-right: 0px;
}


/*.nav li.current_page_item a {
	color:#333;
}
.nav li a:hover {
	color:#333;
}*/

.nav>li {
	display: inline-block;
	float: none;
}

.nav>li>.parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav>li>a {
	display: block;
}

.nav li ul {
	position: absolute;
	left: -9999px;
}

.nav>li.hover>ul {
	left: 0;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
}

.nav li li a {
	display: block;
	background: #1d7a62;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}

.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 767px) {
	.active {
		display: block;
	}
	.nav>li {
		float: none;
	}
	.nav>li>.parent {
		background-position: 95% 50%;
	}
	.nav li li .parent {
		background-image: url("images/downArrow.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
	.nav ul {
		display: block;
		width: 100%;
	}
	.nav>li.hover>ul, .nav li li.hover ul {
		position: static;
	}
}


/**********************end menu***********************/

#mainwrapper {}

.header {
	position: relative;
	z-index: 1
}

.header-one {
	background: url(../images/header-background.jpg) no-repeat center / cover;
	min-height: 105px;
	border-bottom: 12px solid #ff7f00;
	position: relative;
}

.header-left {}

.logo {
	display: inline-block;
	margin-top: 10px;
	vertical-align: middle;
}

.info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.info ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.info ul li:last-child {
	margin-right: 0;
}

.info ul li span {
	display: inline-block;
	vertical-align: middle;
	font-family: OpenSans-bold;
	font-size: 12px;
	text-transform: uppercase;
}

.info ul li span:nth-child(1) {
	margin-right: 5px;
}

.header-one {
	overflow: hidden;
}

.num-inner {
	background: #ff7f00 none repeat scroll 0 0;
	height: 91px;
	position: absolute;
	right: -27px;
	width: 100%;
	top: 14px;
}

.num-inner::before {
	position: absolute;
	left: -27px;
	content: "";
	background: url(../images/logo_11.png) no-repeat;
	width: 27px;
	height: 91px;
}

.number {
	font-family: impact;
	text-transform: uppercase;
	color: #fff;
	color: black;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	width: 274px;
	float: left;
	text-align: center;
}

.number p {
	margin: 0;
}

.number p:nth-child(2) {
	font-size: 42px;
	margin-top: -12px;
	text-shadow: 0 0 4px #000;
}

.number p:nth-child(1) img {
	position: relative;
	top: -10px;
}

.menu {
	background: #ff7f00;
	width: 70%;
	position: relative;
	min-height: 64px;
}

.menu::after {
	position: absolute;
	content: "";
	background: url(../images/ri_15.png) no-repeat;
	right: -31px;
	top: 0;
	width: 31px;
	height: 64px;
}

.menu-inner {
	float: right;
	text-align: right;
	width: 850px;
}

.slider {
	position: relative;
}

.slider-content {
	position: absolute;
	top: 100px;
	width: 100%;
}

.over {
	color: #fff;
	margin-top: 25px;
	text-align: center;
}

.over p:nth-child(1) {
	font-size: 30px;
	text-transform: uppercase;
	font-family: OpenSans-Semibold;
	text-shadow: 0 0 2px #000;
}

.over p:nth-child(2) {
	font-size: 38px;
	font-family: OpenSans-bold;
	text-shadow: 0 0 2px #000;
	margin-top: 35px;
}

.over p:nth-child(3) {
	margin-top: 10px;
}

.slider {
	position: relative;
}

.contact-frm {
	background: #ee7a07;
	border-top: 6px solid #000;
	padding: 25px;
	margin-top: 50px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.get {}

.get p {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}

.get p:nth-child(1) {
	color: #161412;
	font-family: OpenSans-ExtraBold;
	font-size: 36px;
	text-align: center;
}

.get p:nth-child(2) {
	text-align: right;
	font-size: 15px;
	font-family: OpenSans-bold;
	color: #161412;
	text-transform: uppercase;
}

.get p:nth-child(2) span {
	display: inline-block;
	vertical-align: middle;
}

.get p:nth-child(2) span:nth-child(1) {
	font-size: 20px;
	color: #ffda44;
	margin-right: 10px;
}

.Frm-inp {
	background: rgba(0, 0, 0, 0.8);
	height: 52px;
	color: #fff;
	margin: 8px 0px;
}

.Frm-inp::-moz-placeholder {
	opacity: 1 !important;
	color: #bfbfbf;
}

.Frm-sel {
	background: rgba(0, 0, 0, 0.8) url(../images/selimg_19.png) no-repeat right;
	height: 52px;
	color: #fff;
	margin: 8px 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.frm-sub {
	background: rgba(0, 0, 0, 0) url("../images/cap_03.png") no-repeat scroll center center / cover;
	border: medium none;
	border-radius: 10px;
	color: #fff;
	font-family: OpenSans-BoldItalic;
	font-size: 24px;
	line-height: 25px;
	outline: medium none;
	padding: 42px 15px;
	white-space: normal;
	width: 165px;
}

.cont-Frm .col-sm-6 {
	padding: 0 10px;
}

.frm-btn .col-sm-7, .frm-btn .col-sm-5 {
	padding: 0 10px;
}

.capte img {
	width: 100%;
}

.capte {
	margin-top: 30px;
}

.nothin {
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	margin-top: 15px;
}

.nothin span {
	color: #000;
	margin-right: 5px;
}

.slider-inner .item img {}

.slider .owl-pagination {
	position: absolute;
	top: 395px;
	width: 100%;
	z-index: 3;
}

.welcome {
	text-align: center;
}

/*.welcome p:nth-child(1) {
	font-family: OpenSans-BoldItalic;
	font-size: 30px;
}

.welcome p:nth-child(2) {
	font-family: impact;
	font-size: 60px;
	line-height: 50px;
	text-transform: uppercase;
}*/

.welcome p:nth-child(1) {
	color: #ff7f00;
	font-size: 30px;
	margin-top: 20px;
	text-transform: uppercase;
}

.welcome p:nth-child(1) i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.marb-desc {
	font-family: OpenSans-Semibold;`
	font-size: 18px;
	margin-left: 4%;
	margin-top: 50px;
	width: 90%;
	color: #fff;
}

.marb-desc p {
	margin-bottom: 20px;
}

.marb-desc p span {
	color: #ff7f00;
	font-size: 18px;
	font-family: OpenSans-Bolditalic;
}

.marbel-ever {
	margin-top: -85px;
	position: relative;
}

.marble-De {
	background: #000 none repeat scroll 0 0;
	margin-top: 110px;
	padding-bottom: 50px;
}

.marble-De .owl-prev {
	background: url(../images/lefticon.png) no-repeat !important;
	width: 23px!important;
	height: 27px!important;
	background-color: none!important;
	opacity: 1!important;
	color: transparent !important;
	border-radius: 0!important;
	float: left;
	margin-left: -30px!important;
}

.marble-De .owl-next {
	background: url(../images/rightiocn.png) no-repeat !important;
	width: 23px!important;
	height: 27px!important;
	background-color: none!important;
	opacity: 1!important;
	color: transparent !important;
	border-radius: 0!important;
	float: right;
	margin-right: -30px!important;
}

.marble-De .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
}

.get-started {
	text-align: center;
	background: #000 url(../images/topicon_06.png) no-repeat top center;
	border-top: 1px solid #ff7f00;
	padding-top: 60px;
	padding-bottom: 50px;
	color: #fff;
}

.DT {
	font-family: OpenSans-BoldItalic;
	font-size: 36px;
	text-transform: uppercase;
}

.Bk {
	margin-top: 35px;
}

.Bk a {
	display: inline-block;
	background: url(../images/redbtn_03.png) no-repeat center;
	width: 229px;
	height: 51px;
	font-size: 18px;
	font-family: OpenSans-Semibold;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
}

.cat {
	background: url(../images/get-bg.png) no-repeat center / cover;
	padding: 35px 70px;
	text-align: center;
}

.cat-div {
	text-align: center;
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	padding: 35px;
}

.cat-img {}

.cat-img img {
	width: 100%;
}

.cat-name {
	background: #fff;
	font-size: 18px;
	color: #ef4123;
	font-family: OpenSans-bold;
	padding: 15px 0px;
	border: 1px solid #cccccc;
}

.cat-red {}

.cat-red a {
	display: block;
	background: #ff7f00;
	color: #fff;
	font-family: OpenSans-bold;
	padding: 15px 0px;
	border: 1px solid #cccccc;
	border-top: none;
}

.need {
	background: #ff7500;
	color: #fff;
	padding: 30px 0px;
}

.need-full {
	font-family: OpenSans-Regular;
	font-size: 16px;
	margin-top: 10px;
}

.gs-inner {
	text-align: right;
}

.GS {
	display: inline-block;
	vertical-align: middle;
	font-family: OpenSans-BoldItalic;
	font-size: 16px;
}

.gs-booknow {
	display: inline-block;
	vertical-align: middle;
}

.gs-booknow a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: OpenSans-bold;
	font-size: 14px;
	margin-left: 25px;
	padding: 10px 60px;
	text-transform: uppercase;
}

.services {
	background: url(../images/sr-bg.png) no-repeat center / cover;
	padding: 60px 0px;
}

.services-head {
	font-family: impact;
	text-transform: uppercase;
	font-size: 65px;
	line-height: 65px;
	color: #fff;
}

.ser-list {}

.srlist li {
	margin-bottom: 15px;
	font-family: OpenSans-Semibold;
	font-size: 18px;
	color: #fff;
}

.srlist li span {
	display: inline-block;
	vertical-align: middle;
}

.srlist li span:nth-child(1) {
	margin-right: 8px;
}

.ser-list {
	margin-left: 85px;
}

.client-say {}

.client-desc {
	padding: 55px 0px;
}

.quma {
	color: #ff7f00;
	font-family: impact;
	font-size: 100px;
	line-height: 50px;
}

.client-head {
	font-size: 40px;
	color: #161412;
	font-family: impact;
	text-transform: uppercase;
}

.cl-say {
	font-size: 17px;
	line-height: 36px;
	margin: 35px 0;
}

.cl-name {
	font-size: 29px;
	color: #ff7f00;
	font-family: impact;
}

.header-one .container {
	position: relative;
}

.header-one .container::after {
	background: #ff7b00 none repeat scroll 0 0;
	content: "";
	height: 84px;
	position: absolute;
	right: -1181px;
	top: 14px;
	width: 100%;
}

.main-menu .container {
	position: relative;
}

.main-menu {
	width: 100%;
	position: absolute;
	bottom: -64px;
}

.main-menu .container::after {
	background: #ff7b00 none repeat scroll 0 0;
	content: "";
	height: 64px;
	left: -1145px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.logo img {
	width: 295px;
}

.slider .owl-theme .owl-controls .owl-page span {
	background: none !important;
}

.slider .owl-theme .owl-controls .owl-page.active span {
	background: #fff !important;
}

.hexa {
	position: relative;
}

.hexa li:nth-child(2) {
	position: absolute;
	right: -50px;
	top: 145px;
}

.letmarbal {
	background: url(../images/let-marble.png) no-repeat center / cover;
}

.letmarbal .container {
	position: relative;
}

.footer-desc {
	padding: 90px 0;
	min-height: 292px;
}

.footer-desc p:nth-child(1) {
	font-family: OpenSans-Bold;
	font-size: 48px;
	color: #fff;
}

.footer-desc p:nth-child(2) {
	color: #161412;
	font-size: 30px;
	font-family: OpenSans-Bold;
}

.footer-desc p:nth-child(2) span {
	color: #161412;
	font-size: 30px;
	font-family: OpenSans-ExtraBold;
}

.book-today {
	background: rgba(0, 0, 0, 0) url("../images/footer-hexa_03.png") no-repeat scroll center center;
	color: #ff7f00;
	font-family: opensans-bold;
	font-size: 24px;
	height: 292px;
	line-height: 24px;
	padding-top: 125px;
	position: absolute;
	right: -21px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 340px;
}

.copyright {
	background: #252525;
	color: #fff;
	padding: 20px 0;
}

.copy {
	font-size: 12px;
	font-family: OpenSans-Semibold;
	text-align: left;
	margin-top: 15px;
}

.copy span {
	color: #fbae3b;
}

.designby {
	text-align: center;
}

.policy {
	font-size: 12px;
	font-family: OpenSans-Semibold;
	text-align: right;
	margin-top: 15px;
}

.policy li {
	display: inline-block;
	padding: 0 5px;
}

.policy li:first-child {
	border-right: 1px solid #fbae3b;
}

.policy li a {
	color: #fff;
}


/*-- inner-page --*/

.inner-banner {
	position: relative;
}

.page-title {
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 2px 3px #333;
	font-family: OpenSans-Bold;
}

.inner-page-head {
	position: relative;
	width: 100%;
	margin-top: -130px;
}

.inner-page-head .page-title {
	padding: 25px 0;
}

.inner-banner-img img {
	width: 100%;
	min-height: 215px;
	max-height: 215px;
}

.abt-head {
	font-size: 45px;
	line-height: 45px;
	font-family: OpenSans-Semibold;
	color: #ff7f00;
	margin: 0 0 25px;
}

.abt-head span {
	color: #161412;
}

.abt-txt {
	color: #161412;
	font-family: OpenSans-Semibold;
	line-height: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}

.abt-txt ul, .abt-txt ol {
	margin-left: 20px;
}

.abt-txt ul {
	list-style-type: disc;
}

.abt-txt ol {
	list-style-type: decimal;
}

.abt-txt p, .abt-txt ul, .abt-txt ol {
	margin-bottom: 20px;
}

.abt-txt p span {
	color: #ff7f00;
}

.side-cont .contact-frm {
	padding: 25px 10px;
	margin-top: 50px;
	text-align: center;
}

.side-cont .get p {
	width: auto;
}

.side-cont .get p:nth-child(1) {
	font-size: 25px;
	display: block;
	padding-left: 0;
}

.side-cont .get p:nth-child(2) {
	text-align: center;
	font-size: 13px;
}

.side-cont .get p:nth-child(2) span:nth-child(1) {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.side-cont .get p:nth-child(2) span:nth-child(2) {
	width: calc(100% - 50px);
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}

.side-cont .get {
	margin: 0 0 15px;
}

.side-cont .capte {
	margin-top: 15px;
}

.side-cont .frm-sub {
	font-size: 22px;
	margin: 10px 0 0;
	padding: 15px 10px;
}

.side-cont .Frm {
	padding: 0 15px;
}

.get-started2 {
	background: #fff url(../images/topicon_06.png) no-repeat top center;
	color: #000;
}

.get-started2 .Bk a {
	background: url("../images/cap_03.png") no-repeat center center / cover;
	color: #fff;
}

.contact-ON {
	color: #000;
	font-family: OpenSans-Bold;
	font-size: 42px;
}

.cont-hd {
	margin: 0 0 25px;
}

.cont-hd p:first-child {
	color: #274a68;
	font-size: 30px;
	font-family: OpenSans-Semibold;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.cont-hd p:nth-child(2) {
	color: #707070;
	font-size: 16px;
	font-family: OpenSans-Italic;
}

.cont-form form {}

.cont-form form p {
	margin: 0 0 15px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.cont-form form label {
	color: #ff7f00;
	font-family: OpenSans-Semibold;
	font-size: 14px;
	text-transform: uppercase;
}

.cont-form form .name, .cont-form form .numb {
	width: 49%;
}

.cont-form form input, .cont-form form select, .cont-form form textarea {
	border: 1px solid #d7d7d7;
	padding: 10px;
	width: 100%;
	font-size: 16px;
}

.cont-form form select {
	background: #ff7f00 url(../images/select-im.png) no-repeat right 15px center;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.cont-form form .submit-btn input {
	background: #171412;
	color: #fff;
	font-family: OpenSans-Semibold;
	text-transform: uppercase;
	padding: 15px;
}

.contact-mn {
	border: 1px solid #d7d7d7;
	margin: 25px 0 35px;
}

.contact-mn .col-sm-8, .contact-mn .col-sm-4 {
	padding: 0;
}

.contact-mn .cont-form {
	padding: 35px;
}

.cont-rt {
	position: relative;
}

.cont-rt-txt {
	background: #ff7f00;
	text-align: center;
	padding: 30px 10px;
	position: relative;
}

.cont-rt-txt::before {
	background: url(../images/bt-tp.png) no-repeat top center;
	position: absolute;
	content: "";
	top: -114px;
	width: 100%;
	height: 115px;
	left: 0;
}

.cont-rt-txt p {
	font-size: 22px;
	font-family: OpenSans-Bold;
	color: #000;
}

.cont-rt-txt p:first-child {}

.cont-rt-txt p:nth-child(2) {
	color: #fff;
}

.co-o {
	position: absolute;
	top: -15px;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 3;
}

.co-o li {
	display: inline-block;
	border-radius: 50%;
	box-shadow: 1px 2px 10px #666;
}

.co-o li:first-child {
	background: #ff7f00;
	height: 285px;
	width: 285px;
}

.co-o li:nth-child(2) {
	background: #161412;
	height: 255px;
	width: 255px;
	position: absolute;
	right: -30px;
	bottom: -145px;
}

div.wpcf7-response-output {
	float: left;
	margin: 0;
	padding: 0.2em 1em;
	text-align: center;
	width: 100%;
	font-size: 13px;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
}

#breadcrumbs {
	display: inline-block;
	position: absolute;
	bottom: 100px;
	font-family: OpenSans-Regular;
	left: 0;
	font-size: 15px;
	font-weight: bold;
}

#breadcrumbs a {
	color: #000;
}

.inner-page-head .container {
	position: relative;
}

.main-contact-form {
	position: absolute;
	bottom: 50px;
	width: 100%;
}

ul.sub-menu {
	margin: 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.gallery-image-container {
	min-height: 250px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px;
}

.gallery-image-container>img {
	display: block;
	margin: 0 auto;
}

/*.nav li li:not(:first-child) a, .nav li li li:not(:first-child) a {
	border-top: 1px solid #ff7b00;
}*/

.nav li li a, .nav li li li a {
	background: gray;
	border-top: none;
}

.gallery-image>img {
	width: 100%;
}

.gallery-image {
	padding-bottom: 10px;
}

h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	color: #ff7f00;
}

.caption {
	text-align: center;
}

.service.row {
	margin-bottom: 10px;
}

.row.column-collapse>div {
	padding: 0px;
}

.relative-image-container {
	position: relative;
}

.relative-image-container h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	color: white;
	font-weight: bold;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
}

.row.column-collapse {
    margin: 0px;
}

.services-heading {
    background-color: #ff7600;
    padding: 15px 0px;
    position: relative;
}

.services-heading h2 {
    color: white;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.services-heading:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff7600;
    content: '';
    position: absolute;
    bottom: -20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.nav li li a:hover {
    background: #ff7f00;
}

.nav li li a {
    transition: 0.35s background ease;
}

.mar-slider .owl-item {
    max-height: 400px;
    overflow: hidden;
}

.home .main-content span.small {
	display: block;
	margin-left: 30px;
	font-family: OpenSans-BoldItalic;
	font-size: 30px;	
}

.home .main-content span.large {
	font-family: impact;
	font-size: 60px;
	line-height: 50px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}