/* --- cookie message --- */
.eu-cookies {
	position: fixed;
    background-color: yellow;
    top: 0;
    width: 100%;
    padding-bottom: 3px;
    padding-top: 2px;	
}

/* --- services --- */
.services-link {
	max-width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.services-link-content {
	background-color: rgba(21,21,51, .6);
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    padding: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative; 
}

.services-link:VISITED,
.services-link:ACTIVE {
	text-decoration: none;
}

.services-link:FOCUS {
	outline-color: white;
	text-decoration: none;
}

.services-link:HOVER {
	background-color: rgba(21,21,51, .85);
    text-decoration: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.services-link:HOVER .snippet,
.services-link:HOVER .glyphicon {
	text-decoration: none;
	color: #D5EBFE;
	opacity: 1;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.services-link:FOCUS .services-link-content{
	background-color: rgba(21,21,51, .85);
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    outline-color: white;
}
.services-link:HOVER .services-link-content {
	background-color: rgba(21,21,51, .85);
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}


.services-link .title {
	text-decoration: none;
	color: #D5EBFE;
	font-size: 17px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.services-link .snippet {
	color: #A0A0A0;
	display: none;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 11px;
    line-height: 1.3;
    text-align: justify;
    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 45px;
}
.services-link .glyphicon {
	color: #C0C0C0;
	opacity: .5;
	display: inline-block;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
    border-radius: 50px;
    padding: 5px;
}

.btn-contact {
	color: #F7F6F6;
	border-color: #F7F6F6;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	background-color: transparent;
	font-size: 16px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    margin-top: 2em;
    max-width: 250px;
}

.btn-contact:FOCUS,
.btn-contact:VISITED,
.btn-contact:ACTIVE {
	outline-color: white;	
}
.btn-contact:FOCUS,
.btn-contact:HOVER {
	background-color: rgba(21,21,51, .85);
	color: #D5EBFE;
	border-color: #D5EBFE;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

/* --- contact --- */
.contact-row {
	padding-right: 15px;
	padding-left: 15px;
}
.contact-box {
	background-color: rgba(21,21,51, .6);
	padding: 15px;
	height: 100%;
}
.cb-right {
	margin-top: 15px;
}

.scope-of-the-wrapper,
.invoicing-data {
	color: #D0D0D0;
}

.scope-of-the-wrapper h2,
.invoicing-data h2 {
	color: #D5EBFE;
	font-family: 'Roboto', sans-serif;
}

.invoicing-data h3 {
	margin-top: 15px;	
}

.scope-of-the-list {
	list-style-type: none;
    padding-left: 15px;
}
.scope-of-the-list>li::BEFORE {
	content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: none;
    margin-top: 4px;
    margin-left: -17px;
    margin-right: 8px;
    color: #CCC;
}

.form-header {
	position: relative;
}
.form-header-envelope {
	color: rgba(208,208,208, .75);
	display: inline-block;
	font-size: 3em;
	display: none;
}
.form-header-text {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.form-header-text h2 {
	margin: 0;
	color: #D5EBFE;
}

.form-control {
	border-radius: 1px;
	border-color: #7A7A7A;
	background-color: rgba(247,246,246, .2);
	box-shadow: none;
	-webkit-box-shadow: none;
	color: white;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.form-control:FOCUS {
	border-color: #7A7A7A;
    color: rgba(21,21,51, 1);
    background-color: rgba(255,255,255,.75);
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

textarea {
	resize: none;
}

.contact-form-body input::-webkit-input-placeholder {
    color: rgba(214,214,214, .45);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input:-ms-input-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input:-moz-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input::-moz-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea::-webkit-input-placeholder {
    color: rgba(214,214,214, .45);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:-ms-input-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:-moz-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea::-moz-placeholder {
	color: rgba(214,214,214, .45);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
/* :FOCUS */
.contact-form-body input:FOCUS::-webkit-input-placeholder {
    color: rgba(21,21,51, .85);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input:FOCUS:-ms-input-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input:FOCUS:-moz-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body input:FOCUS::-moz-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:FOCUS::-webkit-input-placeholder {
    color: rgba(21,21,51, .85);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:FOCUS:-ms-input-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:FOCUS:-moz-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.contact-form-body textarea:FOCUS::-moz-placeholder {
	color: rgba(21,21,51, .85);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.contact-form-body .glyphicon-remove {
	color: red;
	background-color: rgba(255,255,255,.5);
    height: 32px;
    width: 32px;
    top: 1px;
}
.contact-form-body .glyphicon-ok {
	color: green;
	background-color: rgba(255,255,255,.5);
    height: 32px;
    width: 32px;
    top: 1px;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 16px;
}

.g-recaptcha {
	width: 304px;
	margin: 0 auto 0 auto;
}

.warning-alerts {
	margin-top: 15px;
	margin-bottom: 15px;
}
.warning-alerts>.alert {
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	border-radius: 0;	
}
.warning-alerts>.alert-danger {
	background-color: transparent;
	border-color: #470124;
	color: #FF5656;
	font-weight: bold;
	font-size: 15px;
}

#submit-btn {
    border-radius: 0;
    text-transform: uppercase;
    background-color: transparent;
    color: #F7F6F6;
    border: 1px solid #F7F6F6;
    font-size: 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding-left: 20px;
    padding-right: 20px;
}

#submit-btn:FOCUS,
#submit-btn:VISITED,
#submit-btn:ACTIVE {
	outline-color: white;	
}
#submit-btn:FOCUS,
#submit-btn:HOVER {
	background-color: rgba(213,235,254, .9);
	color: #151533;
	border-color: black;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#success-alert {
	margin-bottom: 1.5em;
    background-color: rgba(98,156,68,.8);
    border: none;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 7px;
    color: #151533;
    font-size: 18px;
}

.btn-services {
	color: #AAAAAA;
    font-size: 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    display: block;
    text-align: right;
    padding-right: 30px;
}
.btn-services:FOCUS,
.btn-services:VISITED,
.btn-services:ACTIVE {
	outline-color: white;
}
.btn-services:FOCUS,
.btn-services:HOVER {
	color: #D5EBFE;
	text-decoration: underline;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.glyphicon-share-alt {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 10px;
    font-size: 18px;
}

/* --- service --- */
.service-wrapper {
	background-color: rgba(21,21,51, .6);		
}

.service-header {
	color: #D5EBFD;
	font-family: 'Roboto', sans-serif;
}

.service-description {
	color: #ffffff;
	font-size: 1.1em;
}

.service-description a {
	color: #B0CEE8;
}
.service-description a:FOCUS,
.service-description a:VISITED,
.service-description a:HOVER {
	outline-color: white;
}

.service-description a:FOCUS,
.service-description a:HOVER {
	color: #B0CEE8;
	text-decoration: underline;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.service-photos {
	display: inline-block;	
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-back-link {
	display: inline-block;
	margin-top: 30px;
    margin-bottom: 30px;
}

.thumbnail {
	display: inline-block;
	border-radius: 0;
	padding: 1px;
	height: 95px;
	margin: 0;
	margin-right: 5px;
}
.thumbnail:last-child {
	margin-right: 0;
}

a.thumbnail:HOVER, 
a.thumbnail:FOCUS, 
a.thumbnail:ACTIVE {
    border-color: #232629;
}

.thumbnail>.img-responsive {
	height: 91px;
}

/* service - simple lightbox */
/* lightbox galery view */
.sl-overlay {
	background-color: #000000;
	opacity: .85;
}

.sl-wrapper .sl-counter {
	top: 5px;
	left: 50%;
	color: white;
	font-size: 1.4em;
	cursor: default;
	font-family: 'mojepismo', sans-serif;
}

.sl-wrapper .sl-close {
	font-size: 3em;
	color: white;
}

.sl-wrapper .sl-navigation button {
	font-size: 4em;
	color: #FFFFFF;
}

.sl-wrapper .sl-close:hover, .sl-wrapper .sl-navigation button:hover {
	color: #F5F5F5;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
	outline-color: transparent;
}

.sl-spinner {
	border-color: #F0F0F0;
}

/* --- media --- */
@media ( max-width: 350px ) {
	.g-recaptcha {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);	
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		-o-transform-origin: top center;
		transform-origin: top center;	
	}
	.captcha-wrapper {
		height: 63px;
	}
}

@media ( min-width: 450px ) {
	.services-link .title {
		font-size: 18px;
	}
	.services-link .snippet {
		display: block;
		font-size: 12px;
	}
	.services-link .glyphicon {
		font-size: 20px;
		border: 2px solid;
	}
}

@media ( min-width: 500px ) {
	.scope-of-the-list {
		font-size: 1.1em;
	}
}

@media ( min-width: 600px ) {
	.services-link .snippet {
		font-size: 13px;
	}
}

@media ( min-width: 768px ) {
	.services-link-content {
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#success-alert {
		margin-bottom: 2em;
	}
	.cb-right {
		margin-top: 0;
	}
	.contact-box-wrapper {
		overflow: hidden;
	}
	.contact-box {
		margin-bottom: -99984px;
		padding-bottom: 99999px;
	}
	.invoicing-data {
		margin-top: 4em;
	}
	.contact-row {
		padding-left: 0;
		padding-right: 0;
		margin-left: -30px;
	}
	.cb-right {
		margin-left: 15px;
	}
	.pull-sm-right {
        float: right;
    }
    .btn-services {
    	display: inline-block;
    	text-align: left;
    	padding-right: 0;
    	margin-top: 31px;
    }
    .service-back-link-without-imgs {
    	margin-top: -50px;
    }
}

@media ( min-width: 800px ) {
	.services-link .title {
		font-size: 19px;
	}
}

@media ( min-width: 992px ) {
	.col-nav-left {
		padding-right: 7.5px;	
	}
	.col-nav-right {
		padding-left: 7.5px;
	}
	.services-link {
		max-width: 600px;
	}
	.col-nav-left>.services-link {
		margin-right: 0;
	}
	.col-nav-right>.services-link {
		margin-left: 0;
	}
	.services-link .snippet {
		font-size: 12px;
	}
	#success-alert {
		margin-bottom: 2.35em;
	}
}

@media ( min-width: 1200px ) {
	.services-link {
		max-width: 650px;
	}
	.services-link-content {
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.services-link .snippet {
		font-size: 13px;
	}
}

@media ( max-width: 767px ) {
	.center-xs-block {
		display: block;
		margin: 30px auto 30px auto;
	}
}