
header ol, header ul {	
     list-style: none;
}
 /* Tim, this is brilliant. John*/
header {
    text-align: center;
    font-size: 72px;
    background: #fbfdfb;
    color: black;
    font-family:'alegreya_sansregular', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 26px !important;
    margin-bottom: 20px;
	display: block;
	height: 21px;
	z-index: 500;
    line-height: 1 !important;
    width: 100% !important;
/*    transition: all 1s ease-in-out;    */
}

    header.sticky {
        position: fixed !important;
        z-index: 400;
        top: -50px;
/*      transition: all 1s ease-in-out;        */
}

   header p, header ul, header li {
    margin-bottom: 0 !important;
    line-height: 1 !important;
    }


.sticky .navbar-default .navbar-nav>li>a {
  color: #5b5b5b;
  font-size: 90%;
  padding: 14px 18px 13px 18px;

    z-index: 500;
    background-color: #fbfdfb;
  }

#navbar {
	height: 80px !important;
	}
	
.navbar-fixed-top {
    z-index: 900 !important;
    position: absolute !important;
}

.sticky .navbar-fixed-top {
    z-index: 900 !important;
    position: fixed !important;
}		

#navbar img, .sticky #navbar img {
	float: left;
	padding-top: 0px;
	display: none;
}


.sticky #navbar {
	height: auto !important;
	padding: 0;
  max-width: 1280px;
  background: none;
  width: 90%;
  margin: auto;
  max-height: 50px;
}

.sticky .navbar {
	height: 50px !important;
	}


img.stickyImgNo {
	display: none;
	}
	
.sticky img.stickyImgNo {
	display: inline-block !important;
	}	

header li.stickyImgNo a {
	padding: 13px 5px 12px 0 !important;
	}

header.sticky li.stickyImgNo a {
	padding: 0px 9px 14px 5px !important;
	}

header li.stickyImgNo a:hover {
	padding: 13px 5px 12px 0 !important;
	}
header.sticky li.stickyImgNo a:hover {
	padding: 0 9px 13px 5px !important;
	}
	
header li.stickyImgNo span.homeLink {
font-size:60%;
position: relative;
top: 7px;
left: -6px;
display: none;
	}			

header.sticky li.stickyImgNo a span.homeLink {
	display: inline-block;
	position: relative;
	left: 2px;
	font-size: 75%;
	display: inline-block;
	}						
	
.sticky img.stickyImgNo {
	width: 250px;
	padding-top: 2px !important;
	display:block;
	}			
	
header .navbar-default {
  background: #fbfdfb !important;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.06);
}

.navbar-collapse .container {
	background-color: transparent;
	}	

#navbar {
	background: #fbfdfb;
        border-bottom: 1px solid #e5e5e5;
	}

header .navbar-header {
  width: 100%;
  margin-bottom: 19px;
}

.sticky .navbar-header {
	padding-top: 10px;
    margin-bottom: 15px;	
	}

header .container .centreLogo {
	margin: auto;
	width: 340px;
	height: auto;
    position: relative;
    top: -5px;
	}

.sticky .navbar-brand>img {
    display: none !important;
}

header .navbar-nav {
  float: left;
  font-size: 70%;
  padding: 12px 0px 0px 0px;
	margin: auto;
	width: 100%;
	z-index: 103;
}

.navbar-nav > li {
	padding-right:10px;
	z-index: 103;
	}	

header .navbar-default .navbar-nav>li {
  display: inline-block;
  text-align: center;
  float: none;
  z-index: 105;
}

.sticky .navbar-default .navbar-nav>li {
	
/*  border-right: 1px solid #e5e5e5;    */
    position: relative;
	top: -9px;
}

header .navbar-default .navbar-nav > li > a {
    color: black !important;   
    margin-bottom: 0px;
    padding: 13px 18px 15px 18px;
    /* padding-bottom: 18px; */    
    z-index: 110;
    background-color: #fbfdfb;
    letter-spacing: 1px;
 /*   font-family: 'alegreya_sanslight', sans-serif; */
    font-weight: 100 !important;
    font-size: 90%;
}

.destination-navbar {
    z-index: 500 !important;
}

a.stickyHomeLink1, a.stickyHomeLink2 {
   z-index: 900 !important;
   width: 250px;
   position: relative;
   right: 0px;
   float: left;
   display: inline-block;
}

