@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
    background-color: #5d190f;
	height: 100%;
	width: 100%;
	display: table;
}
a{
	text-decoration: none
}
*:focus{
	outline: none;
}
a[href^="tel"] {
  color: inherit; 
  text-decoration: none; 
}
.container{
	width: 100%;
	height: 100%;
	display: table;
	margin:0 auto;
}
.container:nth-child(2){
	max-width: initial;
}
.box{
    width: 45%;
    height: 100%;
    float: left;
    display: table;
    margin:0;
    padding-top: 85px;
    background-color: #49140d;
}
.box:nth-child(2){
    padding-left: 4%;
    height: 100%;
    background-color: #5d190f;
}
.box_inner{
    float: right;
    width: auto;
    margin-right: 10%;
}
.box_inner.box_inner_right{
    float: left;
    margin-right: 2%;
}

.title{
    width: 100%;
    height: auto;
    display: table;
    margin:0;
}
.title h3{
    width: auto;
    display: table;
    margin: 0 auto;
    margin-bottom:40px;
    text-align: center;
}
.title.title_upper{
    display: none;
}

h3{
	color: #fff;
	float: none;
	font-size:30px;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top:45px;
	text-align: left;
}

h6{
	color: #fff;
	float: none;
	font-weight: normal;
	margin: 0;
	font-size:26px;
	text-align: left;
}
.title h6{
    margin-bottom:80px;
    margin-top: 20px;
    text-align: center;
}
.contact_bx{
	width: auto;
	height: auto;
	display: table;
	margin:0;
	margin-bottom: 35px;
}
.contact_bx:nth-child(1){
    margin-top:30px;
}
a.contact_bx:hover span{
	border-bottom-color: #fff
}
.contact_bx.facebook span{
    display: block;
    text-align: center;
    width: auto;
}
.contact_bx.blog span{
    display: block;
    text-align: center;
    width: auto;
}
.contact_bx.youtube span{
    display: block;
    text-align: center;
    width: auto;
}
.contact_bx.facebook{
    margin-top:30px;
    width: auto;
}
.contact_bx.blog{
    margin-top:0px;
    /*width: 100%;*/
}
.map_box{
	height: 450px;
	width: 100%;
	position: relative;	
}
#map{
	height: 450px;
	width: 100%;
}

span{
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	display: table;
	text-align: left;
	float: left;
	margin:0px;
    font-family:Verdana,Helvetica,Arial,Tahoma;
    line-height: 32px;
	border-bottom: 1px solid transparent
}

