/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);


@font-face {
    font-family: 'Soho-regular';
    src: url('../fonts/SohoStd-Regular.eot');
    src: url('../fonts/SohoStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohoStd-Regular.woff2') format('woff2'),
        url('../fonts/SohoStd-Regular.woff') format('woff'),
        url('../fonts/SohoStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soho-medium';
    src: url('../fonts/SohoStd-Medium.eot');
    src: url('../fonts/SohoStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohoStd-Medium.woff2') format('woff2'),
        url('../fonts/SohoStd-Medium.woff') format('woff'),
        url('../fonts/SohoStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Soho-regular';
    src: url('../fonts/SohoStd-Regular.eot');
    src: url('../fonts/SohoStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohoStd-Regular.woff2') format('woff2'),
        url('../fonts/SohoStd-Regular.woff') format('woff'),
        url('../fonts/SohoStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Soho-medium';
    src: url('../fonts/SohoStd-Medium.eot');
    src: url('../fonts/SohoStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohoStd-Medium.woff2') format('woff2'),
        url('../fonts/SohoStd-Medium.woff') format('woff'),
        url('../fonts/SohoStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*--------------------
1. General
--------------------*/

body {
  margin: 0px!important;
    font-family: 'Soho-regular';
	background-color:transparent !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: 'Soho-regular', sans-serif;
    color: #232323;
}

h2 {
	font-size:25px;
}

.h1, h1 {
    font-size: 30px;
}

strong {
	font-family: 'Soho-medium', sans-serif;
}

p {
    font-family: 'Soho-regular', sans-serif;
    font-size: 18px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #000;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
	section {

    padding: 20px 0;

}
}


.form-group div {
	    font-family: 'Soho-regular', sans-serif !important;
    font-size: 35px!important;
    padding: 15px 0;
	border:1px solid #808080!important;
}


.form-control {
    border: 1px solid #ffffff !important;
    width: 95%;
    margin: 0 auto !important;
    background-color: #eeeeee;
    border-radius: 0px;
    padding: 30px;
    font-size: 20px;
}



.btn-success {
	background: #65818e;
    font-family:'Soho-regular', sans-serif;
	    display: inline-block;
    border-radius: 28px;
    padding: 12px 58px;
    margin-bottom: 0;
	    font-size: 30px!important;
	border:none!important;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	
}

.btn_submit {
	text-align: center!important;
}

@media screen and (max-width: 767px) {
	section {
    padding: 0 30px;
}
div.form-group.col-sm-3.col-xs-3.controls {
padding-left:0px !important;
padding-right:3px !important;
}

.form-group div {
		font-size:22px!important;
	}


}

@media screen and (max-width: 570px) {
	
	div.form-group.col-sm-3.col-xs-3.controls {
padding-left:0px !important;
padding-right:4px !important;
}

	section {
    padding:0;
}
	.col-xs-4 {
    width: 50%;
		    padding: 0 10px;
}
	
	.form-group div {
		font-size:22px!important;
	}
	
}

.btn-success:hover {
    color: #ffffff;
        background-color: rgb(255, 0, 0, 0.8);
border:none!important;
}

.form-group {
	margin-bottom:5px !important;
}

.text-danger, .text-danger:hover {
    color: #e74c3c;
	padding-left: 24px;
}

.help-block {
    font-size: 13px;
}

.highlight {
    border: 1px solid red;
}

ul, ol {
    list-style: outside none none !important;
    margin-bottom: 10.5px;
    margin-left: 0;
    padding-left: 10px !important;
}