/* Small pointy square thing for top nav destination link */

.navbar-nav > li.destinationLink:after {
	display: none;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f8f8f8; 
	box-shadow: rgba(102,102,102,0.3) 0 0 8px;
	}
	
.sticky .navbar-nav > li.destinationLink:after {
    background: #fbfdfb; 
	z-index: 199;
    margin-bottom: -7px;
	}	
	
.navbar-nav > li.destinationLink  {
	z-index: 110;
	display: inline-block;
	}

header .navbar-default .navbar-nav>li>a:hover {
  color: #C00000 !important;
/*  background-color: #e7e7e7;
  padding: 8px 15px 10px;*/
}

/* Social Media links for future */

.navbar-default .social {
}

.navbar-default .social>li {
  display: inline-block;
  text-align: center;
  float: none;
  padding-left: 25px;
}
.navbar-default .social>li a {
  color: #fff;
}
header .navbar-toggle {
  float: right;
  margin: 25px 0 -15px;
/*  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1); */
	transition: none;
}

header .container {
	width: 90%;
	margin: auto;
	display: block;
	}

.sticky #navbar .container {
	width: 100% !important;
	float: left;
	position: relative;
	top: -67px;
	}
	
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>.active>a  {
	color: #b5541c;
	padding: 9px 5px 15px;
	margin: 0 10px;
	background-color: #f8f8f8;
	}

.sticky navbar-default .navbar-nav>li.active>a, .sticky .navbar-default .navbar-nav>.active>a  {
	padding: 10px 5px 13px;
	margin: 0 10px;
	background-color: #fbfdfb;
	}		
	
header.sticky .container {
    padding: 0 15px;
    max-height: 50px !important;
	max-width: 1280px !important;
	}	

header.sticky .navbar-header {
	background-color:#fbfdfb;
	border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.06);
}
header.sticky .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
}
header.sticky .navbar-brand img {
  padding-top: 11px;
  margin-right: 5px;
}

header.sticky .contactNav {
	float: right;
}

header.sticky .navbar-nav {
	float: left;
	padding: 14px 0px 14px 0px !important;
	position: relative;
	top: -50px;
    max-height: 50px;
	}

header.sticky .social {
display: none;
}

header.sticky .navbar-toggle {
  float: right;
  margin-top: 7px;
}

/* Contact Details on RHS of screen */

    .contactNav {
	padding-top: 17px;
    font-size: 22px;
    float: right;
	}

.contactNav a {
	text-decoration: none;
	}	
	
.sticky .contactNav {
	position: relative;
	top: -6px;
    z-index: 900;
	}
	
.contactNav > div {
	float: right; padding-left: 20px;
	position: relative;
	top: 20px;
	}	
	
header #callUs {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: lighter !important;
	font-size: 75%;
	text-transform: uppercase;
	position: relative;
	top: 25px;
	}
	
#callUs a {
	color: #2e2e2e;
	font-weight: 100;
	}	

.sticky #callUs {
	position: relative;
	top: -5px;
	}

header .phone-no {
    font-size: 130%;
}
	
#enquire {
	position: relative;
	top: 21px;
	}

#enquire .fa-envelope {
	display: none;
	}				
	
#enquire a {
	background-color: #cb2424; /*changed 19/12/18 from #e60032*/
	padding: 3px 13px 5px !important;
	color: white;
	font-size: 70%;
	border-radius: 4px;
    letter-spacing: 1px;
	}
	
.sticky #enquire {
	padding-top: 2px;
    position:relative;
    top: -12px;
	}

.sticky #enquire a {
	padding: 3px 13px 6px !important;
	}		

#enquire a:hover, .sticky #enquire a:hover {
	background-color: #7bc143;
	}

/* Second Tier of Grey Navigation */
	
#countrySecondNav {
    height: 48px;
	margin: auto;
	max-width: 1280px;
	}
	
.sticky #countrySecondNav {
    z-index: 99;
	}
	
.sticky #countrySecondNav .secondNavFirstTier {
	width: 45%;
	padding-left: 25px;
	}			

#countrySecondNav ul li ul, 
#countrySecondNav ul li ul li ul
{
    padding-left: 10px !important;
	}



