/* ===[ Custom Styles ]=== */

a:hover,
a:focus { text-decoration: none !important; }

.well {
    background: #129585;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.label { border-radius: 0 }

.jumbotron {
    background-color: #FBFAFA;
    margin-bottom: 51px;
}

/* Load More Gamma Gallery */

.loadmore {
    text-align: center;
    margin: 2rem 0 2rem 0;
    background-color: rgba(0, 121, 107,0.8);
    color: #fff;
    padding: 1rem;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
}




/* ===[ End of Custom Styles ]=== */

/* ===[ Top Content Style ]=== */

/* ===[ Navbar Style ]=== */

.navbar-default {
    border: none;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background: none;
    border-radius: 0;
    margin: 4rem 0 1.5rem 0;
    text-align: center;
}

.sticky {
    z-index: 9999;
    background-color: #fff;
    left: 0;
    width: 100% !important;
}

.stickygallery {
    z-index: 999;
    background-color: #fff;
    left: 0;
    width: 100% !important;
}

.sticky-wrapper,
#sticky-wrapper { height: 100% !important; }

.navbar-brand,
.navbar-nav > li > a { text-shadow: none; }

.grid-item { width: 200px; }

.grid-item--width2 { width: 400px; }

ul.nav li.dropdown:hover ul.dropdown-menu { display: block; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #00796B;
}

.navbar-default .navbar-nav>li>a {
    color: #3E3C3C;
    font-weight: bold;
    font-size: 1.7rem; 

}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #00796B;
    border-radius: 32px 0 27px 0;
    -webkit-border-radius: 32px 0 27px 0;
    -moz-border-radius: 32px 0 27px 0;
}

.navbar-toggle { margin: 1rem; }

.navbar-nav { text-align: center; }

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse { text-align: center; }

/* ===[ Dropdown Style ]=== */

.dropdown-menu li a {
    padding: 11px 20px;
    border-bottom: 1px solid #ccc;
    color: #129585;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.dropdown-menu li:last-child a { border: none; }

.dropdown-menu {
    height: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: none;
    background-color: #ECECEC;
}

/* ===[ End of Dropdown Style ]=== */ 

/* ===[ End of Navbar Style ]=== */

/* ===[ Logo Style ]=== */

.logo {
    margin: 7rem 0 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.logo img:hover {
    -webkit-filter: hue-rotate(88deg);
    filter: hue-rotate(88deg);
    -moz-filter: hue-rotate(88deg);
}

.logo img {
    width: 500px;
    height: 215px;
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
}

/* ===[ End of Logo Style ]=== */

/* ===[ Social Icons Style ]=== */

.social-icons { margin: 3rem auto 0 1.4rem;}

.social-icons i {
    font-size: 1.5rem;
    padding: 0.7rem;
    color: #fff;
    width: 29px;
    height: 28px;
    text-align: center;
    margin: -1.3rem 0rem 1.7rem 0;
    line-height: 38px;
    transition: transform 1s ease-in-out;
    -webkit-ransition: transform 1s ease-in-out;
    -moz-ransition: transform 1s ease-in-out;
    border: 1px solid #455A64;
    color: #000;
}

.social-icons i:hover {
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    color: #fff;
    background: #455A64;
	
}

/* ===[ End of Social Icons Style ]=== */

/* ===[ End Top Content Style ]=== */

/* ===[ Slider Style ]=== */

#slidernews { margin: 2.3rem 0 0 0; }

.viewarticlebutton {
    font-family: 'Abel', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    border: 2px solid #00796b;
    margin: -22rem auto 0 auto;
    width: 380px;
    padding: 0 2rem 0 2rem;
}

.viewarticleicon {
    color: #fff;
    font-size: 5rem;
    padding: 0 0 0 2rem;

}

.btn {
  font-family: 'Abel', sans-serif;
    font-size: 5rem;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    margin: -22rem auto 0 auto;
    max-width: 380px;
    line-height: 45px;
    position: relative;
    width: 100%;
    border-radius: 0;
}

.btn:hover {
  text-decoration: none;
}

.btn-1 {
  font-weight: 100;
}
.btn-1 svg {
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #00796b;
  stroke-width: 4;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  color: #fff;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* HOVERSLIDESHOW */
.hoverslideshow{
    position: relative;
    transition:600ms;
    font-family: 'Abel', sans-serif;
    top: 7rem;
}

.gallerypageslider, .contactpageslider {
    position: relative;
    transition:600ms;
    font-family: 'Abel', sans-serif;
    top: 22rem;
}
.hoverslideshow:after{
    content: attr(data-hover);
    position: absolute;
    left: 0;
    bottom: 0;
    transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    -o-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    transition:300ms;
    opacity: 0;
    color: rgba(0,0,0,0.5);
    height: 0;
}
.hoverslideshow:hover:after{
    transform:rotateX(0deg);
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    top: 0;
    opacity: 1;
    height: 100%;
}
.hoverslideshow:hover{
    color: #333 !important;
}
/* HOVERSLIDESHOW*/

/* front */
.text-hover{
    width: 100%;
    height: 100%;
    cursor: default;
    position: relative;
    overflow: hidden;
    perspective:1000px;
    -webkit-perspective:1000px;
    -moz-perspective:1000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 13rem;
    color: #fff;
}
/* front */
/* #Effect5 */

/* ===[ End of Slider Style ]=== */

/* ===[ Articles Section ]=== */

.articledetails {
	border-top: 1px dashed #333;
    height: 0.4px !important;
    width: 100%;
    margin: -0.5rem auto 2rem auto;
}

.frontarticledetails {
	text-align: center;
}

.frontarticledetails li {
    display: inline-block;
    font-family: 'Abel', sans-serif;
    font-size: 1.2rem;
    color: #8a8a8a;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: 600;
    padding: 0 4rem 1rem 0;
	text-transform: uppercase;
}

.frontarticleicons {
	padding: 0 0.5rem 0 0;
}

.news {
    position: relative;
}

.newsimage {
position: relative;
width: 840px;
height: 450px;
}

.news01caption{
font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 8rem;
    position: absolute;
    text-align: center;
    bottom: 37%;
    color: #333;
    opacity: 0;
    left: 10rem;
}

.news02caption {
font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 8rem;
    position: absolute;
    text-align: center;
    bottom: 36%;
    color: #333;
    opacity: 0;
    left: 18rem;
}

.news03caption {
font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 8rem;
    position: absolute;
    text-align: center;
    bottom: 37%;
    color: #333;
    opacity: 0;
    left: 23.5rem;
}

.news04caption {
font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 8rem;
    position: absolute;
    text-align: center;
    bottom: 37%;
    color: #333;
    opacity: 0;
    left: 12rem;
}

.news05caption {
font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 8rem;
    position: absolute;
    text-align: center;
    bottom: 36%;
    color: #333;
    opacity: 0;
    left: 17.5rem;
}



.newsimage:hover .news01caption, .newsimage:hover .news02caption, .newsimage:hover .news03caption, .newsimage:hover .news04caption, .newsimage:hover .news05caption{
opacity: 1;
}

.news01image:hover, .news02image:hover, .news03image:hover, .news04image:hover, .news05image:hover{
background-color: #fff;
opacity: 0.6;
-webkit-filter: hue-rotate(100deg);
}

.desc {
    width: 100% !important;
}

.desc p {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    font-family: 'Abel', sans-serif;
    margin: 4rem auto;
    font-weight: 500;
}

.articledetails {
border-top: 1px dashed #333;
height: 0.4px !important;
width: 100%;
margin: -0.5rem auto 2rem auto;
}

.travellingwithustitle {
    color: #727272;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.desc h2 {
    margin: 0 auto;
    line-height: 8rem;
    color: #727272;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 2.4rem;
}

.bestservicestitle { margin: 0 0 0 13rem; }

.travellingwithustitle { margin: 0 0 0 10rem; }

a#readmorehover{
color: #333;
position: relative;
display: inline-block;
text-decoration: none;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
font-family: 'Abel', sans-serif;
font-size: 2.5rem;
text-align: center;
margin: -5rem auto 3rem auto;
width: 100%;
padding: 0.5rem 0 0.1rem 0;
}

a#readmorehover:hover{
  color: #333;
}

a#readmorehover:before, a#readmorehover:after{
  content: '';
  background: #291A19;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

a#readmorehover:before{
  top: 0;
  left: 0;
}

