
.body {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
}

.p {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #5A5A59;
}

.p-media {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;     
	line-height: 20px;
}

.P-footer {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

#top{
	background-color:#001D52;
	padding:15px;
	font-family: 'Open Sans',sans-serif;
	color:#fff;
	font-size:14px;
}
/***WELCOME***/
.welcome{
	font-family: 'Open Sans',sans-serif;
	line-height:30px;
	font-size:16px;	
	color:#292828;
	width:85%;	
}

.h1-welcome{
	font-family: 'Oswald', sans-serif;
    color: #FE7A04;	
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.h2 {
	font-family: 'Oswald', sans-serif;
    color: #FE7A04;
    text-transform: uppercase;
}

.h3 {
	font-family: 'Oswald', sans-serif;
    color: #FE7A04;  
	margin-top:-3px;
}
.h4 {
	font-family: 'Oswald', sans-serif;
    color: #FE7A04;
    text-transform: uppercase;
}


/*** SUBTITILE ***/
#subtitle {
	background-image: url(../images/bg-sub.jpg);
	padding:10px;
	height:225px;
}

/*** CONTENT ***/
#content {
	background-color:#EEEEEE;
	padding:0px;
}

.panel-body {
    padding: 15px;
}
/*** SERVICES ***/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0015 {
   font-family: 'Open Sans',sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0015 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #A9A9A9;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 h2 span {
  font-weight: 800;
}
figure.snip0015 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/***** parallax *****/
.parallax {
    /* The image used */
    background-image: url(../images/bg-parallax.jpg);

    /* Set a specific height */
    min-height: 400px; 
	padding:20px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/***IMAGE HOVER***/

.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;   
}
.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
    background: rgba(253,189,16,0.94);
    bottom: 10px;
    float: right;
    font-family: 'Open Sans',sans-serif;
	color:#fff;
    font-size: 14px;
    padding:5px;
    position: absolute;
    margin: 0;
}

.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(151,153,153,0.8);
    width: 100%;
    color: #fff;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}
.list-quotes:hover{
    box-shadow: 0 0 0px 0px rgba(51,153,153, 0.5);
}
.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    text-transform: capitalize;
    color: #fff;
}
/***** MARQUEE *****/
#marquee {
	background-color:#FDBD10;
	padding:20px;
	 font-family: 'Open Sans',sans-serif;
	font-size:20px;
	color:#003;
}
/***** HYPERLINK *****/
A.bgdark {color:#2A92FC;}
A.bgdark:link {text-decoration: none; color:#2A92FC;}
A.bgdark:visited {text-decoration: none; color:#D2A92FC;}
A.bgdark:hover {text-decoration: none; color:#FDBD10; font-weight:bold;}
A.bgdark:active {text-decoration: none; color:#2A92FC;}


A.side {color:#FD8010;}
A.side {text-decoration: none; color:#FD8010;}
A.side {text-decoration: none; color:#FD8010;}
A.side {text-decoration: none; color:#FD8010;}
A.side {text-decoration: none; color:#FD8010;}

/***FOOTER***/
#footer {
	background-color:#001D52;
	padding:20px;	
}

.p-footer {	
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;    
    color: #2A92FC;
	line-height:30px;
}

#copy {
	background-color:#01102B;
	padding:10px;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #E8E7E7;
}

/***** SOCIAL *****/
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: -15;
    padding: 0px;
}

.social ul li {	
    margin-top:15px;
	margin-left:0px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 36px;
    height: 36px;
    color: #FFF;
    background-color: #4E8CFE;
    font-size: 19px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}
.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

/*** BUTTON ***/
.btn-danger {
    color: #fff;
    background-color: #F3B818;
    border-color: #F3B818;
}
/***** SERVICE BOX *****/
.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon{transform: rotate(45deg);}
.serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon span i{transform: rotate(-45deg);}
.serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-content:before{transform: rotate(45deg);}
.serviceBox .title{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;margin: 0 0 25px 0;position: relative;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .title{color: #727cb6;}
.serviceBox .description{ font-family: 'Open Sans',sans-serif; font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0;}
.serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }

.serviceBox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.serviceBox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.serviceBox.blue:hover .read-more{border: 1px solid #3498db;color: #3498db;}
.serviceBox.orange:hover .read-more{border: 1px solid #e67e22;color: #e67e22;}

/***** FORM *****/

.booking {
	 background-image: url('../images/bg-booking.png');		   
    overflow: hidden;
	padding-top:20px;
	padding-bottom:30px;	
}
.h3-call{
	font-size:24px;
	color:#039;
	font-weight:bold;
}

.field,
.form-field {
    float: left;
    width: 100%;
    position: relative;
}
.field input {
    background: none repeat scroll 0 0 #313131;
    border: 0 none;
    color: #808080;
    float: left;
    font-family: arimo;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 14px 30px 14px 20px;
    text-transform: uppercase;
    width: 100%;
}
.field i, .form-field i {
    bottom: 16px;
    color: #ffffff;
    font-size: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    width: 16px;
}
.field input.userincr-btn-dec, 
.field input.userincr-btn-inc, 
.form-field input.userincr-btn-dec, 
.form-field input.userincr-btn-inc {
    background: url("../images/incr.png") no-repeat scroll 0 -6px rgba(0, 0, 0, 0);
    bottom: 15px;
    height: 6px;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 9px;
}
.field input.userincr-btn-inc,
.form-field input.userincr-btn-inc{
    background-position: 0px 1px;
    bottom: auto;
    top: 15px;
}
.userincr-container {
    float: left;
    position: relative;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
	color:#ffffff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-para {
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form{font-family: Arial, Helvetica, sans-serif; color: black}.bootstrap-iso form button, .bootstrap-iso form button:hover{color: white !important;} .asteriskField{color: red;}

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}