/* MAIN */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

html {
	overflow-x: hidden;
}
body {
	font-family:Cambria,Georgia,serif;
	color: #535353;
	background: #fff;
	font-size: 14px;
	line-height: 1.42857143;

}

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: #030303;
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 400;
	font-family: Quicksand;
	text-align: center;

}
h2::after {
	content: '';
	background: #c9a74d;
	width: 100px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h3{
	color: #fff;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 400;
	font-family: Quicksand;
}
.heading-wrapper {
	overflow: hidden;
}


a, a:active, a:focus {
	text-decoration: none;
	color: #333;
}
.col-content{padding:60px 0}

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;
}

.one-service h2{font-size: 23px;margin-top:10px}
.one-service .text p{font-size:17px}
.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;
}

.one-news-image{max-width:100%}
.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;
}
.insideTitle{margin:30px 0 20px 0 }
.one-page-gallery{padding-top:50px}
.one-page-gallery .one-page-gallery-item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(0,0,0, 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;
}


.video-thumb {
	margin-bottom: 30px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}
.video-thumb .image-overlay {
	/*background: rgba(0,0,0, 0.5);*/
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 1;
	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;
}


.video-thumb .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f04b";
	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%);
	font-size: 24px;
	height: 40px;
	width: 55px;
	border: 2px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.video-thumb:hover .image-overlay {
	opacity: 1;
}
.parlax {
	visibility: inherit;
	font-family: Cambria,Georgia,serif;
	color: #535353;
}
.izdvajamo-iz-ponude img{
	background-position: 50% 161px;
}
.izdvajamo-iz-ponude{
	position: static;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
	overflow: hidden;
}