.vertical-menu li ul li a {
    font-family: 'alegreya_sanslight', sans-serif;
    color: #cb6b27;
}

#countrySecondNav ul li {
	float: left;
	padding: 8px 0 6px 0px;
/* margin-right: 20px; */    
	text-transform: none !important;
	transition: none !important;
    margin-top: 7px;
		}

/*
#countrySecondNav ul.top-menu li:hover, #countrySecondNav ul.top-menu li:active {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    bottom: 5px;
    margin-bottom: -3px;
		}
*/


#countrySecondNav ul li ul li {
    margin-right: 0px;
		}

ul.top-menu li.parent-element h2 a#lnkHeadA {

}


    #countrySecondNav ul li.lnkHeadBBorder {
            border-right: 1px solid #ababab;
            padding-right: 5px;
            margin-right: 15px;
            margin-left: 25px;
    }
	
#countrySecondNav ul li.countryLink{
	padding-left: 40px;
	}
	
#countrySecondNav ul li.countryLink a {
	text-transform: uppercase;
	position: relative;
	top: 3px;
    z-index: 10;
	}			

    #countrySecondNav ul li a#lnkHeadA {
         font-family: 'Playfair Display', serif;
/*        color: #7bc143;   */
        color: #C00000;
        padding-bottom: 0px;
        font-size: 100%;
    font-weight: 100 !important;
    letter-spacing: 1px;
    position: relative;
    top: -1px;
    margin-right: -10px;
        }

li.parent-element {
    background-color: #dbdbdb !important;
    height: 48px;
    margin-top: 0px !important; 
}

.palegreyfill {
    background-color: #e3e5e3 !important;
}
#countrySecondNav ul li a#lnkHeadA:before {    
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: -380px;
    width: 380px;
    height: 48px;
    background: #dbdbdb;
    z-index: 1;
}  


#countrySecondNav ul li a#lnkHeadA:after {    
        display: inline-block;
    content: ' ';
    position: relative;
    bottom: -8px;
    left: 5px;
    width: 33px;
    height: 33px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #dbdbdb;
    z-index: 1;
}        

#countrySecondNav ul li a#lnkHeadB,
    #countrySecondNav ul li a#lnkHeadC
     {
     font-family: 'alegreya_sansregular', sans-serif;    
    text-transform: uppercase !important;
        color:black;
        font-size: 132%;
        position: relative;
        padding: 15px 20px 10px 5px !important;
        letter-spacing: 1px;
    }



    #countrySecondNav ul li a#lnkHeadB::after,
    #countrySecondNav ul li a#lnkHeadC::after
     {
         font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-left: 10px;
        content: "\f0d7"; 
    }

    #countrySecondNav ul li a#lnkHeadB:hover::after,
    #countrySecondNav ul li a#lnkHeadC:hover::after,
    #countrySecondNav ul li.active a#lnkHeadB::after,
    #countrySecondNav ul li.active a#lnkHeadC::after
         {
         font-family: FontAwesome;
        top:0;
        left:-5px;
        padding-left: 10px;
        content: "\f0d8"; 
    }

#countrySecondNav ul li.active a#lnkHeadB,
#countrySecondNav ul li.active a#lnkHeadC,
#countrySecondNav ul li a#lnkHeadB:hover,
#countrySecondNav ul li a#lnkHeadC:hover 
{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
	
#countrySecondNav .secondNavSecondTier ul li {
	font-size: 70%;
	padding: 7px 25px 0 0px;
	border-right: 1px solid #ababab;
		}
		
#countrySecondNav .secondNavSecondTier ul li i {
	padding-left: 5px;
	}

#countrySecondNav .secondNavSecondTier ul li .fa-caret-up {
	display:none;
	}			
			
#countrySecondNav .secondNavSecondTier ul li.pYT {
	padding: 7px 0 0 15px;
	border-right: none;
	margin-left: 10px;
	}	
	
#countrySecondNav .secondNavSecondTier ul li a {
	color: #5b5b5b;
	text-transform: uppercase;
	position: relative;
	top: 0;
	transition: none !important;
	padding: 15px 10px 10px 5px;
	}
	
#countrySecondNav .secondNavSecondTier ul li a:hover {
	background-color: #CB6B27;
	color: white;
}

#countrySecondNav .secondNavSecondTier ul li a:hover .fa-caret-down {
	display: none;
}