.icn_box{
	height: 35px;
	width: 35px;
	display:table;
	float: left;
	margin:0;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.tel .icn_box{
	background-image: url(Images/tel.png);
}
.email .icn_box{
	height: 25px;
	background-image: url(Images/email.png);
}
.email span{
	line-height: 26px;
}
.facebook .icn_box{
	background-image: url(Images/facebook.png);
}
.youtube .icn_box{
    background-image: url(Images/youtube.png);
}
.blog .icn_box{
	background-image: url(Images/blogspot.png);
}
.maps .icn_box{
    background-image: url(Images/googlemaps.png);
}
.viber .icn_box{
    background-image: url(Images/viber.png);
}
.logo_box{
    width: 100%;
    margin: 0 auto;
    display: table;
}
div.logo{
	height: 700px;
    width: 525px;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    background-image: url(Images/ayianapa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.infobox h3{
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

.infobox a {
    text-decoration: none;
    margin: 0;
    display: table;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    line-height: 23px;
    width: 180px;
    margin: 10px;
    margin-left: 20px;
    color: #000;
    font-family:Verdana,Helvetica,Arial,Tahoma;
}

.infobox div{
    font-size: 14px;
}
.infobox a.map_links {
    text-decoration: none;
    color: #000;
    display: table;
    margin: 0;
    margin-top: 10px;
    float: left;
    margin-right: 11px;
    width: auto;
}
.infobox a.map_links:visited, 
.infobox a.map_links:active, 
.infobox a.map_links:link{
	text-decoration: none;
    color: #000;
}
.infobox a.view_on_map {
    padding-right: 10px;
    border-right: 1px #ccc solid;
}
.infobox a.map_links:hover{
	color: #721D11
}



/* Map Card */
.place-card div,
.place-card a,
.default-card div,
.default-card a {
    color: #5B5B5B;
    font-family:Verdana,Helvetica,Arial,Tahoma;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.place-card,
.default-card,
.directions-card {
    cursor: default
}

.place-card-large {
    padding: 14px 10px 14px 19px;    
    position: absolute;
    display: table;
    top: 20px;
    left: 20px;
    background: #fff;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
}

.place-card-medium {
    width: auto;
    padding: 9px 11px 9px 11px
}

.default-card {
    padding: 5px 14px 5px 14px
}

.place-card a:link,
.default-card a:link,
.directions-card a:link {
    text-decoration: none;
    color: #3a84df
}

.place-card a:visited,
.default-card a:visited,
.directions-card a:visited {
    color: #3a84df
}

.place-card a:hover,
.default-card a:hover,
.directions-card a:hover {
    text-decoration: underline
}

.place-desc-large {
    width: 225px;
    margin-bottom: 10px;
    display: inline-block
}

.place-desc-medium {
    display: inline-block
}

.place-card .place-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: black;
    line-height: 21px
}

html[dir="rtl"] .place-name {
    padding-right: 5px
}

.place-card .address {
    margin-top: 6px
}

.tooltip-anchor {
    width: 100%;
    position: relative;
    float: right;
    z-index: 1
}

.star-entity .tooltip-anchor,
.star-entity-medium .tooltip-anchor,
.navigate .tooltip-anchor {
    width: 50%;
    display: none
}

.star-entity:hover .tooltip-anchor,
.star-entity-medium:hover .tooltip-anchor,
.navigate:hover .tooltip-anchor {
    display: inline
}


.tooltip-anchor>.tooltip-tip-inner,
.tooltip-anchor>.tooltip-tip-outer {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    background-color: transparent;
    position: absolute;
    left: -8px
}

.tooltip-anchor>.tooltip-tip-outer {
    border-bottom: 8px solid #CBCBCB
}

.tooltip-anchor>.tooltip-tip-inner {
    border-bottom: 8px solid white;
    z-index: 1;
    top: 1px
}

.tooltip-content {
    position: absolute;
    top: 8px;
    left: -70px;
    line-height: 137%;
    padding: 10px 12px 10px 13px;
    width: 210px;
    margin: 0;
    border: 1px solid #CBCBCB;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: white
}

html[dir="rtl"] .tooltip-content {
    left: -10px
}

.star-entity-medium .tooltip-content {
    width: 110px
}

.navigate {
    display: inline-block;
    vertical-align: top;
    height: 43px;
    padding: 0 7px
}

.navigate-link {
    display: block
}

.place-card .navigate-text,
.place-card .star-entity-text {
    margin-top: 5px;
    text-align: center;
    color: #3a84df;
    font-size: 12px;
    max-width: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.place-card .hidden {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden
}

.navigate-icon {
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto
}

.navigate-icon {
    border: 0
}

.navigate-separator {
    display: inline-block;
    width: 1px;
    height: 43px;
    vertical-align: top;
    background: -webkit-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
    background: -moz-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
    background: -ms-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
    background: -linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb)
}

.star-entity {
    display: inline-block;
    vertical-align: top;
    height: 43px;
    padding: 0 7px
}

.star-entity .star-button {
    cursor: pointer
}

.star-entity-medium {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin-top: 1px
}

.star-entity:hover .star-entity-text {
    text-decoration: underline
}

.star-entity-icon-large {
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto
}

.star-entity-icon-medium {
    width: 17px;
    height: 17px;
    top: 0px;
    overflow: hidden;
    margin: 0 auto
}

.can-star-large {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto
}

.logged-out-star,
.logged-out-star:hover {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto
}

.is-starred-large {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto
}

.can-star-medium {
    position: relative;
    height: 17px;
    top: -2px;
    cursor: pointer
}

.is-starred-medium {
    position: relative;
    height: 17px;
    top: -2px;
    cursor: pointer
}

.review-box {
    padding-top: 5px
}

.place-card .review-box-link {
    padding-left: 8px
}

.place-card .review-number {
    display: inline-block;
    color: #e7711b;
    font-weight: 500;
    font-size: 14px
}

.rating-star {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden
}

.directions-card {
    color: #5B5B5B;
    font-family:Verdana,Helvetica,Arial,Tahoma;
    background-color: white;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.directions-card-medium-large {
    height: 61px;
    padding: 10px 11px
}

.directions-info {
    padding-left: 25px
}

.directions-waypoint {
    height: 20px
}

.directions-address {
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black
}

.directions-icon {
    float: left;
    vertical-align: top;
    position: relative;
    top: -1px;
    height: 50px;
    width: 20px
}

.directions-icon div {
    width: 15px;
    height: 45px;
    overflow: hidden
}

.directions-separator {
    position: relative;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 4px;
    background-color: #ccc
}

.maps-links-box-exp {
    padding-top: 5px
}

.time-to-location-info-exp {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    display: inline-block
}

.google-maps-link-exp {
    display: inline-block;
    vertical-align: middle
}

.time-to-location-text-exp {
    vertical-align: middle
}

.place-card-large .only-visible-to-you-exp {
    padding-top: 5px;
    color: #ccc;
    display: inline-block
}

.place-card-large .time-to-location-privacy-exp .learn-more-exp {
    color: #ccc;
    text-decoration: underline
}

.navigate-icon {
    background-position: 0px 0px
}

.navigate:hover .navigate-icon {
    background-position: 48px 0px
}

.can-star-large {
    background-position: 70px 187px
}

.star-button:hover .can-star-large {
    background-position: 48px 187px
}

.logged-out-star {
    background-position: 96px 187px
}

.star-button:hover .logged-out-star {
    background-position: 96px 187px
}

.is-starred-large {
    background-position: 0px 166px
}

.rating-full-star {
    background-position: 48px 165px
}

.rating-half-star {
    background-position: 35px 165px
}

html[dir="rtl"] .rating-half-star {
    background-position: 10px 165px
}

.rating-empty-star {
    background-position: 23px 165px
}

.directions-icon {
    background-position: 0px 144px
}

.hovercard-personal-icon-home {
    background-position: 96px 102px
}

.hovercard-personal-icon-work {
    background-position: 96px 79px
}

.can-star-medium {
    background-position: 0px 36px
}

.can-star-medium:hover {
    background-position: -17px 36px
}

.logged-out-star-medium {
    background-position: 36px 36px
}

.star-button:hover .logged-out-star-medium {
    background-position: 36px 36px
}

.is-starred-medium {
    background-position: 0px 19px
}

.info {
    height: 30px;
    width: 30px;
    background-position: 19px 36px
}

.bottom-actions {
    padding-top: 10px
}

.bottom-actions .google-maps-link {
    display: inline-block
}

.saved-from-source-link {
    margin-top: 5px;
    max-width: 331px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.icon{
    background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
    background-size: 70px 210px;
}

.navigate_ru .navigate-text{
    max-width: 85px;
}





@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

	.tel .icn_box{
		background-size: 35px 35px;
		background-image: url(Images/tel@2x.png);
	}
	.email .icn_box{
		background-size: 35px 25px;
		background-image: url(Images/email@2x.png);
	}
	.facebook .icn_box{
		background-size: 35px 35px;
		background-image: url(Images/facebook@2x.png);
	}
    .youtube .icn_box{
        background-size: 35px 35px;
        background-image: url(Images/youtube@2x.png);
    }
	.blog .icn_box{
		background-size: 35px 35px;
		background-image: url(Images/blogspot@2x.png);
	}	
    .maps .icn_box{
        background-image: url(Images/googlemaps@2x.png);
    }   
    .viber .icn_box{
        background-image: url(Images/viber@2x.png);
    }   
}

/*
	Pegasos
	Portrait (like mobile vrs)
	
	iPad Mini
	iPad, iPad 2
	Samsung Galaxy Tab 10.1, Samsung Galaxy Tab 2 10.1, Samsung Galaxy Tab 7.7, Samsung Galaxy Tab 8.9
	Samsung Galaxy Tab 3 7"-8"-10.1", and many other
	Samsung Tab 2 7.0, Samsung Galaxy 7"
	Samsung Galaxy Tab P1000

*/


@media
only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (-webkit-device-pixel-ratio: 1)
and (max-aspect-ratio: 13/9),

only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (-webkit-device-pixel-ratio: 2)
and (max-aspect-ratio: 13/9),

only screen 
and (min-device-height:602px) 
and (max-device-height:962px) 
and (max-aspect-ratio: 13/9),

only screen 
and (min-device-width:602px) 
and (max-device-width:962px) 
and (max-aspect-ratio: 13/9),

only screen
and (device-width:600px)
and (device-height:1024px)
and (-webkit-device-pixel-ratio: 1)
and (max-aspect-ratio: 13/9),

only screen
and (device-width:400px)
and (device-height: 683px)
and (-webkit-device-pixel-ratio: 1)
and (max-aspect-ratio: 13/9),

only screen
and (max-width: 800px)
and (max-aspect-ratio: 13/9)
{
	html, body{
		height: auto;
		overflow-y:scroll; 
	}
	h4,
	p,
	a{
		font-size: 19px;
	}
	.place-card{
		display: none;
	}
	.container{
		max-width: initial;
	}

	.box{
		width: 100%;
		float: none;
		margin:0 auto;
        height: auto;
	}
	.box:nth-child(2){
		width: 60%;
        height: auto;
	}
	div.logo{
        float: none;
        margin: 0 auto;
        margin-top: 40px;
        background-size: contain;
        /*width: 100%;
        height: 80vh;*/
    }
	.title {
	    float: none;
	    margin: 0 auto;
	    margin-top: 10px;
        width: 80%;
	}
    .title.title_upper{
        display: block;
    }
	h3 {
	    font-size: 32px;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    margin-top: 25px;
	    text-align: center;
	    line-height: 35px;
	}
	h6 {
	    margin: 0 auto;
	    margin-bottom: 20px;
	    font-size: 30px;
	    text-align: center;
	}	
    .box_inner_right .title{
        display: none;
    }
    .box_inner_right {
        margin-block-end: 80px;
    }
	.box:nth-child(2) {
	    padding-left: 0;
	    border-left: none;
	}
	.contact_bx {
		float: left;
		width: 50%;
	    margin-top:50px;
	    margin-bottom:0px;
	}
	.contact_bx:nth-child(1){
	    margin-top:50px;
	}
	.box span{
		display: block;
        text-align: center;
        width: 100%;
	}
	.icn_box{
		margin: 0 auto;
        float: none;
	}
	.map_box{
		margin-top: 40px;
	}
	.map_box, #map {
	    height: 400px;
	}
	.infobox h3{
		font-size: 22px;
		line-height: 25px;
	}
	.infobox div,
	.infobox a{
		font-size: 16px
	}
	.infobox a.map_links {
	    margin-top: 15px;
	}
	.email .icn_box{
		margin-top:3px;
	}

    .box_inner{
        margin-right:0;
        float: none;
        width: 100%;
    }

    .contact_bx.facebook span,
    .contact_bx.blog span,
    .contact_bx.youtube span,
    .contact_bx.email span,
    .contact_bx.tel span,
    .contact_bx.maps span{
        width: auto;
        display: table;
        margin: 0 auto;
        float: none;
        font-size: 22px;
        margin-top: 5px;
    }
    
    .contact_bx.facebook,
    .contact_bx.blog,
    .contact_bx{
        width: 100%
    }
}


/*
	LandScape
		iPad Mini
		iPad
		Samsung Galaxy Tab 10.1, Samsung Galaxy Tab 2 10.1, Samsung Galaxy Tab 7.7, Samsung Galaxy Tab 8.9
		Samsung Galaxy Tab 3 7"-8"-10.1", and many other
		Samsung Tab 2 7.0, Samsung Galaxy 7"
		Samsung Galaxy Tab P1000
*/

@media 
only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (-webkit-device-pixel-ratio: 1)
and (orientation:landscape),

only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (-webkit-device-pixel-ratio: 2)
and (orientation:landscape),

only screen 
and (device-width:800px) 
and (device-height:1280px)
and (-webkit-device-pixel-ratio: 1)
and (orientation:landscape),

only screen 
and (min-device-width:602px) 
and (max-device-width:962px) 
and (orientation:landscape),

only screen
and (device-width:600px)
and (device-height:1024px)
and (-webkit-device-pixel-ratio: 1)
and (orientation:landscape),

only screen
and (device-width:400px)
and (device-height: 683px)
and (-webkit-device-pixel-ratio: 1)
and (orientation:landscape)
{
		
	h4,
	p,
	a{
		font-size: 19px;
	}
	.place-card{
		display: none;
	}
	.infobox h3{
		font-size: 21px;
		line-height: 25px;
	}
	.infobox div,
	.infobox a{
		font-size: 15px
	}
	.infobox a.map_links {
	    margin-top: 15px;
	}
	.box{
        width: 50%;
	}
    .box_inner{
        float: none;
        width: 100%;
        margin: 0 auto;
        display: table;
    }
	.box:nth-child(2) {
		padding-left: 0;
		border-left: none;
	}
	.box span:nth-child(4){
		display: block;
        text-align: center;
        width: 100%;    
	}
	.contact_bx{
		margin-bottom:45px;
	}
	.title{
        width: 100%;
	}
	.icn_box{
		margin: 0 auto;
        float: none;
        margin-bottom: 10px;
	}
	span{
		font-size: 17px;
	}

    .blog .icn_box, .facebook .icn_box, .youtube .icn_box, .email .icn_box, .tel .icn_box, .maps .icn_box{
        float: left;
        margin-left: 40px;
        margin-right: 40px;
    }
}



/*
	portrait & landscape
		iPhone 2G-4S
		iPhone 5,
		Samsung Galaxy Note ratio:1,
		Samsung Galaxy Note ratio:1.5,
		Samsung Galaxy S3, Samsung Galaxy Note 2, Samsung Galaxy Mega
		Samsung Galaxy S2,
		Samsung Galaxy Note 3,
		Samsung Galaxy S4 - HTC One,
		LG Nexus 4,
		Samsung Galaxy S
		iPhone 6 Plus
		iPhone 6
		iPhone 6 Plus Alt Styles
		Windows Phone Nokia Lumia
*/
@media

only screen
and (device-width : 320px) 
and (device-height : 480px),

only screen
and (device-width : 320px) 
and (device-height : 568px),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 1),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 1.5),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 2),

only screen 
and (min-width: 320px) 
and (max-width: 534px) 
and (-webkit-device-pixel-ratio: 1.5),

only screen 
and (device-width: 400px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 2),


only screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3),


