 html {
  overflow-x: hidden; 
}
       

body {
    /*
	width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;
   */
     min-height: 2000px;
	padding-top: 70px;
	overflow-x: hidden; 
   
}

body {
    font-family: helvetica, sans-serif;
   
	font-weight: 300;
	

}


a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #626262;
    text-decoration: none;
    outline: 0;
}


img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}

.glob_bg {
    background: #e4c664;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.h2_cp {
    color: #e4c664;
}


.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*
section{
    position: relative;
}

.container {
    position: relative;
}
*/
.navbar-default .navbar-nav > li > a {

    /*color: #fff;*/
	color:#2a87b3;
	font-weight: bold;
}

section .container{
    /*padding-top:200px;
    padding-bottom:200px;*/
	padding-top:50px;
    padding-bottom:50px;
}

.separator{
    width:170px;
    max-width:170px;
    margin-top:120px;
    margin-bottom:100px;
}

.lineSeparator{
    width:60px;
    max-width:60px;
    margin-top:30px;
    margin-bottom:30px;
}
.preloaderLogo{
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}


  @media (max-width: 768px) {
   .black-overlay {
		
		z-index: 0;
		background: #ffffff; /* Old browsers */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		
	}
  }

  @media (min-width: 769px) and (max-width: 2560px) {
	   .black-overlay {
		
		z-index: 0;
		background: #ffffff; /* Old browsers */
	    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		
	}
   }


h2 span{
    padding:25px 50px;
    border: solid 10px black;
}



.noscroll{
    overflow:hidden;
}

/*buttons*/

.btn{
    background:transparent;
    border-radius:0;
    border:0;
}


.btn-default{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: .2em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.btn-default:hover{
    border-color: white;
}

.btn-default:after, .btn-default:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
}



.btn-default:before {
    left: -8px;
}

.btn-default:hover:before {
    left: 0;
}

.btn-default:after {
    right: -8px;
}

.btn-default:hover:after {
    right: 0;
}



.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: white;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-black{
    color:#282828;
}

.btn-black:after, .btn-black:before {

    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}
/*ico logo*/
@media (max-width: 499px) {
 .img {
	width: auto9;
	height: auto;
	max-width: 50%;
	vertical-align: middle;
	border: 0;
	margin-top:-10px;
	margin-button:-20px;
	-ms-interpolation-mode: bicubic;
  }
}
@media (min-width: 500px) and (max-width:  768px) {
  .img {
	width: auto9;
	height: auto;
	max-width: 50%;
	/*vertical-align: middle;*/
	border: 0;
	display:block;
	margin-top:-15px;
	-ms-interpolation-mode: bicubic;
  }
}