#countrySecondNav .secondNavSecondTier ul li a:hover .fa-caret-up {
	display: inline;
}

.destinationHeader, .sticky .destinationHeader {
	height: 65px;
	}

ul.sub-menu li {
    margin-bottom: 0px !important;
    padding: 0 !important;
     margin-top: 0;
}

 .sub-menu.open {
    left: 50%;
    margin-left: -35%;
    max-width: 1280px !important;
    }

.sticky .sub-menu.open {
        left: 50%;
        margin-left: -35%;
        list-style: none;
       max-width : 1280px !important;
    }


/*.left-wrapper, .right-wrapper {
    margin-top: 20px !important;
}   */

	
/* Mobile Stylings */

@media (max-width: 767px) {

	header {
	background-color: #fbfdfb;
	transition: none;		
		}
  
header  .navbar-nav{
    font-size: 14px;
  }
  header.sticky .navbar-header {
    width: 100%;
    padding-bottom: 5px;
  }
  header.sticky .navbar-brand img {
    padding-top: 0px;
  }
  header.sticky .navbar-right {
    width: 100%;
    background: none;
	margin-top: 50px;
  }
  header.sticky .navbar-nav {
    float: left;
  }
header  .navbar-default .social {
	font-size: 16px;
	margin-top: 20px;
  }
header  .navbar-default .social > li {
    padding-left: 15px;
  }
 
header   .navbar-default {
  background-color: #fbfdfb;
   }
   
header  .navbar-header {
	margin-bottom: 0;  
	  }
  
header  .navbar-toggle {
    float: left !important;
    border: none !important;
	position: relative;
	top: -21px;
	left: -13px;
    margin-top: 20px;
    padding-bottom: 0px;
}

.canvas-slid .navbar-toggle {
/*position: relative;
	top: -15px;*/
padding-top: 16px;
	} 	

header .navbar-toggle .icon-bar {
	height: 1px !important;
    border: none !important;
    background: black !important;
	margin-top: 6px !important;
	width: 30px;
	display: block;
}
	
header .navbar-toggle span.mobileMenuLiterally {
	font-size: 45%;
	font-family: 'alegreya_sansregular', sans-serif;
	text-transform: uppercase;
	display: inline-block;
    	position: relative;
	top: -5px;
        left: -2px;
    letter-spacing: 1px;
	}

 .navbar.canvas-slid .navbar-toggle span.iconBarOne, .canvas-slid .navbar-toggle span.iconBarOne {-webkit-transform:rotate(45deg);
transform:rotate(45deg);
position: relative;
transition: .6s cubic-bezier(.165,.84,.44,1);
}
 .navbar.canvas-slid .navbar-toggle span.iconBarThree, .canvas-slid .navbar-toggle span.iconBarThree {-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
position: relative;
top: -8px;
transition: .6s cubic-bezier(.165,.84,.44,1);
}
 .navbar.canvas-slid .navbar-toggle span.iconBarTwo, .canvas-slid .navbar-toggle span.iconBarTwo { display: none; }

	
header	.phone-no {
		display: none;
		}
	
header	#enquire a, #enquire a:hover {
		background-color: transparent;
		padding: 0;
		margin: 0;
		}

header	#enquire .fa-envelope {
	display: inline-block;
	color: #e60032;
    font-size: 130%;
	background-color: transparent;
	float: right;
	}
	
	.fa-phone {
		float: right;
		}	
		
/*	#navbar,header {
		height: 0px;
		} */
	
header	.contactNav {
		float: right;
		padding: 0;
		margin: 0;
		position: relative;
    right: -11px;
    top: -8px;
		}

header.sticky .contactNav {
    position: relative;
    top: 5px;
    left: 11px;
		}		
		
header	.contactNav > div {
	padding-right: 5px;
		}

header	.contactNav #enquire {
		padding-left: 0 !important;
		padding-right: 10px !important;
		}

header	.contactNav #callUs {
		padding-left: 7px !important;
		border-left: 1px solid #e5e5e5;
        position: relative;
		top: 20px;
		}

header.sticky .contactNav #callUs {
        position: relative;
		top: -3px;
		}
					
	
header	.centreLogo img {
		width: 215px;
		float: left;
		top: 10px;
		}
		
	main {
    margin-top: 66px;
    display: block;
}