a#readmorehover:after{
  top: 100%;
  right: 0;
}

a#readmorehover:hover:before, a#readmorehover:hover:after{
  width: 100%;
}

.readmorebutton a {
    text-decoration: none;
    color: inherit;
}

.paginationsection {
    margin: 8rem auto;
    display: block;
    text-align: center;
}

/* ===[ End of Articles Section ]=== */

/* ===[ Sidebar Widgets ]=== */

/* ===[ Search Widget Style ]=== */

.searchbox {
    height: 18rem;
    margin: -5rem 0 0 0;
}

.searchboxsinglepost {
    border: 1px solid #888;
    height: 18rem;
    margin: 4.95rem 0 0 0;
}

.searchboxsinglepost h3 {
    padding: 0 0 0 0.4rem;
    border-right: 5px solid #000;
    width: 65%;
    font-family: 'Lato', sans-serif;
}

.searchbox h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;

}

.searchfield {
    outline: none;
    border: none;
    border: 1px solid #ccc;
    margin: 3rem 0 0.4rem 2rem;
    font-size: 1.7rem;
    background: none;
    font-family: 'Abel', cursive;
    padding: 6px 7px;
}

.searchsubmitbutton {
    border: none;
    padding: 1rem;
    margin: -1.6rem auto 0 auto;
    width: 22.3rem;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    background: #00796b;
    outline: none;
    border: 1px solid #f5f5f5;
    color: #fff;

}

.searchsubmitbutton:hover {
	 border: 1px solid #ccc;
     background: none;
     color: #333;
}

/* ===[ End of Search Widget Style ]=== */

/* ===[ Newsletter Widget Style ]=== */

.subscribebox {
    height: 19.5rem;
}

