@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700itali");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,500,200,100,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

body 
{
	background: white;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	color: #777777;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6
{
	color: #31373a;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a
{
	font-weight: inherit;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 24px;
}

h4
{
	line-height: 1.7;
	font-size: 20px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 14px;
}

p 
{
	margin: 0 0 20px 0;
}
p img
{
	margin: 0;
}

em, i
{
	font-style: italic;
}

strong, b
{
	font-weight: bold;
	color: #31373a;
}

a, a:visited
{
	color: #00a8d6;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus, a:active
{
	color: #777777;
}

p a, p a:visited
{
	line-height: inherit;
}

::-moz-selection
{
	background-color: #d3dde0;
	text-shadow: none;
}

::-webkit-selection
{
	background-color: #d3dde0;
	text-shadow: none;
}

::selection
{
	background-color: #d3dde0;
	text-shadow: none;
}

img::selection
{
	background-color: transparent;
}

img::-moz-selection
{
	background-color: transparent;
}

.no-padding
{
	padding-left: 0px;
	padding-right: 0px;
}
.no-margin
{
	margin-left: 0px;
	margin-right: 0px;
}

/**
 * 	Navbar
 */

.navbar-inverse
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0px;
	z-index: 9999;
	overflow: visible;
	background-color: rgba(255,255,255,0.9);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	border-color: #31373a;
	transition: padding 0.3s ease-in-out;
	-moz-transition: padding 0.3s ease-in-out;
	-webkit-transition: padding 0.3s ease-in-out;
}

.navbar-inverse.navbar-inverse-shrink
{
	padding: 5px 0;
}

.navbar-inverse .navbar-nav>li>a
{
	color: #00a8d6;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>.active>a:hover
{
	background-color: #00a8d6;
}
.navbar-inverse .navbar-nav>.active>a
{
	background-color: inherit;
	color: orange;
}

.navbar-inverse .navbar-nav>li>ul
{
	display: none;
	margin-top: 5px;
	width: 200px;
	padding: 10px 10px 10px 30px;
	background-color: #ffffff;
	position: absolute;
}
.navbar-inverse .navbar-nav>li:hover>ul
{
	position: absolute;
}
.navbar-inverse .navbar-nav>li:hover>ul>li>a
{
	display: block;
}
.navbar-inverse .navbar-nav>li>ul>li>a
{
	font-family: 'Open Sans';
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li:hover>ul>li:hover>a
{
	color: orange;
}
.navbar-brand
{
	padding: 4px 0px 0px 0px;
}

.navbar-toggle
{
	margin-right: 0px;
}

.navbar-inverse .navbar-toggle
{
	background-color: #00a8d6;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
	background-color: #ffa500;
}

/*
 * Language switcher
 */

.language
{
	/*top: 0px;
	left: 50%;
	position:fixed;*/
	padding-top: 4px;
	z-index: 99999;
	/*float: right;*/
}
.language img
{
	
}

.aflter-slider
{
	margin-top: 20px;
}

.start-offer .fa
{
	color: orange;
	font-size: 60px;
}

.main-col
{
	margin-bottom: 20px;
}

/**
 * 	Slider
 */

.ks-slider
{
	padding-top: 98px;
	padding-left: 0px;
	padding-right: 0px;
}
.theme-amazing .nivoSlider
{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
	border-color: #31373a;
}
#vtnivo87 .nivo-caption
{
	width: 80%!important;
  	/*top: 50%;*/
  	left: 50%;
  	/*height: 70px!important;*/
  	text-align: center;
  	/* bring your own prefixes */
  	transform: translate(-50%, -0%);
}

#vtnivo87 .nivo-caption .nivo-heading,
#vtnivo87 .nivo-caption .nivo-description
{
	text-align: center!important;
}

/*
 * Breadcrumb
 */

.breadcrumb
{
	padding: 7px 15px;
	background-color: #00a8d6;
	border-radius: 3px;
	margin-bottom: 0px;
}
.breadcrumb li span
{
	color: #ffffff;
	
}

/**
 * 	Footer
 */

footer
{
	
	padding-top: 100px;
	background-color: #00a8d6;
	/*background-color: #00539a;*/
	/*border-top: 1px solid #31373a;*/
	/*box-shadow: 0px -1px 5px #000000;*/
}
footer div div
{
	font-family: 'Open Sans';
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
ul.footer-menu li>a
{
	font-size: 18px;
	/*color: #31373a;*/
	color: #ffffff;
}

.footer-text 
{
	margin-top: 80px;
	margin-bottom: 50px;
}
.footer-text a
{
	text-decoration: underline;
	color: #ffffff;
}

.footer-text a:hover, .footer-menu .active a
{
	color: orange;
}

div.span6
{
	width: 50%;
    float: left;
    padding: 5px;
}
div.span6 img
{
	width: 100%;
	clear: both;
	box-shadow: 0px 0px 5px #777777;
}

input, textarea, 
#mod-finder-searchform99 input,
.form-horizontal .input-80,
#form-login-username #modlgn-username,
#search-searchword
{
	height: auto!important;
    border: 0;
    color: #777777;
    padding: 6px 14px;
    background-color: #f1f4f5;
    border: 1px solid #f1f4f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

button, .btn-primary, #searchForm button
{
	background-color: #00a8d6;
    padding: 10px 17px;
    color: white;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 250ms ease-in;
    -moz-transition: background 250ms ease-in;
    -ms-transition: background 250ms ease-in;
    -o-transition: background 250ms ease-in;
    transition: background 250ms ease-in;
    float: right;
    margin-right: 0px;
}

#form-login-username #modlgn-username,
#form-login-password #modlgn-passwd
{
	width: 200px;
	float: right;
	clear: both;
	margin-bottom: 5px;
}

#form-login-remember,
#form-login-submit,
#form-login-username,
#form-login-password
{
	display: block;
	clear: both;
}

#form-login-submit
{
	text-align: right;
}

#form-login-submit .btn-primary
{
	float: none;
}

.unstyled
{
	margin-top: 15px;
}
.unstyled li a
{
	font-size: 15px;
}

#mod-finder-searchform99 .btn-primary
{
	margin-bottom: 3px;
}

.logout-button
{
	text-align: right;
}

.logout-button .btn-primary
{
	float: none;
}

.form-horizontal fieldset
{
	width: 100%;
	margin-right: 0px;
}

.form-horizontal .controls
{
	margin-left: 0px;
}

.form-horizontal .control-label
{
	color: #777777;
	text-align: left;
	width: 100%;
}

.form-horizontal .input-80
{
	max-width: 100%;
	width: 100%;
}

.col-md-4 .moduletable h3
{
	font-size: 14px;
    font-weight: 800;
    margin: 0 0 30px 0;
}
.login-greeting
{
	font-size: 16px;
}

#searchForm .phrases legend, #searchForm .only legend
{
	padding-top: 40px;
}

.categories-module h4
{
	font-size: 16px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.categories-module a
{
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 28px;
}

.categories-module .active a
{
	color: #ffa500;
}

.col-md-4 .moduletable, .col-md-8 .moduletable
{
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dce4e6;
}

.col-md-8 .mod-map
{
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.mod-contact-form
{
	border: 0px!important;
}

.our-team .moduletable h3
{
	font-size: 30px;
    font-weight: 600;
}

.team-members .row .moduletable
{
	line-height: 100px;
	text-align: center;
}

.team-members .moduletable img
{
	max-width: 150px;
}

.our-team .custom div
{
	margin-bottom: 40px;
}

.kontakt-page .fa,
.mod-kontakt .fa
{
	width: 30px;
	font-size: 24px;
	color: orange;
}
.kontakt-page .container
{
	width: 100%;
}

.kontakt-page .btn-group
{
	width: 100%;
	text-align: right;
}
.kontakt-page .btn
{
	float: none;
}

.kontakt-page .col-md-6
{
	
}

.component-section .item-page img
{
	/*box-shadow: 0px 0px 1px #000000;*/
	/*border: 1px solid #dce4e6;*/
	width: 100%;
}

.moduletable-zakres h3
{
	margin-top: 0px;
	margin-bottom: 35px;
}

@media (min-width: 992px)
{
	.component-section
	{
		min-height: 500px!important;
	}
}

.menu-sidebar
{
	padding-left: 40px;
	margin-bottom: 10px;
}
.menu-sidebar li
{
	display: list-item;
	list-style: disc;
}
.menu-sidebar li a
{
	padding: 0px;
}
.menu-sidebar .active a
{
	color: orange;
}
.menu-sidebar li a:hover
{
	background: none;
	text-decoration: underline;
}

.aktualnosci .page-header, 
.component-section .page-header
{
    text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
}

.aktualnosci .page-header h2, 
.component-section .page-header h2,
{
    margin-top: 20px;
    text-align: center;
}
.component-section .aktualnosci>h2
{
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.aktualnosci .page-header h2 a
{
	margin: 0px;
	font-size: 18px;
	font-family: 'Open Sans';
}

#blogPosts .portfolio-carousel
{
	text-align: center;
	padding-bottom: 70px;
}

#blogPosts h2
{
	margin-top: 70px;
	color: #ffffff;
	font-size: 30px;
    font-weight: 600;
}
#blogPosts .category-desc
{
	padding-bottom: 70px;
}

#blogPosts .page-header
{
	width: 68%;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	float: right;
	text-align: left;
}
#blogPosts .page-header h2
{
	margin: 0px;
	margin-top: 0px;
}

#blogPosts .page-header h2 a
{
	color: #ffffff;
	margin: 0 0 0px 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

#blogPosts .span4
{
	float: left;
	width: 33.33%;
}

#blogPosts .item-image
{
	margin-bottom: 20px;
	width: 30%;
	float: left;	
}
#blogPosts img
{
	width: 100px;
	height: 100px;
	border: 3px solid white;
	border-radius: 50%;
	
}

#blogPosts .article-info
{
	text-align: left;
	margin-top: 0px;
	clear: both;
}
#blogPosts .icons
{
	display: none;
}

.system-unpublished
{
	display: none;
}

.pagination
{
	width: 100%;
	text-align: center;
}

.pagination .counter
{
	width: 100%;
	clear: both;
}

.pagination ul
{
	width: 100%;
	display: block;
	padding-left: 0px;
}
.pagination ul li
{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.item-page img
{
	box-shadow: 0px 0px 5px #777777;
}

@media (min-width: 769px) and (max-width: 991px)
{
	#blogPosts .span4
	{
		float: left;
		width: 50%;
	}
    .nav > li > a
    {
        padding: 10px 12px;
    } 
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#mod-finder-searchword99
	{
		width: 200px;
	}
}

@media (min-width: 768px)
{
	.navbar-collapse .navbar-nav.navbar-right:last-child
	{
    	margin-right: -46px;
	}
}

@media (max-width: 768px)
{
    .navbar-inverse .navbar-nav>li>ul,
    .navbar-inverse .navbar-nav>li:hover>ul
    {
    	/*display: block;*/
    	position:relative;
    }
    #vtnivo87 .nivo-caption
    {
    	width: 90%!important;
    	/*display: none!important;*/
    }
    #vtnivo87 .nivo-caption .nivo-description
	{
		display: none!important;
	}
    #vtnivo87 .nivo-caption .nivo-heading,
    #vtnivo87 .nivo-caption .nivo-description
	{
		font-size: 14px!important;
	}
    
    div.span6
	{
		width: 100%;
	    float: left;
	    padding: 5px;
	}
	
	#blogPosts .span4
	{
		float: none;
		width: 100%;
	}
	.sm-no-pd
	{
	    padding-left: 5px;
	    padding-right: 15px;
	}
}

@media (max-width: 500px)
{
	#recaptcha
	{
		width: 310px;
		overflow-x:scroll;
		margin-bottom: 10px;
	}
}



.subtract-bottom {
  margin-bottom: -40px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 20px !important;
}

.add-bottom {
  margin-bottom: 40px !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

a, a:visited {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.service-section, .first-widget {
  position: relative;
  margin-top: 108px;
}

.light-content, #blogPosts {
  margin-top: 100px;
}

/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: white;
  width: 100%;
}

.dark-content {
  background-color: #31373a;
  width: 100%;
  padding: 70px 0 80px 0;
}
.dark-content .section-header .section-title {
  color: white;
}
.dark-content .section-header .section-desc {
  color: #ffffff;
}

.section-header {
  padding-bottom: 70px;
  text-align: center;
}
.section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

.larger-text {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: #31373a;
  background-color: white;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.main-button.accent-color {
  background-color: #00a8d6;
  color: white;
}
a.main-button.accent-color:hover {
  background-color: #ffa500;
  text-decoration: none;
}

.icon-button {
  margin-left: 15px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: normal;
  color: #aaaaaa;
}

input, textarea {
  border: 0;
  color: #777777;
  padding: 8px 14px;
  background-color: #f1f4f5;
  border: 1px solid #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  background-color: white;
  border-color: #dce4e6;
}

.mainBtn {
  background-color: #00a8d6;
  padding: 7px 17px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.mainBtn:hover {
  background-color: #00b8ea;
}

button {
  outline: 0;
  border: 0;
}

input.mainBtn:focus,
input.mainBtn {
  background-color: #00a8d6;
  border: 0;
}

#homeIntro {
  /*background-image: url("../images/includes/homeintro.jpg");*/
}

#portfolio {
  /*background-image: url("../images/includes/portfolio.jpg");*/
}

#portfolioId {
  /*background-image: url("../images/includes/portfolioId.jpg");*/
}

#blogPosts 
{
	background-image: url("../images/includes/blogPosts.jpg");
}

#blog {
  /*background-image: url("../images/includes/blog.jpg");*/
}

#blogId {
  /*background-image: url("../images/includes/blogId.jpg");
  background-attachment: inherit;*/
}

#contact {
  /*background-image: url("../images/includes/contact.jpg");*/
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.pageTitle {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-title {
  color: white;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-weight: 800;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}

/*------------------------------------------------------
	Call To Action 
--------------------------------------------------------*/
.cta {
  padding: 35px 0;
  border-top: 1px solid #dce4e6;
  text-align: center;
  padding-top: 80px;
}
.cta .cta-title {
  display: inline-block;
  margin: 0 50px 0 0;
  font-size: 16px;
}

/*------------------------------------------------------
	Services Styling 
--------------------------------------------------------*/
.service-box-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon-wrap {
  display: block;
}
.service-icon-wrap i {
  color: #00a8d6;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}

/*------------------------------------------------------
	Portfolio Styling 
--------------------------------------------------------*/
.portfolio {
  margin-top: 40px;
}

#Grid .mix {
  display: none;
  opacity: 0;
}

#filters {
  margin: 100px 0 60px 0;
}
#filters li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  color: #31373a;
}
#filters li:after {
  content: '/';
  color: #c3c3c3;
  margin-left: 20px;
}
#filters li:last-child:after {
  content: '';
}
#filters li.active {
  color: #00a8d6;
}

.pages {
  margin: 20px 0 100px 0;
}
.pages li {
  display: inline;
  margin-right: 10px;
}
.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}
.pages li a.active {
  color: #00a8d6;
}

/**** Isotope Filtering ****/
.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.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.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: -o-transform, 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;
}

.portfolio-holder .item {
  margin: 0 2px 40px 2px;
}
.portfolio-holder .item img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 4px #000000;
}

.portfolio-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.header-post
{
    color: #ffffff;
    text-align: center;
}

.thumb-post {
  display: block;
  position: relative;
  /*overflow: hidden;*/
}

.meta-category b
{
    color: #ffffff;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background: rgba(0,168,214,0.8);
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-infos a {
  color: white;
}
.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}
.portfolio-infos .meta-category {
  font-size: 14px;
  color: white;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.portfolio-expand a {
  display: block;
  color: #31373a;
  opacity: 1;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 48;
  content: 'ddd';
  margin-right: 2px;
  margin-top: -25px;
}
.owl-next:after {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 48px;
  margin-left: 1px;
  margin-top: -25px;
}
.owl-prev:after {
  font-family: 'FontAwesome';
  content: '\f053';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.project-single {
  margin-top: 100px;
  margin-bottom: 100px;
}
.project-single .project-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 35px 0;
  line-height: 36px;
}
.project-single .subtitle {
  font-size: 14px;
  color: #aaaaaa;
}
.project-single .description {
  margin-bottom: 40px;
}
.project-single .meta-post li {
  display: block;
  margin-bottom: 15px;
}
.project-single .meta-post li span {
  color: #31373a;
  margin-right: 10px;
}
.project-single .meta-post li a {
  color: #777777;
}
.project-single .meta-post li a:hover {
  color: #00a8d6;
}

.project-img {
  overflow: hidden;
}
.project-img img {
  width: 100%;
  height: auto;
}

.static-info-project {
  background-color: #f1f4f5;
  padding: 80px 0;
  text-align: center;
}

.related-projects {
  margin: 100px 0 60px 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 44px;
}
.flex-direction-nav a:before {
  background-color: #31373a;
  display: block;
  color: white;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #f1f4f5;
  padding: 80px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00a8d6;
  border-color: #00a8d6;
}

/*------------------------------------------------------
	Our Team Styling 
--------------------------------------------------------*/
.member-role {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 5px 10px;
  font-size: 14px;
}

.member-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  display: block;
}

.thumb-post {
  height: auto;
}
.thumb-post img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------
	Blog Styling 
--------------------------------------------------------*/
#blogPosts .section-header {
  margin-top: 70px;
}
#blogPosts h2.section-title {
  color: white;
}