header.canvas-slid {
	}

header.canvas-slid .container {
    height: 56px !important;
	}

header.sticky .navbar-toggle {
    margin: 10px 0 -20px;
}

header.sticky .container {
		padding-right: 15px;
	}

.sticky .navbar-brand>img {
    display: inline-block !important;								
}

header .container .centreLogo {
    margin: auto;
    width: 60%;
    height: auto;
}

header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	}
	
span.enquiryForm {
	font-size: 80%;
	color: black;
	font-family: 'alegreya_sansregular', sans-serif;
	text-transform: uppercase;
	display: inline-block !important;
	padding-top: 3px !important;
	float: right;
	clear: right;
	position: relative;
	left: 14px;
	}
	
#callUs, #enquire {
    position: relative;
    top: 20px;
    font-size: 100% !important;	
}

.sticky #callUs {
    position: relative;
    top: -3px;	
}

 .sticky #enquire {
    position: relative;
    top: -5px;	
}

header .navmenu-fixed-left ul li a {
	font-size: 80%;
	margin: 0px 10px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	}

#countrySecondNav {
	display: none;
	}

.destinationHeader, .sticky .destinationHeader {
    height: 0px !important;
}

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
	background-color: transparent !important;
	}

.dropdown-backdrop {
  position: fixed;
  z-index: 980 !important;
}

.dropdown-menu,
.offcanvas .dropdown,
.offcanvas .dropdown ul.dropdown-menu
.offcanvas .dropdown ul.dropdown-menu li,
.offcanvas .dropdown ul.dropdown-menu li a
{
    position: relative;
    z-index: 999 !important;
    }
	
.navmenu-fixed-left ul li ul li {
	padding: 0;
	}

.nav .open >a {
	border: none;
	}

.navmenu-fixed-left ul li ul li a {
	font-size: 105%;
	padding: 5px 0 5px 30px;
	}			

 li.dropdown a i.fa-caret-up,
 li.dropdown a[aria-expanded="false"] i.fa-caret-up,
 li.dropdown a[aria-expanded="true"] i.fa-caret-down { display:none !important; }

li.dropdown a[aria-expanded="true"] i.fa-caret-up { display:inline-block !important; }


}

@media (min-width: 1025px) and (max-width: 1279px) {
/* #countrySecondNav .secondNavFirstTier {
	width: 84% !important;

}

#countrySecondNav ul li.countryLink {
    padding-left: 40px !important;
}

.sticky #countrySecondNav .secondNavFirstTier {
	width: 78% !important;
}


#countrySecondNav ul li {
	position: relative;
	right: 10px;
	}

	
header .container .centreLogo {
	width: 340px !important;	
}

.sticky img.stickyImgNo {
	left: 400px !important;
	}
	
	.sticky #callUs {
	right: 460px !important;
	} */

    header .navbar-default .navbar-nav > li > a, .sticky header .navbar-default .navbar-nav > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 95% !important;
    }

    .sticky .navbar-nav > li {
        padding: 0;
    }

    header.sticky .navbar-nav {
/*        padding-top: 16px !important; */

    height: 50px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {

    .sticky img.stickyImgNo {
        width: 205px !important;
        display: block;
        padding-top: 5px !important;
        padding-bottom: 4px;
    }

    .sticky #navbar {
        width: 100% !important;
    }

    header .phone-no {
        font-size: 110%;
    }


    .sticky .navbar-default .navbar-nav>li {
    position: relative;
    top: -8px !important;
}


    .navbar-nav > li {
        padding-right: 0px !important;
    }

    header .navbar-default .navbar-nav > li > a, .sticky header .navbar-default .navbar-nav > li > a {
        font-size: 95% !important;
    }

        #enquire a {
        font-size: 95%;
    }

}

@media (min-width: 1025px) and (max-width: 1200px) {

            #enquire a {
        font-size: 95%;
    }

                ul.top-menu li.parent-element h2 a#lnkHeadA {
        font-size: 130% !important;
    }

 #countrySecondNav ul li a#lnkHeadB, #countrySecondNav ul li a#lnkHeadC {
        font-size: 112%;
    }

}

