/* --------------------------------------------------------	*/
/*	Base */
/* --------------------------------------------------------	*/

::-moz-selection { background: #353648; color: #ffffff; text-shadow: none; }
::selection { background: #353648; color: #ffffff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#ffffff;	
}

body {
	margin: 0;
	padding: 0;                 
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
  color:#616060;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color:#606060;
  line-height:1.6em;    
  margin:0px;
  margin-bottom:10px;
  padding:0px;
  text-align:center;
  clear:both;
}

.parallax h1{
  color:#fff;
  margin:0px;
  padding:40px 0px;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-size:38px;
  font-weight:700;
  text-transform:uppercase;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-size:36px;
  font-weight:300; 
}

h3 {
  font-size:24px;
}

h4 {
  font-size:20px;
}

h5 {
  font-size:16px;
  color:#222222; 
}    

h6 {
  font-size:15px;
  
}    

hr {
  background:#e5e5e5;
  height:1px;
  margin:30px 0px;
  border:0px;
}

p {
  margin:0px 0px 25px 0px !important;
} 

ul {
  padding:0px;
}

select {
  font-family: 'Open Sans', sans-serif;
  color:#646c78;
  height:36px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#8c9aaa;
}

blockquote {   
  position:relative;   
  font-size:16px;
  font-style:italic;  
  color:#8c9aaa;
  padding:0px 20px;
  border-left:5px solid #e3e7eb; 
  clear:both;
}

a {
  color:#222222;
  text-decoration:none;
  background: transparent;
}

a:hover {
  color:#0db497;
  text-decoration:none;
}

img {
  width:100%;
}

/* --------------------------------------------------------	*/
/*	Main Classes */
/* --------------------------------------------------------	*/

.white {
  color:#ffffff;
}

.gray{
  background-color:#f7f8fb;
}

.bold {
  font-weight:bold;
}

.strong {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

.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;
}

.space40 {
  height:40px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}

.space-mobile-20{
  height:20px;
  clear:both;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}
      
.f-left {
  float:left !important;
}

.f-right {
  float:right;
}
     
.p-t-0{
  padding-top:0px;
}

.pos-r {
  position:relative;
}

.c-b {
  clear:both;
}

.o-h {
  overflow:hidden;
}

/* --------------------------------------------------------	*/
/* Header */
/* --------------------------------------------------------	*/

.header{
  background:#ffffff;
}

.logo{
  width:auto;
  padding:30px 0px;
}  
       
/* --------------------------------------------------------	*/
/* Navigation */
/* --------------------------------------------------------	*/

.navbar {
  width:100%;
  min-height:50px;
  background:#fff;
  border:0px;
  padding:0px;
  margin:0px;
  z-index:59999;
  -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:left;
  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:14px;
  line-height:50px;
	color:#7f7f7f;
  padding:0px 20px;
  margin:0px;
  border:0px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.navbar .nav > li:hover > a {
	color:#fff;
  background:#222222;
}

.navbar .nav > li.active > a  {
	color:#fff;
  background:#333333; 
}

.navbar .nav > li.active > a:hover {
  background:#333333; 
} 

/* --------------------------------------------------------	*/
/* Mobile Menu */
/* --------------------------------------------------------	*/

.select-menu {
  display: none; 
}
      
@media (max-width: 768px) {

  /* Select Navigation  nastyluj si ju ako ti treba len prekopiruj styl ale nie triedu select-box*/
  .select-menu {    
    position:absolute;
    top:10px;
    display:block;
    float:left;
    width:50%;
    min-width:120px;
    height:30px;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    line-height: 30px;
    color:#000;
    background:#fff;
    border: 1px solid #f4f4f4;
  }
  
  .navbar .nav{
    display:none !important;
  }
  
}      

/* --------------------------------------------------------	*/
/* Layer Slider */
/* --------------------------------------------------------	*/

.ls-layer * {
	white-space: nowrap;
	font-weight: normal;
	text-shadow: none;
}

.c {
	text-align: center;
}

.sl1 {
	font-size: 100px;
	color: #eee;
	background: rgba(0,0,0,.75);
  padding:5px 20px !important;    
}

.sl2 {
	font-size: 70px;
	color: #444;
	background: white;
  padding:5px 20px !important;
}

/* --------------------------------------------------------	*/
/* Parallax */
/* --------------------------------------------------------	*/
                 
.parallax {
  width: 100%;
  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:700;
  font-size:36px;
  color:#ffffff;
  line-height:1em;  
}

.parallax h2, .parallax h3{
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  background: transparent; 
}

.parallax h2{
  font-size:36px;
}

.parallax h3{
  font-size:20px;
}

/* --------------------------------------------------------	*/
/* Refine Slider */
/* --------------------------------------------------------	*/

ul.rs-slider {
  margin: 0 0 0px 0px;
  padding: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;
     -moz-transition: opacity .7s ease-in-out;
  -webkit-transition: opacity .7s ease-in-out;
       -o-transition: opacity .7s ease-in-out;
      -ms-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 {
  width: 50px; 
  height: 48px;
  display: block;
  position:absolute;
  right:30px; 
  margin-top:-25px;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  border:0px; 
  border-bottom:2px solid #47485f !important;
  background:#353648 !important; 
  opacity: 0.5 !important; 
     -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
      -ms-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:#47485f !important; 
  border:0px; 
  border-bottom:2px solid #47485f !important;
  opacity: 1 !important; 
}

.rs-arrows .rs-prev i, .rs-arrows .rs-next i {
  text-indent: 0px;
  color:#ffffff;
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.rs-arrows .rs-next i {
  text-indent: 3px;
}
             
.rs-caption {
  padding: 20px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, .6);
}

.rs-caption p {
  color: #ffffff;
  margin-bottom: 0;
}

/* --------------------------------------------------------	*/
/* Flexlider */
/* --------------------------------------------------------	*/

/* Flex-1 */

.flex-1 {
  margin: 0px;  
  border: 0px solid #ffffff; 
  position: relative; 
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  box-shadow: 0 0px 0px #000000; 
  -webkit-box-shadow: 0 0px 0px #000000; 
  -moz-box-shadow: 0 0px 0px #000000; 
  -o-box-shadow: 0 0px 0px #000000; 
  zoom: 1;
}

.flex-1 .flex-direction-nav {
  height: 0px; 
  border: 0px;
}

.flex-1 .flex-direction-nav a {
  position: absolute;
  display: block; 
  width: 50px; 
  height: 48px; 
  background:#222222; 
  margin: 0px 0px 0px 0px; 
  padding-bottom:0px;
  top: -40px;  
  z-index: 10; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: -2500px; 
  -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: 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;
}

.flex-1 .flex-direction-nav .flex-prev,
.flex-1 .flex-direction-nav .flex-next {
  text-indent: 0px;
  position:absolute;
  top:50%;
  right:30px;
  margin-top:-25px;
  border:0px;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
}

.flex-1 .flex-direction-nav .flex-prev {
  left:30px;
}

.flex-1 .flex-direction-nav .flex-next i, .flex-1 .flex-direction-nav .flex-prev i { 
  text-indent: 0px;
  color:#ffffff; 
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.flex-1 .flex-direction-nav .flex-next i { 
  text-indent: 3px;
}

.flex-1 .flex-direction-nav .flex-prev:hover,
.flex-1 .flex-direction-nav .flex-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity:1; 
    -moz-opacity:1; 
         opacity:1; 
}
  
.flex-1 .flex-direction-nav .flex-next:hover i, .flex-1 .flex-direction-nav .flex-prev:hover i {
  color:#ffffff;   
}

.flex-1 .flexslider:hover .flex-next:hover, .flex-1 .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-1 .flex-direction-nav .flex-disabled {
  opacity: .6!important; 
  filter:alpha(opacity=60); 
  cursor: default;
}

.flex-1 .flex-control-nav {display:none;}

/* --------------------------------------------------------	*/
/*	Twitter Widget, Facebook Widget */
/* --------------------------------------------------------	*/
 
.twitter-widget{
  width:100%;
  height:350px;
}

.fb-widget{
  border:none; 
  overflow:hidden; 
  width:100%; 
  height:350px; 
}

@media (max-width: 991px) {

  .fb-widget{
    height:auto;  
  }

}
 
/* --------------------------------------------------------	*/
/* Footer */
/* --------------------------------------------------------	*/
  
.footer img{
  width:auto;
}
  
.footer .copyright{
  color:#616060;
  background:#333333;
}

.footer .copyright-info{
  padding-top:8px;
  text-align:center;
}

.footer .copyright a{
  color:#0db497;
}

.footer .copyright a:hover{
  color:#ddd;
}

@media (max-width: 768px) {

  .footer .copyright .col-sm-8, .footer .copyright .col-sm-2 {
    text-align:center;
    margin-bottom:20px;
  }

}
 
/* --------------------------------------------------------	*/
/*	Gallery (Portfolio) */
/* --------------------------------------------------------	*/

.portfolio{
  overflow:hidden;
}

.portfolio li{
  list-style:none;
}

.gallery-grid .img-container{
  margin-bottom:30px;
}                               

.gallery-mansonry .project{
  margin-right:-1px;
  margin-bottom:30px;
}

.gallery-full .project{
  padding:0px;
  margin-right:-1px;
}

  /* --------------------------------------------------------	*/
  /*	Portfolio Filter */
  /* --------------------------------------------------------	*/

  #portfolio-filter{
    margin:0px;
    overflow:hidden;
  }
    
  #portfolio-filter li {
    list-style:none;
    float:left;
    margin-right:10px;
    margin-top:5px;
    padding:12px 0px;
  }
    
  #portfolio-filter li a {
    padding:12px 15px;
    margin:0px;
    border:0px;
    border-bottom:1px solid transparent;
  	color:#8c9aaa;
  }
 
  #portfolio-filter li:hover a {
    color:#222222;
    border-bottom:1px solid #222222;
    text-decoration:none;
  }
    
  #portfolio-filter li.active a {
    color:#222222;
  }

	/* --------------------------------------------------------	*/
	/*	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;
	}          

/* --------------------------------------------------------	*/
/* Gallery Overlay */
/* --------------------------------------------------------	*/
               