only screen 
and (-webkit-min-device-pixel-ratio: 3.0) 
and (max-width: 1080px),

only screen 
and (device-width: 384px) 
and (device-height: 592px) 
and (-webkit-device-pixel-ratio: 2),

only screen 
and (min-device-width: 413px) 
and (max-device-width: 415px),

only screen 
and (min-device-width: 374px) 
and (max-device-width: 376px),

only screen 
and (min-device-width: 359px) 
and (max-device-width: 361px),

only screen 
and (min-device-width : 320px)
and (max-device-width : 480px),

only screen 
and (-ms-high-contrast: active) 
and (max-width: 320px),

only screen
and (-ms-high-contrast: none)
and (max-width: 320px),

only screen
and (min-device-width: 360px)
and (max-device-height: 592px)
{
	html, body{
		height: auto;
		overflow-y:scroll; 
	}
	h4,
	p,
	a{
		font-size: 19px;
	}
	.place-card{
		display: none;
	}
	.container{
		max-width: initial;
	}

	.box{
		width: 100%;
		float: none;
		margin:0 auto;
	}
    .box_inner.box_inner_right{
        margin-bottom: 60px;
    }
	div.logo{
	    float: none;
    	margin: 0 auto;
	    margin-top: 10px;
        background-size: contain;
        width: 98%;
	}
	.title {
	    float: none;
	    margin: 0 auto;
	    font-size: 19px;
	    margin-bottom: 10px;
        width: 80%;
	}
	h3 {
	    font-size: 34px;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    margin-top: 25px;
	    text-align: center;
	    line-height: 54px;
	}
	h6 {
	    margin: 0 auto;
	    margin-bottom: 20px;
	    font-size: 27px;
	    text-align: center;
        line-height: 42px;
	}	
	.box:nth-child(2) {
		width: 100%;
	    padding-left: 0;
	    border-left: none;
	}
	.contact_bx {
		float: left;
		width: 100%;
	    margin-top: 40px;
	    margin-bottom:0px;
	}
	.contact_bx:nth-child(1){
	    margin-top:40px;
	}
    .contact_bx.facebook{
        margin-top:40px;
    }
    .contact_bx.blog{
        margin-top:0px;
    }
	.box span{
		display: block;
        text-align: center;
        width: 100%;
	}
	.icn_box{
		margin: 0 auto;
        float: none;
        margin-bottom: 10px;
	}
	.map_box{
		margin-top: 40px;
	}
	.map_box, #map {
	    height: 250px;
	}
	.infobox h3{
		font-size: 19px;
		line-height: 27px;
	}
	.infobox div,
	.infobox a{
		font-size: 16px
	}
	.infobox a.map_links {
	    margin-top: 15px;
	}
	.email .icn_box{
		margin-top:3px;
	}

    .blog .icn_box, .facebook .icn_box, .youtube .icn_box, .tel .icn_box, .maps .icn_box, .viber .icn_box{
        height: 50px;
        width: 50px;
        background-size: 50px 50px;
    }
    .email .icn_box{
        height: 50px;
        width: 70px;
        background-size: 50px 36px;
    }
    .contact_bx.facebook span,
    .contact_bx.blog span,
    .contact_bx.youtube span,
    .contact_bx.email span,
    .contact_bx.tel span,
    .contact_bx.maps span{
        width: auto;
        display: table;
        margin: 0 auto;
        float: none;
        font-size: 22px;
    }
    .contact_bx.facebook{
        width: 100%
    }

}