@media (min-width: 1025px) and (max-width: 1279px) {
    .sticky .navbar-default .navbar-nav > li > a {
        padding-top: 14px;
    }   

    table.countrySecondNav.sticky {
        top: 50px;
    }

    .sub-menu.open {
        left: 40%;
        width: 90% !important;
    }

    .sticky .sub-menu.open {
        left: 40%;
        list-style: none;
        width: 90% !important;
    }

    .sticky .navbar-default .navbar-nav > li {
        position: relative;
        top: -11px;
    }

    header .navbar-default .navbar-nav > li > a, .sticky header .navbar-default .navbar-nav > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 95% !important;
    }

    .navbar-nav > li,
    .sticky .navbar-nav > li {
        padding: 0;
    }

    header.sticky .navbar-nav {
/*        padding-top: 16px !important; */
        height: 50px !important;
    }

    header #callUs {
        position: relative;
        left: 5px;
    }

    #enquire {
        position: relative;
        top: 23px;
        left: 12px;
    }

    .sticky #enquire {
        position: relative;
        top: -9px;
    }



    .sticky .navbar-header {
        padding-top: 14px;
    }

    #countrySecondNav {
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    table.countrySecondNav.sticky {
        position: fixed !important;
        top: 56px !important;
    }

       .sticky #enquire {
        position: relative;
        top: -13px;
    }

}

@media (min-width: 1025px) and (max-width: 1439px) {

    header .container {
        width: 100% !important;
    }

    .sticky .container, .sticky #navbar {
        width: 100% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {

    #countrySecondNav {
    width: 100% !important; 
    }

#countrySecondNav ul.top-menu {
    max-width: 1280px;
    position: relative;

}

        #countrySecondNav ul li ul.sub-menu {
            left: 38%;
        }

 .sub-menu.open {
    left: 15%;
    width: 1150px !important;
    }

.sticky .sub-menu.open {
        left: 25%;
        list-style: none;
        width: 1150px !important;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {

    #countrySecondNav {
    width: 100% !important;
    }

#countrySecondNav ul.top-menu {
    max-width: 1280px;
    position: relative;
left: 3% !important;
}

        #countrySecondNav ul li ul.sub-menu {
            left: 36%;
        }

 .sub-menu.open {
    left: 10%;
    width: 1180px !important;
    }

.sticky .sub-menu.open {
        left: 10%;
        list-style: none;
        width: 1180px !important;
    }


}

@media (min-width: 1440px) and (max-width: 1599px) {

#countrySecondNav ul.top-menu {
    max-width: 1280px;
    position: relative;

}

    #countrySecondNav ul li ul.sub-menu {

        margin-left: -45%;
        left: 50%;
    }

 .sub-menu.open {
    left: 15%;

    }

.sticky .sub-menu.open {
        left: 15%;
        list-style: none;

    }
}

@media (min-width: 1600px) {

#countrySecondNav ul.top-menu {
    max-width: 1280px; /*JT 12/2/18 was 900px*/
    position: relative;

}

    #countrySecondNav ul li ul.sub-menu {

        margin-left: -45%;
        left: 50%;
    }

 .sub-menu.open {
    left: 5%;
    width: 1200px !important;
    }

.sticky .sub-menu.open {
        left: 5%;
        list-style: none;
        width: 1200px !important;
    }


}

/* Mobile Stylings */

@media (min-width: 300px) and (max-width: 359px) and (orientation: portrait) {
		header .container .centreLogo img {
			width: 170px;
			
			left: -10px;
			top: 12px;
			}

		header.sticky .container .centreLogo img {
			top: 3px;
			}

         .content-wrapper {
    margin-top: 50px !important; 
    }
         
                          header .contactNav {
    position: relative;
    right: -12px;
		}			


	}
	
@media (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
		header .container .centreLogo img {
			width: 200px;
			
			left: -10px;
			top: 12px;
			}

		header.sticky .container .centreLogo img {
			top: 3px;
			}

                 .content-wrapper {
    margin-top: 50px !important; 
    }
                 
                     header .contactNav {
    position: relative;
    right: -12px;
		}		                 	

	}
	
@media (min-width: 375px) and (max-width: 411px) and (orientation: portrait) {
		header .container .centreLogo img {
			width: 205px;
			
			left: -9px;
			top: 12px;
			}

		header.sticky .container .centreLogo img {
			top: 2px;
			}

                 .content-wrapper {
    margin-top: 50px !important; 
    }	

                 header .contactNav {
    position: relative;
    right: -12px;
		}		

}	
			