.latest-posts {
  padding-bottom: 80px;
}
.latest-posts .thumb-post {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.latest-posts .blog-post-content {
  overflow: hidden;
}
.latest-posts h4.post-title {
  margin: 0 0 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.latest-posts h4.post-title a {
  color: white;
}
.latest-posts .meta-post-date {
  margin-left: 25px;
  font-size: 14px;
}

.blog-posts {
  margin-top: 100px;
}

.post-blog {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dce4e6;
}
.post-blog .blog-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-blog .blog-image img {
  width: 100%;
  height: auto;
}
.post-blog .blog-content span {
  color: #aaaaaa;
  margin-right: 10px;
  font-size: 14px;
}
.post-blog .blog-content span a {
  color: #aaaaaa;
}
.post-blog .blog-content span a:hover {
  color: #00a8d6;
}
.post-blog .blog-content h3 {
  margin: 10px 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.post-blog .blog-content h3 a {
  color: #31373a;
}
.post-blog .blog-content h3 a:hover {
  color: #00a8d6;
}

.meta-date:after, .meta-comments:after {
  content: '/';
  margin-left: 10px;
}

.tag-items {
  margin-top: 50px;
  display: block;
}
.tag-items a {
  padding: 8px 12px;
  background-color: #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#blog-author {
  border-bottom: 1px solid #dce4e6;
  padding-bottom: 20px;
}
#blog-author .blog-author-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}
#blog-author .blog-author-img img {
  width: 100%;
  height: 100%;
}
#blog-author .blog-author-info {
  overflow: hidden;
}
#blog-author .blog-author-info h4.author-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 7px 0;
}
#blog-author .blog-author-info h4.author-name a {
  color: #31373a;
}

