/* --------------------------------------------------------	*/
/*  Base  */
/* --------------------------------------------------------	*/

html {
	overflow-y:scroll;
  overflow-x:hidden;
}

body {             
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 23px;
  font-weight:500;
	color:#373737;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body.blue {
  background:#f7fcff;
}

body.gray {
  background:#fafafa;
}
  
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  line-height:1.4em;
  text-transform:uppercase;  
  padding:0px;
  margin:0px;
  clear:both;
  
  color:#fff;
}

h1 {
  font-size:84px;
}

h2 {
  font-size:62px;
}

h2.dark { 
  color: #373737;
} 

h3 {
  font-size:42px;
  font-weight:300;
}

h4 {
  font-size:24px;
  color:#259fc4;
}

h5 {
  font-size:24px;
  font-weight:300; 
}    

h6 {
  font-size:16px;
  text-align:left;
  color:#373737;
}      

hr {
  background:#d8d8d8;
  height:1px;
  border:0px;
  margin:20px 0px;
}

p {
  margin:0px 0px 15px 0px;
} 

a {
  color:#259fc4;
  text-decoration:none;
}

a:hover {
  color:#1a8db0;
  text-decoration:none;
}

blockquote {   
  font-size:15px;
  font-style:italic;  
  color:#aaaaaa;
  border-left:5px solid #373737; 
  padding:3px 20px;
  margin:0px;
  margin-bottom:20px;
}

blockquote h4{
  color:#3c4451;
}

