/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* 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);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
    
}
.body-container{
	overflow: hidden; 
}
#main-container{
	position: absolute;
	left: 0;
	top: 0;
	right: -30px;
	bottom: 0;	
	padding-right: 15px;
	overflow-y: scroll;
    background-color: #E0E0E0;   
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
}


/* 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: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
   
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #55A561;
}
.navbar-inverse .navbar-nav > .active > a:hover {
	background: #55A561;
}
.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 0 15px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	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
   ========================================================================== */
#world-map{
	width: auto;
	height: 300px;
}
#headerwrap {
	background: url(../img/gct.gif) no-repeat center top;
	margin-top:70px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: 85% 0;
	width: 100%;
	background-color: /*#DBEAE6*/#EDEDED;
	min-height:159px;
    background-size: contain;  
}

#headerwrap h1 {
	margin-top: 35px;
	color: #775D5D;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: #775D5D;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 11px;
	padding-bottom: 10px;
	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;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #DBEAE6;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: #775D5D;
	font-weight: 700;
}

#blue p {
	color: #775D5D;
}



/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: -2px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
./*
p_footer{
    position: relative;
    bottom: -4px;
}*/


/****** SECTIONS *****/

.w {
	padding-top: 11px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #55A561;
	font-size: 30px;
}
.w > .centered{
    margin-bottom: 19px;
}

.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 11px;
}

.desc h4 {
	font-weight: 700;
    text-align: center;
}

.desc i {
	color: #ff7878;
	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; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 18px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}
.pricing-option .paint-tab{
    padding: 13px;
    width: 600px;
    color: rgb(156, 169, 181);
    letter-spacing: 3px;
    font-size: 19px;
    text-transform: uppercase;
}
table.controller .label{
    font-weight: 500;
    color: #728793;
}
.panel-default>.panel-heading.level2{
    background-color: rgb(212, 212, 212) !important;
    padding: 6px 0px !important;
    font-size: 15px;
}
.panel-default>.panel-heading.level3{
    background-color: #BAC3CF !important;
    padding: 6px 0px !important;
    font-size: 14px;
}
.panel-default>.panel-heading.level4{
    background-color: #BEC8C0 !important;
    padding: 6px 0px !important;
    font-size: 13px;
}
.panel-default > .panel-heading{
    background-color: #F5F5F5 !important;
}
/*own styles for product page*/
.panel-group .panel + .panel{
    margin-top: 0;
}
.panel-default{
    border-bottom: 1px solid rgb(224, 224, 224) !important;
}
.panel{
    border: 0;
 
}
.panel-group .panel{
    border-radius: 0; 
}
.panel-default > .panel-heading{
    padding: 10px 10px 10px 20px;
    text-align: left;
    background-color: #EEEEEE;
}
.panel-title>span{
    margin-right: 10px;
}
.panel-default > .panel-title{
    font-weight: 400;
    color: #728793;
    font-family: "Raleway";
}
.pricing-option .pricing-edition-2{
    font-size: 19px;
}
.pricing-option .pricing-top-2{
    padding: 13px 20px;
    color: rgb(156, 169, 181);
}
.panel-title{
    font-size: 17px;
}
#dg h4.panel-title{
    font-weight: 400;
    color: #728793;
}
h4.panel-title > a{
    margin-left: 15px;
}
.pricing-opt2 ul {
  background: #F9F9F9;
  text-align: left;
}
.pricing-opt2 ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  color: #4C757C;
}
.pricing-opt2 ul li:last-child{
    border-bottom: 0;
}
.pricing-option .pricing-edition-2{
    letter-spacing: 3px;
}
.navbar-header{
    margin-top: 5px;
    font-weight: 400;
    color: #C5BEBE;
}
a.navbar-brand>img{
	width: 300px;
	height: 120px;
}
.move-right2{
    margin: 0 25%;
}
.form-group{
    margin-bottom: 5px;
}
.move-right>.form-group>div{
	margin-left:30%;
}
.move-right2>.form-group>div{
	margin-left:25%;
}
.move-left>.form-group>div{
	margin-left:10%;
}
.footer-txt{
	color: #7E7979;
    font-weight: 500;
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 17px;
    padding-left: 15px;
}
.mbx{
	margin-bottom: 20px;
}

.icons i {
	color: #55A561;
	font-size: 30px;
}
.contact-details{
    width: 50%;
    float: left;
	margin-bottom: 0px;
	color: #7E7979;
    font-size: 14px;
    
   /* line-height: 20px;*/
}
p.contact-details >span{
	display: block;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -55px;
}
.control-label{
    font-weight: 200;
}
.about_us>p{
    margin-bottom: 17px;
    text-align: justify;
}
.about_us>p:last-child{
    margin-bottom: 18px;
}