.img-container {
  position:relative;
  overflow:hidden; 
  background:#222222;
}

.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;
}

/* --------------------------------------------------------	*/
/*  Services  */
/* --------------------------------------------------------	*/

.service{
  position:relative;
  padding-top:80px;
}

.service i{
  position:absolute;
  left:10px;
  top:-8px;
  font-size:86px;
  color:#ffffff;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%;  
}
     
.service .circle{
  overflow:hidden;
}
     
.service:hover .circle{
  display:block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg); 
}

.service h3{
  padding:30px 0px 5px 0px;
  text-align:center;
}

.service a{
  color:#222222;
}

.service a:hover{
  color:#646686;
}

.service p{
  color:#8c9aaa;
  margin:0px;
  padding:0px;
  text-align:center;
}

.service .circle{
  position:absolute;
  left:50%;
  top:0px;
  width:80px;
  height:80px;
  margin-left:-40px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  background:#222222;  
  -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;
}

.bg-2 .circle{
  background:#47485f;      
}

.bg-2 .circle i{
  left:16px;
  top:6px;
}

.bg-2 a{
  color:#47485f;
}

.bg-2 a:hover{
  color:#222222;
}

.bg-3 .circle{
  background:#646686;        
}

.bg-3 .circle i{
  left:-6px;
  top:10px;
}

