@media (max-width: 992px)
{
	#about .features DIV
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 1200px)
{
	#about #me
	{
		position: relative;
		left: -16px;
		top: 0px;
	}
}


.google-street-view {
    /*border: 1px solid #BE1A1A;*/
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 3px 3px 20px 0px rgba(50, 50, 50, 0.67);
    box-shadow: 3px 3px 20px 0px rgba(50, 50, 50, 0.67);
}

.google-street-view IFRAME
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.panotour
{
	margin-top: 10px;
	margin-bottom: 45px;
	position: relative !important;
	padding-bottom: 75% !important;
	height: 0 !important;
	overflow: hidden !important;
}
.panotour IFRAME
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#about .features DIV
{
	/*border: 1px solid black;*/
}
#about-text
{
	padding: 10px;
}

.carousel-content .lead
{
	text-shadow: 1px 1px 1px #000000;
}

#about #me
{
	margin: 0 auto;
	display: block;
}
#about #gtp
{
	margin: 0 auto;
	display: block;
}

#discount
{
	padding: 100px 0 70px;
}
#discount UL.pricing
{
	list-style: none;
	padding: 0;
	margin: 70px 0 30px;
	border: 1px solid #EEE;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
}
#discount UL.pricing LI
{
	display: block;
	padding: 10px;
}
#discount UL.pricing LI.plan-header
{
	background: #EEE;
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}
#discount UL.pricing LI.plan-header .price-duration
{
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
    background-image: -moz-linear-gradient(90deg, #FFFF99 0%, #2C8CB3 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFF99 0%, #FF3300 100%);
    background-image: -ms-linear-gradient(90deg, #FFFF99 0%, #2C8CB3 100%);
	color: #892F18;
	border-radius: 100px;
	border: 5px solid #F6F6F6;
	font-size: 13px;
}
#discount UL.pricing LI.plan-header .price-duration > SPAN
{
	display: block;
	line-height: 1;
}
#discount UL.pricing LI.plan-header .price-duration > SPAN.price
{
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}
#discount UL.pricing LI.plan-header .price-duration > SPAN.duration
{
	margin-top: 5px;
}
#discount UL.pricing LI.plan-header .plan-name
{
	margin-top: 10px;
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
#discount UL.pricing.featured
{
	background: #222534;
	color: #FFF;
	border: 0;
}
#discount UL.pricing.featured LI.plan-header
{
	background-image: -moz-linear-gradient(90deg, #2CAAB3 0%, #2C8CB3 100%);
	background-image: -webkit-linear-gradient(90deg, #FFFF99 0%, #FF3300 100%);
	background-image: -ms-linear-gradient(90deg, #2CAAB3 0%, #2C8CB3 100%);
}
#discount UL.pricing.featured LI.plan-header .plan-name
{
	color: #FFF;
}

/*Chaning default style for Bootstrap+Custom Collapse*/
#accordion.panel-group H3.panel-title A
{
	font-size: 24px !important;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
#accordion .panel-default
{
	border: 0px solid transparent !important;
}

A:before
{
	/*+placement: 0px 3px;*/
	position: relative;
	left: 0px;
	top: 3px;
	margin-right: 3px;
}

.checklist LI:before
{
	content: "\e067";
	font-family: 'Glyphicons Halflings';
	margin-left: -20px;
	color: green;
	/*+placement: 0px 2px;*/
	position: relative;
	left: 0px;
	top: 2px;
}
.checklist LI
{
	display: block;
	margin-bottom: 12px;
}

/* Acordion effect */
.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:before {
    content: "►"; /* "play" icon */
    float: left;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:before {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav > LI > A
{
	padding: 10px;
	font-size: 0.9em;
}

/* Blog */
.blogpost H3
{
	margin-top: 30px;
	margin-bottom: 14px;
}
.blogpost IMG
{
	padding: 13px 0;
}
.blogpost P
{
  text-align: justify;
}

.blogpost .info
{
	margin-top: 30px;
	margin-bottom: 18px;
}

.legal
{
	font-size: 0.8em;
	font-weight: 300;
}

.legal A + A:before
{
	content: " · ";
	margin-left: 2px;
	margin-right: 2px;
}

#main-slider .slider-inner H3
{
	margin-top: 180px;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFF;
}
#main-slider .slider-inner H3 > SPAN
{
	color: #45AED6;
}

.g-recaptcha
{
	margin-top: 10px;
}

#contact .contact-form
{
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 20px;
}

.proyektia
{
	font-size: 0.8em;
	font-weight: 300;
}
.proyektia A
{
	color: #BADFEE !important;
}
.proyektia A:hover
{
	color: #45AED6 !important;
}
.heart
{
	color: #D54545;
	font-size: 1.5em;
}