body {
    background: url(../img/bg.png);
    font-family: 'myriad_pro', sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0;
}

@font-face
{
    font-family: 'myriad_pro';
    src: url('../fonts/myriad_pro.eot');
    src: url('../fonts/myriad_pro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/myriad_pro.woff') format('woff'),
    url('../fonts/myriad_pro.ttf') format('truetype'),
    url('../fonts/myriad_pro.svg#myriad_pro') format('svg');
}

section {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 10px;
}

.mobile {
    display: none;
}

img { border:none; outline:none; }
*:focus { outline:0; }
input[type="text"], input[type="password"], textarea, input[type="button"] { -webkit-appearance:none; } /* Изчистава стиловете на default бутоните на мобилните устройства */

.clear { clear:both; visibility:hidden; }
.clearfix:after, section:after { visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0; }
* html .clearfix, * html section { zoom: 1; } /* IE6 */
*:first-child+html .clearfix , *:first-child+html section{ zoom: 1; } /* IE7 */

.left {
	float:left;
	text-align:left;
}

.right {
	float:right;
	text-align:right;
}

/*      end of Допълнителни класове      */


strong {
	font-family:'myriad_pro', sans-serif;
	font-weight:bold;
}

.title {
	font-family:'myriad_pro', sans-serif;
	font-weight:normal;
}

.orn_l {
    background-image: url(../img/orn_l.png);
}
.orn_r {
    background-image: url(../img/orn_r.png);
}

.orn_l, .orn_r {
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 52px;
    width: 52px;
	vertical-align:middle;
}

.orn_b { background-image: url(../svg/ornaments.svg); }

.orn_b {
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align:middle;
    width:52px;
    height: 27px;
}

/*      home      */

.homemain {
	position:relative;
	width:100%;
	background: url(../img/dvdbg.png) repeat-y center;
	line-height:1.4em;
}

.homemain .girl {
	position:absolute;
	bottom:-44px;
	right:-290px;
	margin-right:50%;
}

.homemain .block {
	/*height:360px;*/
	float:left;
	width:50%;
}

.homemain .whitebg {
	background:#fff;
	transform: skew(-12deg);  /* SKEW */

	-webkit-transform: skewX(-12deg);
	-moz-transform:    skewX(-12deg);
	-ms-transform:     skewX(-12deg);
	transform:         skewX(-12deg);
}

.homemain .whitebg .txt {
	transform: skew(12deg);  /* SKEW */
	padding-right:40px;

	-webkit-transform: skewX(12deg);
	-moz-transform:    skewX(12deg);
	-ms-transform:     skewX(12deg);
	transform:         skewX(12deg);
}

.homemain .whitebg .txt, .homemain .pinkbg .txt {
	padding-top:20px;
}

.homemain .pinkbg {
	background:#d6cccc;

}

.homemain .whitebg .banner {
    padding: 15px 0;
}

.homemain .whitebg .banner img {
    max-width: 80%;
}

.homemain a,
.hbox a {
	color:#820000;
	text-decoration:none;

}

.homemain a:hover,
.hbox a:hover {
	color:#000;
}


.homebox {
	padding:10px 0;
	line-height:1.4em;
}

.homebox a {
	color:#000;

	padding:0 20px 0 0;
	font-weight:bold;
}

.homebox a:hover {
	color:#820000;
}

a.phonelink  {
	color:#000 !important;
	text-decoration:none;
}

a.phonelink:hover {
	color:#000;
}

a.maplink {
	color:#820000;
	font-family:'MyriadPro-Bold';
	padding-bottom: 20px;
	display:block;
}

a.maplink:hover {
	color:#000;
}

.qr {

    margin-top: 20px;

}

.applinks {
    float: left;
    margin-top: 10px;

}

.applinks h3 {
    margin-bottom:0;
}
.applinks a {
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
}

.applinks a:hover {
    background-position: center bottom;
}

.applinks a.ios {
	background-image: url(../img/ios.png);
    margin-right: 30px;
    width: 78px;
}

.applinks a.android {
	background-image: url(../img/android.png);
	width: 84px;
}

.tripadvisorbox  {
	margin-left: -10px;
}

.tripadvisorbox .tripadvisor {
    margin: 20px 12px 0 12px;
}

.tripadvisorbox ul li  {
	list-style: none;
}

.shortinfo p {
    min-height: 60px;
}

img.luxury {
    padding-left:100px;
	display:inline-block
}


/*      end of home      */

footer a.mg {
    color: #e1b878;
    font-size: 12px;
    text-decoration: none;
}

/*.mg_logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../img/mg_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}*/

/*.mg_logo span {
    display: none;
}*/


.bs1 {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    padding: 20px;
}

.socials {
}

.socials a {
    background-position: top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
	margin-right: 10px;
}

.socials a.fb:hover, .socials a.gplus:hover {

}

.socials a.fb {
	background:url(../img/fb.png);
}

.socials a.tw {
	background:url(../img/twitter.png);
}

.socials a.pin {
	background:url(../img/pinterest.png);
}

.socials a.gplus {
	background:url(../img/gplus.png);
}

.socials a.inst {
	background:url(../img/instagram.png);
}

.socials a.four {
	background:url(../img/foursquare.png);
}

#gmap {
    height: 450px;
    width: 100%;
    /* z-index: -1; */
}

@media all and (max-width: 639px) {
    #gmap {
        height: 250px;
    }
}

@media all and (max-width: 1160px) {
	.hbox .fl-3 div:nth-child(4n+1) {
		clear: left;
	}

@media all and (max-width: 1119px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media all and (max-width: 959px) {
.homemain .block {
	height:400px;
}

img.luxury {
    padding-left:10px;
}

}

@media all and (max-width: 799px) {
.fl3.noshow {
	display:none;
}

}



@media all and (max-width: 767px) {

.homemain {
	background: #fff;
	text-align:center;
}

.flb.hbox {
	/*text-align:center;*/
	font-size:18px;
}

.socbox {
	text-align:center;
}

.homemain .girl {
	display:none;
}

.homemain .block {
	height:auto;
	padding-bottom:20px;
	float:none;
	width:100%;
}

.homemain .block.pinkbg {
	display:none;
}

.homemain .whitebg {
	background:#fff;
	transform: none;
}

.homemain .whitebg .txt {
	transform: none;
	padding-left:10px;
	padding-right:10px;
}


.homemain .whitebg .txt, .homemain .pinkbg .txt {
	padding-top:20px;
}

.homemain .pinkbg {
	background:#d6cccc;

}

.bs1 {
    padding: 10px;
}

.shortinfo p {
    min-height: 85px;
}

}

@media all and (max-width: 620px) {

.orn_l, .orn_r {
    display:none;
}


}

@media all and (max-width: 479px) {
.shortinfo p {
    min-height: auto;
}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .mg_logo {
    	background-size: 28px 28px;
        background-image: url(../img/mg_logo@2x.png);
    }

    a.phonelink  {
    	background-size: 18px 18px;
    	background-image: url(../img/phoneicon@2x.png);
        background-repeat: no-repeat;
        background-position:3px 6px;
        padding:5px 5px 3px 26px;
    }

}
/* mobile phones only*/
@media only screen and (max-device-width: 640px)
{
    a.phonelink  {
    	color:#000 !important;
    	text-decoration:none;
    	background-image:url(../img/phoneicon.png);
    	background-position:3px 6px;
    	background-repeat: no-repeat;
    	padding:5px 5px 3px 26px;
    	border:1px solid #b7b7b7;
    	border-radius:6px;
    	display:inline-block;
    	background-color:rgba(255,255,255,0.4) ;
    	margin-top:10px;
    }
}

