@import url("WireOne/stylesheet.css");
@import url("StayClassy/stylesheet.css");

body {
		background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 400;
        position: relative;
}

h1 {
    font-family: StayClassy;
    text-decoration: none;
    font-weight: 500;
    font-size: 6em;
}

h5 {
    font-family: StayClassy;
    text-decoration: none;
    font-weight: 550;
    font-size: 3.5em;
}

h2, h3, h4 {
	font-weight: bold;
}

p {
	line-height: 26px;
}



/* start all section */
#info, #plans, #images, #contact {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand {
        padding-top: 10px;
        padding-bottom: 40px;
    }
.navbar-brand .img-responsive {
	height: 50px;
	margin: 0px;
	
}
.navbar-default .navbar-nav li a {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover {
        color: #D39600;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #D39600;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar {
        background: #D39600;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home {
      padding-top: 65px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color:#000000;
  overflow: hidden;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* end home */

/* start plans */

.plan-box {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
	width: 100%;
}

.plans-img {
    width: 100%;
    display: block;
    height: 100%;
	align-content: center;
}

input[type="radio"] {  
  margin-right: 20px;
}

.slider {
  width: 100%;
  max-height: 1000px;
  border-radius: 10px;
  overflow: hidden;
}
  
.imgs_slides {
  width: 500%;
  max-height: 1000px;
  display: flex;
  align-content: center;	
}
  
        /* We have to set display: none;
          If not, all of our images would 
          be visible at the same time */
        .imgs_slides input {
            display: none;
        }
  
        .slide {
            width: 20%;
            transition: 2s;
        }
  
        .slide img {
            max-width: 100%;
            height: 100%;
        }
  
        /* css for slide navigation */
        .navigation {
            position: absolute;
			margin-top: -10px;
			margin-left: -22px;
            width: 100%;
            display: flex;
            justify-content: center;
        }
  
        .navigation-btn {
            padding: 5px;
            cursor: pointer;
			
        }
  
        .navigation-btn:not(:last-child) {
            margin-right: 10px;
			margin-left: 10px;
        }
  
        .navigation-btn:hover {
            color: #D39600
        }

        .navigation-btn:active {
            color: #D39600
        }
  
        /* The checked attribute is used with
        reference to <input type="radio">, 
        when radio button is clicked the 
        class will shift w.r.t  left margin 
        as mentioned which results in image 
        slider */
        #radio1:checked~.first {
            margin-left: 0;
        }
  
        #radio2:checked~.first {
            margin-left: -20%;
        }

        #radio3:checked~.first {
            margin-left: -40%;
        }
/* end plans */



/* start images */
#images h2
    {
        padding-bottom: 30px;
    }
#images .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#images .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#images .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#images .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

/* unvisited link */
#images a:link {
  color: #FFFFFF;
}

/* visited link */
#images a:visited {
  color: #805B00;
}

/* mouse over link */
#images a:hover {
    color: #D39600;
}

/* selected link */
#images a:active {
  color: #D39600;
}

/* end images */

/* start panoramas */
#panoramas h2
    {
        padding-bottom: 30px;
    }
#panoramas .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#panoramas .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#panoramas .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#panoramas .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

/* unvisited link */
#panoramas a:link {
  color: #FFFFFF;
}

/* visited link */
#panoramas a:visited {
  color: #805B00;
}

/* mouse over link */
#panoramas a:hover {
    color: #D39600;
}

/* selected link */
#panoramas a:active {
  color: #D39600;
}

/* end panoramas */


/* start contact */
#contact
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#contact h2
    {
        padding-bottom: 30px;
    }
#contact img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#contact img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#contact h3
    {
        color: #D39600;
        padding-bottom: 10px;
    }
#contact h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end contact */


/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
.footer-text{
	width: 100%;
	padding: 10px;
    text-align: center;
    font-size: 10px;
}
/* end footer */


@media only screen and (max-width: 1199px) {
    h1 { font-size: 5em; }
    h2 { font-size: 24px; }
	h5 { font-size: 3em;
}
	    .flexslider img {
            max-width: 100%;
            height: 100%; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1 { font-size: 6em; }
    h2 { font-size: 18px; }
	    .flexslider img {
            max-width: 100%;
            height: 100%; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
	h1 { font-size: 3em; }
    h2 { font-size: 14px; }
	    .flexslider img {
            max-width: 100%;
            height: 100%; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}
/* end templatemo 360 media quires */