@media (min-width: 769px) and (max-width:  2560px) {
  .img {
	width: auto9;
	height: auto;
	max-width: 70%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}
@media (max-width: 768px) {
 .img-icon {
	width: auto9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}

@media (min-width: 769px) and (max-width:  2560px) {
  .img-icon {
	width: 96px;
	height: 96px;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}

@media (max-width: 768px) {
 .img-fix {
	width: auto9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}

@media (min-width: 769px) and (max-width:  2560px) {
  .img-fix {
	width: auto9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}


/*NAVBAR */


@media (max-width: 400px) {
	.navbar-default {
		padding:20px;
		padding-left:50px;
		padding-right:50px;
		background-color: transparent;
		border-color: transparent;
		-webkit-transition: all .5s ease .25s;
		transition: all .5s ease .25s;
	}
 }


 /*@media (max-width: 768px) {*/
 @media (min-width: 401px) and (max-width: 768px) {
	.navbar-default {
		padding:2px;
		padding-left:30px;
		padding-right:30px;
		background-color: transparent;
		border-color: transparent;
		-webkit-transition: all .5s ease .25s;
		transition: all .5s ease .25s;
	}
 }

 @media (min-width: 769px) and (max-width: 2560px) {
    .navbar-default {
		padding:10px;
		padding-left:50px;
		padding-right:50px;
		background-color: #fff;
		border-color: #fff;
		-webkit-transition: all .5s ease .25s;
		transition: all .5s ease .25s;
	}
 }


.navbar-default .navbar-brand{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color:#2a87b3;/*white;*/
	font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /*color: white;*/
	color: #535353;
	font-weight: bold;
    background-color: transparent;
}



.affix{
    /*background-color: #282828;*/
    background-color: #fff;
	padding-top:5px;
    padding-bottom:10px;
	color:#2a87b3;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.88);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.88);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.88);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1f79c5;
}

.navbar-default .navbar-toggle {
    border-color: #1f79c5;/*transparent;*/
	
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
   color:#2a87b3;
    font-weight: bold;
	background-color: transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: #00ace8;
    background-clip: padding-box;
    border: 0;
    box-shadow: none;
}

.navbar-brand {
    float: left;
    height: 100px;
	height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}


@media (max-width: 499px) {
 .navbar-brand {
    float: left;
    height: 0px;
    padding: px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 500px) and (max-width:  768px) {
   .navbar-brand {
    float: left;
    height: 25px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
  }
}


@media (min-width: 769px) and (max-width:  2560px) {
  .navbar-brand {
    float: left;
    /*height: 100px;*/
	height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
  }
}






.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #282828;
    background-color: #d5d5d5;
}

/*TEXT STYLES*/

h1, h2, h3, h4, h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1{
    font-size:50px;
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
}

h2{
    font-size:30px;
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
}

h4{
    font-size:20px;
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
}

h5{
    font-size:14px;
     /*text-transform: uppercase;*/
     letter-spacing: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}

p.bold{
    font-weight:700;
}



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#intro h1{
    color:#e4c664;
    letter-spacing: -2px;
 
}



#intro h1{
    color:#e4c664;
    letter-spacing: -2px;
 
}
#intro h3{
    color:#fff;
}

#intro h5{
    color:#fff;
}
#intro button {
  width:250px;
  background-color: #e4c664;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

#intro p{
    color:white;

}

#intro span{
    color:#e4c664;

}




.introLogo{
    position:relative;
    width:160px;
    margin-bottom:20px;
}

#intro .separator{
    margin-top:30px;
    margin-bottom:30px;
}

#intro a {
    margin-top:20px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Text Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#schedule button {
    width: 250px;
    background-color: #E4C664;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}


#join_conference button {
    width: 250px;
    background-color: #E4C664;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

#contact_loc button {
    width: 250px;
    background-color: #E4C664;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

#text-separator, #text-separator-clients,  #about,  #schedule,#join_conference, #contact_loc , #text-separator-timers{
    /*background-color: #e4c664;*/
     color: #fff;
    
     
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b95e0+0,1b95e0+100 */
    
	/*background: rgb(27,149,224); /* Old browsers */
  
	
	
	
	/*background: -moz-linear-gradient(left,  rgba(27,149,224,1) 0%, rgba(27,149,224,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  rgba(27,149,224,1) 0%,rgba(27,149,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  rgba(27,149,224,1) 0%,rgba(27,149,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b95e0', endColorstr='#1b95e0',GradientType=1 ); /* IE6-9 */
	
	/*
    padding-top:50px;
    padding-bottom:50px;
    /*padding-left:100px;*/
   /* padding-left:10px;
    padding-right: 10px;
    overflow:hidden;*/

}

#text-separator h2,
#text-separator-clients h2,
#text-separator-testimonials h2{
    color: #fff;
    z-index: 100;
    position: relative;
    font-weight: bold;
}

#text-separator p,
#text-separator-clients p,
#text-separator-testimonials p{
    color: #fff;
    z-index: 100;
    position: relative;
    font-weight: bold;
}

.textSepLogo{
    position:absolute;
    right:0;top:0;
    z-index: 5;
}

.timerWrapper{
    color:white;
    padding:20px;
}

.timerWrapper h1{
    letter-spacing:0;
}

.timerWrapper p{
    color: #d5d5d5;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Welcome Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#welcome-separator{
   /* background-color:white;*/
}

#welcome-separator .col-md-7,
#welcome-separator .container-fluid{
    padding:0;
}


#welcome-separator .image{
    height:500px;
    overflow:hidden;
}

#welcome-separator .image img{
    height: 100%;
}


.whiteOverlay{
    background: transparent url("img/gradient.png") bottom right repeat-y;
    bottom: 0;
    height: 500px;
    right: 0;
    position: absolute;
    width: 500px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index:4
}

.welcomeLogo{
    width:100px;
}

