@charset "utf-8";
/* CSS Document */

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,800');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Gotham-Light';
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-size: 14px;
	line-height: 2.145;
	font-weight: 400;
	color: #909090;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	
}
p a
{
	text-decoration: none;
	display: inline;
	position: relative;
	color: inherit;
	/*border-bottom: solid 1px #ffa07f;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	/*background: #ffa07f;*/
}
p a:hover::after
{
	opacity: 0.2;
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	margin-bottom: 0;
	color: #2c2c2c;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image_index
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
.button
{
	width: 186px;
	height: 65px;
	background: transparent;
	text-align: center;
	border: solid 2px #ff0e3b;
	overflow: hidden;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button::before
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 130%;
	height: 320%;
	background: #ff0e3b;
	content: '';
	z-index: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.button::after
{
	display: block;
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: 30px;
	height: 30px;
	background: #ff0e3b;
	content: '';
	transform: rotate(-45deg);
}
.button a
{
	display: block;
	position: relative;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.075em;
	line-height: 61px;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover::before
{
	top: 160%;
	left: 160%;
}
.button:hover a
{
	color: #ff0e3b;
}
.button_2
{
	width: 186px;
	height: 65px;
	background: transparent;
	text-align: center;
	border: solid 2px #ff0e3b;
	overflow: hidden;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button_2 a
{
	display: block;
	position: relative;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.075em;
	line-height: 61px;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button_2:hover
{
	background: #ff0e3b;
}
.section_subtitle
{
	font-size: 14px;
	font-weight: 700;
	color: #909090;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.section_title
{
	margin-top: 8px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: absolute;
	left: 157px;
	top: 20px;
	width: calc(100% - 314px);
	height: 76px;
	background-color: rgba(51,52,142,0.8);
	z-index: 100;
	border-radius: 30px;
	font-size: 25px;
	color: #fff;
}
.header_wrap
{
	width: 100%;
	height: 100%;
	padding-top: 12px;
	font-size: 25px;
	color: #fff;
}
.logo
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 60px;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 52px;
}
.main_nav ul li a
{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #ff0e3b;
}

.main_nav i
{
	margin-left: 25px;
	font-size: 35px;
}

.main_nav a
{
	color: #fff;
}

.fixed_header
{
	position: fixed;
	top: -70px;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(51,52,142,0.8);
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.fixed_header.scrolled
{
	top: 0;
}
.hamburger
{
	display: none;
	padding: 5px;
	cursor: pointer;
}
.hamburger i
{
	font-size: 22px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #ff0e3b;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	z-index: 101;
}
.menu_door
{
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(25,10,73,0.9);
}
.door_left
{
	right: 50%;
}
.door_right
{
	left: 50%;
}
.menu_content
{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.menu_close
{
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close:hover
{
	color: #ff0e3b;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}
.menu_nav ul li a
{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.menu_nav ul li a:hover
{
	color: #ff0e3b;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 919px;
}

.home_slider_container
{
	height: 100%;
}
.slide_wrap
{
	width: 100%;
	height: 100%;
	padding-top: 90px;
}
.home_container
{
	width: 100%;
}
.home_content
{
	opacity: 0;
	-webkit-transition: all 2000ms 500ms ease;
	-moz-transition: all 2000ms 500ms ease;
	-ms-transition: all 2000ms 500ms ease;
	-o-transition: all 2000ms 500ms ease;
	transition: all 2000ms 500ms ease;
}
.home_content.active
{
	opacity: 1;
}
.home_subtitle_b
{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding-left: 6px;
	margin-top: -200px;
}
.home_title_b
{
	margin-top: 60px;
}

.home_subtitle
{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding-left: 6px;
	margin-top: -200px;
}
.home_title
{
	margin-top: 60px;
}

.home_title h1
{
	font-size: 72px;
	font-weight: 300;
	color: #ffffff;
	text-transform: initial;
	letter-spacing: 0.2em;
}
.home_title h1:not(:last-of-type)
{
	margin-bottom: -6px;
}
.home_title h1 span
{
	font-weight: 700;
}
.home_button
{
	margin-left: 9px;
	margin-top: 37px;
}
.home_slider .owl-dots
{
	position: absolute;
	left: calc((100% - 1102px) / 2);
	bottom: 36px;
	z-index: 100;
}
.home_slider .owl-dots .owl-dot
{
	outline: none;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider .owl-dots .owl-dot span
{
	position: relative;
	background: transparent;
	width: auto;
	height: auto;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
}
.home_slider .owl-dots .owl-dot:hover span
{
	background: transparent;
}
.home_slider .owl-dots .owl-dot:not(.active):hover span::after
{
	color: #ff0e3b;
}
.home_slider .owl-dots .owl-dot.active
{
	background: #ff0e3b;
	width: 44px;
	height: 44px;
	margin-right: 6px;
}
.home_slider .owl-dots .owl-dot.active span
{
	background: transparent;
}
.home_slider .owl-dots .owl-dot span::after
{
	display: block;
	position: relative;
	color: #ffffff;
}
.home_slider .owl-dots .owl-dot:first-child span::after
{
	content: '01.';
}
.home_slider .owl-dots .owl-dot:nth-child(2) span::after
{
	content: '02.';
}
.home_slider .owl-dots .owl-dot:nth-child(3) span::after
{
	content: '03.';
}
.home_slider .owl-dots .owl-dot:nth-child(4) span::after
{
	content: '04.';
}
.home_slider .owl-dots .owl-dot:nth-child(5) span::after
{
	content: '05.';
}
.home_slider .owl-dots .owl-dot:nth-child(6) span::after
{
	content: '06.';
}
.home_slider .owl-dots .owl-dot:nth-child(7) span::after
{
	content: '07.';
}
.home_slider .owl-dots .owl-dot:nth-child(8) span::after
{
	content: '08.';
}
.home_slider .owl-dots .owl-dot:nth-child(9) span::after
{
	content: '09.';
}
.home_slider .owl-dots .owl-dot:nth-child(10) span::after
{
	content: '10.';
}

/*********************************
6. Intro
*********************************/

.intro
{

}
.intro_boxes_wrap
{
	width: 100%;
}
.intro_boxes_wrap > div
{
	width: 100%;
	height: 498px;
}
.intro_box
{
	width: calc(100% / 3);
	height: 100%;
	padding-left: 75px;
	padding-right: 75px;
}
.intro_box:first-child
{
	background: #190a49;
}
.intro_box:nth-child(2)
{
	background: #3c098d;
}
.intro_box:nth-child(3)
{
	background: #ff0e3b;
}
.intro_box_icon
{
	width: 41px;
	height: 41px;
}
.intro_box_icon img
{
	max-height: 100%;
}
.intro_box_title
{
	margin-top: 25px;
}
.intro_box_title h3
{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.intro_box_text
{
	margin-top: 28px;
}
.intro_box_text p
{
	color: #ffffff;
}

/*********************************
7. About
*********************************/

.about
{
	background: #ffffff;
	padding-top: 96px;
	padding-bottom: 99px;
}
.about_text
{
	margin-top: 25px;
	padding-right: 75px;
}
.about_button
{
	margin-top: 36px;
}
.about_image
{
	padding-top: 8px;
}

/*********************************
8. Classes
*********************************/

.classes
{
	background: #ffffff;
	padding-top: 97px;
	padding-bottom: 100px;
}
.classes_slider_container
{
	margin-top: 90px;
}
.classes_slide_wrap
{
	padding-bottom: 42px;
}
.classes_slide_wrap > div
{
	background: #eef3f6;
	padding-top: 72px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 108px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.class_image
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -42px;
	border-radius: 50%;
	overflow: hidden;
}
.class_image a
{
	display: block;
	position: relative;
	height: 100%;
}
.class_image a::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 3px #ff0e3b;
	content: '';
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.classes_slide_wrap:hover .class_image a::after
{
	opacity: 1;
}
.classes_slide_wrap:hover > div
{
	background: #190a49;
}
.classes_title h3
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.classes_slide_wrap:hover .classes_title h3
{
	color: #ffffff;
}
.classes_text
{
	margin-top: 25px;
}

/*********************************
11. Pricing
*********************************/

.pricing
{
	padding-top: 101px;
	padding-bottom: 100px;
}
.pricing .section_title h1
{
	color: #ffffff;
}
.pricing_slider_container
{
	margin-top: 90px;
}
.pricing_box
{
	background: #ffffff;
}
.pricing_box_alt
{
	background: #190a49;
	border: none;
}
.pricing_title_box
{
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.pricing_title_box::before
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 100%;
	height: 120%;
	background: #190a49;
	content: '';
	z-index: 0;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	-ms-transform: rotate(22.5deg);
	-o-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pricing_title_box::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 120%;
	background: #190a49;
	content: '';
	z-index: 0;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-22.5deg);
	-moz-transform: rotate(-22.5deg);
	-ms-transform: rotate(-22.5deg);
	-o-transform: rotate(-22.5deg);
	transform: rotate(-22.5deg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pricing_box_alt .pricing_title_box::after,
.pricing_box_alt .pricing_title_box::before
{
	background: #ff0e3b;
}
.pricing_title_box > div
{
	z-index: 1;
}
.pricing_name
{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 49px;
	line-height: 1.2;
}
.pricing_price
{
	font-size: 48px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 14px;
	line-height: 1.2;
}
.pricing_price span
{
	vertical-align: super;
	font-size: 24px;
	padding-left: 8px;
}
.pricing_per
{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 10px;
}
.pricing_content
{
	padding-top: 52px;
	padding-bottom: 46px;
}
.pricing_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #838383;
}
.pricing_list ul li:not(:last-of-type)
{
	margin-bottom: 15px;
}
.pricing_info
{
	margin-top: 35px;
	width: 19px;
	height: 19px;
	background: #ffc016;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.pricing_info a
{
	display: block;
	position: relative;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	list-style-position: 19px;
}
.pricing_button
{
	margin-top: 37px;
}
.pricing_box .button,
.pricing_box .button_2
{
	width: 165px;
}

/*********************************
12. Footer
*********************************/

.footer
{
	background: #190a49;
}
.footer_content
{
	padding-top: 99px;
	padding-bottom: 30px;
}

.footer_bar
{
	height: 106px;
}

.copyright
{
	font-size: 20px;
	color: #fff;
	margin-left: 25px;
}

.copyright i
{
	font-size: 35px;
	color: #fff;
	margin-left: 25px;
}
.copyright a
{
	color: #fff;
}

.footer_row
{
	margin-top: 59px;
}

.footer_list
{
	margin-top: 25px;
}
.footer_list ul li:not(:last-of-type)
{
	margin-bottom: 15px;
}
.footer_list ul li
{
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.38);
	text-transform: uppercase;
}

.bg_form
{
	width: 100%;
	height: 716px;
	z-index: 50;
}

.form-style {
	width: 1000px;
	padding: 30px;
	background: #FFFFFF;
	margin: -80px auto;
}

.form-style-8 h1 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin: 50px 0px;
}

.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="tel"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select 
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Gotham-Light;
	height: 45px;
}
.form-style-8 textarea{
	resize:none;
	overflow: hidden;
}
.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
	-moz-box-shadow: inset 0px 1px 0px 0px #110732;
	-webkit-box-shadow: inset 0px 1px 0px 0px #110732;
	box-shadow: inset 0px 1px 0px 0px #110732;
	background-color: #33348e;
	border: 1px solid #110732;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font: 16px Gotham-Light;
	height: 45px;
	width: 60%;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
}
.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
	background:linear-gradient(to bottom, #5455a3 5%, #5455a3 100%);
	background-color:#5455a3;
}

.esquerdo {
	width: 420px;
	float:left;
	margin: 15px 10px;
}
.direito {
	width: 420px;
	float:right;
	margin: 15px 10px;
}
.meio {
	margin: 15px 10px;
}

.enviar {
	text-align: center;
	margin-top: 25px;
}

.contato_whatz {
	width: 900px;
	height: 45px;
	margin: 80px auto;
	font-size: 75px;
	text-align: center;
	color: #FFF;
}
.contato_whatz p {
	font-size: 28px;
	color: #FFF;
}

.header_social
{
	width: 100%;
	height: 62px;
	margin-top: 20px;
	z-index: 60;
	margin-bottom: 20px;
}
.main_social
{
	width: 1000px;
	height: 60px;
	margin: 0px auto;
}

.inst_social p
{
	font-size: 28px;
	color: #FFF;
	float: left;
	margin-right: 30px;
}

.face_social p
{
	font-size: 28px;
	color: #FFF;
}

.consultorio {
	width: 100%;
	height: 433px;
}

.mapa {
	width: 100%;
	height: 800px;
}

.main_mapa {
	width: 1000px;
	height: 200px;
	margin: 0px auto;
}

.main_mapa p {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-top: 71px;
	border-bottom: solid 1px #dfddeb;
}

.main_mapa i {
	font-size: 35px;
	color: #33348e;
	text-align: center;
}

.google_m {
	width: 1920px;
	height: 600px;
	margin: 0px auto;
	margin-top: -71px;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fontes/Gotham-Light.eot?81703720');
  src: url('../fontes/Gotham-Light.eot?81703720#iefix') format('embedded-opentype'),
       url('../fontes/Gotham-Light.woff?81703720') format('woff'),
       url('../fontes/Gotham-Light.ttf?81703720') format('truetype'),
       url('../fontes/Gotham-Light.svg?81703720#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.formulario label { font: 11px arial; color:#C30 !important; }

.erro { display:block; }
.erro h3 { display:block; font: bold 25px Arial; letter-spacing:-1px; color:#b93e3f; }
.erro { font: 13px arial; }