.subscribebox h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.subscribefield {
    outline: none;
    border: none;
    margin: 3rem 0 0.4rem 2rem;
    font-family: 'Abel', sans-serif;
    font-size: 1.7rem;
	margin: 3rem 0 2.2rem 2rem;
	border: 1px solid #ccc;
	background: none;
    padding: 6px 7px;
}

.subscribesubmit {
    border: none;
    padding: 1rem;
    margin: -0.6rem auto 0 auto;
    width: 22.17rem;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    background: #00796b;
    outline: none;
    border: 1px solid #f5f5f5;
    color: #fff;
    text-transform: uppercase;
}

.subscribesubmit:hover {
    border: 1px solid #ccc;
    background: none;
    color: #333;
}

/* ===[ End of Newsletter Widget Style ]=== */

/* ===[ Tags Widget Style ]=== */

.tagsbox {
    height: 7.3rem;
}

.tagsbox h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.tag01 {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    position: static;
    margin: 3rem 0 0 1rem;
}

.tag02 {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    position: static;
    margin: -1.7rem 0 0 7.5rem;
}

.tag03 {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    position: static;
    margin: -1.7rem 0 0 13.6rem;
}

.tag04 {
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    position: static;
    margin: -1.73rem 0 0 17.9rem;
}

.tag01 a,
.tag02 a,
.tag03 a,
.tag04 a
{ color: inherit; border: 1px solid #888; padding: 0.5rem;}

.tag01 a:hover,
.tag02 a:hover,
.tag03 a:hover,
.tag04 a:hover
{ color: #00796B; }

/* ===[ End of Tags Widget Style ]=== */

/* ===[ Social Widget Style ]=== */

.socialbox {
    height: 13rem;
}

.socialbox h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

/* ===[ End of Social Widget Style ]=== */


/* ===[ Most Popular Widget Style ]=== */

.mostpopular {
    height: 44rem;
}

.mostpopular h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.popular01,
.popular02,
.popular03,
.popular04 {
    padding: 3rem 0 0 0;
    height: 12rem;
	margin: 0 0 0 -0.5rem !important;
}

.popular01 a,
.popular01 a:hover,
.popular02 a,
.popular02 a:hover,
.popular03 a,
.popular03 a:hover,
.popular04 a,
.popular04 a:hover {
    text-decoration: none !important;
    color: #000 !important;
}

.popular01 img:hover,
.popular02 img:hover,
.popular03 img:hover,
.popular04 img:hover { opacity: 0.7; }

.popular01 img,
.popular02 img,
.popular03 img,
.popular04 img {
    float: left;
    padding: 0 0.7rem 0 0.6rem;
}

.desc01:hover,
.desc02:hover,
.desc03:hover,
.desc04:hover {
    
}

.desctitle:hover {
    color: #129283 !important;
}

.desctitle {
    font-weight: 600;
    line-height: 1.6 !important;
    letter-spacing: 0.3px;
}

.articledesc:hover {
    color: #129283 !important;
}

.articledesc {
    font-size: 1.1rem;
    line-height: 3rem;
    white-space: nowrap;
	letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.6 !important;
	color: #8a8a8a;
}

/* ===[ End of Most Popular Widget Style ]=== */

/* ===[ Recent Posts Widget Style ]=== */

.recentposts {
    height: 44rem;
}

.recentposts h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.recentpostdateicon, .recentpostcommenticon {
    padding: 0 0.5rem 0 0;
}

.recent01,
.recent02,
.recent03,
.recent04 {
    padding: 3rem 0 0 0;
    height: 12rem;
}

.recent01 a,
.recent01 a:hover,
.recent02 a,
.recent02 a:hover,
.recent03 a,
.recent03 a:hover,
.recent04 a,
.recent04 a:hover {
    text-decoration: none !important;
    color: #000 !important;
}

.recent01 img:hover,
.recent02 img:hover,
.recent03 img:hover,
.recent04 img:hover { opacity: 0.7; }

.recent01 img,
.recent02 img,
.recent03 img,
.recent04 img {
    float: left;
    padding: 0 0.4rem 0 0;
}

/* ===[ End of Recent Posts Widget Style ]=== */

/* ===[ Categories Widget Style ]=== */

.categoriesbox {
    height: 24.2rem;
}

.categoriesbox h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.categories {
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 0 0 3rem;
    font-family: Lato;
    font-size: 1.5rem;
}

.categoriesnumber {
    font-family: Lato;
	padding: 0 0 0 0.3rem;

}

.categoriesicon {
    padding: 0 0.4rem 0 0;

}

.categories li { padding: 1.7rem 0 0 0; }

.categories li a { color: #000 !important; font-family: 'Abel', sans-serif;
    font-size: 1.6rem; }

.categories li a:hover {
    color: #129283 !important;
    text-decoration: none !important;
}


/* ===[ End of Categories Widget Style ]=== */

/* ===[ Videos Widget Style ]=== */

.videosidebar { height: 24rem; }

.videosidebar h3 {
    padding: 0 0 0 0.4rem;
    border-right: 5px solid #000;
    width: 65%;
    font-family: 'Lato', sans-serif;
}

#videopromo, #videopromo2 { margin: 2.55rem 0 0 0 }

/* ===[ End of Videos Widget Style ]=== */

/* ===[ Advertisement Widget Style ]=== */

.advertisement { height: 24rem; }

.advertisement h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

.advertisementcontainer {
	margin: 2rem 0 0 0;
	
	
}

.advertisementimage01,
.advertisementimage02 { margin: 2.5rem 0 0 0; }

/* ===[ End of Advertisement Widget Style ]=== */

/* ===[ Instagram Widget Style ]=== */

.instagramcontainer {
	margin: 2rem 0 0 0 !important;
	
}

.instagramcontainer img {
	width: 87.5px;
	height: 87.5px;
	padding: 0;
    margin: 0 0 0rem 0;
    float: right;
}

.instagramcontainer img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.instagram h3 {
    padding: 0.8rem 0 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #455A64;
    font-size: 2rem;
}

/* ===[ End of Sidebar Widgets Style ]=== */

/* ===[ Footer Style ]=== */

.bottom {
    height: 44rem;
    background-image: url('../img/footerimage.jpg');
    background-position: center center;
    background-size: cover;

}

/* ===[ About Us Style ]=== */

.aboutus { margin: 3rem 0 0 0; }

.aboutusheading {
    font-family: 'Abel', sans-serif;
    font-size: 2rem;
    padding: 0 0 1rem 0;
    text-align: center;
    color: #fff;
}

.aboutusbox img {
    margin: 3rem auto 0 auto;
    border-radius: 12%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: transform 1s ease-in-out;
    border: 5px solid #fff;
}

.aboutusbox img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); 
}