.logo1>img{
    width: 300px;
    float: left;
}
.mtm{
    margin-top: 20px;
}
.mbm{
    margin-bottom: 28px;
}
.mtmx{
    margin-top: 27px;
}
#world-map{
    margin: 0 25%;
}
.h{
    padding: 0.86em;
}
.a{
    padding-bottom: 10px;
}
.product_>h4{
    margin-bottom: 15px;
    margin-top: 10px;
}
.btn-success {
    padding: 6px 40px;
    
}
.c_btn > div{
    margin-left: 4.7% !important;
}
.c{
      padding-top: 11px;
      padding-bottom: 0.35em;
}
.carieer_desc{
    text-align: center;
    margin-top: 2%;
}
.drp_arrow i.fa{
    float: right;
}
.img_grid{
    margin-left: 9%;
    margin-top: 7px;
    margin-bottom: 6px;
}
.img_grid .thumbnail{
    display: inline-block;
    width: 304px;
    height: 95px;
    margin-bottom: 0px;
}
.img1{
    width: 280px;
    height: 87px !important;
}
.img2{
    margin-top: 8px;
}
.img3{
    margin-top: 12px;
}
.img5{
    margin-top: 7px;
}
.img8{
    width: 110px;
}
.img9{
    width: 210px;
}
.green{
    color: #64A139;
}
.h p{
    margin-bottom: 0;
    line-height: 27px;
    text-align: justify;
}

/*
	media quiries
*/

@media only screen and (min-width: 1280px){
    .p_footer{
    	position:relative;
    }
    /*
    .desc{
            padding-bottom: 1%;
        }*/
    
}

@media screen and (min-width: 981px) and (max-width: 1279px) {
	
	.footer{
    	position:relative;
    }
    .container.desc{
    	margin-bottom: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	
	.footer{
    	position:absolute;
    }
    .p_footer{
    	position:relative;
    }
    #headerwrap{
    	margin-top: 95px;
    }
    .logo1 > img{
    	margin-left: -40px;
    }
    .move-right > .form-group > div ,.move-left > .form-group > div{
	    margin: 0 20%;
	}
	.footer-txt{
		margin-top: 30px;
	}
	
	.navbar-header>span{
			position: relative;
			right: 70px;
		}
	
	.img_grid{
		margin-left: 6%;
	}
	.btn-success{
		float: right;
	}
}

@media screen and (min-width: 641px) and (max-width: 800px) {
	.logo1 > img{
		margin-left:0;
	}
	.navbar-header>span{
			position: relative;
			right: 10px;
			top: -10px;
		}
	#headerwrap h1{
		font-size: 21px;
		margin-right: 10%;
	}
	.row{
		margin-right: 0;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child{
		margin-right: 0;
	}
}
@media screen and (min-width: 360px) and (max-width: 640px) {
	.navbar-header > span{
			margin-left: 10px;
		}
	.logo1 > img{
		width: 270px;
		margin-bottom: 10px;
	}
	#headerwrap h1{
		font-size: 16px;
		margin-right: 70px;
	}
	#headerwrap{
		background-size: 80% 100%;
	}
	#dg .row{
		margin-right: 15px;
		margin-left: 0;
	}
	.img_grid{
		margin: 0 25%;
	}
	.row{
		margin-right: 0;
	}
	.move-right > .form-group > div ,.move-left > .form-group > div{
	    margin: 0;
	}
	.footer-txt{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.contact-details{
		width: 100%;
	}
	.footer{
		position: relative;
	}
}
@media screen and (max-width: 359px) {
	.footer{
		position: relative;
	}
	.navbar-header>span{
		margin-left:10px;
	}
	.logo1 > img{
		width: 260px;
		margin-bottom: 10px;
	}
	#headerwrap h1{
		font-size: 15px;
		margin-right: 30px;
	}
	#headerwrap{
		background-size: 70% 100%;
	}
	.footer-txt{
		width: 100%;
		font-size: 13px;
	}
	.contact-details{
		width: 100%;
	}
	#f{
		padding-left: 5px;
	}
	.row{
		margin-right: 0;
	}
	.about_us{
		margin: 15px;
	}
	.img_grid{
		margin-left:0;
	}
	.move-right > .form-group > div,.move-left > .form-group > div{
		margin: 0;
	}
}