

html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

section#title-bar1 {
  background: #B92265;
  color: #fff;
  height: 80px;
  padding: 0;
  top: 0;
  right: 0;
  position: fixed;
  width:100%;
  z-index: 100;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 6%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.navbar-toggle {
    padding: 10px;

	float: left;
}

.navbar-inverse {
	
	border-color: #CE9869;
	
}

.navbar-fixed-top {
	
	border-width:0 0 8px 0;
	
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

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

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .1s ease-in;
      -moz-transition:  width .1s ease-in;
       -ms-transition:  width .1s ease-in;
            transition: width .1s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
	padding-bottom:10px;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(10):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(11):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(12):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(13):before {
    background-color: #CE9869;   
}
.sidebar-nav li:nth-child(14):before {
    background-color: #CE9869;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .05s ease-in;
      -moz-transition:  width .05s ease-in;
       -ms-transition:  width .05s ease-in;
            transition: width .05s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li:first-child a:hover 
.sidebar-nav li:first-child a:active 
.sidebar-nav li:first-child a:focus {
    color: #fff;
    background-color: #000000;
	padding-bottom:10px;
}



.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 120px;
    font-size: 20px;
    line-height: 44px;
	padding-top: 10px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding-left: 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
#telemail {
	font-size:70%; 
	color:white; 
	font-weight: bold; 
	margin-left:10px;
}
#telemail:hover {
	color:black; 
}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.menu {
	position: fixed;
	top: 120px;  
	z-index: 20;
	display: block;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	left:12px;
	font-size:20px;
	color:white;
}
	

.hamburger {
  position: fixed;
  top: 70px;  
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

/*Media queries*/

/*LANDSCAPE MEDIA*/

@media (min-width: 1440px) and (orientation:landscape) {
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -50%;
	  width: 210%;
	  height: 550%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 25%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 1.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	
	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
	}		
	
	.fixedwrapper {
		height: 2700px;
	}
	
	.u1 {
		width:70vmin;
		height:60vmin;
		position:relative;
		top:7%;
		left:30%
	}
	.popup {
	  margin: 120px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 45%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		position: absolute;
		left:30% !important;
	}
	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:65px;
	}	
	
	#pic2 {
		font-size:85px;
		font-weight:bold;
		text-align:center;
	}
	
	.centered {
		width:80%;
		top:31%;
	}
	
	#bodycontact {
		height:900px;
	}	
}


@media (min-width: 1201px) and (max-width: 1439px) and  (min-height: 771px) and (orientation:landscape) {
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: -10%;
	  left: -50%;
	  width: 180%;
	  height: 650%;
	  margin-top: 0px;
	  margin-left: 10%;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 30%;
	  top: 50%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	
	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
	}		
	
	.fixedwrapper {
		height: 2400px;
	}
	
	.u1 {
		width:70vmin;
		height:60vmin;
		position:relative;
		top:7%;
		left:30%
	}	
	.popup {
	  margin: 120px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 45%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		left:34% !important;
	}

	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:65px;
	}		
}

@media (min-width: 1201px) and (max-width: 1439px) and (max-height: 770px) and (orientation:landscape) {
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 3%;
	  left: -50%;
	  width: 180%;
	  height: 650%;
	  margin-top: 0px;
	  margin-left: 10%;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 30%;
	  top: 50%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	
	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
	}		
	
	.fixedwrapper {
		height: 2400px;
	}
	
	.u1 {
		width:70vmin;
		height:60vmin;
		position:relative;
		top:6%;
		left:30%
	}
	.popup {
	  margin: 120px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 45%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		left:28% !important;
	}

	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:65px;
	}		
}

@media (min-width: 992px) and (max-width: 1200px) and (min-height: 771px) and (orientation:landscape){


	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -30%;
	  width: 160%;
	  height: 560%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 30%;
	  top: 30%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	
	
	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
	}		
	
	.fixedwrapper {
		height: 2400px;
	}	
	.u1 {
		width:70vmin;
		height:60vmin;
		position:relative;
		top:7%;
		left:30%
	}
	.popup {
	  margin: 120px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 45%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		left:30% !important;
	}	

	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:65px;
	}		
}