.bg-3 a{
  color:#646686;
}

.bg-3 a:hover{
  color:#222222;
}

.services-dark{
  background-color:#333333;
  padding:80px 0px 40px 0px;
}

.services-dark i{
  display:block;
  width:80px;
  height:80px;
  text-align:center;
  font-size:36px;
  line-height:80px;
  color:#fff;
  border:1px solid #5e5664;
  margin:0 auto 20px auto;  
}

.services-dark h3{
  color:#fff;
  text-align:left;
}

.services-dark h4{
  color:#fff;
}

.services-dark p{
  line-height:20px;
  text-align:center;
  margin-bottom:14px !important;
}

.services-dark a{
  display:block;
  text-align:center;
}

/* Dark Box */

.dark-box{
  background-color:#2a2a2a;
  padding:60px 0px;
}

.dark-box h2{     
  color:#222222;
  font-size:36px;
  font-weight:300;
  line-height:48px;
  text-align:left;
  margin:0px;
}

.dark-box p{
  color:#616060;
  padding:0px;
  padding-top:10px;
  margin:0px !important;
}

/* --------------------------------------------------------	*/
/*	Main Service */
/* --------------------------------------------------------	*/

.main-service{
  text-align:center;
}

.main-service h3{
  padding-top:20px;
}

.main-service i{
  color:#f7f8fb;
	background:#222222;
  font-size:42px;
  width:80px;
  height:80px;
  line-height:80px;
  -webkit-border-radius: 8px; 
     -moz-border-radius: 8px; 
       -o-border-radius: 8px; 
          border-radius: 8px; 
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
	     -o-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;  
}