@media (min-width: 412px) and (max-width: 414px) and (orientation: portrait) {
		header .container .centreLogo img {
			width: 240px;
			left: -15px;
			top: 10px;
			}
        
      		header.sticky .container .centreLogo img {
			top: 0px;
			}

    .contactNav {
    font-size: 80%;
        }            			
	}

@media (min-width: 412px) and (max-width: 413px) and (orientation: portrait) {
                     .content-wrapper {
    margin-top: 50px !important; 
    }	
	}



			

@media (min-width: 300px) and (max-width: 480px) and (orientation: portrait) {


    header	.centreLogo img {
    position: absolute;
}
    
    
    header, header .sticky {
        height: 15px !important;
        width: 100%;
    }
    
      header .container {
        padding: 0 15px;
        width: 100%;
    }
        
    .navbar-brand > img {
    margin: 5px auto 0;
    
  }	
  .navbar-default .social {
    display: none;
  }
}

@media (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {

    .navbar-brand {
    float: none !important;
    }
	
	.centreLogo img {
    width: 250px;
    float: left;
    position: relative;
    top: 15px !important;
	left: 20px;
	transition: none;
}

.sticky .centreLogo img {
    position: relative;
    top: 5px !important;
	transition: none;
}

.contactNav #enquire {
    margin-bottom: -10px;
    position: relative;
    top: -10px !important;
}

.sticky .contactNav #enquire {
    position: relative;
    top: -8px !important;
}

    header .contactNav #callUs {
        position: relative;
        top: -7px;
    }	
	}
	
@media (min-width: 640px) and (max-width: 735px) {
	
	.centreLogo img {
	left: 40px;
}
	}	
	
@media (min-width: 736px) and (max-width: 767px) {
	
	.centreLogo img {
	left: 80px;
}
	}
	

/* Tablet */