/*
	landscape
		iPhone 2G-4S
		iPhone 5,
		Samsung Galaxy Note ratio:1,
		Samsung Galaxy Note ratio:1.5,
		Samsung Galaxy S3, Samsung Galaxy Note 2, Samsung Galaxy Mega,
		Samsung Galaxy S2,
		Samsung Galaxy Note 3,
		Samsung Galaxy S4 - HTC One,
		LG Nexus 4,
		Samsung Galaxy S
		iPhone 6 Plus
		iPhone 6
		iPhone 6 Plus Alt Styles
		Windows Phone Nokia Lumia
*/
@media 

only screen
and (device-width : 320px) 
and (device-height : 480px)
and (orientation : landscape),

only screen
and (device-width : 320px) 
and (device-height : 568px)
and (orientation : landscape),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 1)
and (orientation : landscape),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 1.5)
and (orientation : landscape),

only screen 
and (min-width: 360px) 
and (max-width: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation : landscape),

only screen 
and (min-width: 320px) 
and (max-width: 534px) 
and (-webkit-device-pixel-ratio: 1.5)
and (orientation : landscape),

only screen 
and (device-width: 400px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 2)
and (orientation : landscape),



only screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3)
and (orientation : landscape),


only screen 
and (-webkit-min-device-pixel-ratio: 3.0) 
and (max-width: 1080px)
and (orientation : landscape),