@media (min-width: 992px) and (max-width: 1200px) and (max-height: 770px) and (orientation:landscape){


	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -30%;
	  width: 180%;
	  height: 560%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 30%;
	  top: 30%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
	}		
	
	.fixedwrapper {
		height: 2400px;
	}

	.u1 {
		width:60vmin;
		height:50vmin;
		position:relative;
		top:6%;
		left:30%
	}
	.popup {
	  margin: 120px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 45%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		left:34% !important;
	}	

	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:55px;
	}		
}
@media (max-width: 991px) and (orientation:landscape){


	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -30%;
	  width: 170%;
	  height: 450%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 1.5rem;
	  font-weight: 700;
	  left: 30%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 2rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusiness.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusiness.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:100%;
		width:100%;
		
	}		
	
	.fixedwrapper {
		height: 2400px;
	}	
	
	.u1 {
		width:50vmin;
		height:50vmin;
		position:relative;
		top:4.5%;
		left:30%
	}
	.popup {
	  margin: 60px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 55%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:35% !important; 
		height:40px !important;
		left:26% !important;
	}	

	#contact {
		position:absolute;
		top:70px;
		left:30%;
	}

	#cbimg {
		left:22%;
		height:55px;
	}		
}

/*PORTRAIT MEDIA*/

/* LARGE SCREEN */

@media (min-width: 991px) and (orientation:portrait){

	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -30%;
	  width: 180%;
	  height: 1050%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 3rem;
	  font-weight: 700;
	  left: 45%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 6rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusinessmobile.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusinessmobile.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	
	
	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsite.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:530px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:530px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5large.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:1350px;
		width:100%;
		
	}		
	
	.fixedwrapper {
		height: 4000px;
	}	

	.u1 {
		width:70vmin;
		height:70vmin;
		position:relative;
		top:10%;
		left:16%
	}
	.popup {
	  margin: 60px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 55%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:50% !important; 
		height:40px !important;
		left:26% !important;
	}		
	#contact {
		position:absolute;
		top:70px;
		left:20%;
	}

	#cbimg {
		left:22%;
		height:74px;
	}			
}


/*IPAD*/
@media(min-width: 751px) and (max-width: 990px) and (orientation:portrait){
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -20%;
	  width: 150%;
	  height: 890%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2.5rem;
	  font-weight: 700;
	  left: 50%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 5rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusinessmobile.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusinessmobile.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		top:30px;
		background-image: url(/img/kindofwebsitemobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:1630px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:730px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:1050px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:30px;
		left:0px;
		background-image: url(/img/kindofwebsite5ipad.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:940px;
		width:100%;
		background-color: #CE9869;	
		
	}		
	
	.fixedwrapper {
		height: 8400px;
		width:100%;

	}	

	.u1 {
		width:70vmin;
		height:70vmin;
		position:relative;
		top:2%;
		left:16%
	}
	.popup {
	  margin: 60px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 55%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:50% !important; 
		height:40px !important;
		left:26% !important;
	}	

	#contact {
		position:absolute;
		top:70px;
		left:20%;
	}

	#cbimg {
		left:22%;
		height:55px;
	}		
		
}


/*Nexus 7 type */

@media(min-width: 551px) and (max-width: 750px) and (orientation:portrait){
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -10%;
	  width: 110%;
	  height: 690%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 2rem;
	  font-weight: 700;
	  left: 50%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 4rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusinessmobile.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusinessmobile.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsitemobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:930px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:430px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		top:50px;
		left:0px;
		background-image: url(/img/kindofwebsite5mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:850px;
		width:100%;
		
	}		
	
	.fixedwrapper {
		height: 6400px;
	}	
	
	.u1 {
		width:70vmin;
		height:70vmin;
		position:relative;
		top:4%;
		left:16%
	}
	.popup {
	  margin: 60px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 55%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:50% !important; 
		height:40px !important;
		left:26% !important;
	}

	#contact {
		position:absolute;
		top:70px;
		left:21%;
	}

	#cbimg {
		left:22%;
		height:43px;
	}		
}

/*Normal mobile*/

@media(min-width: 331px) and (max-width: 550px) and (orientation:portrait){
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -10%;
	  width: 110%;
	  height: 400%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 1.5rem;
	  font-weight: 700;
	  left: 50%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 3rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusinessmobile.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusinessmobile.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsitemobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:830px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:430px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:500px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		bottom:50px;
		left:0px;
		background-image: url(/img/kindofwebsite5ipad.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:550px;
		width:100%;
		
	}		
	
	.fixedwrapper {
		height: 6400px;
	}

	.u1 {
		width:80vmin;
		height:80vmin;
		position:relative;
		top:2%;
		left:10%
	}
	.popup {
	  margin: 60px auto;
	  padding: 20px;
	  background: #fff;
	  border-radius: 5px;
	  width: 90%;
	  position: relative;
	  transition: all 5s ease-in-out;
	}	
	
	.var1 {
		top:75px !important; 
		width:70% !important; 
		height:40px !important;
		left:15% !important;
	}

	#contact {
		position:absolute;
		top:70px;
		left:20%;
	}

	#cbimg {
		left:22%;
		height:26px;
	}
	#pic1 {
		font-size:24px;
		text-align:center;
	}
	#pic2 {
		font-size:20px;
		text-align:center;
	}	
	.centered {
		width:85%;
		top:48%;
		left:40%;
		transform:translate(-37%,-45%);
	}
	#bodycontact {
		height:1200px;
	}
		
}