#blog-comments {
  margin-top: 60px;
  margin-bottom: 100px;
}
#blog-comments .blog-comments-content {
  margin-top: 50px;
}
#blog-comments .media {
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #dce4e6;
}
#blog-comments .media .media {
  padding-top: 30px;
  border-top: 1px solid #dce4e6;
  border-bottom: 0;
}
#blog-comments .media-object {
  margin-right: 10px;
}
#blog-comments .media-heading h4 {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
}
#blog-comments .media-heading a {
  color: #aaaaaa;
  font-size: 14px;
}
#blog-comments .media-heading a span:after {
  content: '/';
  color: #aaaaaa;
  font-size: 13px;
  margin: 0 10px;
}
#blog-comments .media-heading a span:last-of-type:after {
  content: '';
}

.comment-form {
  margin-bottom: 100px;
}
.comment-form .widget-inner {
  margin-top: 40px;
}
.comment-form #email-id, .comment-form #name-id, .comment-form #site-id, .comment-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.comment-form input.mainBtn {
  width: auto;
}

.archive-wrapper {
  margin-bottom: 100px;
}
.archive-wrapper .archive-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px 0;
}
.archive-wrapper .archive-list {
  margin-top: 20px;
}
.archive-wrapper .archive-list li {
  line-height: 28px;
}
.archive-wrapper .archive-list li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