.textOverlay{
    padding-bottom:100px;
    padding-top:100px;
    margin-left:-200px;
    z-index:6;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about{
    /*background-color: white;*/
}
#about .container{
    padding-top:200px;
}

.aboutItem{
    margin-top:50px;

}
.aboutIconWrapper{
    width:100px;
    height:150px;
    border:10px solid black;
    float:left;
    margin-right:20px;
}

.aboutIcon{
    padding:25px;
    font-size:30px;
    padding-top:45px;
}
.aboutText{
    float:left;
    width:60%;
}

.aboutText .aboutSeparator{
    background:black;
    height:3px;
    width:50px;
    margin-top:20px;
    margin-bottom:20px;
}

.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.portfolioIntro{
    height:300px;
}

.portfolioIntro h2 {
    padding-top:120px;
    margin-top:0;
}

.portfolioIntro h2 span{
    padding:25px 50px;
    border: solid 10px black;
}

.portfolioFilters {
    height:150px;
    background-color: #378DD3;
}

#filters{
    padding-top:30px;
}

#filters .btn{
    margin:20px;
}


.portfolioIntro{
    position:relative;
    z-index:2;
    background:url('img/portfolioIntro.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}

#portfolio .black-overlay{
    
    
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#143d7f+9,0a7ad6+99,1e5799+100,7db9e8+100 */
    background: rgb(20,61,127); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(20,61,127,1) 9%, rgba(10,122,214,1) 99%, rgba(30,87,153,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(20,61,127,1) 9%,rgba(10,122,214,1) 99%,rgba(30,87,153,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(20,61,127,1) 9%,rgba(10,122,214,1) 99%,rgba(30,87,153,1) 100%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143d7f', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}


.gallery {
    max-width: 100%;
}

.gallery .gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.70);
    -webkit-transition: all 1s ease-in-out;

}
.gallery .gallery-inner:hover .caption{
    opacity: 1;
}

.gallery-inner .caption-heading {
    width:100%;
    height:120px;
}

.caption-heading .separator{
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.caption-heading p{
    font-style:italic;
    font-size:10px;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p{
    color:white;
}

.gallery {
    background: #4c4c4c;
    min-height:500px;
}


/* ---- isotope ---- */
/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 33.333%;/* change here the column width */
}

.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}

.galleryImage{
    min-width:100%;
    width: 100%;
    height: auto;
}



/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}

.overlay-section{
    position: static;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}



.overlay-close img{
    cursor:pointer;
}

.overlay-close{
    padding:30px;
}


#singlePageIntro .container{
    padding:100px;
    padding-bottom:30px;
}

#singlePageContent .container{
    padding:10px;
}

#singlePageIntro .separator{
    margin-top:50px;
    margin-bottom:20px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper iframe {
    width: 100%;
    min-height: 100%;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Team -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#team {
    background:white;
}

#team .container{
    padding-bottom:0;
}

#team .owl-buttons div {
    padding: 5px 9px;
}

#team .owl-buttons i{
    margin-top: 2px;
}

#team .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#team .owl-buttons .owl-prev{
    left: 10px;

}

#team .owl-buttons .owl-next{
    right: 10px;
}

#owl-team{
    position:relative;
}

.memberDescription h2{
    letter-spacing:0;
}

.memberDescription .position{
    margin-top:10px;
    margin-bottom:40px;
}

.memberDescription .position span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 6px;
}

.teamSocial{
    margin-top:20px;
}

.teamSocial a{
    padding:7px;
    font-size:18px;
}