@media (min-width: 768px) and (max-width: 1024px) {

    header .container {
        height: 50px;
        width: 100%;
    }

    .sticky header {
        position: fixed !important;
        top: 0 !important;
    }

    .full-width-table {
        width: auto !important;
    }

    header .container .centreLogo img {
        width: 340px;
        margin-top: 10px;
    }

    .sticky a.stickyHomeLink2 {
    z-index: 900 !important;
    width: 250px;
    position: relative;
    display: inline-block;
    margin: auto;
    float: none !important;
    }

    .contactNav {
        width: 20%;
        padding-top: 0;
    }

    .sticky .container {
        width: auto !important;
    }

    .navbar-brand {
    padding: 0;
    }

    .sticky .contactNav {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px;
        margin-right: 35px;
    }

    #callUs {
        position: relative;
        top: 10px !important;
    }

    .sticky #callUs {
        padding-top: 5px;
        padding-right: 0px;
        float: left;
        left: 20px;
        position: relative;
        top: -5px !important;
    }

    .phone-no, .sticky .phone-no {
        font-size: 110% !important;
    }

    .fa {
        font-size: 130%;
    }

    .fa-phone {
        position: relative;
        top: 0px;
        right: 3px;
    }

    #enquire {
        position: relative;
        top: 20px;
        padding-top: 0px;
        font-size: 120%;
    }

        #enquire a {
            font-size: 120%;
            padding: 4px 3px;
        }

    .sticky #enquire {
        padding-top: 10px;
        position: relative;
        left: 35px;
        float: right;
    }

        #enquire a, .sticky #enquire a {
            padding: 0px 10px 4px 10px !important;
        }

    .navbar-brand {
        padding-top: 5px;
    }

    #navbar {
        height: 80px !important;
    }

    .sticky .navbar {
        height: 100px !important;
    }

    .sticky #navbar {
        width: 100% !important;
    }

    .navbar-nav {
        padding-top: 12px;
    }

    .navbar-header {
        margin-bottom: 30px;
    }

    .sticky .navbar-header {
        margin: 0px 0px 20px 0px;
        height: 50px;
        border-bottom: 1px solid #e5e5e5;
        box-shadow: none !important;
    }

    header.sticky .navbar-nav {
        width: 100%;
        position: relative;
        top: -2px;
    }

    .sticky .navbar-default .navbar-nav > li > a {
        font-size: 90%;
        padding-bottom: 15px;
        padding-top: 11px;
        background-color: #fbfdfb;
    }

    .navbar-nav > li {
        padding-right: 2px;
    }

    .navbar-default .navbar-nav > li > a {
        /* font-size: 85%; */
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header {
        height: 30px;
    }

        header.sticky {
            position: fixed !important;
            top: 30px;
        }

    li.stickyImgNo, li.stickyImgNo a {
        display: none;
    }

    li.lastLink {
        border-right: none;
    }

    .sticky img.stickyImgNo {
        width: 250px;
        padding-bottom: 0px;
        padding-top: 0px !important;
        position: relative;
        top: -2px;
/*      left: 250px;        */
    }

    .sticky .navmenu {
        height: 50px !important;
    }

    .sticky .navbar-default .navbar-nav > li {
        /* padding-top: 1px;	*/
    }

    table.palegreyfill {
        height: 47px;
        margin-top: 15px;
        width: 100% !important;
    }

    table.countrySecondNav {
        /* z-index: 200; */
        z-index: 900;
        position: relative;
        box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.06);
        transition: all 1s ease-in-out; 
    }

    .sticky table.palegreyfill, .sticky.countrySecondNav {
        height: 47px;
        top: 75px !important;
        position: fixed !important;
        z-index: 900;
        margin-top: 24px;
        transition: all 1s ease-in-out; 
    }

    #countrySecondNav {
        margin-top: 0px;
        height: 47px;
        width: 100% !important;
        background-color: #e3e5e3;
        position: relative;
    }

    .sticky #countrySecondNav {
        position: relative;
        /*        left: %;
       margin-right: 4px;  */
    }

    #countrySecondNav .secondNavFirstTier {
        width: 100%;
    }

    #countrySecondNav ul li.countryLink {
        padding-left: 0px;
    }

    .sticky #countrySecondNav .secondNavFirstTier {
        width: 95%;
    }

    /* #countrySecondNav ul.top-menu {
	position: relative;
	left:0 !important;
} */

    #countrySecondNav ul li {
    }



    #countrySecondNav ul.top-menu li a {
        font-size: 130% !important;
    }

    #countrySecondNav ul li a#lnkHeadB,
    #countrySecondNav ul li a#lnkHeadC {
        font-size: 110% !important;
    }

    .sub-menu.open {
        position: absolute;
        z-index: 600;
        background: #fffbfb;
        border: 2px solid #cb6b27;
        padding: 10px;
        margin-top: 6px;
        margin-left: -45% !important;
        left: 46%;
        list-style: none;
        width: 735px !important;
    }

    .sticky .sub-menu.open {
        margin-left: -45% !important;
        left: 46%;
        list-style: none;
        width: 735px !important;
    }

    .navbar-nav > li.destinationLink::after {
        background: #f8f8f8;
        bottom: -1px;
    }

    .sticky .navbar-nav > li.destinationLink:after {
        background: #f8f8f8;
        bottom: 2px;
    }

    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a, .sticky .navbar-default .navbar-nav > li.active > a {
        /* border-top: 3px solid #6b6e72; */
        color: #b5541c;
        padding: 15px 5px 14px;
        margin: 0 10px;
        background-color: #f8f8f8;
    }

    #countrySecondNav ul li a#lnkHeadA {
        font-size: 145%;
        position: relative;
        top: -9px !important;
    }

        #countrySecondNav ul li a#lnkHeadA:after {
            position: relative;
            bottom: -9px;
            left: 7px !important;
        }

        #countrySecondNav ul li a#lnkHeadA:before {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 1px;
}  
}

@media (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .sub-menu.open {
            left: 49%;
            width: 90% !important;
        }

        .sticky .sub-menu.open {
            left: 49%;
            list-style: none;
            width: 90% !important;
        }
}

@media (min-width: 534px) and (max-width: 834px) and (orientation: portrait) {

    #countrySecondNav ul li.lnkHeadBBorder  {
        margin-left: 20px;
    }

    #countrySecondNav ul li a#lnkHeadB,
    #countrySecondNav ul li a#lnkHeadC {
        padding: 15px 10px 10px 0px !important; 
    }
}