/* MAIN */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700&subset=latin-ext');

html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans','Arial', sans-serif;
	olor: #535353;;
	background: #fff;
	font-size: 16px;
	position: relative;
}
body.modal-open {
	padding-right: 0!important;
}
.modal.bootstrap-dialog {
	z-index: 999999!important;
}
.modal.fade {
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
h2{
	color: #000;
	font-size: 38px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 auto 40px auto;
	text-align: center;
	display: table;
	position: relative;
	padding: 0 15px;
}
h2::before, h2::after {
	background:#fecb10;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 150px;
}
h2::before {
	right: 100%;
}
h2::after {
	left: 100%;
}

.heading-wrapper {
	overflow: hidden;
}


a, a:active, a:focus {
	text-decoration: none; 
	color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color:#0064a4;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}

.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.captcha-input {
	margin-top:18px;
}
.captcha-input.create-user {
	margin-top: 0;
}
.has-feedback label ~ .form-control-feedback {
	top: 36px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
#map {
	height:540px;
    position: relative;
}
#map:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    background-image: url("/design/contact-map-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 10;
}
.grid-item {
	margin-bottom:15px;
}
.one-page-gallery .one-page-gallery-item {
	margin-bottom: 30px;
	position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(1,84,186, 0.5);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.one-page-gallery .one-page-gallery-item .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.one-page-gallery .one-page-gallery-item:hover .image-overlay {
	opacity: 1;
}
.one-page-video .video-thumb {
	margin-bottom: 30px;
	position: relative;
}
.one-page-video .video-thumb a:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #D32322;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.one-page-video .video-thumb a:hover:before {
	color: rgba(211, 35, 34, 0.8);
}

.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top: 240px;
	margin-left:-30px;
}
.grid-item {
	margin-bottom:15px;
}
.fluid {
	margin:0px -5px;
}
#fluid-wrapper {
	visibility:hidden;
}
#fluid-wrapper.fluid .item {
	margin: 5px 0.0% 5px 0.0%;
	padding:0px 5px;
}
#fluid-wrapper.fluid .item img
{
	/*display: none;*/
	display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
    border: 5px solid #cce8f7;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
#fluid-wrapper.fluid .item img:hover {
    opacity: 0.8;
}

