/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* Buttons */

.btn-default-extra {
	display: block;
	background-color: #fe5b5b;
    border-color: #616161;
    font-weight: 500;
	border-style: solid;
    border-width: initial;
    box-shadow: 3px 3px #bfbfbf;
	color: #2d2d2d;
}

/* Nav Bar Breakpoint */
@media (max-width: 1010px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* OVERALL ASPECT */
body {
	background-color: #e4e4e4;
    font-family: "Lato";
    font-weight: 300;
    font-size: 18px;
    color: #393939;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

row centered{
	padding:5px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h1{
	text-shadow: -2px 2px 2px #18a79d;
}

h2, h4{
	color: #fe5b5b;
	font-size: 20px;
}

/* Images */
img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         		/* Firefox */
    image-rendering: -o-crisp-edges;         		/* Opera */
    image-rendering: -webkit-optimize-contrast;		/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  		/* IE (non-standard property) */
}

imgfront {
	padding: 0px;
}

img {
    vertical-align: baseline;
}

.imgborder {
	border-style: solid;
    border-color: #fe5b5b;
	border-width: 2px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	font-weight: 800;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #18a79d
}

.navbar-inverse .navbar-brand {
	color: #ee1c25;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand-sub {
	color: #18a79d;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand-main {
	color: #ee1c25;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #fe5b5b;
	font-size: 22px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#headerwrapmini {
	background: url(../img/header-mini.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrapmini h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrapmini h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
	color: #fe5b5b;
}

#lgX {
	background: #fe5b5b;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lgX h2 {
	font-weight: 700;
	color: #ebebeb;
}

/* Red Wrap */
#r {
	background: #fe5b5b;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}

/* Footer Wrap */
#f {
	background: #18a79d;
	padding-top: 30px;
	padding-bottom: 10px;
}

#f i {
	color: #f3f3f3;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #fe5b5b;
}

/****** SECTIONS *****/

.p {
	color: #000000;
	border-size: 1px;
	border-style: solid;
	border-color: #616161;
	background: #fdfdfd;
	box-shadow: 3px 3px #bfbfbf;
	font-weight: 400;
}

.p h2 {
	color: #18a79d;
	font-weight: 500;
	font-size: 35px;
}

.p i {
	color: #fe5b5b;
	font-size: 30px;
}

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #fe5b5b;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #fe5b5b;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px;
}

/* Contact */
.contact{
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 20px;
	box-sizing: border-box;
}

.panel{
	border: 1px solid #ddd;
	background: #f0f0f0;
	margin-bottom: 20px;
	padding: 20px;
}

.muted{
	color: #aaa;
}

label, input, textarea, select{
	display: block;
}

input, textarea, select{
	padding: 10px;
	width: 100%;
	box-sizing:border-box;
}

label input, label textarea, select{
	margin-top: 10px;
}

label{
	margin-bottom:20px;
}

input{
	margin-top: 15px;
}

/* Price Card */
.cardStarter, .cardSilver, .cardGold, .cardPlatinum{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	border: 1px solid #18a79d;
	background-color: #dce2e2;
}

.cardStarter:hover{
    box-shadow: 0 8px 16px 0 #18a79d;
}

.cardSilver:hover{
    box-shadow: 0 8px 16px 0 #18a79d;
}

.cardGold:hover{
    box-shadow: 0 8px 16px 0 #18a79d;
}

.cardPlatinum:hover{
    box-shadow: 0 8px 16px 0 #18a79d;
}

.card img{
    max-width: 100%;
	height: auto;
	display:block;
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.cardFeature{
    background-color: #f1f1f1;
	border-top: 1px solid #18a79d;
	padding: 5px;
}

.cardFeatureAlt{
	background-color: #f5f5f5;
}

.cardFeature p{
    margin: 5px;
}

.cardFeature i{
	font-weight: 300;
    font-size: 18px;
    color: #393939;
}

.cardFeature h4{
	font-weight: 300;
    font-size: 18px;
    color: #18a79d;
}

.cardButton{
	border-top: 1px solid #18a79d;
    background-color: #afd6d3;
	padding: 5px;
}

.cardBottom{
	background-color: #dce2e2;
}

.cardRow1{
	height: 310px;
}

.cardRow2{
	height: 320px;
}

.cardRow3{
	height: 80px;
}

.cardRow4{
	height: 50px;
}

.cardRow5{
	height: 220px;
}

@media only screen and (max-width: 1200px) {
	.cardRow1, .cardRow2, .cardRow3, .cardRow4, .cardRow5{
		height: auto;
	}
}