.aboutusdescription {
    position: static;
    width: 27rem;
    overflow: hidden;
    margin: 3rem 0 0 0rem;
    text-align: center;
    color: #fff;
    font-family: 'Abel', sans-serif;
}

/* ===[ End of About Us Style ]=== */

/* ===[ Contact Info Style ]=== */

.contactform { margin: -8rem 0 6rem 0; }

.contactinfo { margin: 3rem 0 0 0; }

.spacer1 { padding: 0 1.9rem 0 0; }

.spacer2 { padding: 0 1.35rem 0 0; }

.spacer3 { padding: 0 1rem 0 0; }

.contactinfoheading {
    font-family: 'Abel', sans-serif;
    font-size: 2rem;
    padding: 0 0 1rem 0;
    text-align: center;
    color: #fff;
}

.addressinfo {
    font-family: 'Abel', sans-serif;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #fff;
}

.phoneinfo {
    font-family: 'Abel', sans-serif;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #fff;
}

.faxinfo {
    font-family: 'Abel', sans-serif;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #fff;
}

.emailinfo {
    font-family: 'Abel', sans-serif;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #fff;
}

.contactdetailsbox { margin: 3.4rem 0 0 0; }

/* ===[ End of Contact Info Style ]=== */

/* ===[ Archives Widget Style ]=== */

.archivesbox { margin: 3rem 0 0 0; }

.archivesheading {
    font-family: 'Abel', sans-serif;
    font-size: 2rem;
    padding: 0 0 1rem 0;
    text-align: center;
    color: #fff;
}

.archiveslist {
    list-style-type: none;
    margin: 2.2rem 0 0 -0.9rem;
    padding: 0;
    font-size: 1.7rem;
    font-family: 'Abel', sans-serif;
    color: #fff;
}

.archiveslist a {
	color: #fff;
}

.archiveslist li { padding: 1.04rem; }


/* ===[ End of Archives Style ]=== */

/* ===[ Gallery Widget Style ]=== */

.gallerybox { margin: 3rem 0 0 0 }

.galleryheading {
    font-family: 'Abel', sans-serif;
    font-size: 2rem;
    padding: 0 0 1rem 0;
    text-align: center;
    color: #fff;
}

.gallery {
    list-style: none;
    margin: 2.7rem 0 0 0;
}

.gallery li {
    display: inline-block;
    margin: 1rem 0 0;
    padding: 0 0.44em 0 0;
    position: relative;
    left: 0.6rem;
}

.gallery li a img:hover { cursor: url(../img/gallerypage/footergallerycursor.png), auto; }


/* ===[ End Gallery Widget Style ]=== */

/* ===[ Copyright Style ]=== */

.copyright { height: 4rem; }

.copyrighttext {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 2px;
    margin: 4.7rem 0 0 0;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

/* ===[ End of Copyright Style ]=== */

/* ===[ End of Footer Style ]=== */

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/FontAwesome.otf);
    src: url(assets/fonts/fontawesome-webfont.eot);
    src: url(assets/fonts/fontawesome-webfont.svg);
    src: url(assets/fonts/fontawesome-webfont.ttf);
    src: url(assets/fonts/fontawesome-webfont.woff);
    src: url(assets/fonts/fontawesome-webfont.woff2);
}

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/lg.eot);
    src: url(assets/fonts/lg.svg);
    src: url(assets/fonts/lg.ttf);
    src: url(assets/fonts/lg.woff);
}


#mousescrollaboutus, #mousescrollgallery {
    margin: -18rem auto;
}

#mousescrollcontact {
    margin: -19rem auto;
}

/* ===[ Gallery Page Style ]=== */

.scrolldown {
    font-size: 3rem;
}