.teamSocial a:first-child{
    padding-left:0px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--clients logo -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.clientLogo img{
    width:180px;
    margin-top: 15px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Services -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.serviceBox{
    width:50%;
    height:400px;
    position:relative;
    float:left;
    padding:50px;
}

.serviceBox .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.serviceBox h2 {
    padding-top:140px;
    margin-top:0;
}

.serviceBox h2 span{
    padding:25px 50px;
    border: solid 10px black;
}

.serviceBox i{
    font-size:9em;
}

.introServiceBox{
    position:relative;
    z-index:2;
    background:url('img/backgroundService.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}


.whiteBox{
    background:white;
}

.blackBox{
    background:#282828;
}

.blackBox i{
    color:white;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Testimonials -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.review{
    text-align:center;
    padding:40px;
}


.review p.titulation{
    color:#c8c8c8;
    font-style:italic;
    font-size:10px;
}
.review h4{
    color:#898989;
    letter-spacing:0;
    margin-bottom:0px;
}

.text-separator-title h2{
    padding-top:100px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Pricing Tables -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing{
    background-color:#f4f4f4;
}


.tableWrapper{
    padding:60px;
    border: solid 10px black;
}

.tableWrapper .separator{
    padding:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.tableWrapper .subscriptionName h2{
    letter-spacing:0;
}

.subscriptionList ul{
    list-style:none;
    padding:0;
}

.subscriptionPrice{
    padding-bottom:10px;
}


.subscriptionPrice h2{
    letter-spacing:0;
}


.subscriptionPrice h2,
.subscriptionPrice p{
    display:inline;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Contact -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*
#contact{
    background: white;
}*/

label{
    width:100%;
}

input:focus, textarea:focus{
    outline:0;
}

label input, textarea{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

#contact_form #name,
#contact_form #email,
#contact_form #phone{
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    border-bottom: 10px solid #282828;
    font-size:10px;
    /*text-transform:uppercase;*/
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    letter-spacing:1px;
}

#contact_form #comments {
    height: 200px;
    padding: 10px;
    margin-top:30px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    border-bottom: 10px solid #282828;
    border-left: 10px solid #282828;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size:10px;
    /*text-transform:uppercase;*/
    letter-spacing:1px;
}



.infoContact{
    list-style:none;
    padding:20px;
}


.infoContact li{
    padding-left:20px;
}

.infoContact li .fa{
    margin-right:6px;
    font-size:18px;
}
.infoContact li:first-child{
    margin-left:-27px;
}

#contact p.bold{
    padding-top:30px;
}

.socialContact{
    list-style:none;
    padding:0;
}

.socialContact li{
    display:inline;
}

.socialContact li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #282828;
    color:white;
    font-size: 1.25em;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.socialContact li a:hover {
    background-color: black;

}


#googleMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
}


.topLine{
    background:#282828;
    padding:50px;
}

#footer .bottomLine {
    padding: 50px;
    margin: 0 auto;
    background-color: #238dab;
}

#footer .bottomLine p{
    color: #ffff;
    font-size:12px;
}


.bottomLine .footerSocialIcons {
    padding: 20px;
}
.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 0 10px;
}

.footerSocialIcons li a{
    color: #a5a5a5;
}

.bottomLine p{
    display:inline;
}

.backToTop a{
    color:white;

}


/*countdown*/

#countdown {
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color:transparent;
    border:0;
}

#countdown .countdown-section{
    display: inline-block;
    position: relative;
    width: 25%;
    height: auto;
    min-height: 150px;
    vertical-align: top;
    border-left: 1px solid rgba(255,255,255,0.4);
}


#countdown .countdown-section:first-child{
    border-left: none;
}

#countdown .countdown-amount{
    margin: 0px;
    font-size: 48px;
    font-weight: 700;
    line-height: 90px;
    color:white;
}

#countdown .countdown-period{
    font-size:16px;
    color:white;
}

.countdown-section:last-child{
    margin-top:-20px;
}


#singlePage{
    padding-bottom:100px;
    position:relative;
}

.paginationRow{
    padding:80px 10px;;
}

#result h2{
    letter-spacing:0;
}

iframe{border:0;}

.fix-center{
    text-align:center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  /*background: #fff;*/
  background:rgba(0,0,0,0.5);
  
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.sliderPreloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  width: 100%;
  z-index: 999999;
  background-color:rgba(0, 0, 0, 0.5);
}

.sliderPreloader > i {
   position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: 10%;
  z-index: 999999;
  display: inline-block;
}

.fix_div{
	
 margin-left:5%;	
	
}

.dark{
  color:#fff;	
  background-color: rgb(0,0,0); /* Fallback color */
}

.btn-apollon btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
	background-color:transparent; 
	border-color: solid 1px #fff;
	color:#fff;
}
.btn-apollon {
	background-color:#transparent; 
	color:#fff;
	border: solid 1px #fff;
	border-radius: 6px;
}
.btn-apollon:hover{
	background-color:#2a87b3; 
	color:#fff;
	border: solid 1px #fff;
	border-radius: 6px;
}
/*btn footer*/
.btnfoot_apollon btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
	background-color:transparent; 
	border-color: solid 1px #fff;
	color:#fff;
}
.btnfoot_apollon {
	background-color:transparent; 
	color:#fff;
	border: solid 1px #fff;
	border-radius: 6px;
}
.btnfoot_apollon:hover{
	background-color:transparent; 
	color:#fff;
	border: solid 1px #fff;
	border-radius: 6px;
}