.bold, .strong {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

img {
  width:100%;
}

/* --------------------------------------------------------	*/
/*	Spaces  */
/* --------------------------------------------------------	*/
        
.space5 {
  height:5px;
  clear:both;
}

.space10 {
  height:10px;
  clear:both;
}

.space15 {
  height:15px;
  clear:both;
}

.space20 {
  height:20px;
  clear:both;
}

.space25 {
  height:25px;
  clear:both;
}

.space30 {
  height:30px;
  clear:both;
}

.space35 {
  height:35px;
  clear:both;
}

.space40 {
  height:40px;
  clear:both;
}

.space45 {
  height:45px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space55 {
  height:55px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space65 {
  height:65px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space75 {
  height:75px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space85 {
  height:85px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space95 {
  height:95px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}

.space120 {
  height:120px;
  clear:both;
}

.space150 {
  height:150px;
  clear:both;
}

.space240 {
  height:240px;
  clear:both;
}

/* --------------------------------------------------------	*/
/*  Header  */
/* --------------------------------------------------------	*/

.logo{
  width:auto;
  float:left;
  padding-top:6px;
}      

/* --------------------------------------------------------	*/
/*  Navigation  */
/* --------------------------------------------------------	*/

.navbar {
  width:100%;
  min-height:60px;
  background:#343a48;
  border:0px;
  padding:35px 0px;
  margin:0px;
  z-index:99999;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); 
}

.navbar .nav {
  position:relative;
  display:block;
  right:0px;
  float:right;
  padding:0px;
  margin:0px;
}

.select-menu { 
  display:none; 
}

.navbar .nav > li {
	display:block;
  float:left;
}

.navbar .nav > li > a {
	display:inline-block;
	font-family:'Open Sans', serif;
  font-size:15px;
  line-height:60px;
	color:#748f98;
  padding:0px 12px;
  margin:0px;
  border:0px;
  text-transform:uppercase;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.navbar .nav > li:last-child > a {
  padding-right:0px;
}

.navbar .nav > li:hover > a {
	color:#259fc4;
  background:transparent;
}
                         
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover, 
.navbar .nav > li.active:hover > a {
	color:#fff;
}

/*  Styles For Mobile  */@media (max-width: 767px) {  .parallax-text-item h2{    font-size : 28px;  }}
@media (max-width: 768px) {

  .navbar .nav{
    display:none;
  }

  .select-menu {
    display:block;
    float:right;
    width:60%;
    min-width:120px;
    height:30px;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height: 30px;
    color:#464646;
    background:#f4f4f4;
    border: 1px solid #f4f4f4;
    margin:15px 0px;
  }

}     

@media (max-width: 552px) {

  .navbar {
    padding:20px 0px;
  }
         
  .logo{
    float:none;
    display:block;
    text-align:center;
  }

  .logo img{
    width:auto;
  }

  .select-menu {
    width:100%;
    margin-top:30px;
  }

}  

/* --------------------------------------------------------	*/
/*  Counter  */
/* --------------------------------------------------------	*/
      
.counter-container{
  display:block;
  color:#259fc4;
  background:url(../img/background/back-1.jpg) top center no-repeat;
  text-align:center;
  padding:230px 0px;
  overflow:hidden;
}   
   
.counter-box{
  display:inline-block;
  font-family: 'Oswald', sans-serif;
  margin-bottom:35px;
}   
   
.counter-item{
  width:110px;
  height:110px;
  font-size:54px;
  line-height:110px;
  text-align:center;
  color:#ffffff;
  background:#259fc4;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  float:left;
  margin:4px;
} 

.item-day{
  background:#323a47;
} 

/* --------------------------------------------------------	*/
/*  Invitation  */
/* --------------------------------------------------------	*/
      
.invitation{
  text-align:center;
  background:url(../img/background/back-3.jpg) top center no-repeat #f0f0f0;
}   

.invitation-content{
  display:inline-block;
  width:66%;
} 
       
/* --------------------------------------------------------	*/
/*  Event  */
/* --------------------------------------------------------	*/
 
.event {
  background:url(../img/background/back-2.jpg) top center no-repeat #672423;
}   

.event h2, .event h4 {
  text-align:center;
  color:#fff;
}   

.event .info-row {
  margin:20px 0px 15px 0px;
  background:url(../img/white-pixel.png) top center repeat-y;
}

.event .content-left p,
.event .content-right p {
  color: #ffffff;
  padding-bottom:15px;
}

.event .content-left p{
  text-align:right;
  padding-right:30px;
} 

.event .content-right p {
  padding-left:30px;
} 

.e-right, .e-left {
  position:relative;
}

.e-right h4{
  text-align:left;
  padding-top:3px;
  padding-left:30px;
}

.e-right i, .e-left i {
  position:absolute;
  top:0px;
  font-size:40px;
  color: #ffffff;
}

.e-right i {
  left:-17px;
}

.e-left h4 {
  text-align:right;
  padding-right:30px;
}

.e-left i {
  position:absolute;
  top:0px;
  right:-17px;
}

.event .circle {
  position:relative;
  left:50%;
  margin-left:-50px;
  color: #ffffff;
  font-size:42px;
  width:100px;
  height:100px;
  border:1px solid #ffffff;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.event .circle i {
  position:absolute;
  top:28px;
  width:100px;
  text-align:center;
}

/* --------------------------------------------------------	*/
/*  Gallery  */
/* --------------------------------------------------------	*/

.gallery {
  background:#323a47;
  padding:80px 0px 100px 0px;
  display:block; 
  text-align:center;
}

.gallery h2, .gallery h4 {
  text-align:center;
}

.portfolio {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

.project {
  margin-right:-1px;
}

#portfolio-items [class*="col-"],
.projects-slider [class*="col-"] {  
  padding:0px; 
}

/* --------------------------------------------------------	*/
/*  Gallery Filter  */
/* --------------------------------------------------------	*/

#portfolio-filter {
  margin-top:45px;
  margin-bottom:25px;
  padding:0px;
  display:inline-block;
}
    
#portfolio-filter li {
  list-style:none;
  float:left;
  margin-right:0px;
  margin-bottom:5px;
  padding:0px;
  line-height:45px;
  font-size:13px;
}
    
#portfolio-filter li a {
  display:inline-block; 
  color:#aaaaaa;
  font-size:14px;
  font-weight:400;
  padding:0px 15px;   
  border-bottom:1px solid transparent;
}
 
#portfolio-filter li:hover a {
  color:#259fc4;
  border-bottom:1px solid #259fc4;
  text-decoration:none;
}
    
#portfolio-filter li.act a {
  color:#259fc4;
  border-bottom:1px solid transparent;
}

	/*  Portfolio - Isotype (filtering tags)  */
	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}   

	/* Isotope CSS3 transitions */    
	.isotope,	.isotope .isotope-item {
	  -webkit-transition-duration: 0.4s;
		 -moz-transition-duration: 0.4s;
		  -ms-transition-duration: 0.4s;
		   -o-transition-duration: 0.4s;
			  transition-duration: 0.4s;        
	}

	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:         top, left, opacity;
			  transition-property:         transform, opacity;
	} 

	/* disabling Isotope CSS3 transitions */
	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}              

/* --------------------------------------------------------	*/
/* Image Overlay */
/* --------------------------------------------------------	*/
               