.gallerydescription {
	font-family: 'Abel', sans-serif;
    text-align: center;
    letter-spacing: 5px;
    font-size: 5rem;
    margin: -8rem 0 2.3rem 0;
}

img.galleryheaderimage {
    background-position: center center;
    background-size: cover;
    margin: -32rem 0 0 0;
}
.gallery-page { margin: 0.5rem 0 4rem 0; }

.gallery-page > ul > li { padding: 1rem; }

.gallery-page > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 1rem;
}

.gallery-page > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery-page > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(0.9, 0.9, 0.9);
    cursor: url(../img/gallerypage/hovercursor.png), auto;
    opacity: 0.8;
}

/* ===[ End of Gallery Page Style ]=== */

/* ===[ Read More Style ]=== */

.sidebaricons {
    text-align: center;
    display: block;
    font-size: 3rem;
}

#readmoresharesection {
   text-align: center;
}

.readmoreshare {
    padding: 0 1rem 0 0;
}

.readmorearticles { margin: 2.3rem 0 0 0; }

.ourprocess,
.importantnoticetitle { font-family: 'Lato', sans-serif; }

.articletitle {
    font-family: 'Lato', sans-serif;
    color: #727272;
    padding: 3rem 0 3rem 0;
}

.articlecategory { margin: -6.7rem 0 0 0; }

.categoerystyle {
    font-family: 'Lato', sans-serif;
    color: #3D3F40;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}

.travellingstyle {
    font-family: 'Lato', sans-serif;
    color: #727272;
    font-size: 1.7rem;
    padding: 0.8rem;
    word-spacing: 5px;
}

.hrline {
    border-bottom: 2px solid #888;
    width: 13%;
}

.articletext {
    padding: 3rem 0 0 0;
    font-size: 1.6rem;
    font-family: 'Abel', sans-serif;
    text-align: justify;
}

.container .jumbotron,
.container-fluid .jumbotron { font-family: 'Lato', sans-serif; }

.dropcapletter {
    float: left;
    padding-right: 1rem;
    font-size: 6rem;
    font-weight: bold;
    color: #808080;
    font-family: 'Abel', sans-serif;
}

.offersolution,
.importantnotice {
    font-family: 'Lato', sans-serif;
    color: #727272;
}

.progress-bar {
    background: #00796B;
    font-family: 'Lato', sans-serif;
}

.progress {
    box-shadow: none;
    border-radius: 0;
    background: #f5f5f5;
}

.blockquotetext {
    font-family: 'Lato', sans-serif;
    color: #8C949A;
    height: 100px;
}

.pager li>a,
.pager li>span {
    border: none;
    font-family: 'Lato', sans-serif;
    color: #8C949A;
    margin: 2rem 0 0 0;
    font-size: 1.7rem;
    border-radius: 0;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    border-radius: 22px 0 26px 0;
    background: none !important;
}

.pager li>a:focus,
.pager li>a:hover { background: #F4F7F9 !important; color: #444040; }

.tagstitle,
.postedtitle,
.sharetitle {
    font-family: 'Lato', sans-serif;
    color: #3D3F40;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin: 7rem 0 0 0;
}

.tagstext,
.postedtext {
    font-family: 'Lato', sans-serif;
    color: #727272;
    font-size: 1.45rem;
    padding: 0.8rem;
    word-spacing: 5px;
}

.linkedtag { color: #00796B; }

.linkedtag:hover {
    text-decoration: underline !important;
    color: #00796B;
}

.shareicons {
    font-size: 1.7rem;
    padding: 1rem;
}

.shareicons a { padding: 0 1rem 0 0; }

/* ===[ End of Read More Style ]=== */

/* ===[ Article author Style ]=== */

.articleauthor {
    margin: 9rem 0 0 0;
}

.articleauthortitle {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 19.6rem;
    top: 8rem;
}

.authorimagestyle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 3rem 0 0;
    transition: transform 1s ease-in-out;
}

.authorimagestyle:hover {
    transform: rotate(360deg);
    opacity: 0.7;
    filter:alpha(opacity=70);
}

.authordesc {
    font-family: 'Abel', sans-serif;
    font-size: 1.4rem;
    text-align: justify;
    margin: -3rem 0 0 0;
    padding: 6rem;
    color: #727272;
}

/* ===[ End of Article author Style ]=== */

/* ===[ Comments Section Style ]=== */

.commentone-fullwidth,
.commenttree-fullwidth {
    padding: 1rem;
    background-color: #F7F7F7;
}

.commentone {
    padding: 1rem;
    background-color: #F7F7F7;
}

.commenttwo {
    padding: 3rem;
    background-color: #F7F7F7;
	margin: 1rem 0 1rem 0;
}

.commenttree {
    padding: 1rem;
    background-color: #F7F7F7;
}

.commentsection { height: 95rem; }

.commentstitle,
.leavecommenttitle {
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #727272;
    padding: 3rem;
    letter-spacing: 2px;
}

.commentimage {
    width: 70px;
    height: 70px;
    float: left;
    margin: 1.5rem;
}

.commentauthor {
    font-family: 'Abel',sans-serif;
    color: #727272;
    font-size: 1.6rem;
}

.commenttime {
    margin: 0 0 0 2rem;
    font-size: 1.2rem;
    position: relative;
    top: 1.8rem;
    right: 11.1rem;
}

.commentsdesc {
    font-family: 'Abel', sans-serif;
    color: #727272;
    text-align: justify;
    font-size: 1.4rem;
    margin: 2.2rem;
}

.replybuttonone {
    font-family: 'Abel', sans-serif;
    float: right;
    border-bottom: 1px solid #888;
    width: 4rem;
    height: 3rem;
    text-align: center;
    line-height: 3.8rem;
    margin: 6rem -1rem 0 0;
    letter-spacing: 2px;
}

.replybuttontwo {
    font-family: 'Abel', sans-serif;
    float: right;
    border-bottom: 1px solid #888;
    width: 4rem;
    height: 3rem;
    text-align: center;
    line-height: 3.8rem;
    margin: 6rem -1rem 0 0;
    letter-spacing: 2px;
}

.replybuttontwo-fullwidth {
    font-family: 'Abel', sans-serif;
    float: right;
    border-bottom: 1px solid #888;
    width: 4rem;
    height: 3rem;
    text-align: center;
    line-height: 3.8rem;
    margin: 6rem -1rem 0 0;
    letter-spacing: 2px;
}

.replybuttontree {
    font-family: 'Abel', sans-serif;
    float: right;
    border-bottom: 1px solid #888;
    width: 4rem;
    height: 3rem;
    text-align: center;
    line-height: 3.8rem;
    margin: 6rem -1rem 0 0;
    letter-spacing: 2px;
}

.replybuttonone:hover,
.replybuttontwo:hover,
.replybuttontree:hover {
    color: #00796B;
    border-color: #00796B;
}


/* ===[ End of Comments Section Style ]=== */

/* ===[ Leave a Comment Form ]=== */

.form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Abel', sans-serif;
}

.form-control:focus {
    border-color: #00796B;
    box-shadow: none;
}

#postcommentbutton:focus,
#commentarea:focus,
#yourname:focus,
#youremail:focus { border-color: #00796B; }

#postcommentbutton:hover {
    background: #00796B;
    border-color: #00796B;
    color: #fff;
}

