/*
GENERAL STYLES
*/
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Oswald:300);
::-moz-selection {
    color: #F7F7F7;
    background: #1a566f;
}
::selection {
    color: #F7F7F7;
    background: #1a566f;
}
body {
    background: #333;
    color: #F7F7F7;
    font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 18px;
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
a {
	color: #601010;
	transition: .25s;
}
a:hover {
	color: #892847;
	text-decoration: none;
}
a:focus {
	outline: none;
	color: #a52f54;
}
.form-control {
    box-shadow: none;
    border: none;
    color: #1F1F21;
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.7);
	border-radius: 0;
	transition: .25s;
}
.form-control:hover {
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.8);
}
.form-control:focus {
    box-shadow: none;
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.9);
}
.input-group {
	margin-bottom: 24px;
}
.input-group-addon {
	box-shadow: none;
    border: none;
    color: #a52f54;
	color: rgba(120, 10, 10, 0.9);
	background: #f7f7f7;
	background: rgba(247, 247, 247, 0.6);
	border-radius: 0;
	transition: .25s;
}
.btn {
    box-shadow: none;
    border: none;
    color: #F7F7F7;
	background: #601010;
	background: rgba(179, 32, 32, 0.7)
	border-radius: 0;
    transition: .25s;
}
.btn:hover {
    color: #F7F7F7;
	background: #a52f54;
	background: rgba(165, 47, 84, 0.9);
}
.btn:focus {
    outline: none;
    color: #F7F7F7;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
}
#newsletter-success, #newsletter-error, #contact-success, #contact-error {
    display: none;
}
.alert {
	margin-top: 24px;
	border-radius: 0;
	border: none;
	text-align: center;
	font-weight: bold;
}
.alert-danger {
	background: #ff3a2d;
	background: rgba(255, 58, 45, 0.75);
	color: #F7F7F7;
}
.alert-success {
	background: #4cd964;
	background: rgba(76, 217, 100, 0.75);
	color: #F7F7F7;
}
.ketchup-error ul {
	background: #FF2D55;
	background: rgba(255, 45, 85, 0.75);
	color: #F7F7F7;
}
.ketchup-error span {
	border-top-color: #FF2D55;
	border-top-color: rgba(255, 45, 85, 0.75);
}
.tooltip-inner {
	background: #ff2d55;
	background: rgba(255, 45, 85, 0.75);
	border-radius: 0;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #ff2d55;
	border-left-color: rgba(255, 45, 85, 0.75);
}
.tooltip.top .tooltip-arrow {
	border-top-color: #ff2d55;
	border-top-color: rgba(255, 45, 85, 0.75);
}
.tooltip.right .tooltip-arrow {
	border-right-color: #ff2d55;
	border-right-color: rgba(255, 45, 85, 0.75);
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ff2d55;
	border-bottom-color: rgba(255, 45, 85, 0.75);
}
.heading {
	margin: 0;
	text-align: center;
	margin-bottom: 48px;
	font-size: 48px;
}
.lead {
	font-size: 24px;
}
#features-link, #newsletter-link, #about-link, #pricing-link, #gallery-link, #contact-link {
	position: relative;
	top: -80px;
}

/*
NIVOSLIDER
*/
.nivo-directionNav a {
	font-size: 36px;
}
.nivo-prevNav {
	left: 12px;
}
.nivo-nextNav {
	right: 12px;
}
.nivo-controlNav a {
	margin: 0 6px;
}

/*
HEADER
*/
.navbar-default {
    border: none;
    background: #1f1f21;
	background: rgba(31, 31, 33, 0.9);
}
.navbar-nav>li>a {
    line-height: 50px;
    font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
    color: #F7F7F7;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #892847;
}
.navbar-brand {
    transition: .25s;
}
.navbar-brand:hover {
    opacity: .8;
}
.navbar-collapse {
    border: none;
}
.navbar-toggle {
    border: none;
    background: #601010;
    color: #F7F7F7;
    line-height: 32px;
    width: 50px;
    font-size: 1em;
    transition: .25s;
}
.navbar-default .navbar-toggle:focus {
    outline: none;
	background: #601010;
}
.navbar-default .navbar-toggle:hover {
    background: #702020;
}

/* MAIN */
.main {
    padding: 96px;
	padding-top: 176px;
    text-align: center;
	background: #1f1f21;
	background: rgba(31, 31, 33, 0.5);
}
.logo-wrapper {
    text-align: center;
    margin: 48px 0;
}
.logo {
    max-width: 100%;
	font-size: 96px;
}
.main-heading {
    margin: 0;
	margin-bottom: 24px;
    font-size: 72px;
}
.main-subheading {
	margin-bottom: 48px;
}
.main-btn {
	margin: 0 6px;
}