.parlax {
	background-image: url("/design/slider-1.jpg");
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	padding: -1px 0 80px;
}
.text-slider p{
	z-index: 7;
	white-space: normal;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	color: rgb(123, 123, 122);
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: center;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	opacity: 1;
	margin-left: 72px;
}
.text-slider .btn-default{
	margin-right: 0px;
	margin-left: 80px;
}
.parlax .box-flex{
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ponuda{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.image-wrappers{
	background-image: url("/design/pozadina.jpg");
	background-size: cover;
	text-align: center;
	padding-top: 115px !important;
	padding-bottom: 92px !important;
}
.image-macaron h3{
	color: #030303;
	margin: 20px 0 0;
	font-family: Quicksand;
	font-weight: 400;
	font-size: 23px;
}
.image-macaron{
	color: #030303;
	margin: 20px 0 0;
	font-family: Quicksand;
	font-size: 23px;
}
.image-macaron p{
	color: #7c7c7c;
	margin: 13px 0 0;
	text-align: center;
	font-family: Cambria,Georgia,serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
}
.text{
	color: #7c7c7c;
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin: 14px 0 0;
	font-family: Cambria,Georgia,serif;
	text-align: center;
	box-sizing: border-box;

}
.text h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.image-o-nama h2{text-align:right;position:relative;margin-bottom:40px}
.image-o-nama h2:after{position:absolute;right:0;}
.image-o-nama .dugme{float:right}
.image-o-nama .text{text-align:right;padding-bottom:40px;}


.product-wrapper-text p{
	color: #7c7c7c;
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin: 14px 0 0;
	font-family: Cambria,Georgia,serif;
	text-align: center;
	height: 140px;
	padding: 0 50px;
}
.sastav-proizovda .image-wrapper{

}
.image-wrapper{
	background-image: url("/design/pozadina6.jpg");
}
.images-center{
	margin: 90px 0px;
	text-align: center;

}
.images-center img{
	max-width: 100%;
	height: auto;
}

.section-box {
	padding-bottom: 80px;
}
.section-box h2{
	color: #f9f9f9;
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 400;
	font-family: Quicksand;
	text-align: center;
}


.featured_dropcap {
	float: left;
	margin-top: 10px;
}
.section-box {
	width: 100%;
	display: table;
	padding: 50px 0px;
}

.text-left{
	padding-top: 30px;
}

.naslov-left h3{
	color: #f9f9f9;
	margin: 0;
	font-family: Quicksand;
	font-size: 23px;
	text-align: right;
	padding-top: 50px;
}
.naslov-right h3{
	color: #f9f9f9;
	margin: 0;
	font-family: Quicksand;
	font-size: 23px;
	text-align: left;
	padding-top: 50px;
}
.naslov-left p {
	text-align: right;
	color: #f9f9f9;
	margin: 17px 0 0;
	font-family: Cambria,Georgia,serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
}
.naslov-right p {
	text-align: left;
	color: #f9f9f9;
	margin: 17px 0 0;
	font-family: Cambria,Georgia,serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;

}

.naslov-left {
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
}
.naslov-right {
	float: right;
	text-align: left;
}
.text-left h3 {
	color: #f9f9f9;
	margin: 0;
	font-family: Quicksand;
	font-size: 23px;
	text-align: left;
	font-weight: 400;
	padding-bottom: 15px;
}
.text-left p{
	color: #f9f9f9;
	font-family: Cambria,Georgia,serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	margin: 0;
}


.our-products{
	padding-top: 120px !important;
	padding-bottom: 123px! important;
}


.image-o-nama{
	background-image: url("/design/pozadina2.jpg");
	background-size: cover;
	padding: 140px 0px 140px 0px;
	text-align: center;
	background-repeat: no-repeat;
}
.owl-dot span{
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 3em;

}
.owl-dot{
	background-color: #c9a74d;
	border-color: #c9a74d;
	opacity: .5;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 3em;
}

.kako-mi-to-radimo{
	background-color: #fdfbf6;
	padding-top: 24px !important;
	padding-bottom: 37px !important;
}

.text-info p{
	color: #7c7c7c;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;

}


.text-info h2{
	text-align: left;
}
.image-section{
	background-color: #fdfbf6
}

.image-section-1 img{
	max-width: 100%;
	display: block;
}
.image-section-1{
	position: relative;
	margin-top: -230px;
}

.btn.btn-default, .btn.btn-default:focus {
	text-transform: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background-color:#1a1c28;
	padding: 13px 45px;
	border-color: transparent;
	font-family: Quicksand;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-default:hover {
	color: #fff;
	background-color: #c9a74d; !important;	;


}

.section-wrapper{
	background-image: url("/design/pozadina5.jpg");
	background-position: 50% 14px;
}
.dodatne-usluge {
	text-align: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.usluge {
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 0px;
}
.usluge h2{
	color: #f9f9f9;
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 400;
	font-family: Quicksand;
	text-align: center;
}
.usluge p{
	color: #f9f9f9;
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin: 14px 0 0;
	text-align: center;
}

.text-info {
	display: table-cell;
	height: 100%;
	padding-top:75px;
	padding-right: 200px;
}
.text-info h2:after {
	content: '';
	background: #c9a74d;
	width: 100px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-left: unset;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: solid;
}
.eltdf-pli-image-holder p {
	margin: 0;
	color: #f9f9f9;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	padding: 0 11px 0 0;
}

.eltdf-pli-image-holder{width:120px;}
.eltdf-pli-image-holder img {
	display: block;
	max-width: 100%;
	float: left;
	margin: 20px;
	margin-left: 0;
	border-radius: 50%;
}
.image-background{
	background-color: #ffffff;
}
.our-references {
	padding: 50px 0;
}
.heading-wrapper {
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
}



.sastav-proizovda h2, .section-wrapper h2{
	color:#f9f9f9;
	text-align:center;
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 400;
	font-family: Quicksand;

}




.image-wrappers-page1 h3{
	color: #363636;
	text-align: center;
}
.image-page1{
	text-align: center;
	padding: 0px 15px 0px 100px;

}
.frame{
	padding-top: 130px !important;
	padding-bottom: 90px !important;

}
.frame-one{
	background-color: #eae6e1;
	padding: 0px;
}
.frame-two{
	background-color: #f4f1ee;
	padding: 0px;
}
.frame-three{
	background-color: #dbcaad;
	padding: 0px;
}
.image-1 {
	text-align: center;
}
.image-2 {
	text-align: center;
}
.image-3 {
	text-align: center;
}
.footer-top {
    position: relative;
}
.footer-top-box-1{
	text-align: center;
	padding: 0px;
}
.footer-top-box-1 h3{
	color: #030303;
}
.footer-top-box-1 p{
	padding: 25px 15% 50px;
}
.col-margin{
	margin-left: -15px;
	margin-right: -15px;

}
.our-references-1{
	margin-right: -75px;
}

.image-background-1{
	background-image:url("/design/background-img-2.jpg");

}

.text-info-1 h2:before{
	content: " ";
	display: block;
	width: 75px;
	left: 0;
	bottom: -45px;
	opacity: 1;
	border-top: 1px solid #c9a74d;
	position: relative;
}

.text-info-1 .btn-default{
	padding-left: 80px;
	padding-right: 80px;
	margin-left: 0px;

}

.slide-item-caption .slider-text-wrapper{
	margin-left: -400px;
	margin-top: 150px;
	min-width: 450px;

}
.text-slider h2{
	z-index: 5;
	white-space: nowrap;
	font-size: 56px;
	line-height: 63px;
	font-weight: 300;
	color: #333;
	font-weight: 300;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: center;
	border-width: 0px;
	letter-spacing: 0px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	font-family: 'Quicksand', sans-serif;
	text-shadow: none;
}
.text-slider p {
	z-index: 7;
	color: rgb(123, 123, 122);
	text-align: center;
	transform-origin: 50% 50% 0px;
	transform: translate3d(0px, 0px, 0px);
	text-shadow: none;
	margin:0 auto;
	margin-bottom: 30px;
}


.text-slider .separator::before{
	position: relative;
	margin-top: -170px;
	content: '';
	display: block;
	height: 1px;
	width: 20%;
	bottom: -15px;
	background: rgb(201, 167, 77);
	transition: width .8s ease, background-color .8s ease;


}

.text-slider {

	width: 100%;
	box-sizing: border-box;
	text-align: center;

}
.text-sldier p{
	color: #7c7c7c;
	font-size: 17px;
	line-height: 25px;
	margin:0;
}

.text-slider .btn{margin: 0;font-weight: normal}
.text-slider .btn:hover{background-color:#c9a74d }

.container-fluid .slider-controls{
	margin:0 auto;
	display: table;
	padding-top:30px;}

.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 .circle-btn:first-child{
	margin-right:10px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
}

.container-fluid .slider-controls .circle-btn:last-child
{
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
	transform: rotate(90deg);
}
.social-link:hover{text-decoration:none;}

.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;
	display: flex;
	justify-content: center;
	align-items: 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;
}

.naslov-naslov{display:block;}
.naslov-naslov:hover{text-decoration:none;}

.breadcrumb-wrapper {
	background-image: url("/design/breadcramp2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	position: relative;
	min-height:520px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumb-wrapper.PageTitle{padding:0}
.breadcrumb-wrapper.PageTitle img{display:inline-block}
.breadcrumb-wrapper .breadcrumb-title {
	color: #030303;
	text-transform: none;
	font-size: 40px;
	font-weight: 500;
	font-family: Quicksand;
}
.breadcrumb-wrapper .breadcrumb-text {
	font-size: 26px;
	color: #666;
	font-weight: 400;
}

.breadcrumb-path {
	color:#535353;
	display: inline-block;
	font-size: 16px;
	font-family: Quicksand;
	text-shadow: 0px 2px 2px #ddd;
	font-weight: 800;
}

.breadcrumb-path a {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-right: 10px;
	color: #535353;
	-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;
	font-family: Quicksand;
}

.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: #535353;
}

.breadcrumb-path a:hover {
	color: #c9a74d;
}

.breadcrumb-path a:hover:before {
	color: #535353;
}

.breadcrumb-path span {
	display: inline-block;
	position: relative;
	color:#535353;
}

.breadcrumb-bottom {
	background-color:#111111;
	text-align: center;
	padding: 15px 0px;
}
.home-box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	text-align: center;
}

.circle-btn.on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: inline-block;
}
.circle-btn {
	width: 51px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.circle-btn .align-left, .circle-btn .align-right {

	position: absolute;
	top: 23px;
	width: 18px;
	height: 1px;
	background: #c9a74d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.circle-btn:hover .align-left, .circle-btn:hover .align-right {
	background: #111111;
}
.circle-btn> span {

	position: relative;
	display: block;
	width: 51px;
	height: 51px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #c9a74d;
	background-color: #060606;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;


}
.circle-btn .align-left {

	left: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
.circle-btn .align-right {

	right: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);


}

.circle-btn > span:hover {

	background-color: #c9a74d;
	color:#c9a74d;

}

.contact-us {
	text-align: center;
	font-weight: 400;
	max-width: 600px;
	margin: 58px auto 34px auto;
}

.contact-us .title {
	font-size: 26px;
	color: #555555;
	margin-bottom: 8px;
}

.contact-us .text {
	font-size: 15px;
	color: #878787;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5;
	font-size: 13px;
	color: #aaa;
	min-height: 50px;
	font-weight: 400;
}

.contact-wrapper .send-btn {
	width: 100%;
	margin-top: 13px;
	max-width: 190px;
}

.contact-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}

.contact-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}

.contact-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}

.contact-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}