/* Iphone 4 */

@media(max-width: 330px) and (orientation:portrait){
	
	/* Slice Transition */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	.frame {
	  position: absolute;
	  top: 0px;
	  left: -5%;
	  width: 110%;
	  height: 300%;
	  margin-top: 50px;
	  margin-left: 0px;
	  border-radius: 2px;
	  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	  overflow: hidden;
	  background: #fff;
	  color: #333;
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.text {
	  position: absolute;
	  pointer-events: none;
	  color: red;
	  font-size: 1.5rem;
	  font-weight: 700;
	  left: 50%;
	  top: 40%;
	  width: 100%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  text-align: center;
	  /*text-transform: uppercase;*/
	  transition: all 0.2s ease-in-out;
	}
	.text p:nth-child(1) {
	  font-size: 3rem;
	}

	.text > .row > .col-md-7 > #p3 {
		opacity: 0;
	}

	.text > .row > .col-md-7 > #p4 {
		opacity: 0;
	}

	#b2 {
		opacity: 0;
	}

	figure {
	  width: 100%;
	  height: 100%;
	}
	figure .image-1 {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-image: url(/img/badbusinessmobile.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  top: 0;
	  left: 0;
	  transition: all 1s ease-in-out;
	}
	figure .image-2 {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  opacity: 0;
	  background-image: url(/img/goodbusinessmobile.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  transition: all 1s ease-in-out;
	}
	figure:hover .image-2 {
	  opacity: 1;
	  -webkit-transform: translate(0) !important;
			  transform: translate(0) !important;
	}
	figure:hover + .text > #p2 {
	  
	  opacity: 0;
	}
	figure:hover + .text > #p1 {
	  opacity: 0;
	}

	figure:hover + .text > .row > .col-md-7 > #p3 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #p4 {
		opacity: 1;
		color: green;
	}

	figure:hover + .text > .row > .col-md-7 > #b2 {
		opacity: 1;
	}

	figure .image-2:nth-child(2) {
	  background-position: 0px 0px;
	  left: 0px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(3) {
	  background-position: -150px 0;
	  left: 150px;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(4) {
	  background-position: -300px 0;
	  left: 300px;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(5) {
	  left: 450px;
	  background-position: -450px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(6) {
	  left: 600px;
	  background-position: -600px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(7) {
	  left: 750px;
	  background-position: -750px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}
	figure .image-2:nth-child(8) {
	  left: 900px;
	  background-position: -900px 0;
	  -webkit-transform: translateY(60px);
			  transform: translateY(60px);
	}
	figure .image-2:nth-child(9) {
	  left: 1050px;
	  background-position: -1050px 0;
	  -webkit-transform: translateY(-60px);
			  transform: translateY(-60px);
	}	

	/* Background pictures on aboutus page */
	
	#kw1 {
		
		background-image: url(/img/kindofwebsitemobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		height:930px;

		
	}
	
	#kw2 {
		
		background-image: url(/img/kindofwebsite2mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;		
		height:330px;

		
	}
	#kw3 {
		
		background-image: url(/img/kindofwebsite3mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:350px;
		
	}	
	#kw4 {
		position: fixed;
		z-index: -1;
		bottom:60px;
		left:0px;
		background-image: url(/img/kindofwebsite5mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;	
		margin-bottom:30px;		
		height:360px;
		width:100%;
		
	}		
	
	.fixedwrapper {
		height: 2400px;
	}

	.u1 {
		width:80vmin;
		height:80vmin;
		position:relative;
		top:5%;
		left:10%
	}
	.popup {
		margin: 60px auto;
		padding: 20px;
		background: #fff;
		border-radius: 5px;
		width: 90%;
		position: relative;
		transition: all 5s ease-in-out;
		z-index: 25;
	}

	.popup h2 {
		margin-top: 0;
		color: #333;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 17px;
	}	
	
	.popup .content {
		max-height: 30%;
		overflow: auto;
		font-size: 12px;
	}	
	
	.var1 {
		top:75px !important; 
		width:70% !important; 
		height:40px !important;
		left:15% !important;
	}	
	
	#contact {
		position:absolute;
		top:70px;
		left:20%;
	}

	#cbimg {
		left:22%;
		height:26px;
	}	
	
	#bodycontact {
		height:1100px;
	}	
}

