/* MAIN */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');

html {
	overflow-x: hidden;
}
body {
	font-family: 'Source Sans Pro','Helvetica','Arial', sans-serif;
	font-size:  13px;
	font-weight: 400;
	color: #FFF;
	background: #fff;
	position: relative;
	margin: 0;
	padding: 0;
}
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;
}
h1{
	font-size: 36px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #0064a4;
	position: relative;
	text-transform: none;
	text-align: center;
}
.heading-wrapper {
	overflow: hidden;
}
h2 {
	width:100%;
	font-size: 26px;
	color: #0053b9;
	margin: 20px 0 29px;
}


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: underline;
    color: #428bca;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.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;
}
.btn.btn-default, .btn.btn-default:focus {
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	background-color: #0053b9;
	padding: 10px 34px;
	letter-spacing: 1px;
	-webkit-transition: color 500ms ease, background 500ms ease;
	-moz-transition: color 500ms ease, background 500ms ease;
	-ms-transition: color 500ms ease, background 500ms ease;
	-o-transition: color 500ms ease, background 500ms ease;
	transition: color 500ms ease, background 500ms ease;
	border: 0;
	border-radius: 30px;
	box-shadow: none;
}
.btn.btn-default:hover {
	background: #0176d7;
	color: #fff;
}

.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;
}
.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;
}
#slider ul li {
	color: #fff;
}
#portfolio {
	padding-bottom: 0;
}
#menu2 #nav {
	float: left;
	margin-right: 10px;
}
#menu2 #nav li {
	text-transform: uppercase;
}
#menu2 #nav li a {
	color: #FFF;
	font-size: 14px;
	padding: 0;
	font-weight: 700;
}
div.mod-languages ul {
	float: right !important;
	position: relative !important;
	top: -22px;
}
.div.mod-languages ul {
	float: right !important;
	position: relative !important;
	top: -23px;
	right: -61px;
}
#services {
	height: auto;
	text-align: center;
	color: #fff;
}
.sect-titles {
    text-transform: uppercase;
}
.rezija .about-icon {
    padding-top: 8px;
}
#portfolio .about-box {
    margin-bottom: 60px;
}
.smaller-padding-bottom {
    padding-bottom: 50px;
}
#contact h4 {
    text-transform: uppercase;
}
#six_gallery114 .six_gallery_content:hover .overlay {
    background-color: rgba(0,0,0, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ee000000', endColorstr='#ee000000');
}
#six_gallery114 a.six_gallery_icon_link, #six_gallery114 a.six_gallery_icon_zoom {
	 background-color: #ffeb00;
}

.col-lg-12.alt-portfolio {
    padding-bottom: 0;
}