/*
FEATURES
*/
.features {
	background: #297fa3;
	background: rgba(64, 16, 16, 0.9);
	padding: 48px 12px;
	text-align: center;
}
.features-item {
	margin-top: 48px;
}
.features-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 2.5em;
	line-height: 100px;
	background: #236988;
	background: rgba(111, 33, 33, 0.5);
	border-radius: 100%;
	transition: .5s;
}
.features-item:hover .features-icon {
	font-size: 3.5em;
	background: #236988;
	background: rgba(111, 33, 33, 0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.features-heading {
	margin: 24px 0;
}

/*
NEWSLETTER
*/
.newsletter {
	padding: 96px 12px;
	background: #1f1f21;
	background: rgba(31, 31, 33, 0.5);
}
#newsletter-form {
	margin: 0 auto;
	width: 75%;
}
.newsletter .input-group {
	margin-bottom: 0;
}

/*
ABOUT
*/
.about-section {
	padding: 48px 12px;
}
.about-section:nth-child(even) {
	background: #297fa3;
	background: rgba(23, 6, 6, 0.9);
}
.about-section:nth-child(odd) {
	background: #247495;
	background: rgba(64, 16, 16, 0.9);
}

/*
PRICING
*/
.pricing {
	background: #1f1f21;
	background: rgba(31, 31, 33, 0.5);
	padding: 48px 12px;
}
.best-deal {
    margin-top: -15px;
}
.best-deal-label {
    display: block;
    font-size: 2rem;
    color: #20617c;
    margin-top: 7px;
}
.pricing-table-title {
    background: #297fa3;
	background: rgba(111, 33, 33, 0.9);
    margin: 0;
    padding: 24px 0;
    font-size: 2em;
}
.pricing-table-price {
    background: #297fa3;
	background: rgba(111, 33, 33, 0.9);
    margin: 0;
    padding: 24px 0;
    font-size: 4em;
}
.per-month {
    display: block;
    font-size: 2rem;
    margin-top: 7px;
}
.pricing-table-desc {
    background: #297fa3;
	background: rgba(111, 33, 33, 0.9);
    margin: 0;
    padding: 24px 0;
    font-size: 1.5em;
}
.pricing-table ul {
    margin-bottom: 0;
}
.pricing-table-feature {
    background: #1f1f21;
	background: rgba(31, 31, 33, 0.8);
    padding: 12px 0;
    font-size: 1em;
}
.pricing-table-feature:nth-child(even) {
    background: #1f1f21;
	background: rgba(31, 31, 33, 0.6);
}
.pricing-table-footer {
    background: #297fa3;
	background: rgba(111, 33, 33, 0.9);
    padding: 24px;
}

/*
GALLERY
*/
.gallery {
	background: #297fa3;
	background: rgba(111, 33, 33, 0.9);
	padding: 48px 12px;
}
.grid {
    padding: 0;
    width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}
.grid li {
	display: inline-block;
	width: 25%;
	margin: 0;
	padding: 12px;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
    overflow: hidden;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	transition: 0.4s;
}
.grid figure:hover img {
    -webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.grid figcaption {
	position: absolute;
	left: 0;
	padding: 20px;
	background: #1F1F21;
    height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
    -o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.grid figure:hover figcaption {
    opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
    -o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.grid figcaption h3 {
    margin: 0;
    margin-bottom: 12px;
}
.grid figcaption a {
    display: block;
}

/*
CONTACT
*/
.contact {
	background: #1f1f21;
	background: rgba(31, 31, 33, 0.5);
	padding: 48px 12px;
}
.contact-info i {
	margin-right: 6px;
}
.contact-info {
	margin-bottom: 24px;
}

/*
FOOTER
*/
.footer {
	padding: 48px 12px;
	background: #297fa3;
	background: rgba(31, 1, 1, 0.9);
	text-align: center;
}
.back-top {
	font-size: 72px;
	line-height: 24px;
}
.copyright {
	margin-top: 24px;
	margin-bottom: 48px;
}
.social-icon {
	display: inline-block;
	font-size: 42px;
	background: #f7f7f7;
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 100%;
	opacity: .4;
	transition: .25s;
	margin: 12px 3px;
}
.social-icon:hover {
	opacity: .8;
}

.about-section h1, .about-section h2 {
	border-bottom: solid white 1px;
}

.features h1, .features h2 {
	border-bottom: solid white 1px;
	padding-bottom: 4px;
}

/*
MEDIA QUERIES
*/
@media all and (max-width: 768px) {
	#newsletter-form {
		width: 100%;
	}
	.pricing-table {
		margin-bottom: 48px;
	}
	.grid li {
		width: 100%;
	}
	.contact-infos {
		margin-bottom: 48px;
	}
	.main {
		padding: 0;
		padding-top: 128px;
		padding-bottom: 48px;
	}

	.navbar-brand {
	    transition: .25s;
	    padding: 8px;
	}
}