.main-service:hover i{
  color:#222222;    
	background:#f7f8fb;
}
          
/* --------------------------------------------------------	*/
/*  Lists  */
/* --------------------------------------------------------	*/

.list-a {
  padding:0px;
  margin:0px;
}

.list-a li {
  position:relative;
  top:0px;
  left:0px;
  list-style:none;
  padding-left:40px;
  line-height:28px;
  margin-bottom:8px;
}

.list-a i {
  position:absolute;
  top:0px;
  left:0px;
  font-size:15px;
  line-height:32px;
  width:30px;
  height:30px;
  text-align:center;
  color:#fff;
  background:#606060;
}

.list-a a {
  color:#353648;
  text-decoration:none;
}

.list-a a:hover {
  color:#222222;
  text-decoration:none;
}

.list-a a:hover i {
  background:#222222;
}

/* --------------------------------------------------------	*/
/*  Client Says  */
/* --------------------------------------------------------	*/

.client-says-container {
  padding:140px 0px 90px 0px;
}
        
.client-says-container h3{
  font-size:24px !important;
  font-weight:500;
  margin-bottom:20px;
  text-transform:none;
}

.client-says-container h5{
  font-size:16px;
  font-weight:700;
  text-transform:none;
}

.client-says-container p{
  font-size:16px;
  line-height:30px;
  font-weight:500;
  color:#fff;
  text-transform:none;
}
   
.client-says {
	position: relative;
  font-style:italic;
  padding:30px 45px;
  color:#8c9aaa;  
  background:#f8f9fc;
	border: 1px solid #e9ecef;
}

.client-says-2 {
  position:relative;
  font-style:italic;
  color:#646686;
  text-align:right;
  padding-top:15px;
  padding-right:30px;
}

.client-name {
  float:left;
}

.client-name i {
  font-size:26px;
  padding-left:8px;
  padding-right:35px;  
}

/* --------------------------------------------------------	*/
/*  Progress Bar  */
/* --------------------------------------------------------	*/

