/* Custom Fonts */
@font-face { 
  font-family:'EurofurenceRegular';
  src:url('/assets/fonts/eurof35.eot?') format('eot'),
      url('/assets/fonts/eurof35.woff') format('woff'),
      url('/assets/fonts/eurof35.ttf') format('truetype'),
      url('/assets/fonts/eurof35.svg#EurofurenceRegular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face { 
  font-family:'EurofurenceBold';
  src:url('/assets/fonts/eurof55.eot?') format('eot'),
      url('/assets/fonts/eurof55.woff') format('woff'),
      url('/assets/fonts/eurof55.ttf') format('truetype'),
      url('/assets/fonts/eurof55.svg#EurofurenceBold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face { 
  font-family:'AvenirBlack';
  src:url('/assets/fonts/avenirltstd-black-webfont.eot') format('eot'),
      url('/assets/fonts/avenirltstd-black-webfont.woff') format('woff'),
      url('/assets/fonts/avenirltstd-black-webfont.ttf') format('truetype'),
      url('/assets/fonts/avenirltstd-black-webfont.svg#AvenirBlack') format('svg');
  font-weight: normal;
  font-style: normal; }

body.contact-us-page aside { width: 100%; text-align: center; margin: 0 auto; }
body.contact-us-page aside p { width: 50%; margin: 0 auto; }

.btn, 
.navigation li a { font-family: 'AvenirBlack', sans-serif; font-weight: normal; font-style: normal; }

body,
.navigation-list li a,
.form-control { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; }

h1,h2,h3,h4,h5 { font-family: 'EurofurenceRegular', sans-serif; font-weight: normal; font-style: normal; text-transform: uppercase; }

.navigation-footer > li > a { font-family: 'EurofurenceBold', sans-serif; font-weight: normal; font-style: normal; text-transform: uppercase; }

/* Global & Helper */

body { color: #fff; font-size: 14px; background: #fff; margin: 0; }

h1 { font-size: 68px; } 
h2 { font-size: 50px; } 
h3 { font-size: 40px; } 
h4 { font-size: 30px; }
h5 { font-size: 20px; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; margin-bottom: 20px; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 10px; }

a { color: #50B25F; text-decoration: none; }
a:hover, a:active, a:focus { color:#2E8B3C; text-decoration: underline; }

::selection { background-color: #F7F7F7; color: #111; }

.btn { 
  color:#fff; 
  border: 1px solid transparent; 
  text-transform: uppercase; 
  border-radius: 3px; 
  font-size: 16px; 
  padding: 12px 15px 10px; 
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}  
.btn:Hover { opacity: 1; }
.btn-lg { padding: 17px 16px; }
.btn-primary { background: #50B25F; }
.btn-primary:Hover { background: #2E8B3C; border: 1px solid transparent; }
.btn-default { background: #1B1B1B; }
.btn-default:Hover { color: #fafafa; background: #0f0f0f; border: 1px solid transparent;}

.section { 
  min-height: 300px; 
  background-color: #fff; 
  padding-bottom: 70px; 
  padding-top: 70px; 
  overflow: hidden; 
  position: relative; }
  
.block-section { margin-bottom: 40px; }

address { color: #a4a4a4; margin-bottom: 20px; margin-top: 20px; }

article p { color: #a4a4a4; line-height: 22px; font-size: 16px; }
article img.img-responsive { width: 100%; }
article img.img-rounded { border-radius: 10px; }


/* Content */
.logo { text-align: center; padding: 15px 10px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.logo img { margin: 0 auto; }
.logo:hover { opacity: 0.7 }

.brand { background: #fff; display: block; }

.navigation-bar-header { background: #2C318D; border-bottom: 5px solid #151A6C; }
.navigation { margin-left: -15px; margin-right: -15px; }
.navigation-bar { 
  margin: 0 auto; 
  padding: 0; 
  list-style: none; 
  text-align: center; 
  display: table; 
  overflow: hidden; 
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s; }
.navigation-bar:after { content: ''; clear: both; }
.navigation-bar > li { display: inline-block; }
.navigation-bar > li a { 
  font-size: 16px; 
  color: #8B91E7; 
  display: inline-block; 
  padding-left: 43px; 
  padding-right: 43px;
  padding-bottom: 25px; 
  padding-top: 30px; 
  text-transform: uppercase; }
.navigation-bar > li a:Hover,
.navigation-bar > li.active a { color: #fff; text-decoration: none; background: #151A6C; }

.navigation-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 1;
  border: 1px solid; }
.navigation-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff; }
.navigation-toggle .icon-bar+.icon-bar { margin-top: 4px; }

/* Lavalamp */
#header-nav li.backLava {
  z-index: 3;
  position: absolute;
  top: 0;
  background: #151A6C;
}

#header-nav li.backLava:before{
  background: none;
}

#header-nav li a {
  position: relative;
  z-index: 10;
}

#header-nav li a:hover {
  background: none;
}

#hero h1 { text-align: center; }
#hero .hero-normal { text-align: center; color: #82B2E2; font-size: 22px; line-height: 32px; margin-top: 50px; margin-bottom: 56px; }

#about { background: #1B1B1B; text-align: center; }
#about h4 { padding-left: 30px; padding-right: 30px; margin-top: 20px; }
h4 a.icons {color: #fff; text-decoration: none;}
h4 a.icons:hover{color: #379bb5}
#about article { padding-left: 15px; padding-right: 15px; padding-bottom: 20px; }
#about article p { color: #h4h4h4; }

.curlies { position:relative; width:70%; margin: 0 auto; margin-bottom: 30px; margin-top: 20px; }
.curlies:after { content: ''; clear: both; }
.curlies .bottom { background:#353535; position:relative; height:10px; z-index:0; width:100%; }
.curlies .bottom-left { 
  height:10px; 
  width:50%; 
  position:absolute;
  border-top-right-radius:50px;
  left:0;
  bottom:0; 
  background:#1b1b1b;
  z-index:1; 
}
.curlies .bottom-right { 
  height:10px; 
  width:50%; 
  position:absolute;
  border-top-left-radius:50px;
  right:0;
  bottom:0; 
  background:#1b1b1b;
  z-index:1;
}
.curlies .mid {
  position:relative;
  height:10px;
  z-index:0;
  width:100%;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
}
.curlies .mid-left { 
  height:10px; 
  width:50%; 
  position:absolute;
  border-top-right-radius:50px;
  border-bottom-left-radius:50px;
  left:0;
  bottom:0; 
  background:#363636;
  z-index:1; 
}
.curlies .mid-right { 
  height:10px; 
  width:50%; 
  position:absolute;
  border-top-left-radius:50px;
  border-bottom-right-radius:50px;
  right:0;
  bottom:0; 
  background:#363636;
  z-index:1;
}
.curlies .top {
  position:relative;
  height:10px;
  width:100%;
  background:#363636;
}
.curlies .top-inner {
  position:absolute;
  width:100%;
  height:10px;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
  background:#1b1b1b;
}

#service { background: #2E2E2E; } 
#service h2 { margin-top: 0; }
#service article { border-bottom: 1px solid #1b1b1b; padding-bottom: 40px; padding-top: 40px; }
#service article:first-child { border-top:none; padding-top: 0; }
#service article:last-child { border-bottom: none; padding-bottom: 0; }


#contact { background: #1b1b1b; text-align: center; }
#contact .btn { margin-top: 40px; }

#footer { background: #2C318D; border-top:15px solid #22246E; }

.navigation-footer > li { vertical-align: top; text-align: left; padding-left: 25px; padding-right: 25px; }
.navigation-footer > li > a { 
  padding-left: 0; 
  padding-right: 0; 
  text-align: left; 
  color: #fff; 
  font-size: 26px; 
  padding-top: 0; 
  padding-bottom: 15px; }
.navigation-footer li a:Hover { background: transparent; }
.navigation-list { list-style: none; display: block; padding-left: 0; padding-bottom: 40px; }
.navigation-list > li > a { 
  color: #8AB1FF; 
  padding: 3px 0; 
  font-size: 16px; 
  text-transform: none; 
  display: block; 
  text-align: left; }
.navigation-list > li > p { line-height: 28px; color: #8AB1FF; font-size: 16px; }
.navigation-list > li > p strong { color: #fff; }

.copyright { color: #8AB1FF; padding: 15px; border-top:5px solid #252669; text-align: center; font-size: 12px; }

#heading { 
  background: url('/assets/img/slider/slider-1.jpg') no-repeat; 
  background-size: cover; 
  min-height: 200px; 
  padding: 40px 0; }
#heading h2 { margin-bottom: 10px; }
#heading p { font-size: 20px; color: #8AB1FF; line-height: 26px; margin-bottom: 0; }

#body { background: #1B1B1B; }
#body h3 { border-bottom: 1px solid #323232; padding-bottom: 10px; }
#body .content { padding-left: 20px; }
#body aside { padding-right: 40px; }
#body .btn-default { background: #2A2A2A; }
#body .btn-default:hover { background: #2E2E2E; }
#body .content form { margin-top: 40px; }
#body .float-icon { float: left; margin-right: 20px; width: 60px; }
#body p { margin-bottom: 30px; }
#body .content article { border-bottom: 1px solid #323232; margin-top: 40px; }
#body .content article:first-child { margin-top: 0; }
#body .content article:last-child { border-bottom: none; }

blockquote { 
  border-left: 0; 
  font-size: 24px; 
  line-height: 28px; 
  font-weight: normal; 
  color: #a4a4a4; 
  font-style: italic; 
  padding: 20px 0 0; }
blockquote footer { font-style: italic; font-size: 14px; margin-top: 20px; }

.vertical-nav { margin-left: 0; margin-right: 0; }
.vertical-nav .navigation-bar { width: 100%; display: block; }
.vertical-nav .navigation-bar li { display: block; margin-bottom: 2px; }
.vertical-nav .navigation-bar li a { 
  background: #272727; 
  color: #878787; 
  text-align: left; 
  font-size: 16px; 
  padding: 15px 20px; 
  display: block; }
.vertical-nav .navigation-bar li.active a, 
.vertical-nav .navigation-bar li a:Hover { background: #202020; color: #fafafa; }

form { background: #272727; padding: 15px; }
.form-group { margin-bottom: 10px; }
.form-control { border-radius: 0; background: #171717; border-color: transparent; color: #CCC; }
.form-control.error, .form-control.error:focus { border-color: #FC0500; box-shadow: none; }
label.error { color: #FC0500; font-weight: normal; }
.form-control::-webkit-input-placeholder { color: #3a3a3a; }
.form-control:-moz-placeholder { color: #3a3a3a; }
.form-control::-moz-placeholder { color: #3a3a3a; }
.form-control:-ms-input-placeholder { color: #3a3a3a; }
.form-control:focus {
  border-color: #5E5E5E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(46, 46, 46, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(146, 146, 146, 0.6);
}
textarea.form-control { resize: none; }

.tp-bullets.simplebullets.round .bullet { 
  background-image: none; 
  background-color:#50B25F; 
  width: 120px; 
  height: 10px;
  border-radius: 50px; 
  margin: 10px; }
.tp-bullets.simplebullets.round .bullet.selected { background: #fff; position: relative; }
.tp-bullets.simplebullets.round .bullet.selected:after {
  bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.tp-caption a, .tp-caption a:Hover { color: #fff; }
.tparrows { display: none; }

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.back-to-top {
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9999;
}
.back-to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Brackets Effect */ 
.brackets a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  margin-left: -10px;
}

.brackets a:hover,
.brackets a:focus {
  outline: none;
}

.brackets a::before,
.brackets a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
  padding-right: 5px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.brackets a::after {
  padding-left: 5px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}


/* Table - compDynamicsForm Form */
#compDynamicsForm table{
width:100%;background: #202020;
}
#compDynamicsForm table tr td {
padding:10px 8px;font-weight:bold;border:3px solid #272727!important;}

#compDynamicsForm table tr td.td-head{
	background: none;}

#compDynamicsForm .row1{display: block;}

#compDynamicsForm .row1 div{float: left;margin-right: 20px}
#compDynamicsForm .row1 div.or{float: left;width: 39px;display: inline-block;margin-right:20px;height:50px;position:relative;top:30px;}
#compDynamicsForm .rowCheck label {margin-right: 20px;display:inline;}
#compDynamicsForm #span1{margin-top:20px;padding:10px;}

#compDynamicsForm label{display:block;}
#compDynamicsForm p{font-size: 14px;margin-bottom: 10px}
#compDynamicsForm .lbHead{font-size:15px;}
#compDynamicsForm #span1 h4{margin-bottom: 15px;display: block;clear: both}
#compDynamicsForm #span1 h4 span.circle {background:#41af5d; border-radius: 50%;width: 35px;height: 35px;display:inline-block;padding:0px 0px 2px 10px;margin-right: 5px; font-family:'EurofurenceBold';}

#compDynamicsForm #span1 h3,#compDynamicsForm #span2 h3{font-size: 33px;text-align:center;}
#compDynamicsForm #span1 h3 span.circleLg,#compDynamicsForm #span2 h3 span.circleLg {background:#22398f; border-radius: 50%;width: 50px;height: 50px;display:inline-block;padding:0px 0px 4px 2px;margin-left: 10px;font-size: 40px;text-align: center; font-family:'EurofurenceRegular';border: 1px solid #7fb5ff;}

#compDynamicsForm input[type="textbox"]{height:34px;padding:6px 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,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
#compDynamicsForm input[type="textbox"]{  width:270px;border-radius: 0; background: #171717; border-color: transparent; color: #CCC;margin-bottom: 12px; }
#compDynamicsForm input[type="textbox"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
#compDynamicsForm input[type="textbox"].mm{width: 240px;}

#compDynamicsForm #span2{margin-top:0px;padding:10px;}
#span2 label{display: none;}
#span2 input{margin-bottom: 10px;}
#span2 textarea{height: 150px;margin-bottom: 15px;}


/* Mobile device */
@media (max-width: 480px) {
  .tp-bullets.simplebullets.round .bullet { 
    width: 30px; 
    height: 5px;
  }  
}

@media (max-width: 534px) {
  .navigation-footer,
  .navigation-footer > li,
  .navigation-footer > li > a { width: 100%; display: block; }
}

@media (max-width: 767px) {
  .navigation-bar-header .navigation { margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, .4); z-index: 0; }
  .navigation-bar-header .navigation-bar { display: block; width: 100%; max-height: 0; }
  .navigation-bar-header .navigation-bar > li { display: block; width: 100%; }
  .navigation-bar-header .navigation-bar > li a { 
    padding-left: 15px; padding-right: 15px; width: 100%; display: block; padding-top: 15px; padding-bottom: 15px; }
  .open .navigation .navigation-bar { max-height: 260px; }
  
  #body .content { padding-left: 15px; }
  #body aside { padding-right: 15px; margin-top: 40px; }
  .btn-block { width: auto; float: right; }
}

/* Tablet device */
@media (max-width: 991px) and (min-width: 768px) {
  .navigation-bar-header .navigation-bar > li a { padding-left: 15px; padding-right: 15px; }
}

/* Desktop small screen */
@media (min-width: 992px) {
	.navigation-bar-header .navigation-bar > li a { padding-left: 25px; padding-right: 25px; }
}

/* Desktop large screen */
@media (min-width: 1200px) {
  .navigation-bar-header .navigation-bar > li a { padding-left: 43px; padding-right: 43px; }
	.container {
		width: 1010px; 
	}
}

.success{
background: #41af5c url(/assets/img/successCheck.png) no-repeat 30px 50%;
padding: 30px 30px 30px 190px;color:#fff;
}
.success h2{color: #fff;}
#body .success p{
padding-bottom:10px;margin-bottom: 10px;font-weight:bold;
color:#fff;font-size: 20px;border-bottom: 1px solid #fff;border-bottom: 1px solid rgba(255,255,255,.3);
}