
html {
}


.footer-container a {
  color: #bb8b9b;
  text-decoration: none;
}
.footer-container a:hover,
.footer-container a:focus {
  color: #6db398;
  text-decoration: underline;
}
.footer-container a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a {
    color: #73bfa2;
    text-decoration: none;
}

body {
    margin: 0;
	font: normal 14px/1.4 "Droid Serif", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	background-image: url("/morzinestorage/assets/img/website-background.jpg");
	background-attachment: fixed;
	background-size:cover;
	background-color:#72223c;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }




.textshadow {
	text-shadow:
   -2px -2px 0 #5f182f,  
    2px -2px 0 #5f182f,
    -2px 2px 0 #5f182f,
     2px 2px 0 #5f182f;
}

.shadow {
-webkit-box-shadow:0 0 20px #5f182f; 
-moz-box-shadow: 0 0 20px #5f182f; 
box-shadow:0 0 20px #5f182f;
}

legend {     
font-family: 'Martel', serif;
position: relative;     
left: -7px;     
top: -0.45em;
font-size:160%;
	 color: #F97303;
	 border-bottom:0px;
	 margin-bottom:0px;
} 

.buttonstyle {
	border: 2px solid #4fc899;
	margin-bottom:1em !important;
	border-radius:.5em !important;
	cursor:pointer;
	text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.input-group-addon {
	background-color: #fff;
	border:0px;
	color: #F97303;

}
.buttonstyle:hover {
 background-image:-webkit-linear-gradient(top,#fff 0,#ace5cf 100%);
 background-image:-o-linear-gradient(top,#fff 0,#ace5cf 100%);
 background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ace5cf));
 background-image:linear-gradient(to bottom,#fff 0,#ace5cf 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ace5cf', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
 background-repeat:repeat-x;
 border-color:#4fc899;
 color:#FFF;
}

.btn-gonext {
 background-image:-webkit-linear-gradient(top,#73bfa2 0,#619a84 100%);
 background-image:-o-linear-gradient(top,#73bfa2 0,#619a84 100%);
 background-image:-webkit-gradient(linear,left top,left bottom,from(#73bfa2),to(#619a84));
 background-image:linear-gradient(to bottom,#73bfa2 0,#619a84 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bfa2', endColorstr='#619a84', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
 background-repeat:repeat-x;
 border-color:#4fc899;
 color:#FFF;
 text-transform:uppercase;
 text-shadow: 0 1px 0 #418b6f;

}

.btn-gonext-wrap {
	 white-space: wrap !important;
}

.btn-gonext:focus,.btn-gonext:hover {
 background-color:#619a84;
 background-position:0 -15px;
 color:#ace5cf;
}
.btn-gonext.active,.btn-gonext:active {
 background-color:#619a84;
 border-color:#dbdbdb
}


.flags-container {
	margin:10px auto 0px auto;
	text-align:center;
	height:90px;
}

.flags-container img {
	margin:0 10px;
}

.flag {
		border:4px solid #8e4e63;
}


.flag:hover {
		border:4px solid #619a84;
}


.flex-container {
    height: 88%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-flow: column;
    align-items: center;
}
.messagebox { 
    background-color: #72223c;
	border:4px solid #619a84;
    padding: 5px;
    width: 200px;
    height: 200px;
    margin: 10px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
	justify-content: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.logo {
	background-image:url("/morzinestorage/assets/img/logo.png");
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;
	text-align: center;
	 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	font-weight:100;
	letter-spacing:-0.04em;
	font-size:1em;
	clear:both;
	margin:10px;
	height:150px;
	width:100%;
	display:block;	
}


.logo h1, .mainlogo h1, ul.more-listing p {
	display:none;
}

.mainlogo {
	background-image:url("/morzinestorage/assets/img/mainlogo.png");
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;
	text-align: center;
	font-weight:100;
	letter-spacing:-0.04em;
	font-size:1em;
	clear:both;
	margin:12px 12px 0px 12px;
	height:80px;
	width:200px;
	cursor:pointer;
}

.logo h1, .mainlogo h1, ul.more-listing p {
	display:none;
}



/* --------------- HEADER  */

.header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	width:100%;
	align-items: center;
	background-repeat:repeat;
	border-bottom:1px solid #8d4e63;
}

.header-bg {
	background-image:url("/morzinestorage/assets/img/header-bground.png");
}
.homeheader-bg {
	background-image:url("/morzinestorage/assets/img/homeheader-bground.jpg");	
}


.paneltext-l p, .paneltext-l h2 {
	text-align:left;
}

.flags-box a {
	padding:0px 2px;	
}


@media screen and (min-width: 1010px) {  
.header-container, .howitworks-container {
		flex-flow: row;
}
header {
	margin-bottom:1em;
}
.flags-box {
	margin-left: auto;
	padding-right:22px;
}
.opening2017 {
	background-image:url("/morzinestorage/assets/img/opening-flag.png");
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:20;
	width:140px;
	height:129px;
}
.panel {
	flex-flow: column;
}

.panel:first-child {
	margin-left:0;
	padding-left:0;	
}
.panel:last-child {
	margin-right:0;
	padding-right:0;	
}
.panelnumber {
	width:60px;
	height:60px;
	margin:0 auto 40px auto;
}
.panelnumber p {
	font-size:4em;
	font-weight:500;
	margin-left: 12px;
    margin-top: -10px;
	}
.paneltext p, .paneltext h2 {
	text-align:center;
}
.rightside-panel {
	margin-left:1em;
}
}

@media screen and (max-width: 1009px) and (min-width: 768px) {  
.header-container, .howitworks-container {
		flex-flow: row;
}
.flags-box {
	margin-left: auto;
	padding-right:22px;
}
.opening2017 {
	background-image:url("/morzinestorage/assets/img/opening-flag.png");
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:20;
	width:140px;
	height:129px;
}
.panel {
	flex-flow: column;
}
.panel:first-child {
	margin-left:0;
	padding-left:0;	
}
.panel:last-child {
	margin-right:0;
	padding-right:0;	
}
.panelnumber {
	width:60px;
	height:60px;
	margin:0 auto 40px auto;
}
.panelnumber p {
	font-size:4em;
	font-weight:500;
	margin-left: 12px;
    margin-top: -10px;
	}
.paneltext p, .paneltext h2 {
	text-align:center;
}
.rightside-panel {
	margin-left:1em;
}
}

@media screen and (max-width: 767px) and (min-width: 401px) {
	.header-container, .howitworks-container {
		flex-flow: column;
}
.logo-box {
	order:2
}

.flags-box {
	order:1;
	margin-top:10px;
}

.more-box {
	order:3;
	padding-bottom: 15px;
}
.opening2017:before {
	content:"OPENING WINTER 2017";
}

.opening2017 {
	height:30px;
	width:100%;
	background-color:#619a84;
	color:white;
	 padding-top: 13px;
    text-align: center;
}
.panelnumber {
	width:25px;
	height:25px;
	float:left;
	margin-right:28px;
}
.panelnumber p {
	font-size:3em;
	font-weight:500;
	margin-left: 0;
    margin-top: -16px;
	}
}

@media screen and (max-width: 400px) {
.header-container, .howitworks-container {
		flex-flow: column;
}
.logo-box {
	order:2
}

.flags-box {
	order:1;
	margin-top:10px;
}

.more-box {
	order:3;
	padding-bottom: 15px;
}
.opening2017:before {
	content:"OPENING WINTER 2017";
}
.opening2017 {
	height:30px;
	width:100%;
	background-color:#619a84;
	color:white;
	 padding-top: 13px;
    text-align: center;
}
.panelnumber {
	width:25px;
	height:25px;
	float:left;
	margin-right:28px;
}
.panelnumber p {
	font-size:3em;
	font-weight:500;
	margin-left: 0;
    margin-top: -16px;
	}
}






.logo-box {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flags-box {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.more-box {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
}

.tint {
	background-image:url("/morzinestorage/assets/img/header-bground.png");
	background-repeat:repeat;
}

.divider {
	border:2px dashed #b66d85;
	margin:20px 0;
}

/************************/
/* ProgressBar         */
/************************/

.progressbar ol { 
background:none;
}
.progressbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color:transparent;
  font-size:130%;
  
}
.progressbar > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
    color: #F97303;

}
.progressbar > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #61152e;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
  color:#fff;
}
.progressbar > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #bb8b9b;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.progressbar > li:last-child:after {
  display: none;
}
.progressbar > li.is-complete {
  color: #ffcc00;
}
.progressbar > li.is-complete:before, .progress > li.is-complete:after {
  color: #000;
  background: #ffcc00;
}
.progressbar > li.is-active {
  color: #619a84;
}
.progressbar > li.is-active:before {
  color: #FFF;
  background: #619a84;
}

/**
 * Needed for IE8
 */
.progressbar__last:after {
  display: none !important;
}


@media screen and (max-width: 767px) {
.desktoponly {
	display:none;
	
}
.progressbar {
  margin:0.6em 0;
}
}
@media screen and (min-width: 767px) {
.desktoponly {
	display:block;
	font-size:130%;
}
.progressbar {
  margin:1em 0;
}
}



.TabletTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing:2px;
    } 
.TabletTable thead {
    background:#a86c7f;
}
.TabletTable thead th {
    color: #ffffff;
    font-size:14px;
}
.TabletTable tr:nth-child(even) {
    background: #fff;
}

.TabletTable tbody td {
    color: #606060;
    font-size:14px;
}
.TabletTable tbody td div {
    min-height: 110px;
}

.TabletTable td, .TabletTable th {
    padding: 10px;
}

/*
.TabletTable tbody tr td:nth-child(1) {
    width: 17%;
}
.TabletTable tbody tr td:nth-child(2) {
    width: 17%;
}
.TabletTable tbody tr td:nth-child(3) {
    width: 21%;
}
.TabletTable tbody tr td:nth-child(4) {
    width: 24%;
}
.TabletTable tbody tr td:nth-child(5) {
    width: 21%;
}
*/



/* Phones Galaxy Note + */
/*************************************/
@media only screen and (max-width : 720px) {
    .TabletTable, .TabletTable thead, .TabletTable tbody, .TabletTable th, .TabletTable td, .TabletTable tr { 
        display: block !important; 
    }
	
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .TabletTable thead tr { 
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    
    .TabletTable tr { 
        border: 0px solid #ccc !important;
    }
    
    .TabletTable td { 
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 0px solid #eee !important; 
        position: relative !important;
        padding: 4px 0px 0px 25% !important;
		 
    }
    .TabletTable th {
		padding:2px 4px;
	}
    
    .TabletTable td:before { 
        /* Now like a table header */
        position: absolute !important;

        /* Top/left values mimic padding */
        top: 4px !important;
        left: 6px !important;
        width: 45% !important; 
        padding-right: 10px !important; 
        white-space: nowrap !important;
    }
    
    .TabletTable td:before { content: attr(data-label) !important; }
}




.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}





footer h3 {color:#f16a08; text-transform:uppercase; font-size: 19px;}
footer ul {color:#bb8b9b}
footer p {color:#bb8b9b; font-size:11px;}

.badge {
	background-color: #73233e;
}



/* Main Navigation */
/*************************************/

/*
.more-listing li {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	cursor:pointer;
}

.more-listing li{
	background-color: #72223c;
	border:4px solid #8e4e63;
	color:#619a84;

}
.more-listing li:hover  {
	background-color: #619a84;
	border:4px solid #85c9af;
	color:white;	
}

.more-listing li a {
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
}

.more-listing li {
	margin: 10px auto !important;
	padding: 5px !important;
    width: 39px !important;
    height: 39px !important;
}

.more-listing {
	flex-flow: row;
	align-items: stretch;
	display:flex;
}

.more-listing {
	padding:0px;
	width:250px;
	margin:0 auto;
}


.fa-suitcase::before {
    margin-left: 2px;
}
.fa-info::before {
    margin-left: 9px;
}
.fa-map-marker::before {
    margin-left: 7px;
}

.fa-envelope::before {
    margin-left: 2px;
}


.fa::before {
	 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

*/



/* Main Navigation */
/*************************************/


.more-listing li {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	cursor:pointer;
}

.more-listing li{
	background-color: #72223c;
	border:4px solid #8e4e63;
	border-radius:50%;
	color:#f16a08;

}
.more-listing li:hover  {
	background-color: #619a84;
	border:4px solid #85c9af;
	border-radius:50%;
	color:white;	
}

.more-listing li a {
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
}

.more-listing li {
	margin: 10px auto !important;
	padding: 5px !important;
    width: 50px !important;
    height: 50px !important;
}

.more-listing {
	flex-flow: row;
	align-items: stretch;
	display:flex;
}

.more-listing {
	padding:0px;
	width:230px;
	margin:0 auto;
}


.fa-suitcase::before {
    margin-left: 2px;
}
.fa-info::before {
    margin-left: 10px;
}
.fa-map-marker::before {
    margin-left: 8px;
}

.fa-envelope::before {
    margin-left: 2px;
}


.icon-heading {
  display: inline-block;
  width:60%;
}
i+h2 {
  display: inline-block;
}


.aside_collection:before {
	content: "\f0d1";
	font-size:60px;
	font-family: FontAwesome;
  	display: inline-block;
}
.aside_collection {
  text-decoration: none;
  display: inline-block;
  width: 5em;
  position: relative;
}
.aside_time:before {
	content: "\f017";
	font-size:60px;
	font-family: FontAwesome;
  	display: inline-block;
}
.aside_time {
  text-decoration: none;
  display: inline-block;
  width: 4.5em;
  margin-left: 0.5em;
  position: relative;
}
.aside_secure:before {
	content: "\f023";
	font-size:60px;
	font-family: FontAwesome;
  	display: inline-block;
}
.aside_secure {
  text-decoration: none;
  display: inline-block;
  width: 4em;
  margin-left: 1em;
  position: relative;
}
.aside_booknow:before {
	content: "\f0f2";
	font-size:120px;
	font-family: FontAwesome;
  	display: inline-block;
	 margin: 0 auto;
	 text-align:center;
	 color:white;
	 width:100%;
}
.aside_booknow {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
}

.aside_location:before {
	content: "\f041";
	font-size:60px;
	font-family: FontAwesome;
  	display: inline-block;
}
.aside_location {
  text-decoration: none;
  display: inline-block;
  width: 4em;
  margin-left: 1em;
  position: relative;
}

.aside_suitcase:before {
	content: "\f0f2";
	font-size:60px;
	font-family: FontAwesome;
  	display: inline-block;
}
.aside_suitcase {
  text-decoration: none;
  display: inline-block;
  width: 4em;
  margin-left: 0.2em;
  margin-right: 0.8em;
  position: relative;
}



/* Homepage Sliders Styling */
/*************************************/
	
#homeheader {
	background-image: url("/morzinestorage/assets/img/homepage2.jpg");
	background-attachment: fixed;
	background-size:cover;
	display:block;
}

#homescroller {
}


.homeslide-left:before {
	content: "\f104";
	font-size:80px;
	color:#bb8b9b;
}
.homeslide-right:before {
	content: "\f105";
	font-size:80px;
	color:#bb8b9b;
}
  
.carousel-control.left,
.carousel-control.right {
	background-image:none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}
.carousel-control { 
 color:#73233e;
 text-shadow:none;
}


@media screen and (min-width: 1200px) { 
.carousel-caption {
    right: 38% !important;
    left: 8% !important;
    bottom: 27% !important;
}
.carousel-indicators {
    bottom: 0px;
}

.carousel-caption h3 {
	color:#e85518;
	font-size:4em !important;
	text-shadow:none;
	margin-top:0px;
	text-align:left;
}
.carousel-caption h4 {
	color:#33aa7c;
	font-size:3em !important;
	text-shadow:none;
	text-align:left;
}

}

@media only screen and (min-width : 568px) and (max-width : 1199px) {
.carousel-caption {
    right: 35% !important;
    left: 8% !important;
    bottom: 27% !important;
}
.carousel-indicators {
    bottom: 0px;
}

.carousel-caption h3 {
	color:#e85518;
	font-size:calc(2vw + 2vh);
	text-shadow:none;
	margin-top:0px;
	text-align:left;
}
.carousel-caption h4 {
	color:#33aa7c;
	font-size:calc(1.3vw + 1.3vh);
	text-shadow:none;
	text-align:left;
}

}
@media only screen and (max-width : 567px) {
.carousel-indicators {
    bottom: -10px;
}
.carousel-caption h3 {
	color:#e85518;
	font-size:calc(1.7vw + 1.7vh);
	text-shadow:none;
	margin-top:0px;	
}
.carousel-caption h4 {
	color:#33aa7c;
	font-size:calc(1.4vw + 1.4vh);
	text-shadow:none;
}
}

.carousel-caption {
    position: absolute;
    right: 12%;
    bottom: 4%;
    left: 12%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-indicators li {
    border: 1px solid #bb8b9b;
}
.carousel-indicators .active {
    background-color: #bb8b9b;
}



/* Circle Boxes Styling */
/*************************************/


.circlebox {
	border:6px solid #bb8b9b;
	border-radius:50%;
	text-align:center;
	background-color:#73233e;
	margin-bottom:12px;
	cursor:pointer;
	font-family: FontAwesome;

}

.circlebox:hover {	
	border:6px solid #619a84;
	border-radius:50%;
	text-align:center;
}

.mainactions {
	color:white;
	padding-bottom:20px;
}

.circle1:before {
	content: "\f017";
}
.circle2:before {
	content: "\f023";
}
.circle3:before {
	content: "\f0d1";
}
.circle4:before {
	content: "\f109";
}


    @media only screen and (min-width : 320px) {

.circlebox {
	padding:0px;
	width:75px;
	height:75px;
	line-height: 80px !important;
	margin:12px 0 6px 12px;
}

.circle1:before {
	font-size: 38px;
	line-height: 2px;
}
.circle2:before {
	font-size: 38px;
	line-height: 2px;

}
.circle3:before {
	font-size: 38px;
	line-height: 2px;

}
.circle4:before {
	font-size: 38px;
	line-height: 2px;
}

.mainactionstext {
	text-align:left;
}
    }

    @media only screen and (min-width : 480px) {
.circlebox {
	padding:0px;
	width:75px;
	height:75px;
	line-height: 80px !important;
	
}

.circle1:before {
	font-size: 38px;
	line-height: 2px;
}
.circle2:before {
	font-size: 38px;
	line-height: 2px;

}
.circle3:before {
	font-size: 38px;
	line-height: 2px;

}
.circle4:before {
	font-size: 38px;
	line-height: 2px;
}

.mainactionstext {
	text-align:left;
}
    }

    @media only screen and (min-width : 768px) {
.circlebox {
	padding:0px;
	width:75px;
	height:75px;
	line-height: 80px !important;
}

.circle1:before {
	font-size: 38px;
	line-height: 2px;
}
.circle2:before {
	font-size: 38px;
	line-height: 2px;

}
.circle3:before {
	font-size: 38px;
	line-height: 2px;

}
.circle4:before {
	font-size: 38px;
	line-height: 2px;
}

.mainactionstext {
	text-align:left;
}
    }

    @media only screen and (min-width : 992px) {
.circlebox {
	padding:27px 0 0 0px;
	width:145px;
	height:145px;
	line-height: 110px !important;
}

.circle1:before {
	font-size: 58px;
	line-height: 52px;

}
.circle2:before {
	font-size: 58px;
	line-height: 52px;

}
.circle3:before {
	font-size: 58px;
	line-height: 52px;

}
.circle4:before {
	font-size: 58px;
	line-height: 52px;
}

.mainactionstext {
	text-align:center;
}
   }

    @media only screen and (min-width : 1200px) {	
.circlebox {
	padding:40px 0 0 0px;
	width:165px;
	height:165px;
	line-height: 110px !important;
}

.circle1:before {
	font-size: 68px;
	line-height: 62px;

}
.circle2:before {
	font-size: 68px;
	line-height: 62px;

}
.circle3:before {
	font-size: 68px;
	line-height: 62px;

}
.circle4:before {
	font-size: 68px;
	line-height: 62px;
}

.mainactionstext {
	text-align:center;
}
    }




/* FAQs Styling */
/*************************************/

.faq-header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-flow: row;
	align-items: flex-start;
	border-radius:12px;
	background-image:url(../img/box-background.jpg);
	background-size:cover;
	padding:10px;
	border:3px solid #5f182f	;
}

.faq-header-icon p {
	color:white !important;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-header p {
	color:#72223c;
	margin-bottom: 12px;
}

.faq-header-icon {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	cursor:pointer;
	background-color: #619a84;
	border:4px solid #8e4e63;
	color:white;
	padding:10px;
	height:20px;
	width:20px;
	margin: 20px 40px 20px 20px;
}
.faq-header-icon p {
	font-size: 2em;
    font-weight: 500;
    margin-left: 2px;
    margin-top: -9px;
}

.faq-header-text {
	margin-top: 12px;
}

.panelnumber {
    cursor: pointer;
    background-color: #619a84;
    border: 4px solid #8e4e63;
    color: white;
    padding: 20px;
	border-radius:50%;
}


@media screen and (min-width: 768px) { 
.panelnumber {
	width: 103px;
	height: 103px;
	margin: 0 auto 40px auto;
}

}
@media screen and (max-width: 767px) { 
.panelnumber {
    width: 72px;
    height: 72px;
    margin: 0 10px 40px auto;
}

}
.howitworks-container h2 {
	    color: #F97303;
}
.howitworks-container p {
	    color: white;
}

.enterbutton {
	background-color: #619a84;
    border: 2px solid #d7a9b8;
    border-radius: 10px;
    color: white;
    margin: 10px 0;
    padding: 10px 6px 8px;
    text-align: center;
    text-transform: uppercase;
}
.map-container {
	border: 2px solid #d7a9b8;
    border-radius: 10px;
	width:100%;
	height:300px;
	flex: 2;
	margin-bottom:1em;
}
.rightside-panel {
	flex: 1;
}
.register-form {
	
}



/* Booking Form Styling */
/*************************************/

.collectionlabel {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.bookingicons {
	color:#ccc;
	padding-bottom:10px;
}

.pickup {
	color:#F03;
}

.dropoff {
	color:#06F;
}

/* Booking Form Styling OVERWRITING */
/*************************************/

.checkbox {
    margin-top: 0px;
}
.help-block {
    font-size: 15px;
	font-family: 'Abel', sans-serif;
	letter-spacing: -0.01em;
	font-style: italic;
	line-height: 18px;
}

.badge {
    background-color: #F97303;
	font-size: 13px;
	font-weight: 400;
}
.alert-success { 


}

.alert-success:before {
	content: "\f058";
	font-size:30px;
	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: 0.1em;
  	margin-right: 0.2em;
	margin-top:0px;

}


/* Footer Styling */
/*************************************/

.footer-container {
    
	background-image:url("/morzinestorage/assets/img/header-bground.png");
	background-repeat:repeat;
	border-top:1px solid #8d4e63;
	width:100%;
}

.footer-container p,
.footer-container label {
	color:#bb8b9b;
}

.equal {  
    display: -webkit-flex;
    display: flex;
}

.footer-container ul {
	padding-left: 15px;
	color: #8e4f64;
}



@media only screen and (min-width : 720px) {
.footer-container .col-sm-5, .footer-container .col-md-5, .footer-container .col-lg-5 {
     padding-right: 0 !important;
	 padding-left: 0 !important;
}
.footer-container .col-lg-5 {
     padding-right: 2px !important;
	 padding-left: 0 !important;
}
}


/* Aside Styling */
/*************************************/

.aside_bg {
background-image: url("/morzinestorage/assets/img/box-background.jpg");
	background-attachment: fixed;
	background-size:cover;
}

.aside_bg h2 { 
	color:#F97303 !important;
	line-height: 0.9em;
}

.aside_bg p { color:#000 !important;
}


.aside_bg_booknow {
background-image: none;
	background-attachment: fixed;
	background-size:cover;
		margin-bottom: 20px;
}
.aside_bg_booknow h2 { 
	color:#F97303 !important;
	line-height: 0.9em;
	width:100%;
	text-align:center;
	margin-top:0;
	line-height: 1.1em;
	font-size: 23px;
}

.aside_bg_booknow p { color:#000 !important;
}




/* Gallery Styling */
/*************************************/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.gallerymargin {
	padding-top:15px;
	padding-bottom:15px;
}
	
.galleryborder {	
	border:6px solid #bb8b9b;
	border-radius:50%;
}
.galleryborder:hover {	
	border:6px solid #619a84;
}

.img-fluid {
  @include img-fluid;
}


.img-thumbnail {
  padding: $thumbnail-padding;
  background-color: $thumbnail-bg;
  border: $thumbnail-border-width solid $thumbnail-border-color;
  @include border-radius($thumbnail-border-radius);
  @include transition($thumbnail-transition);
  @include box-shadow($thumbnail-box-shadow);
  @include img-fluid;
}



.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: ($spacer / 2);
  line-height: 1;
}

.figure-caption {
  font-size: $figure-caption-font-size;
  color: $figure-caption-color;
}



/* FAQ Styling */
/*************************************/


.faqHeader {
        font-size: 27px;
        margin: 10px;
		color:#F97303;
    }

    .panel-heading [data-toggle="collapse"]:after {
        content: "\f062"; 
    	font-family: FontAwesome;
        float: right;
        color: #619a84;
        font-size: 18px;
        line-height: 22px;
        
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        content: "\f063"; 
    	font-family: FontAwesome;
        color: #8e4f64;
    }
	

.PageHeader {
    font-size: 27px;
    margin: 10px 0;
    color: #F97303;
}


p.blacktext {
	color:black;
}


.rwd-line { display: inline; }
        
@media screen and (min-width: 1200px){
.rwd-line { display: block; }
}
        


/* OVER WRITING */
/*************************************/


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ccc;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #73bfa2;
    border-color: #73bfa2;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #73bfa2;
    border-color: #73bfa2;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

#accordion .panel-body {
	padding:15px 15px 30px 15px;
	background-color:#F97303;
	color:white;
	border-color:#666;
}
#accordion .panel {
    border: 2px solid transparent;
}



.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {

background: #8e4f64; /* Old browsers */

background: -moz-linear-gradient(top,  #8e4f64 0%, #73233e 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #8e4f64 0%,#73233e 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #8e4f64 0%,#73233e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4f64', endColorstr='#73233e',GradientType=0 ); /* IE6-9 */

text-shadow: 0 -1px 0 #73233e;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #F97303;
    background-color: #8e4f64;
    border-color: #8e4f64;
}
.list-group-item h4 {
	margin-top:2px;
	margin-bottom:2px;	
}



@media screen and (max-width: 767px) {

.google-maps {
	position: relative;
	padding-bottom: 100%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

	
.pricetable td {
		padding:3px 1px !important;
		margin:0px;
		border:1px solid #ccc;
		text-align:center;
		font-size:82%;
	}
	.pricetable tr {
		background-color:#fff;
	}
	.pricetable tr:nth-child(odd) {
		background-color:#f2f1f1;
	}
	
	.pricetable th {
		background-color:#fff;
		padding:3px 1px !important;
		margin:0px;
		font-weight:bold;
		font-size:82%;
	}

}

@media screen and (min-width: 768px) {

.google-maps {
	position: relative;
	padding-bottom: 50%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.pricetable td {
		padding:4px 0 4px 4px;
		margin:1px;
		border:1px solid #ccc;
		text-align:center;
	}
	.pricetable tr {
		background-color:#fff;
	}
	.pricetable tr:nth-child(odd) {
		background-color:#f2f1f1;
	}
	
	
	.pricetable th {
		background-color:#fff;
		padding:4px 0 4px 4px;
		margin:1px;
		font-weight:bold;
	}	


}