.progress {
  height:25px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  margin-top:5px;
  margin-bottom:10px; 
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align:center;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  font-size:14px;
  line-height:22px;
  background: #00bff3;   
  border-bottom:0px; 
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  -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-bar-2 .progress{
  margin-bottom:20px; 
}
 
/* --------------------------------------------------------	*/
/*  Buttons  */
/* --------------------------------------------------------	*/
  
.btn, .btn-small, .btn-large, .btn-large-icon{
  font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
  font-size:14px;
  line-height:50px;
  height:50px;
  color:#fff;
  background:#222222;
  border:0px;
  padding:0px 40px;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
       -o-border-radius: 4px; 
          border-radius: 4px; 
  margin-bottom:10px;
  margin-right:10px;
  text-shadow:none;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none; 
  -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 i, .btn-small i, .btn-large i, .btn-large-icon i{
  font-size:18px;
  line-height:18px;
  padding-right:8px;
}

.btn:hover, .btn-small:hover, .btn-large:hover, .btn-large-icon:hover{
  color:#ffffff;
  background:#2db7b2;
}

.btn-small {
  font-size:13px;
  height:36px;
  line-height:36px;
  padding:0px 30px;
}

.btn-large {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 40px;
}

.btn-large-icon {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 50px;
}

.bc-2{
  color:#ffffff;
  background:#3286e9;
}

.bc-2:hover{
  background:#327dd7;
}

.bc-3{
  background:#ed6450;
}            

.bc-3:hover{
  background:#da5f4d;
}

.bc-4{
  background:#babbc1;
}

.bc-4:hover{
  background:#acadb3;
}

.bc-5{
  background:transparent;
  border:1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70); 
  -khtml-opacity: 0.7; 
     -moz-opacity:0.7; 
          opacity:0.7;
}

.bc-5:hover{
  background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity: 1; 
     -moz-opacity:1; 
          opacity:1;
}

.btn-color-bg{
  background:#222222;
  padding:30px 30px 20px 30px;
  margin-top:10px;
}

/* --------------------------------------------------------	*/
/*  Paging  */
/* --------------------------------------------------------	*/
  
.paging {
  float:left;
} 
  
.paging .btn{
  font-size:13px;
  line-height:8px;
  width:auto;
  height:30px;
  padding:0px 12px 0px 12px;
  color:#8c9aaa;
  background:transparent;
  border:1px solid #222222;
}

.paging .btn:hover{
  color:#fff;
  background:#222222;
}

/* --------------------------------------------------------	*/
/*  Tags  */
/* --------------------------------------------------------	*/

.tag {
  height:28px;
  font-size:13px;
  line-height:28px;
  color:#ffffff;
  background:#8c9aaa;
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
       -o-border-radius: 2px; 
          border-radius: 2px; 
  padding:0px 12px;
  margin-right:8px;
  margin-bottom:8px;
  float:left;
  -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;
}

.tag:hover {
  background:#222222;
}
        
/* --------------------------------------------------------	*/
/*  Accordion  */
/* --------------------------------------------------------	*/

.panel-group .panel-default{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin:0px;
  border:0px; 
}

.panel-group .panel-heading{
  padding:0px;
  border-bottom:0px;
}

.panel-group .panel-heading h3{
  text-align:left; 
}   

.panel-group .panel-heading h3 a{
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  line-height:30px;
  color:#616060;
  background:#e9eaef;
  padding:15px 20px;
}   

.panel-group .panel-heading h3 a:hover{
  color:#888;
}  

.panel-group h5{
  color:#3286e9;
  text-align:left; 
}   

.panel-group .panel-body{
  padding:30px; 
  border:0px !important;
}

/* --------------------------------------------------------	*/
/*  Tabs  */
/* --------------------------------------------------------	*/

.nav-tabs {
  border:0px;
  margin-bottom:0px;
}

.tab-content h3 {
  color:#222222;
  text-align:left;
  padding-top:20px;
  margin-bottom:0px;
}

.tab-content h6 {
  text-align:left;
  padding-bottom:10px;
}

.nav-tabs li a {
  color:#353648;
  background:#f8f9fc !important;
  padding:15px 25px;
  margin-right:0px;  
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:0px !important;
  text-transform:uppercase;
}   

.nav-tabs li:last-child > a {
  border-right:1px solid #f0f1f4; 
}  

.nav-tabs li a:hover {
  color:#222222;
  background:#ffffff;
  border:0px;
}

.nav-tabs i {
  padding-right:10px;
}

.tab-content {
  color:#8c9aaa;
  background:#ffffff;
  border:0px; 
  padding: 0px; 
}

.tab-content h3 {
  padding-top: 50px; 
}

.tab-content p {
  color:#616060;
}
       
.nav-tabs li {
  display:block;
  width:20%;

  padding:0px;
}

.nav-tabs li a {
  border:0px;
  padding:0px;
}

/* --------------------------------------------------------	*/
/*  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;
}

/* --------------------------------------------------------	*/
/*  Icons  */
/* --------------------------------------------------------	*/

.icons i{
  color:#8c9aaa;
  font-size:20px;
  margin-right:30px;
  margin-bottom:30px;
  width:20px;
  float:left;
}  

.icons h5{
  font-size:14px;
  padding-top:25px;
  padding-bottom:15px;
}  

/* --------------------------------------------------------	*/
/* Top Social Button */
/* --------------------------------------------------------	*/

.social-top-btn {
  position:relative;
  float:right;  
}
                  
.social-top-btn .btn{
  display:block;
  height:50px;
  line-height:50px;
  color:#c0c0c0;
  background-color:transparent;
  border:1px solid #ededed;
  padding:0px 20px;
  margin:0px;
  text-transform:none;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.social-top-btn:hover .btn{
  color:#fff;
  background:#222222;
  border:1px solid #222222;
}

.social-top-icons{
  display:none;
  height:50px;
}

.social-top-btn:hover .social-top-icons{
  display:block;
  position:absolute;
  right:0px;
  min-width:240px;
  min-height:95px;
  background:#eeeff4;
  border-bottom:1px solid #c0c0c0;
  text-align:center;
  padding:30px;
  overflow:hidden;
}

/* --------------------------------------------------------	*/
/*  Social Icons  */
/* --------------------------------------------------------	*/

.social i, .social-2 i, .social-3 i{
  color:#ffffff;
  background:#222222;
  font-size:18px;
  line-height:38px;
  width:38px;
  height:38px;
  margin-right:8px;
  margin-bottom:8px;
  text-align:center;
  float:left;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  -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 i:hover{
  color:#ffffff;
  background:#0db497;
}  

.social-2 i{
  color:#ffffff;
  background:#47485f;
}   

.social-2 i:hover{
  color:#ffffff;
  background:#353648;  
} 

.social-3 i{
  color:#c0c0c0;
  background:transparent;
  line-height:38px;
  width:32px;
  height:38px;
  float:none;
  margin:0px 0px 0px 0px;
} 

.social-3 i:hover{
  color:#222222;
} 

/* --------------------------------------------------------	*/
/*  Map  */
/* --------------------------------------------------------	*/

#map {
  position:relative;
  width:100%;
  height:380px;
  padding:0px;
  border:1px solid #e3e7eb;
}

/* --------------------------------------------------------	*/
/* Entypo Icons */
/* --------------------------------------------------------	*/

.entypo-icons i{
  display:inline-block;
  font-size:40px;
  line-height:40px;
  text-align:center;
  margin-right:5px;
  width:40px !important;
}   

/* --------------------------------------------------------	*/
/* Breadcrumb */
/* --------------------------------------------------------	*/

.breadcrumb {
  background:transparent;
  text-align:right;
  line-height:38px;
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
  width:100%;
  border-collapse:collapse !important;
  border:0px !important;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

th {
  color:#ffffff;
  background:#47485f;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:1px solid #47485f !important;
  border-right:1px solid #f0f1f4 !important;
  font-weight:normal !important;
  padding:15px 20px !important;
}

.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 #47485f !important;
}

td {
  color:#8c9aaa;
  background:#ffffff;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:1px solid #e9ecef !important;
  padding:15px 20px !important;
}

table a:hover{
  text-decoration:none;
}   
         
.table-2 th {
  background:#222222;
  border:1px solid #222222 !important;
  border-right:1px solid #ffffff !important;
}

.table-2 td {
  background:#f8f9fc;
}

.table-2 .table-bordered thead:first-child tr:first-child>th:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>td:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>th:last-child{
  border-right:1px solid #222222 !important;
}

/* --------------------------------------------------------	*/
/*  Testimonials  */
/* --------------------------------------------------------	*/

.testimonials {
  color:#8c9aaa;
  background:#f8f9fc;
  border:1px solid #e9ecef;
  padding:25px; 
}

.w-position{
  color:#8c9aaa;
  padding-left:10px;
}

.testimonial-2{
  text-align:center;
}

.testimonial-2 h5{
  margin-top:10px;
  margin-bottom:0px;
}

.testimonial-2 p{
  text-align:left;
  margin-top:0px;  
}

.testimonial-2 .member-detail img{
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.testimonial-2 .function{
  color: #222222 !important;
  text-align:center;
  font-style:italic;
}

/* --------------------------------------------------------	*/
/* Contact Form */
/* --------------------------------------------------------	*/
    
.contact-form{
	background:#f7f8fb;
  border-top:1px solid #eaecf0;
  border-bottom:1px solid #eaecf0;
  text-align:left;
}

.contact-form h4, .contact-form h6, .contact-form p{
  text-align:left;
}


.contact-form .contact-logo {
  float:left;
}

.contact-form .contact-logo-title {
  float:left;
  padding-left:15px;
  font-weight:bold;
  font-size:16px;
  line-height:40px;
}

.contact-form h4{
  padding-top:10px;
}

.contact-form img{
  width:auto;
}

.error {
  margin:6px 6px;
	display: none;
  color: #ff4b64;  
}

#ajaxsuccess {
  font-size: 15px;
	width: 100%;
	display: none;
  clear: both;
  color: #0fa2d5;
  margin:0px;
}

.contact-form .btn {
  float:left;
  margin-top:10px;
}

/* --------------------------------------------------------	*/
/* Contact Data */
/* --------------------------------------------------------	*/
        
.contact-data h4{
  text-align:left;
  margin-bottom:20px;
}

/* --------------------------------------------------------	*/
/*  Form  */
/* --------------------------------------------------------	*/

.form-comment input, .form-comment textarea {
  color:#646686;
  background:#ffffff;
  margin-top:10px;
  border:1px solid #f0f1f4;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  box-shadow: none;
}    

.form-comment textarea {
  height:150px;
  resize:none;
}   

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  box-shadow: none !important;
  border:1px solid #f0f1f4 !important;
}

.form-comment .btn {
  margin-right:0px;
  float:right;    
}

/* --------------------------------------------------------	*/
/* Recent Projects */
/* --------------------------------------------------------	*/

.recent-container{
  padding:80px 0px 110px 0px;
}

.recent-container h2{
  font-family: 'Roboto Slab', serif;
  text-transform:none;
}

.recent-projects-1 img{
  display:block;
  width:25%;
  float:left;
}

.recent-projects-2 img{
  display:block;
  width:33.333%;
  float:left;
}

/* --------------------------------------------------------	*/
/* Image Overlay */
/* --------------------------------------------------------	*/

.img-overlay img {
  max-width:100%;
  height:auto;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60); 
  -khtml-opacity: 0.6; 
     -moz-opacity:0.6; 
          opacity:0.6;
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}

