body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background:url(../images/bg-body.jpg) 50% 50% no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.container {
}

.container.fullwidth {
	width:100%;
}

@media (min-width: 768px) {
.container.small {
    width: 720px;
}
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

a:hover {
	color:inherit;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

h1,h2,h3,h4,h5,h6,p,ul,a {

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:#000;
}

.navbar-default {
	background:#000;
	min-height:50px;
	border:none;
	border-radius:0px;
}

.navbar-brand {
	height:50px;
	padding:15px 15px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

/* Main Styles */
#content {
	padding-bottom:10px;
}

#content .bg {
	padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    background-position-y: -3px;
    background-color: rgba(0, 0, 0, 0.498039);
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.button {
	display:inline-block;
    border: 3px solid #0fb3ff;
    color: #fff;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 3px;
    padding: 10px 25px ;
	min-width:153px;
	text-align:center;
	font-weight:bold;
	margin-top:13px;
}

.button:hover {
	background-color:#0fb3ff;
	color:#fff;
	text-decoration:none;
}

.logo img {
	width:285px;
}

h1 {
	color:#fff;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    line-height: 50px;
}

h4 {
	color:#fff;
    font-size: 20px;
    margin-top: 5px;
	margin-bottom:40px;
}

h3 {
	color:#fff;
    font-size: 32px;
    margin-top: 10px;
	margin-bottom:25px;
}

h5 {
	margin:0px;
}

a {
	color:inherit;
}

.down p {
	color:rgb(238, 238, 238);
    font-size: 16px;
    margin-top: 0px;
	margin-bottom:20px;
	line-height:normal:
}

p.info {
	color:#fff;
    font-size: 14px;
    margin-top: 0px;
	margin-bottom:45px;
	line-height:normal:
}

p.info:before {
    content: "\f023";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

textarea {
	display:inline-block;
	width:100%;
	background-color:#fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 10px 18px;
    outline: none;
    color: #333;
	height:70px;
	margin-bottom:10px;
}

input {
	display:inline-block;
	width:100%;
	background-color:#fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 0px 18px;
    outline: none;
    color: #333;
	height:48px;
	margin-bottom:10px;
}

input.name {
	background-image: url(../images/name2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.phone {
	background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.email {
	background-image: url(../images/email2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.address {
	background-image: url(../images/address2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}


select {
	display:inline-block;
	width:100%;
	background-color:#fff;
    border-radius: 5px;
	background-image: url(../images/bg-select.png);
    background-repeat: no-repeat;
    background-position: 97%;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 0px 0px 0px 18px;
    outline: none;
    color: #333;
	height:48px;
	margin-bottom:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position:relative;
}

input[type="submit"] {
    background-color: #0fb3ff;
	color:#fff;
    font-size: 27px;
    padding:0;
	height:64px;
	line-height:64px;
	text-align:center;
	border:none;
	border-radius:0;
	font-weight:bold;
	margin-top:5px;
    font-family: 'Oswald', sans-serif;
    transition: 0.4s all ease;
}

input[type="submit"]:hover {
	background: #08355c;
}

a.facebook {
	display:inline-block;
	background:#3d5b95;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
	color:#fff;
	margin:0px 10px;
	text-decoration:none;
}

a.twitter {
	display:inline-block;
	background:#24aadd;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
	color:#fff;
	margin:0px 10px;
	text-decoration:none;
}

a.google {
	display:inline-block;
	background:#d23e30;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
	color:#fff;
	margin:0px 10px;
	text-decoration:none;
}

a.facebook:before {
    content: "\f230";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

a.twitter:before {
    content: "\f099";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

a.google:before {
    content: "\f0d5";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#header {
	background:#fff;
	padding:10px 0px 15px 0px;
}

#header p {
	color:#000;
    font-size: 24px;
	margin:25px 0px 0px 0px;
}

#header .logo img {
	width:230px;
}

#header p:before {
    content: "\f007";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#content.edit {
	padding-top:100px;
}

#content.edit .bg {
	background:#fff;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 50px;
	margin-bottom:100px;
}

#content.edit h1 {
	color:#0fb3ff;
	font-weight:700;
    font-size: 48px;
    line-height: 1.5em;
	text-transform:inherit;
	font-family:inherit;
}

#content.edit h4 {
    font-size: 24px;
    color: rgb(20, 20, 20);
	font-weight:700;
	margin-bottom:50px;
}

#content.edit .bg p {
    color: rgba(47, 47, 47, 0.780392);
    font-size: 16px;
}

#content.edit .button {
    background-color: rgb(234, 152, 38);
	color:#fff;
    font-size: 26px;
    padding:0px;
	height:64px;
	line-height:64px;
	text-align:center;
	border:none;
	border-radius:0px;
	font-weight:bold;
	margin-top:5px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    padding: 0px 35px;
}

#content.edit .button:hover {
	background:#be6e1d;
}

#content.edit span:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content.edit .top {
	margin-top:65px;
}

/* Media Css */
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.logo {
	margin:15px 0px;
}

h4 {
	font-size:16px;
}

h3 {
    font-size: 27px;
}

h5 a {
	margin-top:10px !important;
}

input[type="submit"] {
	font-size:21px;
}

#content.edit .bg {
	padding:10px 15px 50px 15px;
}

#content.edit h1 {
    font-size: 29px;
    line-height: 1.2em;
}

#content.edit .button {
    font-size: 19px;
	padding:0px 20px;
	margin-bottom:25px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {

#content.edit .button {
    font-size: 18px;
	padding:0px 25px;
	margin-bottom:25px;
}
}