.container-image {
  position:relative;
  overflow: hidden; 
  background:#259fc4;
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image img {
  max-width:100%;
  height:auto;   
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40); 
  -khtml-opacity:0.4; 
    -moz-opacity:0.4; 
         opacity:0.4; 
	-webkit-transform: scale(1.4,1.4);
    	-ms-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
}

.container-image i {
  position: absolute; 
  font-size:180px;
  line-height:180px;
  width: 180px;
  width: 180px;
  top: 50%;
  left: 50%;
  margin-top:-90px;
  margin-left:-90px;
  text-align:center;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -khtml-opacity:0; 
    -moz-opacity:0;   
         opacity:0; 
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover i {
  font-size:40px;
  line-height:40px;
  width: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-top:-20px;
  margin-left:-20px;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
  -khtml-opacity:0.8; 
    -moz-opacity:0.8;   
         opacity:0.8; 
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg); 
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.container-image:hover a:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity:1; 
    -moz-opacity:1;   
         opacity:1;    
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

/* --------------------------------------------------------	*/
/*  Buttons  */
/* --------------------------------------------------------	*/

.btn, .btn:focus {
  color:#5f708c;
  background:transparent; 
  padding:14px 32px;
  border:1px solid #5f708c;
  text-transform:uppercase;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.btn:hover{
  color:#fff;
  background:#5f708c;
  border:1px solid #5f708c;
}
   
.btn i{
  margin-right:10px;
}

.btn-primary, .btn-primary:focus{
  color:#fff;
  background:#5f708c; 
  border:0px;
}

.btn-primary:hover{
  color:#fff;
  background:#323a47; 
  border:0px;
}

.btn-info, .btn-info:focus{
  color:#0b7297;
  background:rgba(11, 114, 151, 0.05);
  border:0px; 
}

.btn-info:hover{
  color:#0b7297;
  background:rgba(11, 114, 151, 0.15); 
  border:0px; 
}

.btn-lg{
  padding:18px 30px;
}

.btn-sm{
  padding:11px 25px;
}

.btn-xs{
  padding:6px 16px;
}

.btn.rounded{
  border-radius:5px;
}

.btn.left{
  float:left;
}

.btn.right{
  float:right;
}

/* --------------------------------------------------------	*/
/*  Pagination */
/* --------------------------------------------------------	*/

.pagination li a{ 
  border:0px;
  color:#7786a1; 
  background:transparent;
  padding:8px;
}

.pagination li a:hover{
  color:#0fa1d5; 
  background:transparent;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  z-index:2;
  color:#111;
  background:transparent;
  cursor:default;
}

/* --------------------------------------------------------	*/
/*  Table  */
/* --------------------------------------------------------	*/

table {
  width:100%;
  border-collapse:collapse;
  border:0px;
}

table, th, td {
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

th, td {
  padding:15px 20px !important;
}

th {
  color:#ffffff;
  background:#1a8db0;
  border:1px solid #1a8db0 !important;
  border-right:1px solid #f0f1f4 !important;
  font-weight:normal;
}

.table-bordered thead:first-child tr:first-child>th:last-child, 
.table-bordered tbody:first-child tr:first-child>td:last-child, 
.table-bordered tbody:first-child tr:first-child>th:last-child {
  border-right:1px solid #333333 !important;
}

td {
  color:#8c9aaa;
  background:#ffffff;   
  border:1px solid #e9ecef;
  padding:15px 20px;
}

table a:hover{
  text-decoration:none;
}   

/* --------------------------------------------------------	*/
/*  Client Says  */
/* --------------------------------------------------------	*/

.client-says .client-text {
  position:relative;
  font-style:italic;
  color:#fff; 
  background:#1a8db0;
  padding:30px 25px;
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
       -o-border-radius: 6px; 
          border-radius: 6px; 
}

.client-says .client-text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 25px;
	bottom: -26px;
	border: 13px solid;
	border-color: #1a8db0 transparent transparent transparent;
}

.client-says .client-name {
  float:right;
  padding-top:14px;
  padding-right:10px;
}

.client-says .client-name i {
  font-size:16px;
  padding-right:10px;  
}

/* --------------------------------------------------------	*/
/*  Progress Bar  */
/* --------------------------------------------------------	*/

.progress-bar-shortcode .progress {
  height:38px;
  background:#f0f0f0;  
  margin-bottom:10px; 
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 inset;
      moz-box-shadow: rgba(0, 0, 0, 0) 0 0px 0px inset;
          box-shadow:rgba(0, 0, 0, 0) 0 0px 0px inset;
}

.progress-bar-shortcode .progress-bar {
  float:left;
  width:0;
  height:100%;
  color: #fff;
  background:#1a8db0;   
  font-size:14px;
  line-height:35px;
  padding-left:20px;
  border:0px; 
  text-align:left;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width .6s ease;
     -moz-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

.progress-striped{
  height:30px;
}

/* --------------------------------------------------------	*/
/*  Alerts  */
/* --------------------------------------------------------	*/
       
.alert {
  margin-bottom:9px;
  padding:20px;
  color:#789ab9;
  background:#e6edf2;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:0px !important;
  text-shadow:none !important;
}
  
.alert-error {
  color:#93545d;
  background:#ff92a1;
}

.alert-info {
  color:#7f7e00;
  background:#eae9b9;
}

.alert-success {
  color:#598157;
  background:#99de95;
}

/* --------------------------------------------------------	*/
/*  Social Icons  */
/* --------------------------------------------------------	*/

.social i, .social-2 i, .social-3 i, .social-4 i, .social-5 i, .social-6 i{
  color:#fff;
  font-size:22px;
  line-height:50px;
  width:50px;
  height:50px;
  margin:0px 4px 8px 4px;
  text-align:center;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}   

.social .fa-adn{background:#c0bdbb;} 
.social .fa-android{background:#98cb02;}
.social .fa-apple{background:#86878b;}
.social .fa-bitbucket{background:#0a4372;}
.social .fa-bitbucket-square{background:#0a4372;}
.social .fa-bitcoin{background:#f8a038;}
.social .fa-css3{background:#1571b4;}
.social .fa-dribbble{background:#cb2027;}
.social .fa-dropbox{background:#79bbee;}
.social .fa-facebook{background:#3b5a9b;}
.social .fa-facebook-square{background:#3b5a9b;}
.social .fa-flickr{background:#ef5999;}
.social .fa-foursquare{background:#63215f;}
.social .fa-github{background:#000000;}
.social .fa-github-alt{background:#000000;}
.social .fa-github-square{background:#000000;}
.social .fa-gittip{background:#643614;}
.social .fa-google-plus{background:#c53c2c;}
.social .fa-google-plus-square{background:#c53c2c;}
.social .fa-html5{background:#eb4d24;}
.social .fa-instagram{background:#ad856a;}
.social .fa-linkedin{background:#1d84b1;}
.social .fa-linkedin-square{background:#1d84b1;}
.social .fa-maxcdn{background:#f5ad34;}
.social .fa-pagelines{background:#0196f0;}
.social .fa-pinterest{background:#ca2128;}
.social .fa-pinterest-square{background:#ca2128;}
.social .fa-renren{background:#005aab;}
.social .fa-skype{background:#0ebbe3;}
.social .fa-stack-exchange{background:#054f96;}
.social .fa-stack-overflow{background:#054f96;}
.social .fa-trello{background:#1c5f89;}
.social .fa-tumblr{background:#2a445e;}
.social .fa-tumblr-square{background:#2a445e;}
.social .fa-twitter{background:#00aced;}
.social .fa-twitter-square{background:#00aced;}
.social .fa-vimeo-square{background:#1bb6ec;}
.social .fa-vk{background:#4e739f;}
.social .fa-weibo{background:#d52b2b;}
.social .fa-windows{background:#07b0eb;}
.social .fa-xing{background:#005a5d;}
.social .fa-xing-square{background:#005a5d;}
.social .fa-youtube{background:#bc2a2d;}
.social .fa-youtube-play{background:#bc2a2d;}
.social .fa-youtube-square{background:#bc2a2d;}

.social i:hover{
  background:#259fc4;
} 

.social-2 i{
  color:#c0c0c0;
  font-size:20px;
  line-height:20px;
  width:20px;
  height:20px;
} 

.social-2 i:hover{
  color:#0fa1d5;
} 
/* 
.social-3 i{
  color:#ffffff;
  background:#0fa1d5;
}   

.social-3 i:hover{
  color:#ffffff;
  background:#0b7297;
} 

.social-4 i{
  color:#ffffff;
  background:#abb3ba;
}   

.social-4 i:hover{
  color:#ffffff;
  background:#353648;  
} 
        
.social-5 i{
  color:#fff;
  background:#566174;
  font-size:16px;
  line-height:40px;
  width:40px;
  height:40px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}   

.social-5 i:hover{
  color:#fff;
  background:#0b7297;
} 

.social-6 i{
  color:#fff;
  background:#0b7297;
  font-size:16px;
  line-height:40px;
  width:40px;
  height:40px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}   

.social-6 i:hover{
  color:#fff;
  background:#0fa1d5;
} 
*/
.f-left i{
  float:left;
}

.f-right i{
  float:right;
}

/* --------------------------------------------------------	*/
/*  Social Networks  */
/* --------------------------------------------------------	*/
                      
.social-networks{
  text-align:center;
  background:#1a8db0;
}   
   
.social-networks h4, .social-networks h5 {
  color:#ffffff;
}   

.social-networks .social i {
  font-size:40px;
  line-height:100px;
  width:100px;
  height:100px;
  border:1px solid #ffffff;
  color:#ffffff;
  background:transparent;
  margin:12px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}  

.social-networks .social i:hover {
  color:#1a8db0;
  background:#ffffff;
} 

.social-networks .social .small {
  position:relative;
  font-size:20px;
  line-height:50px;
  width:50px;
  height:50px;
  margin:37px 12px;
  top:-5px;
}

/* --------------------------------------------------------	*/
/*  Map  */
/* --------------------------------------------------------	*/

#map {
  position:relative;
  width:100%;
  height:215px;
  padding:0px;
  border:1px solid #e3e7eb;
}

/* --------------------------------------------------------	*/
/* Entypo Icons */
/* --------------------------------------------------------	*/

.entypo-icons i{
  display:inline-block;
  font-size:40px;
  line-height:40px;
  text-align:center;
  color:#aaaaaa;
  margin-right:5px;
  width:40px !important;
}   
 
/* --------------------------------------------------------	*/
/*  Lists  */
/* --------------------------------------------------------	*/

ul {
  padding-left:20px;
}

ul li {
  position:relative;
  color:#566174;
  line-height:34px;
}

ul li i {
  position:absolute;
  top:10px;
  left:0px;
  color:#566174;
  text-decoration:none;
  font-size:16px;
}

ul li a {
  color:#566174;
  text-decoration:none;
}

ul li a:hover, ul li a:hover i {
  color:#0fa1d5;
  text-decoration:none;
}

/*  List 2  */

.list-2 {
  padding:0px;
  margin:0px;
}

.list-2 li {
  list-style:none;
  padding-left:25px;
}

/*  List 3  */

.list-3 {
  padding:0px;
  margin:0px;
}

.list-3 li {
  list-style:none;
  padding-left:35px;
}

.list-3 li i {
  margin-top:-6px;
  color:#fff;
  background:#566174;
  font-size:14px;
  width:26px;
  height:26px;
  line-height:26px;
  text-align:center;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.list-3 li a:hover i {
  color:#fff;
  background:#0fa1d5;
}
  
/* --------------------------------------------------------	*/
/*  Tabs  */
/* --------------------------------------------------------	*/

.nav-tabs {
  border:0px;
  margin:0px;
}

.tab-content h3 {
  color:#0b7297;
  padding-top:15px;
}

.nav-tabs li a {
  color:#fff;
  background:#3c4451;
  padding:15px 20px;
  margin-right:0px;  
  border:0px;  
  border-right:1px solid #d7dfe4;
  text-transform:uppercase;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}   

.nav-tabs li a:hover {
  color:#fff;
  background:#0fa1d5;
}

.nav-tabs li:last-child a {
  border-right:0px; 
}   

.nav-tabs li a i {
  position:relative;
  top:0px;
  left:0px;
  color:#fff;
  padding-right:10px;
}   

.nav-tabs li a:hover i {
  color:#fff;
}   

.tab-pane {
  color:#566174;
  background:#e6edf2; 
  border:0px; 
  padding: 15px 30px; 
}

.tab-pane p {
  padding-right:30px; 
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border:0px;
  color:#3c4451;
  background-color:#e6edf2;
}

.nav-tabs > li.active > a i {
  color:#3c4451;
}

/* --------------------------------------------------------	*/
/*  About Us  */
/* --------------------------------------------------------	*/

.about-us h3{
  position:relative;
  font-size:22px;
  color:#1a8db0;
  margin-bottom:15px;
}

.about-us i{
  position:relative;
  font-size:22px;
  top:-2px;
  padding-right:15px;
}

/* --------------------------------------------------------	*/
/*  Content Box  */
/* --------------------------------------------------------	*/

.content-box h4{
  color:#fff;
  background:#0fa1d5; 
  padding:15px 20px;
  margin:0px;
}

.content-box p{
  padding:20px 20px;
  border:1px solid #0fa1d5;
}

/* --------------------------------------------------------	*/
/*  Accordion  */
/* --------------------------------------------------------	*/

.accordion-group {
  border-radius:0px;
  border:0px; 
  border-left:5px solid #0fa1d5;      
  margin-bottom:1px;
}

.accordion-heading {
  height:60px;
  background:#e6edf2;
  font-size:16px;
  text-transform:uppercase; 
  padding:20px;   
}

.accordion-heading a {
  color:#2d333d;
}

.accordion-heading a:hover {
  color:#566174;
}

.accordion-inner {
  color:#7786a1;
  background:transparent; 
  padding:20px;                            
}
      
/* --------------------------------------------------------	*/
/*  Testimonials  */
/* --------------------------------------------------------	*/

.testimonial {
  color:#8c9aaa;
  background:#f7f8fb;
  border:1px solid #e9ecef;
  padding:25px; 
}

.testimonial .function{
  padding-left:10px;
}

/* --------------------------------------------------------	*/
/*  Partners  */
/* --------------------------------------------------------	*/

.partners-4{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-4 li{
  display:table-cell;
  width:25%;
  border:1px solid #e6edf2;
}

.partners-5{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-5 li{
  display:table-cell;
  width:20%;
  border:1px solid #e6edf2;
}

.partners-6{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-6 li{
  display:table-cell;
  width:16.666666666666%;
  border:1px solid #e6edf2;
}

.partners-7{
  display:table;
  list-style:none;
  border-collapse:collapse;
}

.partners-7 li{
  display:table-cell;
  width:14,2857142857142857%;
  border:1px solid #e6edf2;
}

/* --------------------------------------------------------	*/
/*  Gallery Overlay  */
/* --------------------------------------------------------	*/
               
.img-container {
  position:relative;
  overflow:hidden; 
  background:#0fa1d5;
}

.img-container img {
  max-width:100%;
  height:auto;  
	-webkit-transform: scale(1.4,1.4);
      -ms-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;      
}

.img-container:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40); 
  -khtml-opacity: 0.4; 
     -moz-opacity:0.4; 
          opacity:0.4;
	-webkit-transform: scale(1.0,1.0);
	    -ms-transform: scale(1.0,1.0);
          transform: scale(1.0,1.0);
}

.img-container i { 
  position: absolute;
  top: 50%;   
  left: 50%;
  width:10px;
  height:10px;
  font-size:10px;
  line-height:10px;
  text-align:center;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0); 
  -khtml-opacity: 0; 
     -moz-opacity:0; 
          opacity:0; 
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;   
}  

.img-container:hover i { 
  top: 50%;   
  left: 50%;
  width:60px;
  height:60px;
  font-size:34px;
  line-height:62px;
  margin-top:-30px;
  margin-left:-30px;
  text-align:center;
  background:rgba(45,45,45,0.8);
  -webkit-border-radius: 10%; 
     -moz-border-radius: 10%; 
       -o-border-radius: 10%;  
          border-radius: 10%; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter:alpha(opacity=90); 
       -khtml-opacity: 0.9; 
          -moz-opacity:0.9; 
               opacity:0.9;   
  -webkit-transform: rotate(720deg);
     -moz-transform: rotate(720deg);
       -o-transform: rotate(720deg);
      -ms-transform: rotate(720deg);    
}   

/* --------------------------------------------------------	*/
/*  Video Content  */
/* --------------------------------------------------------	*/

.video-content {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: -5px;
  border: none;
}

/* --------------------------------------------------------	*/
/*  Parallax  */
/* --------------------------------------------------------	*/
                 
.parallax {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #ffffff;
  text-transform:uppercase;
}

.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}

.parallax .parallax-text-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  text-align:center;
}

.parallax .parallax-text-item {
  display: table-cell;
  vertical-align: middle;
}

.parallax-text-item {
  font-weight:600;
  font-size:36px;
  color:#ffffff;
  line-height:1em;  
}

.parallax h2{
  color:#ffffff;
  text-shadow: 0px 1px #373737;
}

.parallax h3{
  color:#ffffff;
  text-shadow: 0px 1px #373737;
}
        
/* --------------------------------------------------------	*/
/*  Footer  */
/* --------------------------------------------------------	*/

.footer{
  color:#323a47;
  background:#f0f0f0;
}

.footer h2, .footer h4 {
  text-align:center;
}

.footer h6 {
  margin-bottom:20px;
}

.footer a, .footer a:visited {
  color:#8c9aaa;
}

.footer a:hover{
  color:#0fa1d5;
}

.footer .social-container{
  display:block;
  text-align:center; 
}

.footer .social-inner{
  display:inline-block;
}
  
.footer .social-inner .share-text{
  float:left;
  margin-left:10px;
  margin-right:30px;
}

.footer .social-inner .social{
  float:left;
}

.footer i{
  margin-right:10px;
}

.copyright{
  font-size:13px;
  color:#323a47;
  background:#fff;
  padding:50px 0px;;
}

.copyright img{
  width:auto;
}

.copyright-info{
  padding-top:12px;
  text-align:right;
}

.copyright a, .copyright a:visited {
  color:#1a8db0;
}

.copyright a:hover{
  color:#259fc4;
}

@media (max-width: 768px) {

  .logo-footer, .copyright-info {
    text-align:center;
    margin-bottom:20px;
  }

}

/* --------------------------------------------------------	*/
/*  Back To Top Button  */
/* --------------------------------------------------------	*/

.back-to-top {
  position: fixed;
  right:20px;
  bottom:10px;
  width:38px;
  height:38px;
  line-height:38px;
  font-size:22px;
	margin-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
  color:#fff;
  background:#606060;
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  z-index:999999;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;
          filter: alpha(opacity=50); 
}

.back-to-top:hover {
  color:#fff;
  background:#0fa1d5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
         opacity: 0.9;
          filter: alpha(opacity=90);   
}

.back-to-top:after {
  content:"\f106";  
}

/* --------------------------------------------------------	*/
/*  Form Controls  */
/* --------------------------------------------------------	*/

::-webkit-input-placeholder {
   color: #aaaaaa;
}

:-moz-placeholder {
   color: #aaaaaa;  
}

::-moz-placeholder {  
   color: #aaaaaa;  
}

:-ms-input-placeholder {  
   color: #aaaaaa;  
}

.form-group {
  margin-bottom:20px;
}

.form-control {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 13px;
  line-height: 21px;
  color: #aaaaaa;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -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;
}

.form-control:focus, .form-control:hover {
  border-color: #aaaaaa;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0.6);
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #404449;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform:uppercase;  
}

textarea.form-control {
  height: auto;
  min-height: 200px;
  resize: none;
}

/* --------------------------------------------------------	*/
/*  Blog  */
/* --------------------------------------------------------	*/

.blog-container {
  border-top:1px solid #d7dfe4;
  border-bottom:1px solid #d7dfe4;
  background: #f0f0f0;
}

.blog-container h2, .blog-container h4 {
  text-align:center;
}

.blog-container h3 {
  color: #373737;
  font-size:24px;
  font-weight:400;
  margin-bottom:10px;
}

.blog-container h6 {
  margin-bottom:15px;
}

.blog-container .blog-content{
  border-right:1px solid #d7dfe4;
  padding-right:30px;
}     

.post-info-container {
  border-top:1px solid #d7dfe4;
  border-bottom:1px solid #d7dfe4;
  padding:12px 0px;
}

.post-info-container .post-info .post-data {
  margin-right:10px;
}

.post-info-container .post-info .tags a {
  color:#0fa1d5;
  background:transparent;
  float:none;
  margin:0px;
  padding:0px;
}

.post-info-container .post-info .tags a:hover {
  color:#3c4451;
}

.post-info-container .post-info i {
  margin-right:5px;
}

.post-info-container i {
  margin:4px;
}
       
.blog-container .gray {
  color:#aaaaaa;
}

.blog-container li{
  line-height:22px;
}

.blog-container .list-2 li {
  line-height:24px;
}

.blog-container .list-2 li a i {
  font-size:12px;
  line-height:6px;
}

.blog-container .infoline {
  display:block;
  overflow:hidden;
  margin:0px !important;
  padding:0px;
  padding-bottom:15px;
}

.blog-container .infoline li{
  float:left;
  padding-right:20px;
  list-style:none;
}

.share-text p{
  padding-top:15px;
} 

/* --------------------------------------------------------	*/
/* Sidebar */
/* --------------------------------------------------------	*/

.blog-right-sidebar {
  border-left:1px solid #d7dfe4;
  padding-left:17px;
  margin-left:-17px;
}   

/*  Sidebar Search  */
.blog-right-sidebar .form-control {
  height: 38px;
  background-color: transparent;
  border: 1px solid #aaaaaa;
}

.blog-right-sidebar .recent-posts {
  margin:0px;
  padding:0px;
}

.blog-right-sidebar .recent-posts a {
  color:#373737;
}

.blog-right-sidebar .recent-posts a:hover {
  color:#1a8db0;
}

.blog-right-sidebar .recent-posts li {
  margin-bottom:10px;
  list-style:none;
}

.blog-right-sidebar .list-2 a, .blog-right-sidebar .list-2 a i {
  color:#259fc4;
}

.blog-right-sidebar .list-2 a:hover, .blog-right-sidebar .list-2 a:hover i {
  color:#1a8db0;
}

.flickr-widget img {
  width:23%;
  float:left;
  margin-right:2%;
  margin-bottom:4px;
}

  /* --------------------------------------------------------	*/
  /*  Comments  */
  /* --------------------------------------------------------	*/
  
  .blog-comment {
    position:relative;
  }  
  
  .blog-comment h4{
    color:#2c333d;
    font-size:20px;
    padding-bottom:5px;
  }  
  
  .blog-comment .user-image {
    position:absolute;
    top:0px;
    left:0px;
    border:1px solid #dadcdd;
    background:#fff;
    width:60px;
    height:60px;
  }
  
  .blog-comment .user-image i {
    color:#dadcdd;
    width:60px;
    height:60px;
    line-height:60px;
    font-size:30px;
    text-align:center;
  }
  
  .blog-comment .comment-data {
    padding-left:80px;
  }
  
  .blog-comment .reply-link {
    padding-left:12px;
    font-size:14px;
  }

  .blog-comment .divider, .blog-comment .divider-2 {
    margin:10px 0px;
  }

/* --------------------------------------------------------	*/
/* Refine Slider */
/* --------------------------------------------------------	*/

ul.rs-slider {
  margin: 0 0 0px 0px;
}        

ul.rs-slider img {
  position:relative;
}
       
.rs-thumb-wrap { margin: 21px 0 0 0; }
.rs-thumb-wrap > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;
  padding: 0px;
  *padding: 0;
  -webkit-transition: opacity .7s ease-in-out;
     -moz-transition: opacity .7s ease-in-out;
      -ms-transition: opacity .7s ease-in-out;
       -o-transition: opacity .7s ease-in-out;
          transition: opacity .7s ease-in-out;
}

.rs-thumb-wrap > a:hover,
.rs-thumb-wrap > a.active { opacity: 1 }
.rs-thumb-wrap > a:first-child { margin-left: 0 !important; }

.rs-arrows {
  position:absolute;
  z-index:799;  
  width:100%;
  top:50%; 
  right:0px;  
}

.rs-arrows .rs-prev, .rs-arrows .rs-next {
  position:absolute;
  display: block;
  right:30px; 
  margin-top:-25px;
  width: 50px; 
  height: 48px;
  background:#1a8db0; 
  border:0px; 
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50); 
  -khtml-opacity:0.5; 
    -moz-opacity:0.5;   
         opacity:0.5;                   
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; 
}

.rs-arrows .rs-prev {
  left:30px; 
}    

.rs-arrows .rs-next {
  right:30px; 
}
    
 .rs-arrows .rs-prev:hover, .rs-arrows .rs-next:hover { 
  background:009bed; 
  border:0px; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity:1; 
    -moz-opacity:1;   
         opacity:1;   
}

.rs-arrows .rs-prev i, .rs-arrows .rs-next i {
  text-indent: 0px;
  color:#fff;
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:500;
}

.rs-arrows .rs-next i {
  text-indent: 3px;
}
             
.rs-caption {
  padding: 20px;
  color: #f0f;
  background: rgba(0, 0, 0, .6);
}

.rs-caption p {
  color: #159;
  margin-bottom: 0;
}
   
/*  Shortcode Title  */

.shortcode-title{
  font-size:28px;
  text-align:center;
  color:#585858;
  margin:50px 0px;
}

   