.img-overlay:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity: 1; 
     -moz-opacity:1; 
          opacity:1;
}

/* --------------------------------------------------------	*/
/* Promo Box */
/* --------------------------------------------------------	*/
      
.promo-box{
	background:#222222;
  padding:70px 0px;
}

.promo-box h4{
	font-size:24px;
  line-height:30px;
  color:#fff;
	text-align:left;
  margin:0px;
}

.promo-box .author{
	font-size:14px;
  padding:50px 0px;
  margin:0px;
}
   
.promo-box .btn{
  margin:7px 0px 0px 0px;
}

/* --------------------------------------------------------	*/
/* Service 2 */
/* --------------------------------------------------------	*/

.service-2-title h1 span {
	vertical-align: middle !important;
}

.service-2-title h3{
	color:#222222;
  margin-bottom:5px;
}

.service-2-title h5{
	color:#616060;
  font-weight:300;
}

.service-2{
  position:relative;
  padding-left:60px;
}

.service-2 h4{
  color:#333333;
  font-size:16px;
  font-weight:600;
  text-align:left;
}

.service-2 i{
  position:absolute;
  top:0px;
  left:0px;
  color:#222222;
  font-size:30px;     
}

/* --------------------------------------------------------	*/
/* Back To Top Button */
/* --------------------------------------------------------	*/

.back-tt {
  width:38px;
  height:38px;
  line-height:38px;
  color:#fff !important;
  background:#606060 !important;
  border:0px !important;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  float:right;  
  padding:0px;
  margin:0px;
}

.back-tt:hover {
  background:#222222 !important;
}

.back-tt i {
  width:38px;
  height:38px;
  line-height:38px;
  padding:0px;
  margin:0px;
  text-align:center;
}

@media (max-width: 768px) {

  .copyright .back-tt{
    float:none;
    text-align:center;
  }            
  
}