#postcommentbutton,
#commentarea,
#yourname,
#youremail {
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #888;
    font-size: 1.7rem;
    padding: 3rem 0 0rem 0;
}

/* ===[ End of Leave a Comment Form ]=== */

/* ===[ Read more sidebar Style ]=== */

.articlefloatedimage:hover {
    opacity: 0.7;
}

.articlefloatedimage {
    float: left;
    padding: 0.6rem 1.4rem 0 0;
}

#readmorelogo {
    margin: 4.8rem 0 13rem 0;
}

.articlefloatedimage2:hover {
    opacity: 0.7;
}

#readmorearticledetails {
    margin: 4rem 0 -3rem 0;
}

.readmorequote {
    line-height: 170%;
    margin: 20px 20px 20px 20px;
    padding-left: 50px;
    color: #383838;
    background: url(../img/quotes.gif) left top no-repeat;
    min-height: 29px;
    margin-bottom: 40px;
    font-style: italic;
    border: 0;
}

.sidebar-readmore { margin: -192rem 0 0 0; }

/* ===[ End of Read more sidebar Style ]=== */

/* ===[ Read more Best Services ]=== */

.carousel-control {
    color: #E2E5E6;
    text-shadow: none;
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    background-image: none;
}

.bestservicestitlereadmore,
.bestservicestitlereadmore2 {
    font-family: 'Lato', sans-serif;
    color: #727272;
    margin: 0;
}

.bestserviceslist,
.bestserviceslist2 {
    list-style: circle;
    margin: 0;
}

.bestserviceslist li,
.bestserviceslist2 li {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    padding: 0;
    margin: 0 auto;
}

/* ===[ End of Read more Best Services ]=== */

/* ===[ Read more What to Pack Style ]=== */

.readmorebottomimage:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}

/* ===[ End of Read more What to Pack Style ]=== */

/* ===[ Error Page Style ]=== */

.errorpage { margin: 0.6rem 0 0 0; }

.errorpage p { font-family: 'Abel', sans-serif; }

.errortitle {
    font-size: 19rem;
    text-align: center;
    color: #000;
}

.errordesc01 {
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
}

.errordesc02 {
   text-align: center;
   font-size: 2rem;
}

input.error404input {
    outline: none;
    border: 1px solid #000;
    height: 40px;
    width: 84rem;
    margin: 2.4rem auto 0 auto;
    display: block;
    font-family: 'Abel';
}

.returntohomebutton {
    width: 250px;
    height: 60px;
    border: 4px double #000;
    color: #000;
    line-height: 5.4rem;
    font-size: 2rem;
    text-align: center;
    font-family: 'Abel', sans-serif;
    margin: 6rem auto;
}

.returntohomebutton a {
    text-decoration: none;
    color: inherit;
}

.returntohomebutton p:hover {
    color: #00796b;
}

/* ===[ End of Error Page Style ]=== */

/* ===[ About Us Page Style ]=== */

