@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
	font-family: 'proximanovalight';
	src: url('../fonts/proximanovalight.eot');
	src: local('../fonts/proximanovalight'), url('../fonts/proximanovalight.woff') format('woff'), url('../fonts/proximanovalight.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham Black';
	src: url('../fonts/gotham_black-webfont.woff2') format('woff2'),  url('../fonts/gotham_black-webfont.woff') format('woff'),  url('../fonts/Gotham Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/gotham_book-webfont.woff2') format('woff2'),  url('../fonts/gotham_book-webfont.woff') format('woff'),  url('../fonts/Gotham Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_mediumregular';
	src: url('../fonts/gotham_medium-webfont.woff2') format('woff2'),  url('../fonts/gotham_medium-webfont.woff') format('woff'),  url('../fonts/Gotham Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato black';
	src: url('../fonts/lato_black-webfont.woff2') format('woff2'),  url('../fonts/lato_black-webfont.woff') format('woff'),  url('../fonts/Lato Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato bold';
	src: url('../fonts/lato_bold-webfont.woff2') format('woff2'),  url('../fonts/lato_bold-webfont.woff') format('woff'),  url('../fonts/Lato Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato medium';
	src: url('../fonts/lato_medium-webfont.woff2') format('woff2'),  url('../fonts/lato_medium-webfont.woff') format('woff'),  url('../fonts/Lato Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato regular';
	src: url('lato_regular-webfont.woff2') format('woff2'),  url('lato_regular-webfont.woff') format('woff'),  url('../fonts/Lato Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato semibold';
	src: url('../fonts/lato_semibold-webfont.woff2') format('woff2'),  url('../fonts/lato_semibold-webfont.woff') format('woff'),  url('../fonts/Lato Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans bold';
	src: url('../fonts/open_sans_bold-webfont.woff2') format('woff2'),  url('../fonts/open_sans_bold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans light';
	src: url('../fonts/open_sans_light-webfont.woff2') format('woff2'),  url('../fonts/open_sans_light-webfont.woff') format('woff'),  url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans Regular';
	src: url('../fonts/open_sans_regular-webfont.woff2') format('woff2'),  url('../fonts/open_sans_regular-webfont.woff') format('woff'),  url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'stephanie_marie_jfregular';
	src: url('../fonts/stephanie_marie-webfont.woff2') format('woff2'),  url('../fonts/stephanie_marie-webfont.woff') format('woff'),  url('../fonts/Stephanie Marie.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'museo_slab300';
    src: url('../fonts/museo_slab_300-webfont.woff2') format('woff2'),
         url('../fonts/museo_slab_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #393939 !important;
  font-size:15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #393939;
  font-size:15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #393939;
  font-size:15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #393939;
  font-size:15px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*margin: 0 50px 0 50px;*/ margin:0 auto; max-width:1250px; 
	background: #000000;
}
.Mobile-view { display: none; }
.desktop-view { display: block; }
.menu {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 500;
    right: 0;
    left: 0;
    top: 0;
}
.menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
	min-height: 136px;
	border-radius: 0;
}
.menu .navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}
.menu .navbar-default .navbar-nav .custom-dropdown {
    position: absolute;
    top: 0;
    right: 100%;
    left: 93px;
    z-index: 3000;
}
.menu .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #77a9e7;
	background-color: transparent;
}
.top-nav .navbar-default .navbar-collapse ul.nav li a.active, .menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active {
	color: #77a9e7;
	background-color: transparent;
}
.menu .top-info {
	display: inline;
	top: 20px;
	position: relative;
	right: 0;
	left: 20px;
}
.menu .inline {
	display: inline-table;
}
.menu h3 {
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0px;
}
.menu h3 a {
	color: #c8c8c8;
	font-weight: 600;
}
.menu h4 {
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin-top: 0;
    margin-bottom: 10px;
}
.menu h4 a {
	color: #89a6df;
	font-weight: 500;
}
.menu .dropdown-menu {
    background-color: rgba(147,23,24,0.8);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.menu .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #77a9e7;
    background-color: transparent;
}
.menu .dropdown-menu>li>a {
    color: #c5c5c5;
}
.menu .dropdown-menu>li {
	padding: 10px 0;
}
.menu .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #77a9e7;
    text-decoration: none;
    background-color: transparent;
}
.menu .dropdown-menu .divider {
    height: 0;
    border-bottom: 1px solid #c5c5c5;
    border-bottom-style: dashed;
    width: 80%;
    margin: auto;
    padding: 0;
}


.top-nav .navbar-default .collapse ul.nav li.dropdown span.caret {position: absolute;top: 22px;right: 0; color: #FFFFFF;}
.top-nav .navbar-default .collapse ul.nav li.dropdown a {margin-right:5px;}
.top-nav .navbar-default .collapse ul.nav li.dropdown:hover ul.dropdown-menu {display:block;}


/** :::::::::::: START SPRITE CSS ::::::::::::::::::::::::::: **/
.sprite {
	background: url(../img/sprite.png);
}
.fb-icon {
	width: 38px;
	height: 43px;
	display: inline-block;
	background-position: 0 0px;
}
.tw-icon {
	width: 38px;
	height: 43px;
	display: inline-block;
	background-position: -42px 0px;
}
.instra-icon {
	width: 38px;
	height: 43px;
	display: inline-block;
	background-position: -84px 0px;
}
.search-icon {
	width: 38px;
	height: 43px;
	display: inline-block;
	background-position: -124px 0px;
}

/******************* Footer Sprite ************************/

.footer-sprite {
	background: url(../img/footer-sprite.png);
}
.footer-fb-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-position: 0px 0px;
    float: left;
}
.footer-fb-icon:hover {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-position: 0px -53px;
    float: left;
}
.footer-tw-icon {
	width: 55px;
    height: 55px;
    display: inline-block;
    background-position: -56px 0px;
}
.footer-tw-icon:hover {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-position: -55px -53px;
}
.footer-instra-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-position: -110px 0px;
}
.footer-instra-icon:hover {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-position: 60px -53px;
}

/**::::::::::::: START SLIDER CSS :::::::::::::::::::::::::::::::::::**/
.slider {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}
.slider .carousel-inner .item img {
	width: 100%;
}
.slider .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {    font-size: 20px;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 12%;
}
.carousel-caption .btn {
    text-shadow: none;
    margin-top: 26px;
    border-radius: 0;
    padding: 13px 70px;
    border: none;
    background: #c61414;
    font-size: 17px;
    text-transform: uppercase;
    /* position: relative; */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition: all 0.5s;
    line-height: 30px;
	cursor: default;
}
.carousel-caption .btn:hover {
	transition: ease-in 0.5s;
	-webkit-transition: ease-in 0.5s;
	-moz-transition: ease-in 0.5s;
	box-shadow: 5px 5px 5px rgba(198,20,20,0.5);
}
.carousel-caption .btn span:after {
	content: url(../img/right-arrow.png);
    position: relative;
    top: 8px;
    right: 0px;
    left: 17px;
	transition: 0s
}

.slider .carousel-caption h2 {
	font-size: 95px;
	font-family: 'stephanie_marie_jfregular';
}
.slider .carousel-caption h4 {
	font-size: 45px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Gotham Black';
}
.slider .carousel-indicators {
    bottom: 10%;
}
.slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}
.middile-content {
    background: #e8e6e6;
    padding: 44px 0 30px 0;
}
.heading {
    text-transform: uppercase;
    color: #27548d;
    font-size: 27px;
    font-family: 'lato bold';
    border-bottom: 1px solid #dccfcb;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.middile-content h4 {
	text-align: center;
	font-size: 18px;
	    margin-bottom: 30px;
	color: #393939;
	line-height: 25px;
	font-family: 'museo_slab300';
}
.middile-content p {
	font-size: 15px;
	color: #393939;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.home-gallery {
	padding: 1px;
}
.home-gallery img {
	position: relative;
}
.home-gallery h2 {
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    text-align: center;
    left: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'gothamlight';
    right: 0;
    bottom: 0;
}
.home-gallery h2 span a {
	text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    left: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'gothamlight';
    right: 0;
    bottom: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

/** ::::::::::: Check Out Section css::::::::::::::::::: **/
.checkout-form-bg {
    background: url(../img/background.jpg);
	background-size: cover;
    padding: 40px 0 0px 0;
}
.checkout-form-bg h3 {
    font-size: 27px;
    line-height: 37px;
    color: #ffffff;
    margin: 0;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 12px;
}
.checkout-form-bg label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-size: 14px;
	color: #c4c4c4;
	 font-family: 'Lato', sans-serif;
}

.checkout-form-bg .form-control {
    background-color: #272015;
    background-image: none;
    border: 1px solid #272015;
    border-radius: 4px;
}
.checkout-form-bg .input-form {
	height: 43px;
}
.checkout-form-bg .calender {
    position: absolute;
    right: 0%;
    left: 82%;
    z-index: 533;
    top: 33px;
    font-size: 27px;
	cursor: pointer;
	color: #6f6962
}

.checkout-form-bg .btn-success {
    color: #ffffff;
    background-color: #c61414;
    border-color: transparent;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    -moz-webkit-transition: ease-in 0.5s;
    padding: 15px 0;
    position: relative;
    top: -34px;
}

.checkout-form-bg .btn-success:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #4cae4c;
	box-shadow: 2px 2px 2px rgba(198,20,20,0.5);
}
/** ::::::::::: End Check Out Section css::::::::::::::::::: **/
/** ::::::::::: testnial Section css::::::::::::::::::: **/
.testmonial {
    padding: 40px 0 15px 0;
    background: url(../img/testmonial-bg.jpg);
    background-size: cover;
}

.testmonial h3 {
	text-transform: uppercase;
	color: #282828;
	font-size: 27px;
	text-align: center;
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid rgba(149,75,49,0.5);
	line-height: 21px;
	letter-spacing: 2px;
	 font-family: 'Lato', sans-serif;
	 font-weight: 400;
	 margin-bottom: 30px;
}

.testmonial section {
}

.testmonial .quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.testmonial #fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
.testmonial #fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
.testmonial .carousel-indicators > li {
    background-color: rgba(62,62,62,0.1);
    border: none;
    width: 13px;
    height: 13px;
}
.testmonial #fade-quote-carousel {
    text-align: center;
    border: none;
}
.testmonial .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color: #a4a2a1;
}
.testmonial .item p {
    font-size: 15px;
    color: #393939;
    line-height: 23px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
}
.testmonial .item p:before {
    content: url(../img/open-quote.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: -9px;
    top: 0;
    position: relative;
}
.testmonial .item p:after {
    content: url(../img/close-quote.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: 30px;
    top: 0;
    position: relative;
}
.testmonial .item small {
    font-family: "Georgia", serif;
    color: #21487d;
    font-size: 18px;
    font-style: italic;
    /* margin-bottom: 36px; */
    border-bottom: 1px dashed rgba(48,48,48,0.2);
    line-height: 23px;
    padding-bottom: 12px;
    display: inline-block;
}

/** ::::::::::::::: Footer css:::::::::::::::::::::::: **/
.footer {
	padding: 55px 0 20px 0;
	background: #102a4b;
}
.footer .nav-pills li a {
	font-size: 12px;
	color: #fe7070;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
}
.footer .nav-pills>li a:first-child {
    margin: 0;
    padding: 0 15px 20px 0px;
}
.footer .nav>li>a:focus, .footer .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #FFFFFF;
}
.footer p {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #a7a7a7;
    margin: 0 0 3px;
}
.footer p .email {
	color: #f97373;
}
.footer p .website {
	color: #74a7e7;
}
.footer p a {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	color: #a7a7a7;
}

.footer h4 {
    font-size: 12px;
    color: #fe7070;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 20px;
}

/**::::::: Footer bottom  Section ::::::::::::*/
.footer-bottom {
	padding: 10px 0 10px 0;
	background: #0f2746;
}
.footer-bottom h3 {
	font-size: 26px;
	color: rgba(189,189,189,0.5);
	 font-family: 'gothamlight';
}
.footer-bottom h3 a {
	text-decoration: none;
	color: rgba(189,189,189,0.5);
}

/**::::::: End Footer bottom  Section ::::::::::::*/


/**::::::: START Restaurants  Section ::::::::::::*/
.restaurants { }
.restaurants .home-gallery {
    padding: 70px;
}
.restaurants ul li h3 {
    list-style-type: none;
    font-size: 16px;
	text-transform: uppercase;
    line-height: 23px;
    color: #393939;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.restaurants ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 23px;
    color: #393939;
	font-family: 'Lato', sans-serif;
}


.restaurants .dottop-line {
    font-size: 15px;
    line-height: 23px;
    color: #393939;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    display: inline-block;
    margin-top: 18px;
    padding: 15px 0;
    margin-bottom: 18px;
}

.dottop-line-block {
    font-size: 15px;
    line-height: 23px;
    color: #393939;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    display: inline-block;
    margin-top: 18px;
    padding: 15px 0;
	width: 80%;
    margin-bottom: 18px;
}

.restaurants .btn-lg {
    padding: 10px 20px;
    border-radius: 0;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	 font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	background: #c61414;
}
.restaurants .btn-lg:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.restaurants ul {
	padding: 0;
}
.vip-restaurants {}

.vip-restaurants .carousel-indicators {
    bottom: 20px;
}

.dotted-line-bottom {
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #000000;
}

.beaches { }
.beaches-box {
    border: 1px solid #fe7070;
    border-radius: 5px;
    background: #27548d;
    padding: 50px 0 10px 0px;
    margin-bottom: 20px;
}
.beaches-box p {
    font-size: 15px;
    color: #fffefe;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}
.beaches-box ul {
    padding: 0px 20px;
}
.beaches-box ul li {
	list-style-type: square;
    font-size: 20px;
    color: #fe7070;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}
.beaches-box ul li span {
	list-style-type: square;
    font-size: 15px;
    color: #fffefe;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}

.image-center {
    position: absolute;
    top: 100px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.image-center-sec {
    position: absolute;
    top: 140px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.beaches-box .Nobullet li {
    list-style-type: none;
    font-size: 15px;
    color: #fffefe;
    line-height: 25px;
    padding: 0px 0;
    font-family: 'Lato', sans-serif;
    margin: 0 -20px;
}


/**::::::::::::: FAQ CSS ::::::::::::::::::::::::::*/
.faq {
}
.faq .questions {
	color: #393939;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.faq ul {
	margin: 0  auto;
	padding: 0;
}
.faq ul li {
    list-style-type: square;
    font-size: 20px;
    color: #27548d;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    left: 20px;
    position: relative;
}
.faq ul li span {
	color: #393939;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.faq ul p {
	padding-bottom: 10px;
}


/** :::::::::::::::::::::::: Contact Us CSS ::::::::::::::::::::: **/
.contact-us {
	padding: 30px 0; 
	background: #e8e6e6
}
.contact-us .contact-form {
	height: 40px;
	border: 1px solid #616161;
	margin-bottom: 34px;
	color: #393939;
	font-size: 15px;
}
.contact-us textarea {
	height: auto;
	border: 1px solid #616161;
	margin-bottom: 34px;
}

.contact-us form { 
    padding: 0 0px 0 30px;
}
.contact-details {
    width: 390px;
    background: #27548d;
    border-radius: 5px;
    right: 0;
    left: 150px;
    position: absolute;
    top: 0;
    /* bottom: 0; */
}
.contact-us form .btn-primary {
    color: #fff;
    background-color: #27548d;
    border-color: #2e6da4;
    padding: 10px 38px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
	 margin: 35px 0 0 0;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
}
.contact-us form .btn-primary:hover {
    color: #FFFFFF;
    background-color: #2e6da4;
    border-color: #204d74;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
}
.contact-details h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 23px;
	font-family: 'Lato', sans-serif;
	margin-top: 16px;
}

.contact-details .contact-info {
	background: url(../img/contact-detials.png);
}
.contact-details .phone {
    width: 80px;
    height: 45px;
    display: block;
    background-position: 39px 0px;
    background-repeat: no-repeat;
}
.contact-details .mail {
    width: 80px;
    height: 45px;
    display: block;
    background-position: 39px -34px;
    background-repeat: no-repeat;
}

.contact-details p a {
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
}
.contact-row {
    padding: 5px 0;
}

/*======================================================================
Safari Browser Css Start
======================================================================*/
::i-block-chrome,body {font-family: 'Roboto', sans-serif;}
::i-block-chrome, .head-call-mail-main p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: right;
}
::i-block-chrome, .top-nav-main ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 3px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
::i-block-chrome, .mobile-menu .navbar-default li a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 3px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
::i-block-chrome, .home-nadia_containe p {
	font-size: 17px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 40px;
}
::i-block-chrome, .home-ensure-inner p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 21px;
}
::i-block-chrome, .home-about-col-inner .read-btn {
	display: block;
	color: #fff;
	font-size: 20px;
	background: #2f467a;
	width: 163px;
	padding: 10px 0;
	border-radius: 30px;
	font-family: 'Roboto', sans-serif;
	margin: 35px auto 43px auto;
	letter-spacing: 1px;
	text-align: center;
}
::i-block-chrome, .service-sec-right a {
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background: #2f467a;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	border-radius: 20px;
}
::i-block-chrome, .consultation-section2 h1 {
	text-align: center;
	font-weight: bold;
	color: #374c7b;
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
}
::i-block-chrome, .foot-left-main ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #e7a46c;
	display: block;
	padding: 3px 20px;
}
::i-block-chrome, .foot-copytext-main p {
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.7;
}
/*======================================================================
Safari Browser Css End
 ======================================================================*/
 
/*========================= 29.10.2016 ==============================*/
.presidential ul { padding-left:20px; margin-bottom:15px;  }
.presidential ul li { margin:5px 0; list-style-type:disc; }
.presidential ul ul { padding-left:40px; }
.presidential ul ul li { list-style-type: unset ; }
.error { color:#FF0000; }
.checkout-form-bg label.error { color:#FF0000; }