/*btn mail */
.btn_mail btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
	background-color:transparent; 
	border-color: solid 1px #2986b4;
	color:#2986b4;
}
.btn_mail {
	background-color:transparent; 
	color:#2986b4;
	border: solid 1px #2986b4;
	border-radius: 6px;
}
.btn_mail:hover{
	background-color:#2986b4; 
	color:#fff;
	border: solid 1px #fff;
	border-radius: 6px;
}

/*ico logo*/
@media (max-width: 499px) {
 .img_sea {
	width: auto9;
	height: auto;
	max-width: 80%;
	vertical-align: middle;
	border: 0;
	margin-top:5%;
	-ms-interpolation-mode: bicubic;
  }
}
@media (min-width: 500px) and (max-width:  899px) {
 .img_sea {
	width: auto9;
	height: auto;
	max-width: 60%;
	vertical-align: middle;
	border: 0;
	margin-top:5%;
	-ms-interpolation-mode: bicubic;
  }
}
@media (min-width: 900px) and (max-width:  1199px) {
  .img_sea {
	width: auto9;
	height: auto;
	max-width: 100%;
	border: 0;
	margin-top:20%;
	-ms-interpolation-mode: bicubic;
  }
}


@media (min-width: 1200px) and (max-width:  2560px) {
  .img_sea {
	width: auto9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	margin-top:5%;
	-ms-interpolation-mode: bicubic;
  }
}


@media (max-width: 499px) {
 .thumb_footer {
	
  }
}
@media (min-width: 500px) and (max-width:  899px) {
  .thumb_footer {
    width:  50%;
	max-width: 50%;
	margin-left:25%
  }
}


@media (min-width: 900px) and (max-width:  2560px) {
  .thumb_footer {
  }
}
@media (max-width: 699px) {
  .fix_contact {
	text-align:center;
	font-size:80%;
  }
}
@media (min-width: 700px) and (max-width:  899px) {
   .fix_contact{
	 padding-left:35%
   }
}


@media (min-width: 900px) and (max-width:  2560px) {
  .fix_contact{
    padding-left:20%
  }
}
/*ico logo*/
@media (max-width: 499px) {
 .foot_logo {
	width: auto9;
	height: auto;
	max-width: 50%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}
@media (min-width: 500px) and (max-width:  899px) {
 .foot_logo {
	width: auto9;
	height: auto;
	max-width: 50%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}

@media (min-width: 900px) and (max-width:  2560px) {
  .foot_logo {
	width: auto9;
	height: auto;
	max-width: 60%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
  }
}
/*ico button crossword*/
@media (max-width: 499px) {
 .btn_crossword {
	margin-top:2%
  }
}
@media (min-width: 500px) and (max-width:  799px) {
 .fix_top_img {
	margin-top:0%
  }
}

@media (min-width: 800px) and (max-width:  1023px) {
  .fix_top_img {
	margin-top:8%
  }
}
@media (min-width: 1024px) and (max-width:  1279px) {
  .fix_top_img {
	margin-top:5%
  }
}
@media (min-width: 1280px) and (max-width:  2560px) {
  .fix_top_img {
	margin-top:0%
  }
}
@media (max-width: 499px) {
 #btn_crossword {
	display:none;
  }
}
@media (min-width: 500px) and (max-width:  799px) {
  #btn_crossword {
	display:none;
  }
}

@media (min-width: 800px) and (max-width:  1023px) {
  #btn_crossword {
	display:block;
  }
}
@media (min-width: 1024px) and (max-width:  1279px) {
  #btn_crossword {
	display:block;
  }
}
@media (min-width: 1280px) and (max-width:  2560px) {
  #btn_crossword {
	display:block;
  }
}

.preloader {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 13000;
    height: 100%;

}

.preloader_image {

    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../_images/preloader.gif) no-repeat 50% 50% transparent;
    margin: -50px 0 0 -50px;

}
