/* 
  IMPORTANT: To Link to this Stylesheet

  Click 'Menu' button at the top and select 'Copy Link' 
*/ 



/* 
  IMPORTANT: Link to this Stylesheet

  Link:  <link rel="stylesheet" href="../css/stylish-portfolio.css"> 
*/ 



/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: Center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

.vert-text a:hover {
    background: orange;
    color: #ffffff;
    border-color: #ffffff;
}


/* Cookie Banner */

.cookies {
  background: #d99400;
  padding: 10px 0;
  color: #ffffff;
  width:100%;
}

.cookie-btn {
    background-color: white;
    border: none;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.cookie-btn:hover {
    border: 1px solid black;
}

.tab-close-btn {
    background-color: white;
    border: none;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.tab-close-btn:hover {
    border: 1px solid black;
}

/* (formregthanx) Form Register Thank You */

.formregistered {
  background: #37db00;
  padding: 10px 0;
  color: #000000;
  width:100%;
}


/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #ffffff;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #ff9500;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #0ac63f;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  background: #cc9b32;
  border-color: #bb8511;
  position: fixed;
  z-index: 1;
}


#menu-toggle:hover {
    color: #ffffff;
    background: #bb8511;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../../common/assets/GirlandSwingoverCity.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Intro */

.intro {
  background: none;
  color: #000000;
  padding: 10px 0;
  position: relative;
}

.img-logo {
  position: relative;
}

/* Our USP */

.services {
  background: #d99400;
  padding: 50px 0;
  color: #000000;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../../common/assets/SurrealLandBook.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* What2Do */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-what2do {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.img-portfolio {
  margin: 25px;
}

.portfolio-img {
    padding: 25px 0;
}


/* Register Interest */

.call-to-action {
  color: #ffffff;
  background: #d99400;
  padding: 20px 0;
}

.img-what2doorange {
  height: auto;
  width: 70%;
  margin: 0 auto;
}

.call-to-action .btn {
  margin: 10px;
}

.interest-submit {
  color: #ffffff;
  background: #d99400;
  padding: 10px 0;
}

.interest-submit .btn {
  margin: 10px;
}

input[type=text]:invalid {
  border: 1px solid red;
}

input[type=email]:invalid {
  border: 1px solid red;
}

input[type=text] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=text]:valid {
  background: #8cffac;
}

input[type=email]:valid {
  background: #8cffac;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.humancheck{visibility: hidden;}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.col-5 {
  float: left;
  width: 5%;
  margin-top: 6px;
}

.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}


.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}


.col-90 {
  float: left;
  width: 90%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../../common/assets/GirlandSwingoverCity.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../../common/assets/SurrealLandBook.jpg) no-repeat center center scroll; 
  }
 
  .map {
	height: 50%;
  }

}