@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body {
	/*font-family: 'Droid Arabic Kufi', serif;*/
	font-family: 'Roboto Slab', serif;
	background: url(../images/body_pattern.png) center center repeat;
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 400;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.social-bar {
    position: fixed;
    top: 180px;
    left: 10px;
    z-index: 100;
    padding: 0 8px;
    background: #fff;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);
}
.social-bar ul {
	padding: 0;
	margin: 0;
}
.social-bar li {
	display: block;
	list-style: none;
	line-height: 36px;
}
.social-bar li a {
    display: block !important;
    margin: 8px 0;
    font-size: 36px;
    background: #f1f1f1;
    padding: 6px;
    color: #84d1e1;
    font-size: 48px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #dadada;
}
li.booking a {
    font-size: 14px;
    background: #84d1e1;
    color: #fff;
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: #fff; }
  50% { color: #000; }
  100% { color: #fff; }
}
li.whatsapp a {
    color: #3ae65e;
}
li.youtube a {
    color: #fe0000;
}
li.snapchat a {
    color: #e9e913;
}
li.twitter a {
    color: #1ba1f6;
}
li.instagram a {
    color: #fa643f;
}
 @keyframes fadein {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
 @-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
.clearfix:after, .main_header:after, .sections:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	width: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* Start preloader */

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #84d1e1;
	z-index: 10000;
}
#preloader-orbit-loading {
	position: relative;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}
#preloader-orbit-loading .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#preloader-orbit-loading .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 6px solid #00414e;
}
#preloader-orbit-loading .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 6px solid #1592b1;
}
#preloader-orbit-loading .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 6px solid #fff;
}
 @keyframes cssload-rotate-one {
 0% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-one {
 0% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-one {
 0% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-one {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-one {
 0% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-two {
 0% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-two {
 0% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-two {
 0% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-two {
 0% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-two {
 0% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
 @keyframes cssload-rotate-three {
 0% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-o-keyframes cssload-rotate-three {
 0% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-ms-keyframes cssload-rotate-three {
 0% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-webkit-keyframes cssload-rotate-three {
 0% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
 @-moz-keyframes cssload-rotate-three {
 0% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
 100% {
 -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
/* End preloader */
img.side {
    width: 200px;
    height: 200px;
    float: right;
    margin: 0 0 15px 20px;
    border: 5px solid #84d1e1;
}
.content img {
    border: 5px solid #84d1e1;
}
.video-style {
    border: 10px solid #efefef;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.formResponsive {
	width: 100%;
	min-height: 632px;
	margin: 2% auto 0;
	padding: 3% 20px;
	background: #f9f9f9;
	border: 4px solid #eaeaea;
	display: inline-block;
}
body.contact-us .formResponsive {
	margin: 0 auto;
}
.formResponsive h2 {
    background: #84d1e1;
    padding: 15px;
    font-size: 20px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.rsform-block-captcha img {
	border: 0;
}
.contact-info img {
    width: 100%;
    height: auto;
    border: 4px solid #fff;
    box-shadow: 0 0 10px -2px #ccc;
}
.center {
	text-align: center;
}
.vedio_side {
	border: 10px solid #ddd;
	margin-bottom: 15px;
}
.banner, .sections, .place8, body.home .breadcrumbs, body.home .saidnav, body.contact-us .saidnav {
	display: none;
}
em {
    display: inline-block;
    background: #f5f5f5;
    padding: 15px;
    color: #e7281b;
    font-style: normal;
    width: 100%;border-left: 4px solid #84d1e1;
}
body.home {
	background: #fff;
}
body.home .banner, body.home .sections, body.home .place8 {
	display: block;
}
body.contact-us .main_content {
	width: 100%;
}
body.contact-us .rsform h2, .contact-info h3 {
	margin-bottom: 20px !important;
}
body.home .main_content {
	width: 100%;
	box-shadow: none;
}
body.home .content_wrapper {
	margin: 0;
}
/*{	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;}*/
/*menu*/
.top_menu ul li ul {
    background: #fff;
    width: 220px;
    display: block;
    opacity: 0;
    border-radius: 0;
    position: absolute;
    visibility: hidden;
    border-top: 3px solid #84d1e1;
    top: 80px;
    left: 3px;
    margin: 0 2px 0 0;
    padding: 0 10px;
    z-index: 1000;
    box-shadow: 3px 3px 0px 0px #c2c2c2;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    text-align: left;
}
.top_menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.top_menu ul li ul ul {
	top: 0px;
	left: 214px;
	position: absolute;
}
.top_menu ul li ul ul:before {
	background: none;
}
.top_menu ul li ul li {
	list-style: none;
	float: none;
	position: relative;
    border-bottom: 1px solid #f1f0f0;
}
.top_menu ul li ul li.parent {
	background: url(../images/li_menu_bg.png) right 10px no-repeat;
}
.top_menu ul li ul li a {
	display: block;
	background: none !important;
	font-size: 12px;
	text-decoration: none;
	color: #404040 !important;
	padding: 12px 0;
}
.top_menu ul li ul li a:hover, .top_menu ul li ul li.active > a {
	color: #00aeef !important;
}
.main_header {
	display: block;
	padding: 0;
	margin: 0;
	background: #fff;
	position: relative;
	box-shadow: 0 6px 10px -5px rgba(0,0,0,0.3);
}
.top_header {
	background: #84d1e1;
}
.top_header ul, .footer_wrapper ul.social {
	padding: 0;
	margin: 0
}
.top_header li, .footer_wrapper ul.social li {
	display: inline-block;
	list-style: none;
}
.footer_wrapper ul.social li {
	padding: 0 !important;
}
.place1 li a, .footer_wrapper ul.social li a {
	display: block;
	width: 36px;
	height: 36px;
	margin:0 1px;
	text-indent: -200px;
	margin-top: 4px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.place1 li a:hover, .footer_wrapper ul.social li a:hover {
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
ul li a.facebook {
	background: url(../images/fa_icon.png) center center #fff no-repeat;
}
ul li a.twitter {
	background: url(../images/twitter.png) center center #fff no-repeat;
}
ul li a.youtube {
	background: url(../images/yo_icon.png) center center #fff no-repeat;
}
ul li a.instagram {
	background: url(../images/ins_icon.png) center center #fff no-repeat;
}
ul li a.snapchat {
	background: url(../images/sn_icon.png) center center #fff no-repeat;
}
ul li a.facebook:hover {
	background: url(../images/fa_icon_hover.png) center center #3350ae no-repeat;
}
ul li a.twitter:hover {
	background: url(../images/twitter-hover.png) center center #00c4fc no-repeat;
}
ul li a.youtube:hover {
	background: url(../images/yo_icon_hover.png) center center #c60404 no-repeat;
}
ul li a.instagram:hover {
	background: url(../images/ins_icon_hover.png) center center #527fa4 no-repeat;
}
ul li a.snapchat:hover {
	background: url(../images/sn_icon_hover.png) center center #fffc00 no-repeat;
}
/*.facebook_tag {
	opacity: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #3b5998;
    padding: 8px;
    width: 203px;
    margin: 0 auto;
    text-transform: capitalize;
}
a.facebook:hover>.facebook_tag {
	opacity: 1;
}*/
.mod-languageslang {
	float: right;
	background: #fff;
	padding: 11px 10px 12px;
}
.customtop_info {
	float: right;
}
.customtop_info li {
	color: #fff;
	font-size: 14px;
	padding: 4px 10px 0 20px;
	text-transform: capitalize;
}
.customtop_info li.add {
	background: url(../images/add_icon.png) 0 2px no-repeat;
}
.customtop_info li.mobile {
	background: url(../images/phone_icon.png) 0 2px no-repeat;
}
.customtop_info li.button_top {
	padding-left: 0;
}
.customtop_info li.button_top a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 15px;
	box-shadow: 0 6px 10px -4px rgba(0,0,0,0.5);
}
.banner img {
	width: 100%;
	height: auto;
}
.banner p {
	margin: 0;
}
.sections {
	padding: 0;
	margin: 0;
	background: #84d1e1;
	text-align: center;
}
.place5, .place6, .place7 {
	padding: 20px;
	min-height: 410px;
}
.sections h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 14px 0;
    background: none;
}
.sections p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.sections a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 26px;
    display: inline-block;
}
.place6 {
	background: #fff;
}
p.custom_text {
	display: block;
	text-align: left;
	margin-top: 40px;
}
.place6 h2, .place6 p {
	color: #393939;
}
span.right {
	float: right;
}
.partners {
	padding: 20px 0;
	margin: 0;
	background: rgba(0,0,0,0.1);
}
.place8 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.place8 ul li {
    display: inline-block;
    width: 17%;
    height: auto;
    margin: 0 10px;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
}
.place8 ul li img {
	width: 100%;
	height: auto;
}
.procedures_items {
	text-align: center;
}
.procedures_content {
	margin-bottom: 30px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	border: 1px solid #dadbdd;
}
.procedures_items img {
	width: 100%;
	height: auto;
}
.procedures_items a.read_more {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #3a3a3a;
	padding: 10px 0;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.procedures_items a.read_more:hover {
	color: #d62122;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.procedures_content img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.procedures_content:hover img {
	transform: rotateY(180deg);
	-webkit-filter: grayscale(100%);
}
.procedures_items a.more {
    display: inline-block;
    background: #84d1e1;
    color: #fff;
    padding: 11px 40px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 4px solid #5cc1da;
    text-decoration: none;
    text-shadow: 1px 1px 0 #177f98;
}
.footer_wrapper {
	display: block;
	padding: 30px 0;
	background: #84d1e1;
}
.footer_wrapper p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.footer_wrapper .place9 a {
	 display: inline-block;
	 color: #1b6b7c;
	 text-transform: uppercase;
	 padding-right: 16px;
	 background: url(../images/link_bg.png) right 7px no-repeat;
}
.footer {
	display: block;
	padding: 16px 0;
	background: #5cc1da;
}
.footer p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.place10 ul {
	text-align: center;
	width: 206px;
	margin: 0 auto;
}
.footer .place13 {
	text-align: right;
}
.place11 ul {
	list-style: none;
	padding:0;
}
.contact-info ul li {
	color: #6f6f6f !important;
}
.place11 ul li, .contact-info ul li {
	line-height: 36px !important;
	font-size: 14px !important;
	color: #fff;
	padding-left: 30px !important;
}
.place11 li.add {
	background: url(../images/contact_info.png) 0 4px no-repeat;
}
.place11 li.phone {
	background: url(../images/contact_info.png) 0 -60px no-repeat;
}
.place11 li.mobile {
	background: url(../images/contact_info.png) 0 -120px no-repeat;
}
.place11 li.fax {
	background: url(../images/contact_info.png) 0 -322px no-repeat;
}
.place11 li.email {
	background: url(../images/contact_info.png) 0 -268px no-repeat;
}

.contact-info li.add {
	background: url(../images/contact_info_02.png) 0 4px no-repeat;
}
.contact-info li.phone {
	background: url(../images/contact_info_02.png) 0 -60px no-repeat;
}
.contact-info li.mobile {
	background: url(../images/contact_info_02.png) 0 -120px no-repeat;
}
.contact-info li.fax {
	background: url(../images/contact_info_02.png) 0 -322px no-repeat;
}
.contact-info li.email {
	background: url(../images/contact_info_02.png) 0 -268px no-repeat;
}
.content_wrapper {
	margin: 50px 0;
}
.main_content {
	float: right;
	padding-bottom: 20px;
	min-height: 266px;
	background: #fff;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);
}
.user1 {
	display: block;
	padding: 2px 2px 0px 2px!important;
	background-color: #f4f4f4;
	border: solid 1px #e1e1e1;
	margin-bottom: 10px;
}
.user1 h3, .rsform h2, .contact-info h3 {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    background-color: #84d1e1;
    padding: 10px !important;
    margin: 0 !important;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border: none;
    text-shadow: 1px 1px 0 #666;
}
.rsform h2 {
	margin-bottom: 20px !important;
}
.user1 ul {
	margin: 0;
}
.user1 ul li {
	display: block;
	line-height: 30px;
	list-style: none;
	border-top: 1px #fff solid;
	padding: 0px;
    border-bottom: 1px dotted #ccc;
}
.user1 li a {
    display: block;
    background: none;
    font-size: 12px !important;
    text-decoration: none;
    color: #373c40 !important;
    padding: 2px 13px !important;
    margin: 0 !important;
    text-align: left;
    text-transform: capitalize;
    background: url(../images/menu_active_bg.gif) top center repeat-x #fff !important;
}
.user1 ul ul {
	padding:0;
}
.user1 ul ul li a {
    padding-left: 30px !important;
}
.user1 li:hover > a, .user1 li.active > a, .user1 li a:focus, .user1 li.parent a:hover {
    color: #00aeef !important;
}
table.style {
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.style .title {
	background: #f5f5f5;
}
table.style .title td {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	color: #000
}
table.style td {
	padding: 5px 8px;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.content ul {
	padding:0;
}
.content ul li {
    list-style: none;
    line-height: 24px;
    padding-left: 20px;
    background: url(../images/link_bg.png) 0 8px no-repeat;
    font-size: 14px;
}
.content .col-md-6 {
	margin-bottom: 20px;
}
#send, .rsform-reset-button {
    background: #84d1e1 !important;
    border: none !important;
    color: #fff !important;
    font-family: Verdana, Geneva, sans-serif !important;
    padding-bottom: 3px !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
    text-transform: capitalize !important;
    border-bottom: 3px solid #41b1cd !important;
}
.rsform-reset-button {
    background: #e7281b !important;
    border-bottom: 3px solid #da1b0e !important;
}
.rsform-block-date .formBody {
	position: relative;
}
.rsform-block-date #btn3_0, .rsform-block-date #btn7_0 {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/date-icon.png) center center no-repeat;
    box-shadow: none;
    border: none;
    height: 32px;
    width: 32px;
    border-left: 1px solid #ccc;
}

.location_map {
	margin-bottom: 30px;
}

/* gototop */
#gototop {
	background: url(../images/go-to-top.png) no-repeat scroll center center #5cc1da;
	border-radius: 4px 4px 0 0;
	bottom: 60px !important;
	height: 32px;
	padding: 0 !important;
	right: 30px !important;
	width: 42px;
	border: none !important;
}
#gototop:hover {
	background: url(../images/go-to-top.png) no-repeat scroll center center #5cc1da;
	opacity: 0.7 !important;
}

/* media*/

 @media (max-width:767px) {
.customtop_info {
	float: none;
}
.mod-languageslang {
    padding: 5px 9px 8px;
    position: absolute;
    top: -42px;
    right: 15px;
    height: 36px;
    width: 36px;
}
.customtop_info li {
    font-size: 12px;
    padding: 4px 0px 4px 0;
	display: block;
	text-align: center;
}
.customtop_info li.button_top {
    margin-bottom: 10px;
}
.top_menu li {
    display: block;
}
.top_menu li a {
    padding: 10px 14px !important;
    margin-left: 0;
    background: none !important;
}
.top_menu ul li ul {
	display: none;
    top: 0;
    left: 0;
    width: 100%;
}
.top_menu ul li:hover > ul {
	display: block;
    width: 100%;
    position: relative;
    margin: 0;
}
body.home h2 {
    margin: 10px 0;
}
.place5, .place6, .place7 {
    min-height: auto;
}
.place8 ul li {
    width: 100%;
    margin: 0 0 15px 0;
}
body.home .main_content .col-md-4 {
	padding: 0;
}
.place9, .place10, .place11 {
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
}
.place10 hr {
    margin: 10px 0;
}
.footer_wrapper {
    padding: 30px 0 10px;
}
.footer .col-md-6 {
	padding: 0;
	text-align: center;
}
.main_content {
	float: none !important;
	padding: 15px;
}
.content_wrapper {
    margin: 15px 0;
}
.h2, h2 {
    font-size: 18px;
    margin: 10px 0 20px;
}
.h4, h4 {
	font-size: 14px;
}
.col-md-4.saidnav {
	padding: 0;
	margin-top: 15px;
}
.content .col-md-6 {
    margin-bottom: 20px;
    padding: 0;
}
.avVideo .avPlayerContainer .avPlayerBlock iframe {
    min-width: 100% !important;
    width: 100% !important;
}
img.side {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
.location_map {
    padding: 0;
}
.location_map .bt-googlemaps {
	height: 250px !important;
}
body.contact-us .formResponsive .formHorizontal .formControls {
    margin: 0 !important;
}
body.contact-us .formResponsive .formHorizontal .formControlLabel {
    width: auto;
}
}