only screen 
and (device-width: 384px) 
and (device-height: 592px) 
and (-webkit-device-pixel-ratio: 2)
and (orientation : landscape),

only screen 
and (min-device-width : 480px) 
and (max-device-width : 800px) 
and (-webkit-device-pixel-ratio: 1.5)
and (orientation : landscape),

only screen 
and (min-device-width: 413px) 
and (max-device-width: 415px)
and (orientation : landscape),

only screen 
and (min-device-width: 374px) 
and (max-device-width: 376px)
and (orientation : landscape),

only screen 
and (min-device-width: 359px) 
and (max-device-width: 361px)
and (orientation : landscape),

only screen 
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape)
{
	.box:nth-child(2) {
	    width: 45%;
	}

    .box_inner_right .title {
        display: none;
    }

    .title.title_upper {
        display: block;
    }
    .box{
        height: auto;
    }
    .box:nth-child(2){
        height: auto;
    }
    .box_inner{
        float: none;
        width: 100%;
        margin-right:0;
    }
    div.logo {
        float: none;
        margin: 0 auto;
        margin-top: 40px;
        background-size: contain;
        width: 50%;
        margin: 0 auto;
        height: 600px;
    }
    .blog .icn_box, .facebook .icn_box, .email .icn_box, .youtube .icn_box, .tel .icn_box, .maps .icn_box, .viber .icn_box{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
	
}