/*------------------------------------------------------
	Sidebar Styling 
--------------------------------------------------------*/
.sidebar {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.last-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dce4e6;
}
.last-post .thumb {
  overflow: hidden;
  margin-right: 15px;
}
.last-post .thumb img {
  width: 100%;
}
.last-post .content {
  overflow: hidden;
}
.last-post .content span {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 14px;
}
.last-post .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.last-post .content h4 a {
  color: #31373a;
}
.last-post .content h4 a:hover {
  color: #00a8d6;
}

.categories ul li:before {
  content: '-';
  color: #aaaaaa;
  margin-right: 10px;
}

.thumbs {
  margin-left: -6px;
  overflow: hidden;
}

.thumbs li {
  list-style: none;
  float: left;
  margin: 6px;
  width: 76px;
  height: 76px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbs li img {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #f1f4f5;
}

.thumbs li a img {
  border: none;
}

/*------------------------------------------------------
	Contact Page Styling 
--------------------------------------------------------*/
.contact-wrapper h3 {
  margin: 0 0 30px 0;
}

.contact-map {
  margin-top: 30px;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 50px;
  border-top: 1px solid #dce4e6;
}
.contact-form h3 {
  margin: 0 0 40px 0;
}
.contact-form .widget-inner {
  margin-top: 40px;
}
.contact-form #email, .contact-form #name, .contact-form #subject, .contact-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.contact-form input.mainBtn {
  width: auto;
}
.contact-form textarea {
  min-height: 160px;
}

#result {
  margin-top: 30px;
  color: white;
}
#result .success {
  background-color: #84c333;
  padding: 14px 20px;
}
#result .error {
  background-color: #d15858;
  padding: 14px 20px;
}

.site-footer {
  background-color: #f1f4f5;
  padding: 100px 0;
  color: #aaaaaa;
  font-family: "Raleway", sans-serif;
}

.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer-menu li a {
  color: #aaaaaa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-menu li a:hover {
  color: #00a8d6;
}

.copyright-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    padding: 17px 0;
    position: relative !important;
  }

  .first-widget {
    margin-top: 0;
  }

  .blog-post .thumb-post {
    float: none;
  }

  .blog-post {
    margin-bottom: 50px;
    text-align: center;
  }

  .testimonial-content {
    width: 100%;
  }

  .blog-post .thumb-post {
    margin: 0 auto 40px auto;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .parallax { 
	background-position: center center !important; 
  }
	
  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .pageTitle {
    text-align: center;
  }
  .pageTitle .text-right {
    text-align: center;
  }

  .page-location {
    display: inline-block;
    margin-top: 30px;
  }

  .isotope-item {
    width: 100%;
    height: auto;
  }
}