.imagecontainer {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.aboutusimage {
    position: relative;
    margin: 2.3rem 0 0 0;
}

.imagetextdesc {
    font-family: 'Lato', sans-serif;
    text-align: center;
    position: absolute;
    left: 0;
    top: 32%;
    font-size: 10rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    width: 100%;
}

.aboutusslogan {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 3rem;
    margin: 6rem 0 0 0;
}

.aboutustitles {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem;
    padding: 1rem;
}

article.about,
article.ourstory,
article.offersandservices,
article.ourmission {
    font-family: 'Abel', sans-serif;
    margin: 5rem 0 0 0;
    text-align: justify;
}

.aboutusdropcaps {
    float: left;
    padding-right: 1rem;
    font-size: 4rem;
    font-weight: bold;
    color: #888;
    margin: -0.7rem 0 0 0;
}

/* ===[ Our Team Style ]=== */

.testimonialtitle {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    font-size: 4rem;
    margin: 6rem 0 -1.95rem 0;
}

 .accordioninfo {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    font-size: 4rem;
    margin: -9.3rem 0 4.4rem 0;
}

 .ourteamsection {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    font-size: 4rem;
    margin: 5rem 0 5.7rem 0;
    margin-bottom: 100px;
}

.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 4rem;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 121, 107, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #fff;
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #fff;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.light-txt {
    color: #fff !important;
}
.team-member .team-intro.light-txt h5 {
    color: #fff;
}
.team-member, .team-member .team-img {
    position: relative;
    padding: 2rem 0 0 0;
}
.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.team-member .team-intro h5, .team-member .team-intro.light-txt span {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(9, 10, 10, 0.8);
    padding: 10px 20px;
    width: 100%;
    text-align: right;
    font-family: 'Abel', sans-serif;
}

/* ===[ End of Our Team Style ]=== */

/* ===[ Our Offers Style ]=== */

.ourofferssection { margin: 0 0 7rem 0; }

.ourofferssectiontitle {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    font-size: 4rem;
    margin: 17.8rem 0 2rem 0;
}

.offericon {
    font-size: 10rem;
    text-align: center;
    width: 100%;
    padding: 2rem;
    color: #2196F3;
}

.offericon:hover { opacity: 0.8; }

.ourofferstitles {
    font-family: 'Abel', sans-serif;
    text-align: center;
    font-size: 1.7rem;
    margin: 0;
    color: #5F6160;
}

.ouroffersdesc {
    font-family: 'Abel', sans-serif;
    margin: 2.7rem 0 0 0;
    text-align: center;
    color: #656565;
}

.testimonialdesc, .testimonialsign {
    font-family: 'Abel', sans-serif;
}

/* ===[ End of Our Offers Style ]=== */

/* ===[ End of About Us Page Style ]=== */

/* ===[ Contact Page Style ]=== */

section.contactpagedetails {
    background-color: #06cdb6;
    margin: 0 0 6rem 0;
    height: 316.5px;
}

h2.contactpagedetailstitle {
    text-align: center;
    font-family: 'Abel',sans-serif;
    color: #fff;
    letter-spacing: 4px;
    line-height: 16rem;

}


.contactpagedetailsinfo {
    font-family: 'Abel',sans-serif;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -4rem 0 4rem 0;
    letter-spacing: 1px;
}

.contactpagedetailsinfoaddress {
    font-family: 'Abel',sans-serif;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -4rem 0 4rem 0;
    letter-spacing: 3px;
}

.contactpagedetailsinfotelephone, .contactpagedetailsinfomail {
    font-family: 'Abel',sans-serif;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -4rem 0 2rem 0;
    letter-spacing: 1px;
}

#contactsendbutton {
    outline: none;
    color: #888;
    font-size: 1.7rem;
    margin: 4rem 0 0 0;
}

#messagearea,
#name,
#email,
#subject {
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #888;
    font-size: 1.7rem;
    padding: 4rem 0 3rem 0;
}

#contactsendbutton:hover {
    background: #00796B;
    border-color: #00796B;
    color: #fff;
}

#contactsendbutton:focus,
#messagearea:focus,
#name:focus,
#email:focus,
#subject:focus { border-color: #00796B; }

.jumbotron i {
    font-size: 7rem;
    display: block;
    text-align: center;
    padding: 1rem;
    color: #2196F3;
}

#jumbotroncontact, #jumbotroncontact2, #jumbotroncontact3, #jumbotroncontact4 {
    background: none;
}

.jumbotron i:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.contacticonstext {
    font-family: 'Abel', sans-serif;
    text-align: center;
    display: block;
    word-wrap: break-word;
    font-size: 1.5rem;
}


/* ===[ Contact Map Style ]=== */

.maplocation { margin: 2rem 0 0 0; }

.maplink { visibility: hidden; }

.gmnoprint { display: none !important; }

/* ===[ End of Contact Map Style ]=== */

/* ===[ End of Contact Page Style ]=== */



/* ===[ Preloader Style ]=== */

body { overflow: hidden; }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 9999999999999999999999 !important; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../img/preloadimages/preloadimage.GIF); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
    z-index: 9999999999999999999999 !important; /* makes sure it stays on top */
}




/* ===[ End of Preloader Style ]=== */