.center-col-wrapper {
	padding: 50px 0px;
}
.social-login-btn {
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	background: #22afe5;
	border-radius: 0;
	height: 40px;
	font-size: 20px;
	font-weight: 500;
	padding-left: 45px;
	padding-top: 4px;
	margin-bottom: 20px;
}
.social-login-btn:focus {
	color: #fff;
}
.social-login-btn:hover {
	color: #fff;
	opacity: 0.85;
}
.social-login-btn.facebook {
	background: #3c66c4;
}
.social-login-btn.google-plus {
	background: #cf4332;
}
.social-login-btn i {
	font-size: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.user-login-wrapper .form-group {
	margin-bottom: 20px;
}
.user-login-wrapper .form-control {
	height: 40px;
}
.user-login-wrapper .left-form {
	border-right: 1px solid #ccc;
}
.user-login-wrapper h4 {
	margin: 0 0 20px 0;
}
.user-login-links {
	margin-top: 15px;
}
.user-login-links a {
	display: inline-block;
	margin-bottom: 5px;
}
.my-account-box {
	text-align: center;
	border: 1px solid #ccc;
	padding: 40px 10px;
}
.my-account-box:hover {
	border-color: #f58634;
}
.my-account-box i {
	font-size: 40px;
	margin-bottom: 10px;
}
.my-account-box .title {
	font-size: 22px;
	font-weight: 600;
}
.has-feedback .form-control-feedback {
	top: 9px;
}
.select-group.has-feedback .form-control-feedback {
	right: 10px;
}
.has-feedback.form-btn-group {
	position: relative;
}
.has-feedback.form-btn-group label ~ .form-control-feedback {
	right: 8%;
}
#formUserRegister .has-feedback.form-btn-group label ~ .form-control-feedback {
	right: 23%;
}
.edit-profile-wrapper .profile-image-wrapper {
	padding-left: 50px;
}
.edit-profile-wrapper .profile-image {
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.edit-profile-wrapper .profile-image img {
	max-width: 100%;
	max-height: 100%;
}
.edit-profile-wrapper .profile-image i {
	font-size: 100px;
	color: #333;
}
.edit-profile-wrapper .reset-password {
	margin-top: 30px;
}
.reset-password .input-group {
	width: 91%;
}
.reset-password .input-group .btn, .input-group.password .btn {
	border: 1px solid #ccc;
}
.input-group.password {
	width: 81%;
}
.template-container {
	display: none;
}
input.inputfile {
	display: none;
}
.file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border-radius :2px;
}
.file-upload:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.crop-image-wrapper {
	width: 60%;
	float: left;
	padding-top: 60%;
	position: relative;
	border: 1px solid #ccc;
}
.crop-image-wrapper .absolute-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.avatar-crop-wrapper .crop-options {
	float: left;
	width: 40%;
	padding-left: 50px;
}
.avatar-crop-wrapper .cropper-preview {
	width: 100px!important;
	height: 100px!important;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-right: 20px;
}
.avatar-crop-wrapper .cropper-preview.round {
	border-radius: 50%;
}
.avatar-crop-wrapper .crop-preview-wrapper {
	display: flex;
	margin-bottom: 30px;
}
.avatar-crop-wrapper .menu-heading {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 5px;
}
.avatar-crop-wrapper .tools-container i {
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius :2px;
	line-height: 34px;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
	-moz-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
	-o-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
	transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.avatar-crop-wrapper i:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	cursor: pointer;
}
.avatar-crop-wrapper .file-upload {
	margin-bottom: 20px;
}
.modal.info .modal-dialog .modal-header, .modal.type-info .modal-dialog .modal-header {
	background: #039be5;
	color: #fff;
}
.modal.succes .modal-dialog .modal-header, .modal.type-succes .modal-dialog .modal-header {
	background: #8bc34a;
	color: #fff;
}
.modal.warning .modal-dialog .modal-header, .modal.type-warning .modal-dialog .modal-header {
	background: #ff9800;
	color: #fff;
}
.modal.danger .modal-dialog .modal-header, .modal.type-danger .modal-dialog .modal-header {
	background: #f44336;
	color: #fff;
}
.upload {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	padding: 5px 15px;
	border: 1px dashed #ccc;
	height: 34px;
	color: #595959;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.upload span.italic {
	font-style: italic;
	font-size: 12px;
	margin-left: 2px;
}
.upload i {
	margin: -1px 18px 0 0;
	font-size: 22px;
	float: left;
}
.user-cover-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

















.pozadina img{
	width:100%;
}