.contact-wrapper textarea {
	min-height: 180px;
	padding-top: 15px;
}

.captcha-input {
	margin-top: 13px;
}

.captcha-input .form-control {
	min-height: 44px;
}

.contact-icon-box {
	text-align: center;
	margin-bottom: 30px;
	min-height: 221px;
	padding-top: 15px;
}

.contact-icon-box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
}

.contact-icon-box.last:after {
	display: none;
}

.contact-icon-box .icon {
	margin-bottom: 40px;
}

.contact-icon-box .icon img {
	max-width: 100%;
}

.contact-icon-box .title {
	margin-bottom: 14px;
	color: #666;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.contact-icon-box .text {
	color: #868686;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.contact-icon-box .text a {
	color: #868686;
}

.contact-icon-box .text a:hover {
	color: #998342;
}
.contact-us {
	text-align: center;
	font-weight: 400;
	max-width: 600px;
	margin: 58px auto 34px auto;
}

.contact-us .title {
	font-size: 26px;
	color: #555555;
	margin-bottom: 8px;
}

.contact-us .text {
	font-size: 15px;
	color: #878787;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5;
	font-size: 13px;
	color: #aaa;
	min-height: 50px;
	font-weight: 400;
}

.contact-wrapper .send-btn {
	width: 100%;
	margin-top: 13px;
	max-width: 190px;
}

.contact-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}

.contact-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}

.contact-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}

.contact-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}

.contact-wrapper textarea {
	min-height: 180px;
	padding-top: 15px;
}

.captcha-input {
	margin-top: 13px;
}

.captcha-input .form-control {
	min-height: 44px;
}

.center-col-wrapper{padding:50px 0}
.one-service{margin-bottom: 30px;}

.one-service .text p{padding:0}




.about-us .btn{position:relative;z-index:10}

.back-to-galleries {
	display: inline-block;
	margin: 70px 0 30px 0;
	font-size: 22px;
	padding-left: 35px;
	position: relative;}

.back-to-galleries:before {
	content: '\f177';
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	font-family: 'FontAwesome';
	font-size: 20px;
}
.back-to-galleries:hover{color:#c9a74d;}