/* ===[ Mozilla Firefox Styles ]=== */

@media (max-width:767px) { 
    @-moz-document url-prefix() {
        a:active,
        a:focus { outline: none }

         #messagearea, #name, #email, #subject 
        {
            padding: 0 0 2rem 0 !important;
        }

        .frontarticleicons1 
        {
            padding: 0 0.8rem 0 -0.6rem !important;
        }

        .frontarticleicons4 
        {
            padding: 0 1.75rem 0 0 !important;
        }

        .frontarticledetails li 
        {
        	font-size: 0.94rem !important;
        }

        #articleoptionsresponsive4 
        {
           position: relative !important;
           right: 0.4rem !important;
        }

        #articleoptionsresponsive1 
        {
            position: relative !important;
            left: 0.7rem !important;
        }

        #articleoptionsresponsive3 
        {
            position: relative !important;
            right: 1.4rem !important;
        }

        #postcommentbutton, #commentarea, #yourname, #youremail 
        {
        	padding: 0 !important;
        }

        .news05caption 
        {
        	left: 0.2rem !important;
        	bottom: 34% !important;
        }

        .sidebar-readmore 
        {
            margin: 82.5rem auto 0 !important;
        }

        
    }
}

@media (min-width:768px) { 
    @-moz-document url-prefix() {
        a:active,
        a:focus { outline: none; }

         #messagearea, #name, #email, #subject 
        {
            padding: 0 0 2rem 0 !important;
        }

        .sidebar-readmore 
        {
            margin: 13.4rem 0 0rem 0 !important;
        }

        .tag04 
        {
            margin: -1.794rem 0 0 19.9rem !important;
        }

        #indexsidebar 
        {
            margin: 7rem 0 0 0 !important;
        }

        .news01caption 
        {

            bottom: 33% !important;
            left: 3.2rem !important;
        }

        #postcommentbutton, #commentarea, #yourname, #youremail 
        {
        	padding: 0 !important;
        }

        .mozillafix 
        {
            padding: 0.4rem 0.5rem 0.6rem 0.5rem !important;
        }
        
        
    }
}

@media (min-width:992px) { 
    @-moz-document url-prefix() {
        a:active,
        a:focus { outline: none; }

         #messagearea, #name, #email, #subject 
        {
            padding: 0 0 2rem 0 !important;
        }

        .tag03 
        {
            margin: -1.7rem 0 0 13.6rem !important;
        }

        .tag04 
        {
            margin: -1.7rem 0 0 19.9rem !important;
        }

        #indexsidebar 
        {
            margin: 4.95rem 0 0 0 !important;
        }

        .sidebar-readmore 
        {
        	margin: -220.75rem 0 0 0 !important;
        }

        #postcommentbutton, #commentarea, #yourname, #youremail 
        {
        	padding: 0 !important;
        }

        .news01caption 
        {

            bottom: 33% !important;
            left: 2.2rem !important;
        }

        .mozillafix 
        {
            padding: 0.5rem !important;
        }

        .news02caption 
        {
        	left: 10.5rem !important;
        }

        .news04caption 
        {
        	bottom: 33% !important;
        	left: 3.6rem !important;
        }

        #news01captionfullwidth 
        {
            left: 9.2rem !important;
            bottom: 35% !important;
        }
        
    }
}

@media (min-width:1200px) { 
    @-moz-document url-prefix() {
        a:active,
        a:focus { outline: none; }

        #messagearea, #name, #email, #subject 
        {
            padding: 0 0 2rem 0 !important;
        }

        .news01caption 
        {

            bottom: 33% !important;
            left: 8.35rem !important;
        }

        .desctitle 
        {
            font-size: 1.2rem !important;
        }

        .tag02 
        {
            margin: -1.79rem 0 0 7.38rem !important;
        }

        .tag03 
        {
            margin: -1.7rem 0 0 13.6rem !important;
        }

        #indexsidebar 
        {
            margin: 4.95rem 0 0 0 !important;
        }


        #postcommentbutton, #commentarea, #yourname, #youremail 
        {
        	padding: 0 !important;
        }

        .sidebar-readmore 
        {
        	margin: -223.4rem 0 0 0 !important;
        }

        .mozillafix 
        {
            padding: 0.6rem 0.5rem 0.4rem 0.5rem !important;
        }

         .news02caption 
        {
        	left: 17.3rem !important;
        }

        .news03caption 
        {
        	bottom: 35% !important;
        }

        .news04caption 
        {
        	bottom: 36% !important;
        }

        .news05caption 
        {
        	bottom: 36% !important;
        	left: 17rem !important;
        }


        
    }
}

/* ===[ End of Mozilla Firefox Styles ]=== */


ul li ul.dropdownoffcanvas {
 display: none;
 opacity: 0;
 visibility: hidden;
 width: 100%;
 height: 170px;
 padding: 0;
}

ul li ul.dropdownoffcanvas li {
 color: #fff;
 text-transform: uppercase;
 display: block;
}
ul li:hover ul.dropdownoffcanvas {
display: block;
opacity: 1;
visibility: visible;
}


/* Homepage Video CSS Style */


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/* End of Homepage Video CSS Style */