.usluge img{
	width: 1140px;
    height: 650px;
    padding: 0px;
    border-width: 0px;
    left: 0px;
    top: 0px;
    visibility: visible;
    margin-left: 0px;
    margin-top: 0px;
    transform-origin: 50% 50% 0px;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.usluge-nase h3{
	color:#454545;
	margin: 0;
	display: block;
	clear: both;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	font-weight: 300;
}
.usluge-nase-nase h4{
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 40px 0;
	color: #454545;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
.usluge-nase-nase h3{
	margin: 0;
	display: block;
	clear: both;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	font-weight: 300;
	
}
.usluge-nase h4{
	color:#656565;
	margin: 0;
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
}
.graficki-dizajn h3:hover{
	color:#3498db;
}
a.button-blue{
	background-color: transparent;
	border: 1px solid #3498db;
	color: #3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 35px;
	margin: 10px 0 20px 0;
	border-radius:5px;
}
a.button-blue:hover{
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
.align-center{
	text-align:center;
}

.dodatne-usluge-nase-usluge{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
}

.dodatne-usluge-nase-usluge.contact{padding-top:80px;}
.wrapper-images{
	width: 100%;
	position: relative;
	background-color: #34b1c4;
	padding:80px 0 80px 0;
	margin-top:-120px;
	position: relative;
}
.info-left{
	overflow: hidden;
	padding: 10px 0;
	border-right: 1px solid #eee;
}
p.info-name-left{
	float: left;
	margin: 0;
	padding-top: 30px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}	
p.info-name-left span{
	font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    color: #fff;
	
}
p.info-name-right{
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	
}	
.icon-design{
	float: left;
	margin: 0 25px 15px 0;
	width: 49px;
}
.wrapper-image{
	border-top: 1px solid #e0e0e0;
	width: 100%;
	background-color: #fff;
	position: relative;
	padding:80px 0 80px 0;
}
#service.wrapper-image{padding-bottom:50px;}
.section-wrapper.dark-bg{
	background:#393f43;
	padding-bottom:40px;

}

.scale{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.scale:hover{
	transform:scale(1.05);
}
.gallery-image{
	overflow:hidden;
}
.services-box{
	background-color: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 20px 20px 20px;
	text-align:center;
}
.services-box h3{
	margin-bottom: 10px;
}
.dodatne-usluge{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	position: relative;
}
.usluge{
	max-width:720px;
	margin:0 auto;
}
.usluge-usl1{
	padding-bottom:80px;
}
.usluge-uslu1 h3{
	color:#ddd;
	margin:0;
	display:block;
	clear:both;
	font-size:36px;
	line-height:48px;
	text-align:center;
	font-weight:300;
}

.usluge-uslu1 h4{
	margin: 0;
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #bbb;
	padding:0 0 50px 0;
}	
.usluge h3{
	color:#ddd;
	margin:0;
	display:block;
	clear:both;
	font-size:36px;
	line-height:48px;
	text-align:center;
	font-weight:300;
}
.usluge h4{
	color: #bbb;
	margin: 0;
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
}

.separator-wrapper{
	display: block;
	margin: 12px 0 15px 0;
	text-align: center;
}
.separator-first-circle{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 3px solid #34b1c4;
	border-radius: 7px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.separator-second-circle-grey{
	float: left;
	width: 4px;
	height: 4px;
	background-color: #34b1c4;
	border: 2px solid #393f43;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius:4px;
}

.separator-second-circle-grey.white{

	border: 2px solid #fff;

}
.separator-wrapper:before{
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}
.separator-wrapper:after{
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}


.gallery-image .owl-picture{
	padding: 10px 10px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
}
.section-box{
	padding-bottom:80px;
}
.contact-form {
	
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding-bottom: 40px;
}
input.form-control {
    width: 100%;
    height: 36px;
    margin-right: 2%;
    margin-bottom:40px;
    color: #aaa;
    border: none;
    border-bottom: 2px solid #777;
    background-color: #FFFFFF;
    font-size: 14px;
	border-radius:0;
	box-shadow:none;
}	

textarea.form-control {
	
    height: 140px;
    margin:0px 0 30px 0;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #aaa;
    border: 2px solid #777;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(119, 119, 119);
    border-top:0;
    background-color: #FFFFFF;
    font-size: 14px;
	max-width:100%;
	border-radius:0;
	box-shadow:none;
}

.btn.btn-default.send-btn{float:right}

.contact-send{margin-top:10px;}
.usluge-usl1 h3{
	color:#454545;
	margin: 0;
	display: block;
	clear: both;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	font-weight: 300;
}
.usluge-usl1 h4{
	
	color:#656565;
	margin: 0;
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	padding-bottom:80px;
}
.wrappers-image{
	
	width: 100%;
	background-color: #fff;
	position: relative;
	padding:80px 0 80px 0;
}
.contact-icon {
	font-size: 40px;
	background: none;
	color: #000;
}
.mapa{
	width: 48%;
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
	text-align:center;
	padding-left:90px;
}
.tel{
	width: 39%;
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
	text-align:center;
	padding-right:90px;
}
.mapa-tel{
	padding:0 80px 0 80px;
	margin:10px 0 10px 0;
	color:#000;
}
.mapa-tel p{

	padding:15px 0 15px 0;
	color:#000;
}
.mapa-tel i{font-size:36px;}
button.navbar-toggle.collapsed{
	position: relative;
	float: right;
	padding: 4px 9px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #eee;
	background-image: none;
	border: 1px solid #656565;;
	border-radius: 1px;
}


/* ----- 1. Photos Hover Animations ----- */
.zoom_photo{
	display:block;
	overflow:hidden;
}

.view {
	width:100%;
	padding:0;
	border:none;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.view span.zoom {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	background-image: url(../design/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
}

.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(0,0,0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height:100%;
	width:100%;
}

.zoom_photo:hover .view-first img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.zoom_photo:hover .view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.zoom_photo:hover .view-first a.zoom {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


.featured_dropcap{
	float:left;
	margin-top:10px;
}

.dropcaps_icon {
	float:left;
	margin:0 25px 15px 0;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 24px;
	font-weight:600;
	color:#fff;
	border: 1px solid #34b1c4;
	background-color: #34b1c4;
	position: relative;
	-webkit-border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	border-radius: 25px 25px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.featured_dropcap:hover .dropcaps_icon {
	color:#3498db;
	border: 1px solid #3498db;
	background-color: #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.featured_dropcap p{
	margin-bottom:15px;
}


/* Call To Action
========================================================== */

.call_to_action_white_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.call_to_action_grey_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#f0f0f0;
}

.call_to_action_dark_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#393f43;
}

.call_to_action_white, .call_to_action_grey, .call_to_action_dark{
	margin:0 auto!important;
	position:relative;
	z-index:10;
	padding: 90px 0 0 0;
	width:100%;
	max-width:720px;
	text-align:center;
}

.call_to_action_white h3, .call_to_action_white h4, .call_to_action_grey h3, .call_to_action_grey h4, .call_to_action_dark h3, .call_to_action_dark h4{
	margin:0;
	padding:0;
}

.call_to_action_white h3, .call_to_action_grey h3, .call_to_action_dark h3{
	margin: 0;
	display:block;
	clear:both;
	font-size:36px;
	line-height:48px;
	text-align:center;
	font-weight:300;
}

.call_to_action_white h3, .call_to_action_grey h3{
	color:#454545;
}

.call_to_action_dark h3{
	color:#ddd;
}

.call_to_action_white h4, .call_to_action_grey h4, .call_to_action_dark h4{
	margin: 0;
	display:block;
	clear:both;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:300;
	color:#eee;
	font-style:italic;
}

.call_to_action_white h4, .call_to_action_grey h4{
	color:#656565;
}

.call_to_action_dark h4{
	color:#bbb;
}

.separator_wrapper{
	display:block;
	margin:12px 0 15px 0;
}

.separator_first_circle{
	display:inline-block;
	width:8px;
	height:8px;
	border:3px solid #34b1c4;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.separator_second_circle{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.separator_second_circle_grey{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #393f43;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.section_features {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.breadcrumb-wrapper {
	background-image: url(/design/project3.jpg );
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	background-position: center center;
	min-height: 400px;

}
.breadcrumb-wrapper.PageTitle{padding:0}
.breadcrumb-wrapper.PageTitle img{display:inline-block}
.breadcrumb-wrapper .breadcrumb-title {
	color: #fff;
	text-transform: none;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb-text {
	font-size: 26px;
	color: #666;
	font-weight: 400;
}

.breadcrumb-path {
	color: #fff;
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
}

.breadcrumb-path a {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-right: 10px;
	color: #fff;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.breadcrumb-path a:before {
	content: '\f105';
	display: block;
	position: absolute;
	right: 3px;
	top: 42%;
	font-family: 'FontAwesome';
	margin-top: 2px;
	transform: translateY(-50%);
	font-size: 17px;
	color: #fff;
}

.breadcrumb-path a:hover {
	color: #00afef;
}

.breadcrumb-path a:hover:before {
	color: #fff;
}

.breadcrumb-path span {
	display: inline-block;
	position: relative;
	color: #fff;
}

.breadcrumb-bottom {
	background-color:#242937;
	text-align: center;
	padding: 15px 0px;
}
.home-box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	text-align: center;
}

/* ========================================================== */
/* 				  		    06. HOME                          */
/* ========================================================== */

#slider-wrapper{
	background: url("/design/house-wallper.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	background-position: center center;
	min-height: 830px;
	position: relative;
}
	/* Styling Pagination*/

.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span{
	background: #3498db;
}

.owl-carousel .owl-item{padding-bottom:20px;}
.section_box {
	padding-bottom: 80px;
}

.owl-carousel.owl-carousel-3 .owl-item{padding-bottom:0px;}
.form-control::-moz-focus-inner,

.owl-carousel.owl-carousel-3 .owl-item img{width:auto;margin:0 auto}
.owl-carousel.owl-carousel-3 .gallery-image .owl-picture{background:transparent;}
.owl-carousel.owl-carousel-3 .gallery-image{background:transparent;display:flex;height:80px;align-items:center}
.about-us .under-heading {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about-us p {
	font-size: 17px;
	margin-bottom: 36px;
}
.btn.btn-default, .btn.btn-default:focus {
	text-transform: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background-color:#1a1c28;
	padding: 13px 45px;
	letter-spacing: 1px;
	border-color:#000;
}

.btn-default:hover {

	color: #fff;
	background-color: #e06c27;
	border-color: #adadad;
	border: 1px solid #ffa526;

}

.about-us h2{margin:0 0 40px 150px;}
.image-wrapper{
	background-color: #e06c27;
}

.our-references {
	padding: 50px 0 30px;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.one-service .no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.one-service .owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.one-service .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.one-service {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.one-service::before {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #fff;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}
.one-service .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.one-service .title {
	position: absolute;
	bottom: 40px;
	padding: 0 40px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	z-index: 3;
}

.one-service .owl-carousel .owl-stage::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.our-references .heading-wrapper a {
	float: right;
	color: #e06c27;
	padding: 13px 20px;
	height: 50px;
	display: block;
	background-color: #ccc;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 10px;
}
.our-references .slider-controls .control:hover {
	background:#1a1c28;
	cursor: pointer;
}
.our-references .slider-controls .control {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 42px;
	font-size: 40px;
	background: #ccc;
	color: #e06c27;
	margin-left: 5px;
}
.one-service .slider-controls{
	float: right;
	margin: 21px 38px 8px 0px;
}
.our-references .heading-wrapper a:hover {
	background:#1a1c28;
}
.gallery-images .image-wrapper {
	padding: 15px;
	margin-bottom: 30px;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid #373737;
}

.our-references h2{color:#fff;}

.mouse_scroll {display:table;margin:0 auto;width:24px;height:60px;}
.m_scroll_arrows{display:block;width:5px;height:5px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-right:2px solid white;border-bottom:2px solid white;margin:0 0 3px 5px;width:8px;height:8px;}
.unu{margin-top:1px;}
.unu, .doi, .trei{-webkit-animation:mouse-scroll 1s infinite;-moz-animation:mouse-scroll 1s infinite;}
.unu{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;-webkit-animation-direction:alternate;}
.doi{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-direction:alternate;margin-top:-6px;}
.trei{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-direction:alternate;margin-top:-6px;}
.mouse{height:32px;width:16px;border-radius:14px;transform:none;border:2px solid white;top:170px;}
.wheel{height:5px;width:2px;display:block;margin:5px auto;background:white;position:relative;height:4px;width:4px;border:2px solid #fff;-webkit-border-radius:8px;border-radius:8px;}

.wheel{-webkit-animation:mouse-wheel 0.6s linear infinite;-moz-animation:mouse-wheel 0.6s linear infinite;}
@-webkit-keyframes mouse-wheel{
	0% {opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
	100% {opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);}
}

@-moz-keyframes mouse-wheel
{
	0% { top:1px; }
	25% { top:2px; }
	50% { top:3px;}
	75% { top:2px;}
	100% { top:1px;}
}

@-webkit-keyframes mouse-scroll {

	0%   { opacity:0;}
	50%  { opacity:.5;}
	100% { opacity:1;}
}
@-moz-keyframes mouse-scroll {

	0%   { opacity:0; }
	50%  { opacity:.5; }
	100% { opacity:1; }
}
@-o-keyframes mouse-scroll {

	0%   { opacity:0; }
	50%  { opacity:.5; }
	100% { opacity:1; }
}
@keyframes mouse-scroll {
	0%   { opacity:0; }
	50%  { opacity:.5; }
	100% { opacity:1; }
}
.SliderAlign{position:absolute;width:100%;bottom:25px;}

.gallery-section{
	background-image: url("/design/project3.jpg ");
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	background-position: center center;
}

.gallery-section {
	text-align: center;
}
.heading-wrapper {
	overflow: hidden;
	text-align: center;
}
.gallery-section h1 {
	color: #222534;
}
.gallery-image-wrapper{position: relative}

.gallery-image-wrapper .overlay {
	background: rgba(42, 42, 41, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.gallery-image-wrapper .overlay::after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}
.gallery-image-wrapper:hover .overlay {
	opacity: 1;
	cursor: pointer;
}
.gallery-section .gallery-image-wrapper .overlay {
	background: rgba(255, 255, 255, 0.8);
}
.gallery-section .gallery-image-wrapper .overlay {
	color: #000;
}

.reference-wrapper .owl-controls{padding-top:50px;}

.design-button{margin:0 auto;display: table}
.container-fluid .slider-controls{
	margin:0 auto;
	display: table;
	padding-bottom: 20px;}

.container-fluid .slider-controls span i{
	width:40px;
	height:40px;
	color:#fff;
	font-size:30px;
	background-color:#1a1c28;
	border-radius:4px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;}
.container-fluid .slider-controls span:hover i{


	color: #fff;
	background-color: #e06c27;
	border-color: #adadad;
	border: 1px solid #ffa526;

}

.container-fluid .slider-controls span:first-child{margin-right:5px;}

.section-wrapper.dark-bg h2{color:#fff}