﻿@font-face {
    font-family:Texta Alt Black Italic;
    src: url("fonts/Texta Alt Black Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Black;
    src: url("fonts/Texta Alt Black.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Bold Italic;
    src: url("fonts/Texta Alt Bold Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Bold;
    src: url("fonts/Texta Alt Bold.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Book Italic;
    src: url("fonts/Texta Alt Book Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Book;
    src: url("fonts/Texta Alt Book.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Heavy Italic;
    src: url("fonts/Texta Alt Heavy Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Heavy;
    src: url("fonts/Texta Alt Heavy.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Italic;
    src: url("fonts/Texta Alt Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Light Italic;
    src: url("fonts/Texta Alt Light Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Light;
    src: url("fonts/Texta Alt Light.otf") format("opentype");
}
@font-face {
    font-family:Texta Alt Thin;
    src: url("fonts/Texta Alt Thin.otf") format("opentype");
}
@font-face {
    font-family:Texta Black Italic;
    src: url("fonts/Texta Black Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Black;
    src: url("fonts/Texta Black.otf") format("opentype");
}
@font-face {
    font-family:Texta Bold Italic;
    src: url("fonts/Texta Bold Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Bold;
    src: url("fonts/Texta Bold.otf") format("opentype");
}
@font-face {
    font-family:Texta Book Italic;
    src: url("fonts/Texta Book Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Heavy Italic;
    src: url("fonts/Texta Heavy Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Heavy;
    src: url("fonts/Texta Heavy.otf") format("opentype");
}
@font-face {
    font-family:Texta Italic;
    src: url("fonts/Texta Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Medium Italic;
    src: url("fonts/Texta Medium Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Medium;
    src: url("fonts/Texta Medium.otf") format("opentype");
}
@font-face {
    font-family:Texta Regular;
    src: url("fonts/Texta Regular.otf") format("opentype");
}
@font-face {
    font-family:Texta Thin Italic;
    src: url("fonts/Texta Thin Italic.otf") format("opentype");
}
@font-face {
    font-family:Texta Thin;
    src: url("fonts/Texta Thin.otf") format("opentype");
}
body {
    position: relative;
}

ol, ul {
    list-style: none;
}
*, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    /* width: 100%; */
    background-size:cover;
}
/*-------------------------------------------------------------   SLIDER  -------------------------------------------------------------*/
/* header */

.sidebar-resources-categories{
    margin-bottom: 20px;
    background-color: #e8e8e8;
    text-align: center;
    position: relative;
	}
	.sidebar-resources-categories::after{
		content: '';
		position: absolute;
		left: 48%;
		top: 100%;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #c62828;
		clear: both;
	}
	
.normalimg{
	display:none !important;
}
.wairakeiimage{
	margin-top: 1.5%;
	margin-left: -5%;
}
.chateauimage{
	margin-top: 1.7%;
	margin-left: -5%;
}
.tepuiaimage{
	 margin-top: 0.8%;
}
.vrimage{
	 margin-top: 0.7%;
	 margin-left: -5%;
}
/* #login_closed {
    background-image: url("Content/images/login-closed.png");
    height: 32px;
    position: absolute;
    right: 25px;
    bottom: 52px;
    width: 96px;
    z-index: 1002;
	display:block;
	top:0;
}
#login_closed1 {
    position: absolute;
    left: 22px;
    z-index: 52;
	top:9px;
}
#login_open {
    background-image: url("Content/images/login-open.png");
    bottom: 38px;
    display:none;
    height: 50px;
    position: absolute;
    width: 379px;
    z-index: 1001;
	right: -55px;
    top: -8px;
}
.login_select {
    background: black repeat scroll 0 0;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    height: 28px;
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
    width: 174px;
	
}
.login_select ul {
    clear: both;
    color: white;
    display:none;
    float: left;
	background: black none repeat scroll 0 0;
    margin-left: -1px;
    margin-top: 0;
    padding-left: 9px;
    width: 174px;
	border-left:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
   height:51px;
}
.login_select ul li {
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 12px;
    list-style-type: none;
    margin-top: 6px;
}
.act_option {
    color: white !important;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 7px;
}
.login_select img {
    float: initial;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px;
}
.login_go {
    background: rgba(0, 0, 0, 0) url("Content/images/go-btn.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
     height: 28px;
    margin-left: 8px;
    margin-top: 11px;
    width: 41px;
	
} */
/* .menu_bar {
    position: absolute;
    top: 33px;
    z-index: 50;
    width: 100%;
} */
.navbar {
    margin-bottom: 0;
}
/* .navbar-toggle {
    border: 1px solid #fff ;
    border-color: #fff ;
} */
.header .navbar-toggle span {
    background: #fff;
    padding: 1px 10px;
}
/* .header .navbar-brand {
   padding: 6px 44px;
} */
.header li a {
    color: white;
}
.header li:hover {
    color: white;
}
.header li a:hover {
    border-bottom: 3px solid #D52229;
    background-color: transparent;
}
.currentLink {
 border-bottom: 3px solid #D52229;
    background-color: transparent;
}
/* slider */
.slider-txt {
    position: absolute;
    /* bottom: 8%; */
    z-index: 999;
    color: #fff;
    text-align: center;
	 top: 32%;
	/* margin-left: 9%; */
}
.router-txt {
    text-align: left;
}
.router-txt h2{
	font-size:70.43px ;
	margin-bottom: 10px;
	font-family:Texta Alt Black ;
}
.settext {
    margin: 6% 5% -8.5% 11.5% ;
}
.supernovaP{
	font-family: Texta Regular ;
    font-size: 25.78px ;
}
.supernovap2 {
    font-size: 21px ;
	font-family:Texta Regular ;
}

/*--------------------------- Main Div ------------------------------------------*/
.overlay {
    background: rgba(8, 8, 4, 0.7) none repeat scroll 0 0 ;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 49;
}
.main_div {
    background-repeat: no-repeat;
    background-image: url("Content/images/Patternbg.png");
}
.inside_div {
    background-repeat: no-repeat;
    background-image: url("Content/images/visiblebg.png");
}
/*----------------------------------------------------- OVER SLIDER  -------------------------------------------------------------*/

.slider-txt button {
	margin-top:10px;
    background-color: #d32f2f;
    border-radius: 31px;
    color: #fff;
    font-size: 28.60px;
    padding: 4px 70px 9px;
	font-family:Texta Bold;
}

/*----------------------------------------------------- INTRO  -------------------------------------------------------------*/
.intro {
    text-align: center;
    padding: 75px 0;
}
.intro h2 {
    color: #d32f2f;
    font-size: 53.44px;
    margin-bottom: 20px;
	font-family:Texta Alt Book;
}
.intro p {
    color: #888888;
    font-size: 22px;
	font-family:Texta Medium;
	text-align:left;
}
.intro button {
	margin-top:10px;
    background-color: #d32f2f;
    border-radius: 31px;
    color: #fff;
    font-size: 28.60px;
    padding: 4px 70px 9px;
	font-family:Texta Bold;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #F43F3F;
  text-decoration: none;
}
.intro .container{
	width:82%;
}

/*----------------------------------------------------- OVER INTRO  -------------------------------------------------------------*/

/*----------------------------------------------------- SUPERNOVA -------------------------------------------------------------*/
.supernova {
    text-align: center;
    position: relative;
    background-color: #fafafa;
    padding: 30px 0;
}
.supernova .container{
	width:85%;
}
.supernova h2 {
    color: #d32f2f;
    font-size: 53.44px;
    margin-bottom: 60px;
	font-family:Texta Alt Book;
}
.supernova p {
    font-size: 20.78px;
    color: #8d8e90;
	font-family:Texta Regular;	
}
.supernova img {
    width: 50%;
    vertical-align: middle;
    bottom: 0;
}
.supernova h3 {
    font-size: 23.38px;
    color: #d32f2f;
    margin-bottom: 60px;
	margin-top:40px ;
	font-family:Texta Medium;
}
.scale-box img {
    width: 11%;
    height: 14%;
    margin-bottom: 10px;
}
.scale-box p {
    font-size: 20px;
    color: #636363;
	font-family:texta regular;
	line-height: 1;
}
.scale-box {
    margin-top: 50px;
}
/*----------------------------------------------------- OVER SUPERNOVA -------------------------------------------------------------*/

/*----------------------------------------------------- CASE STUDY -------------------------------------------------------------*/
.cas_study{
    text-align: center;
    padding: 40px 0;
    position:relative;
}
.cas_study .container{
	max-width:80%;
}
.cas_study h2 {
    font-size: 53.44px;
    color: #D32F2F;margin-bottom: 40px;
	font-family:Texta Alt Book;
	margin-top:50px;
}
.overlay1 {
    background: rgba(8, 8, 4, 0.4) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 49;
}
	            /*-------------------------------------------  Wairakei Resort  ---------------------------------------------------------*/
.resort:after {
    position: absolute;
    display: block;
    content: "";
    border-right: 2px solid #D32F2F;
    border-bottom: 50px solid #D32F2F;
    border-left: 55px solid transparent;
    right: 0;
    bottom: 0;
}
.resort{
    background-image:url('Content/images/third page/resortbg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:200px;
  position:relative;
}
.new{
	cursor: pointer; 
	margin-top: 50px;
}
.new1{
	cursor: pointer; 
	margin-top: 50px;
}
.new3{
	cursor: pointer; 
	margin-top: 50px;
}
.resort h3 {
    color: #fff;
    font-weight: bold;
    font-size: 56.62px;
	font-family:Texta Heavy;
	margin-top: 2%;
}
.resort p {
    color: #fff;
	text-decoration:underline;
}
.icon-box {
   padding: 0 15px;
    text-align: center;
    z-index: 60;
    float: left;
	height: 70px;
}
.icon-box img {
    width: 60px;
    height: 64px;
	margin: 0 auto;
}
.icon-box h6 {
    color: #fff;
	font-size:30px;
	font-family:Texta Alt Book;
	text-align:center;
	 margin: -12px -5px 0 2px;
}
.icon-box span {
    color: #fff;
    font-size: 13px;
	font-family:Texta Medium;
}
/* .imagesize{ 
	 height:64px !important;
	 width:70px !important;
} */
.imagecont{
	 margin: -12px -5px 0 8px !important;
}
.network{
	font-size:14.77px !important;
	margin:0!important;
}
.clcikbtn {
    font-family: Texta Bold;
    font-size: 13.32px;
    margin-top: 21px;
}
.cas_study .caret {
    color: #fff;
	margin-top: -2%;
}
.caret{
	border-left:8px solid transparent !important;
	border-right:8px solid transparent !important;
	border-top:8px dashed !important;
}
.cas_study .fa-plus {
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 7px;
}
.setcontain{
	margin-left:-29px !important;
}
.hotel h4 {
    text-align: left;
    font-size: 26px;
    font-family: Texta Bold;
    margin-top: 30px;
    margin-bottom: 10px;
	color:#424242;
}
.hotel p {
    text-align: left;
    font-size: 22px;
	font-family:Texta Medium;
	color: #6a6a6a ;
	text-align:justify;
	line-height:1.7;
	margin-bottom:7px;
}	
	            /*---------------------------------------End  Wairakei Resort  --------------------------------------------------*/
				
	            /*---------------------------------------  Chateau Tongariro  ---------------------------------------------------*/
.resortchateu{
	margin-top:30px;
}
.resortchateu{
    background-image:url('Content/images/third page/chateubg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:200px;
  position:relative;
}
.resortchateu:after {
    position: absolute;
    display: block;
    content: "";
    border-right: 2px solid #D32F2F;
    border-bottom: 50px solid #D32F2F;
    border-left: 55px solid transparent;
    right: 0;
    bottom: 0;
}
.resortchateu h3 {
    color: #fff;
    font-weight: bold;
    font-size: 46px;
	font-family:Texta Heavy;
	margin-top: 3.5%;
}
.resortchateu p {
    color: #fff;
	text-decoration:underline;
}
	            /*------------------------------------- End Chateau Tongariro  -------------------------------------------------*/
				
	            /*-------------------------------------------- Tea Puai  -------------------------------------------------------*/
.resortTePua{
	margin-top:30px;
}
.resortTePua{
    background-image:url('Content/images/third page/tipuabg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:200px;
  position:relative;
}
.resortTePua h3 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
	font-family:Texta Heavy;
	
	
}
.resortTePua:after {
    position: absolute;
    display: block;
    content: "";
    border-right: 2px solid #D32F2F;
    border-bottom: 50px solid #D32F2F;
    border-left: 55px solid transparent;
    right: 0;
    bottom: 0;
}
.resortTePua p {
    color: #fff;
	text-decoration:underline;
}
	            /*---------------------------------------- End Tea Puai  -------------------------------------------------------*/
				
	            /*--------------------------------------- VR Group Hotels ------------------------------------------------------*/
.resortvr{
	margin-top:30px;
}
.resortvr{
     background-image:url('Content/images/third page/Vrbg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:200px;
  position:relative;
}
.resortvr h3 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
	font-family:Texta Heavy;
	margin-top: 3.5%;
}
.resortvr:after {
    position: absolute;
    display: block;
    content: "";
    border-right: 2px solid #D32F2F;
    border-bottom: 50px solid #D32F2F;
    border-left: 55px solid transparent;
    right: 0;
    bottom: 0;
}
.resortvr p {
    color: #fff;
	text-decoration:underline;
}
.imagecont1{
	/*  margin: -12px -10px 0 -10px !important; */
	
}
	            /*--------------------------------------- End VR Group Hotels ---------------------------------------------------*/
/*----------------------------------------------------- OVER CASE STUDY -------------------------------------------------------------*/	

/*------------------------------------------------------- QUOTE --------------------------------------------------------------------*/
.quote {
    text-align: center;
    padding: 30px 0;
}
.quote h2 {
    color: #c62828;
    margin-bottom: 20px;
	font-family: Texta Alt Light;
    font-size: 53px;
}
.quote img {
    width: 23%;
	margin-bottom:3px;
}
.quotelink{
	font-family:Texta Heavy;
	font-size:24.03px;
}
.quote a {
    text-decoration: underline;
    color: #000;
    margin-top: 0px;
    font-weight: bold;
}
.quote span {
    font-weight: bold;
}
.div{
		margin-top:20px;
}
.div p{
	font-family:Texta Medium;
	font-size:19.41px;
	margin-bottom:70px;

}
/*--------------------------------------------------------- OVER QUOTE --------------------------------------------------------------------*/

/*------------------------------------------------------------- FOOTER --------------------------------------------------------------------*/
.footer {
    background-color: #37373b;
    padding: 35px 0;
    padding-bottom: 40px;
    padding-top: 30px;
}

.footer a {
    color: rgba(92, 92, 102, 1);
    font-family: texta regular;
    font-size: 14px;
    padding-top: 15px;
}

.social-icons i {
    padding: 0 6px;
    color: rgba(221, 221, 221, 0.34);
    font-size: 23px;
}
.social-icons{
	margin-right:47px;
}
/*------------------------------------------------------------- OVER FOOTER -----------------------------------------------------------*/

/*--------------------------------------------------- screen 320px-480px --------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width:480px){
	
	/*----------------------------------------------------- SLIDER  -------------------------------------------------------------*/
	.slider-txt button {
		font-size: 20.6px;
		padding: 2px 48px 6px;
	}
	
	/*----------------------------------------------------- INTRO  -------------------------------------------------------------*/
	.quote img {
		/* width: 40%; */
	}
	.col-xs-6 {
    width: 100%;
	}
	.intro{
		 padding: 26px 0;
	}
	.quote h2 {
			font-size: 39px;
		}
	.slider-txt{
		top:65px;
	}
	.supernova img {
	   width: 75%;
	}
	.excserimg{
		height:184px;
	}
	.router-txt{
		text-align:center !important;
	}
/* 	.hotelimage{
		height:135px;
	} */
	.solutionbox3 p {
    padding: 0 5px;
	margin: 5px;
}
.solutionbox2 p {
     margin: 5px;
    padding: 0 7px;
}
.solutionbox1 p {
    padding: 0 7px;
	margin: 5px;
}
	.sidebar-resources-categories::after{
		left:44.5%;
	}
	.mailmargin{
		margin-top:7%;
	}
	.floatinherit{
		float:inherit;
	}
	.solutionbox2 img {
		width: 30%;
    }
	.hideimage{
		display:none !important;
	}
	.normalimg{
		display:block !important;
	}
	.solutionbox1 img {
		width: 30%;
   }
   .solutionbox3 img {
		width: 30%;
    }
	.scale-box img {
		width: 22%;
	}
	.intro h2 {
		font-size: 28.44px;
	}
	.wairakeiimage{
		margin-left: -7%;
	}
	
	.imgheight{
    height: 355px !important;
}
	.intro p {
		font-size: 19px;
	}
	.intro button {
		font-size: 20.6px;
		padding: 2px 48px 6px;
	}
	.supernova h2 {
		font-size: 25.44px;
		margin-bottom: 23px;
	}
	/* .supernova p {
		font-size: 13.78px;
	} */
	.supernova h3 {
		font-size: 18.38px;
		margin-bottom: -31px;
		/* margin-top: 14px; */
	}
	.col-xs-4{
		 width: 100%;
	}
	.cas_study h2 {
		font-size: 34.44px;
	}
		/*-------------------------------------------  Wairakei Resort  ---------------------------------------------------------*/
	.resort h3 {
		font-size: 19px;
		font-weight: bold;
		margin-top: -40px;
	}
	.icon-box img {
		height: 55px;
		margin: 0 auto;
		width: 34px;
	}
	.icon-box h6 {
		font-size: 20px;
		margin: -6px -22px 0 2px;
	}
	.network {
		font-size: 12.77px !important;
		margin: 0 !important;
	}
	.hotel h4
	{
		font-size:21px;
	}
	.hotel p {
		font-size: 17px;
		text-align:justify;
    }
				/*---------------------------------------End  Wairakei Resort  --------------------------------------------------*/
	            /*---------------------------------------  Chateau Tongariro  ---------------------------------------------------*/
	.resortchateu h3 {
		font-size: 19px;
		margin-top: -34px;
		 
	}
	.chateauimage{
		 margin-left: -7%;
	}
	.resortvr h3 {
    font-size: 19px;
    margin-top: -43px;
	
}
.vrimage{
	margin-left: -8%;
}
		/*------------------------------------- End Chateau Tongariro  -------------------------------------------------*/
				
	    /*-------------------------------------------- Tea Puai  -------------------------------------------------------*/
	.resortTePua h3 {
		font-size: 24px;
		margin-top: -37px;
		
	}
	/* .imagecont1 {
		margin: -7px -12px 0 !important;
    } */
	.solutionbox1 h2 {
		font-size: 32.44px;
	}
	/* .solutionbox1 h3 {
		font-size: 20px;
	} */
	/* .solutionbox1 p {
		font-size: 15px;
	} */
	/* .solutionbox2 h3 {
		font-size: 20px;
	} */
	/* .solutionbox2 p {
		font-size: 15px;
	} */
	/* .solutionbox3 h3 {
		font-size: 20px;
	} */
	/* .solutionbox3 p {
		font-size: 15px;
	} */
	/* .quote h2 {
		font-size: 30px;
    } */
	.quotelink {
		/* font-size: 10.03px; */
	}
	/* .div p {
		font-size: 15.41px;
    } */
	.social-icons {
		margin-right: 21px;
	}
	.imgheight{
		height:350px !important;
	}
	
	.header li a {
		display: inline-block;
		font-size: 17px;
		padding: 0 0px;
		line-height: 32px;
		right: 2%;
	}
	.navbar-nav {
		margin: 0px;
		
	} 
	
	.navbar-collapse {
    width:153px;
	float:right;
    background-color:rgba(0, 0, 0, 0.8)!important;
    
}
	.navbar-nav li {
		text-align: right;
	}
	/* .menu_bar {
		position: absolute;
		top: 33px;
		width: 100%;
		z-index: 50;
	} */
	.header .navbar-brand {
		padding: 6px 14px;
	}
	/* .slider-txt{
		width:77%;
	} */
	.settext {
		margin: 5% 6% -40.5% 5.5%;
	}
	.router-txt h2 {
		font-family: Texta Alt Black;
		font-size: 29px;
		margin-bottom: 10px;
	}
	.supernovaP {
		font-family: Texta Regular;
		font-size: 24.75px;
	}
	.supernovap2 {
		font-family: Texta Regular;
		font-size: 21.785px;
	}
	/* .slider-txt{
		margin-left: 5%;
	} */
	
}

/*--------------------------------------------------- screen 481px-680px --------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width:580px){
/*-------------------------------------------------------------   SLIDER  -------------------------------------------------------------*/
/* header */
/* .imgheight {
    height: 306px !important;
} */
	.slider-txt{
		top:120px;
	}
	.slider-txt{
		top:65px;
	}
	.navbar-nav {
			margin: 0px;
		} 
	.navbar-collapse {
    width:153px;
	float:right;
    background-color:rgba(0, 0, 0, 0.8)!important;
    
}

.router-txt{
		text-align:center !important;
	}
.sidebar-resources-categories::after{
		left:46%;
	}
.hideimage{
		display:none !important;
	}
	.mailmargin{
		margin-top:7%;
	}
	.normalimg{
		display:block !important;
	}
.floatinherit{
		float:inherit;
	}
.wairakeiimage {
    margin-top: -0.5%;
}
.navbar-toggle {
	padding: 7px 8px;
	margin-right: 5px;
}
.header .navbar-toggle span {
    background: #fff;
    padding: 1px 10px;
}
.header .navbar-brand {
   padding: 0 10px;
}
.header li a {
    display: inline-block;
    font-size: 17px;
    padding: 0 0px;
	right: 2%;
	line-height: 32px;
}
.navbar-nav li {
	text-align: right;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px; 
	margin: 0px 0px;
	padding-left:0px !important;
	padding-right:0px !important;
	/* line-height: 14px; */
  }
/* .navbar-nav {
    margin: -3.5px -15px;
} */
                   /* slider */
/* .slider-txt {
    bottom: 8%;
	width:80%;
} */
.router-txt h2{
	font-size:33.87px;
	margin-bottom: 10px;
	font-family:Texta Alt Black ;
}
.settext {
    margin: 6% 5% 6.5% 1.5% ;
}
.supernovaP{
	font-family: Texta Regular ;
    font-size: 24.75px ;
}
.supernovap2 {
    font-size: 21.785px ;
	font-family:Texta Regular ;
}
/*----------------------------------------------------- OVER SLIDER  -------------------------------------------------------------*/

.slider-txt button {
	font-size: 20px;
	padding: 4px 50px 9px;
}

/*----------------------------------------------------- INTRO  -------------------------------------------------------------*/
.intro {
    text-align: center;
    padding: 26px 0;
}
.intro h2 {
    font-size: 36.44px;
    margin-bottom: 20px;
}
.intro p {
    font-size: 22px;
}
.intro button {
    font-size: 20px;
    padding: 4px 50px 9px;
}
.intro .container{
	width:90%;
}

/*----------------------------------------------------- OVER INTRO  -------------------------------------------------------------*/
/*----------------------------------------------------- SUPERNOVA -------------------------------------------------------------*/
.supernova .container{
	width:100%;
}
.supernova h2 {
     font-size: 34.44px;
    margin-bottom: 60px;
}
.supernova p {
    font-size: 22px;
}
.supernova h3 {
    font-size: 23.38px;
    margin-bottom: 60px;
	margin-top:40px ;
}
.scale-box img {
    width: 34%;
    margin-bottom: 10px;
}
.scale-box p {
    font-size: 17px;
    color: #636363;
	font-family:texta regular;
	line-height: 1;
}
.scale-box {
    margin-top: 50px;
}
/*----------------------------------------------------- OVER SUPERNOVA -------------------------------------------------------------*/

/*------------------------------------------------------- CASE STUDY ---------------------------------------------------------------*/
.cas_study{
    text-align: center;
    padding: 40px 0;
    position:relative;
}
.cas_study .container{
	max-width:90%;
}
.cas_study h2 {
    font-size: 40.44px;
	margin-bottom: 40px;
	margin-top:40px;
}
	            /*-------------------------------------------  Wairakei Resort  ---------------------------------------------------------*/
.resort{
	height:170px;
}
.new{
	margin-top: -4px;
}
.new3{
	margin-top: -5%;
}
.new1{
	margin-top: -6%;
}
.resort h3 {
	font-size: 40px;
	 
}
.icon-box {
	padding: 0 9px;
	height: 57px;
}
.icon-box img {
    width: 56px;
    height: 60px;
}
.icon-box h6 {
	font-size:28px;
	 margin: -8px -5px 0 0;
}
.icon-box span {
    font-size: 11px;
	margin: 0px 0px 0 5px;
	}
/* .imagesize{ 
	 height:64px !important;
	 width:64px !important;
} */
.imagecont{
	 margin: -12px -5px 0 7px !important;
}
.network{
	font-size:14.77px !important;
	margin:0!important;
}
.clcikbtn {
    font-size: 10.32px;
    margin-top: 36px;
}
.cas_study .caret {
    color: #fff;
	margin-top: -4%;
}
.cas_study .fa-plus {
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 7px;
}
.hotel h4 {
    font-size: 21px;
}
.hotel p {
    font-size: 16px;
	text-align:justify;
}	
	            /*---------------------------------------End  Wairakei Resort  --------------------------------------------------*/
	            /*---------------------------------------  Chateau Tongariro  ---------------------------------------------------*/
.resortchateu{
	margin-top:30px;
}
.resortchateu{
    height:170px;
}
.resortchateu h3 {
    font-size: 40px;
	
}

	            /*------------------------------------- End Chateau Tongariro  -------------------------------------------------*/
				
	            /*-------------------------------------------- Tea Puai  -------------------------------------------------------*/
.resortTePua{
	margin-top:30px;
}
.resortTePua{
    height:170px;
}
.resortTePua h3 {
    font-size: 40px;
	
}
.resortchateu h3{
	 margin-top: 5%;
}
/* .tepuiaimage{
	margin-left: 11%;
} */
.tepuiaimage {
    margin-top: -0.2%;
}
        /*---------------------------------------- End Tea Puai  -------------------------------------------------------*/
				
	            /*--------------------------------------- VR Group Hotels ------------------------------------------------------*/
.resortvr{
	margin-top:30px;
}
.resortvr{
    height:170px;
}
.resortvr h3 {
    font-size: 40px;
	 
}
.imagecont1{
	 margin: -12px -10px 0 -10px !important;
}
	            /*--------------------------------------- End VR Group Hotels ---------------------------------------------------*/
/*----------------------------------------------------- OVER CASE STUDY -------------------------------------------------------------*/	

/*-------------------------------------------------------- SOLUTION -----------------------------------------------------------------*/
/*-------------- SolutionBox 1 ---------------------*/
.solutionbox1 h2 {
	font-size:30.44px;
}
.solutionbox1 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox1 h3{
	font-size:20px ;
}
.solutionbox1 p {
    font-size: 17px;
}

/*-------------- SolutionBox 2 ---------------------*/
.solutionbox2 img {
	width: 18%;
	margin: 10px auto;
}
.solutionbox2 h3{
	font-size:20px ;
}
.solutionbox2 p {
  font-size: 17px;
}

/*-------------- SolutionBox 3 ---------------------*/
.solutionbox3 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox3 h3{
	font-size:20px ;
}
.solutionbox3 p {
    font-size: 17px;
}
/*---------------------------------------------------- END SOLUTION -----------------------------------------------------------------*/

/*------------------------------------------------------- QUOTE --------------------------------------------------------------------*/
.quote h2 {
    font-size: 35px;
}
/* .quote img {
    width: 23%;
} */
.quotelink{
	font-size:22.03px;
}
.quote a {
    margin-top: 0px;
}
.quote span {
    font-weight: bold;
}
.div p{
	font-size:20.41px;
	margin-top:20px;
}
/*--------------------------------------------------------- OVER QUOTE --------------------------------------------------------------------*/

/*------------------------------------------------------------- FOOTER --------------------------------------------------------------------*/
.footer {
    padding: 35px 0;
    padding-bottom: 40px;
    padding-top: 30px;
}
.footer a {
	margin-left:10px;
}
.social-icons {
    margin-right: 10px;
}
/*------------------------------------------------------------- OVER FOOTER -----------------------------------------------------------*/
}
/*--------------------------------------------------- screen 681px-800px --------------------------------------------------------------*/
@media screen and (min-width:681px) and (max-width:800px){
/* .router-txt h2{
	font-size:43.43px !important;
} 
.supernovaP{
    font-size: 17.78px !important;
} 
.supernovap2 {
    font-size: 16px !important;
}*/
}
@media screen and (min-width: 581px) and (max-width:767px){
/*-------------------------------------------------------------   SLIDER  -------------------------------------------------------------*/
/* header */
/* .imgheight{
    height: 306px !important;
} */
	.navbar-nav {
		margin: 0px;
	} 
	
	.navbar-collapse {
    width:171px;
	float:right;
    background-color:rgba(0, 0, 0, 0.8)!important;
    
}
.slider-txt{
	top:65px;
}
.sidebar-resources-categories::after{
		left:46%;
	}
.mailmargin{
		margin-top:7%;
	}
.hideimage{
		display:none !important;
	}
	.normalimg{
		display:block !important;
	}
.floatinherit{
		float:inherit;
	}
.navbar-toggle {
	padding: 7px 8px;
	margin-right: 5px;
}
.header .navbar-toggle span {
    background: #fff;
    padding: 1px 10px;
}
.header .navbar-brand {
   padding: 0 10px;
}
.header li a {
    display: inline-block;
    font-size: 17px;
    padding: 0 0px;
	line-height: 32px;
	right: 2%;
}
.navbar-nav li {
	text-align: right;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px; 
	margin: 0 13px;
	padding-left:0px !important;
	padding-right:0px !important;
  }

                   /* slider */
/* .slider-txt {
    bottom: 8%;
	width:80%;
} */
.router-txt h2{
	font-size:43.43px ;
	margin-bottom: 10px;
	font-family:Texta Alt Black ;
}
.settext {
    margin: 6% 5% -4.5% 1.5% ;
}
.supernovaP{
	font-family: Texta Regular ;
     font-size: 24.75px ;
}
.supernovap2 {
    font-size: 21.785px ; 
	font-family:Texta Regular ;
}
/*----------------------------------------------------- OVER SLIDER  -------------------------------------------------------------*/

.slider-txt button {
    font-size: 17.60px;
    padding: 4px 70px 9px;
}

/*----------------------------------------------------- INTRO  -------------------------------------------------------------*/
.intro {
    text-align: center;
    padding: 26px 0;
}
.intro h2 {
    font-size: 36.44px;
    margin-bottom: 20px;
}
.intro p {
    font-size: 22px;
}
.intro button {
    font-size: 17.60px;
    padding: 4px 70px 9px;
}
.intro .container{
	width:90%;
}

/*----------------------------------------------------- OVER INTRO  -------------------------------------------------------------*/
/*----------------------------------------------------- SUPERNOVA -------------------------------------------------------------*/
.supernova .container{
	width:100%;
}
.supernova h2 {
     font-size: 34.44px;
    margin-bottom: 60px;
}
/* .supernova p {
    font-size: 15px;
} */
.supernova h3 {
    font-size: 23.38px;
    margin-bottom: 60px;
	margin-top:40px ;
}
.scale-box img {
    width: 34%;
    margin-bottom: 10px;
}
.scale-box p {
    font-size: 17px;
    color: #636363;
	font-family:texta regular;
	line-height: 1;
}
.scale-box {
    margin-top: 50px;
}
/*----------------------------------------------------- OVER SUPERNOVA -------------------------------------------------------------*/

/*------------------------------------------------------- CASE STUDY ---------------------------------------------------------------*/
.cas_study{
    text-align: center;
    padding: 40px 0;
    position:relative;
}
.cas_study .container{
	max-width:90%;
}
.cas_study h2 {
    font-size: 40.44px;
	margin-bottom: 40px;
	margin-top:40px;
}
	            /*-------------------------------------------  Wairakei Resort  ---------------------------------------------------------*/
.resort{
	height:170px;
}
.new{
	  margin-top: -16px;
}
.new1{
	  margin-top: -23px;
}
.new3{
	  margin-top: -18px;
}
/* .tepuiaimage{
	 margin-left: 13%;
} */
.resort h3 {
	font-size: 40px;
	 
}
.icon-box {
	padding: 0 15px;
	height: 57px;
}
.icon-box img {
    width: 56px;
    height: 60px;
}
.icon-box h6 {
	font-size:28px;
	 margin: -8px -5px 0 0;
}
.icon-box span {
    font-size: 13px;
	/* margin: 0px 0px 0 5px; */
	}
/* .imagesize{ 
	 height:64px !important;
	 width:64px !important;
} */
.imagecont{
	 margin: -12px -5px 0 7px !important;
}
.network{
	font-size:14.77px !important;
	margin:0!important;
}
.clcikbtn {
    font-size: 10.32px;
    margin-top: 36px;
}
.cas_study .caret {
    color: #fff;
	margin-top: -4%;
}
.cas_study .fa-plus {
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 7px;
}
.hotel h4 {
    font-size: 21px;
}
.hotel p {
    font-size: 16px;
	text-align:justify;
}	
	            /*---------------------------------------End  Wairakei Resort  --------------------------------------------------*/
	            /*---------------------------------------  Chateau Tongariro  ---------------------------------------------------*/
.resortchateu{
	margin-top:30px;
}
.resortchateu{
    height:170px;
}
.resortchateu h3 {
    font-size: 40px;
	
}

	            /*------------------------------------- End Chateau Tongariro  -------------------------------------------------*/
				
	            /*-------------------------------------------- Tea Puai  -------------------------------------------------------*/
.resortTePua{
	margin-top:30px;
}
.resortTePua{
    height:170px;
}
.resortTePua h3 {
     font-size: 40px;
    margin-top: 2%;
    width: 100%;
}
        /*---------------------------------------- End Tea Puai  -------------------------------------------------------*/
				
	            /*--------------------------------------- VR Group Hotels ------------------------------------------------------*/
.resortvr{
	margin-top:30px;
}
.resortvr{
    height:170px;
}
.resortvr h3 {
    font-size: 40px;
	
}
.imagecont1{
	 margin: -12px -10px 0 -10px !important;
}
	            /*--------------------------------------- End VR Group Hotels ---------------------------------------------------*/
/*----------------------------------------------------- OVER CASE STUDY -------------------------------------------------------------*/	

/*-------------------------------------------------------- SOLUTION -----------------------------------------------------------------*/
/*-------------- SolutionBox 1 ---------------------*/
.solutionbox1 h2 {
	font-size:31.44px;
}
.solutionbox1 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox1 h3{
	font-size:20px ;
}
.solutionbox1 p {
    font-size: 16px;
}

/*-------------- SolutionBox 2 ---------------------*/
.solutionbox2 img {
	width: 18%;
	margin: 10px auto;
}
.solutionbox2 h3{
	font-size:20px ;
}
.solutionbox2 p {
  font-size: 16px;
}

/*-------------- SolutionBox 3 ---------------------*/
.solutionbox3 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox3 h3{
	font-size:20px ;
}
.solutionbox3 p {
    font-size: 16px;
}
/*---------------------------------------------------- END SOLUTION -----------------------------------------------------------------*/

/*------------------------------------------------------- QUOTE --------------------------------------------------------------------*/
.quote h2 {
    font-size: 43px;
}
/* .quote img {
    width: 23%;
} */
.quotelink{
	font-size:18.03px;
}
.quote a {
    margin-top: 0px;
}
.quote span {
    font-weight: bold;
}
.div p{
	font-size:20.41px;
	margin-top:20px;
}
/*--------------------------------------------------------- OVER QUOTE --------------------------------------------------------------------*/

/*------------------------------------------------------------- FOOTER --------------------------------------------------------------------*/
.footer {
    padding: 35px 0;
    padding-bottom: 40px;
    padding-top: 30px;
}
.footer a {
	margin-left:10px;
}
.social-icons {
    margin-right: 10px;
}
.router-txt{
	text-align:center;
}
/*------------------------------------------------------------- OVER FOOTER -----------------------------------------------------------*/
}

/*--------------------------------------------------- screen 801px-999px --------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width:999px){
/*-------------------------------------------------------------   SLIDER  -------------------------------------------------------------*/
/* header */
.menu_bar {
    top: 12px;
}
.slider-txt{
	top:120px;
}
.mailmargin{
		margin-top:7%;
	}
.navbar-toggle {
	padding: 7px 8px;
	margin-right: 5px;
}
.header .navbar-toggle span {
    background: #fff;
    padding: 1px 10px;
}
.header .navbar-brand {
   padding: 0 10px;
}
.header li a {
    display: inline-block;
    font-size: 17px;
    padding: 0 0px;
	right: 2%;
	line-height: 32px;
}
.navbar-nav li {
	text-align: right;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 0px; 
	margin: 0px 13px;
	padding-left:0px !important;
	padding-right:0px !important;
  }

                   /* slider */
/* .slider-txt {
    bottom: 8%;
	width:86%;
} */
.router-txt h2{
	font-size:67.43px;
	margin-bottom: 10px;
	font-family:Texta Alt Black ;
}
.settext {
  margin: 6% 5% -0.5% 15.5%;
}
.supernovaP{
	font-family: Texta Regular ;
    font-size: 25.78px ;
}
.supernovap2 {
    font-size: 23px;
	font-family:Texta Regular ;
}
/*----------------------------------------------------- OVER SLIDER  -------------------------------------------------------------*/

.slider-txt button {
    font-size: 20.6px;
    padding: 4px 70px 9px;
}

/*----------------------------------------------------- INTRO  -------------------------------------------------------------*/
.intro {
    text-align: center;
    padding: 26px 0;
}
.intro h2 {
    font-size: 40.44px;
    margin-bottom: 20px;
}
.intro p {
    font-size: 22px;
}
.intro button {
    font-size: 20.6px;
    padding: 4px 70px 9px;
}
.intro .container{
	width:90%;
}

/*----------------------------------------------------- OVER INTRO  -------------------------------------------------------------*/
/*----------------------------------------------------- SUPERNOVA -------------------------------------------------------------*/
.supernova .container{
	width:100%;
}
.supernova h2 {
     font-size: 36.44px;
    margin-bottom: 60px;
}
.supernova p {
    font-size: 20px;
}
.supernova h3 {
    font-size: 23.38px;
    margin-bottom: 60px;
	margin-top:40px ;
}
.scale-box img {
    width: 20%;
    margin-bottom: 10px;
}
.scale-box p {
    font-size: 22px;
    color: #636363;
	font-family:texta regular;
	line-height: 1;
}
.scale-box {
    margin-top: 50px;
}
/*----------------------------------------------------- OVER SUPERNOVA -------------------------------------------------------------*/

/*------------------------------------------------------- CASE STUDY ---------------------------------------------------------------*/
.cas_study{
    text-align: center;
    padding: 40px 0;
    position:relative;
}
.cas_study .container{
	max-width:90%;
}
.cas_study h2 {
    font-size: 40.44px;
	margin-bottom: 40px;
	margin-top:40px;
}
	            /*-------------------------------------------  Wairakei Resort  ---------------------------------------------------------*/
.resort{
	height:170px;
}
.new{
	margin-top: 37px;
}
.resort h3 {
	font-size: 35px;
	margin-right:0px;
	text-align: left;
}
.icon-box {
	padding: 0 4px;
	height: 57px;
}
.icon-box img {
    width: 56px;
    height: 60px;
}
.icon-box h6 {
	font-size:28px;
	 margin: -7px 0px 0 0;
}
.icon-box span {
    font-size: 13px;
	margin: 0px 0px 0 5px;
	}
/* .imagesize{ 
	 height:64px !important;
	 width:64px !important;
} */
.imagecont{
	 margin: -12px -5px 0 10px !important;
}
.network{
	font-size:14.77px !important;
	margin:0!important;
}
.clcikbtn {
    font-size: 10.32px;
    margin-top: 36px;
}
.cas_study .caret {
    color: #fff;
	margin-top: -4%;
}
.cas_study .fa-plus {
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 7px;
}
.hotel h4 {
    font-size: 26px;
}
.hotel p {
    font-size: 18px;
	text-align:justify;
}	
	            /*---------------------------------------End  Wairakei Resort  --------------------------------------------------*/
	            /*---------------------------------------  Chateau Tongariro  ---------------------------------------------------*/
.resortchateu{
	margin-top:30px;
}
.resortchateu{
    height:170px;
}
.resortchateu h3 {
    font-size: 35px;
	margin-right:0px;
	text-align: left;
}

	            /*------------------------------------- End Chateau Tongariro  -------------------------------------------------*/
				
	            /*-------------------------------------------- Tea Puai  -------------------------------------------------------*/
.resortTePua{
	margin-top:30px;
}
.resortTePua{
    height:170px;
}
.resortTePua h3 {
    font-size: 35px;
	margin-right:0px;
	text-align: left;
}
        /*---------------------------------------- End Tea Puai  -------------------------------------------------------*/
				
	            /*--------------------------------------- VR Group Hotels ------------------------------------------------------*/
.resortvr{
	margin-top:30px;
}
.resortvr{
    height:170px;
}
.resortvr h3 {
    font-size: 35px;
	margin-right:0px;
	text-align: left;
}
.imagecont1{
	 margin: -12px -10px 0 -10px !important;
}
	            /*--------------------------------------- End VR Group Hotels ---------------------------------------------------*/
/*----------------------------------------------------- OVER CASE STUDY -------------------------------------------------------------*/	

/*-------------------------------------------------------- SOLUTION -----------------------------------------------------------------*/
/*-------------- SolutionBox 1 ---------------------*/
.solutionbox1 h2 {
	font-size:37.44px;
}
.solutionbox1 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox1 h3{
	font-size:28px;
}
.solutionbox1 p {
    font-size: 19px;
}

/*-------------- SolutionBox 2 ---------------------*/
.solutionbox2 img {
	width: 18%;
	margin: 10px auto;
}
.solutionbox2 h3{
	font-size:28px;
}
.solutionbox2 p {
  font-size: 19px;
}

/*-------------- SolutionBox 3 ---------------------*/
.solutionbox3 img {
    width: 18%;
	margin: 10px auto;
}
.solutionbox3 h3{
	font-size:28px;
}
.solutionbox3 p {
    font-size: 19px;
}
/*---------------------------------------------------- END SOLUTION -----------------------------------------------------------------*/

/*------------------------------------------------------- QUOTE --------------------------------------------------------------------*/
.quote h2 {
    font-size: 43px;
}
/* .quote img {
    width: 23%;
} */
.quotelink{
	font-size:18.03px;
}
.quote a {
    margin-top: 0px;
}
.quote span {
    font-weight: bold;
}
.div p{
	font-size:25.41px;
	margin-top:20px;
}
/*--------------------------------------------------------- OVER QUOTE --------------------------------------------------------------------*/

/*------------------------------------------------------------- FOOTER --------------------------------------------------------------------*/
.footer {
    padding: 35px 0;
    padding-bottom: 40px;
    padding-top: 30px;
}
.footer a {
	margin-left:25px;
}
.social-icons {
    margin-right: 25px;
}
/*------------------------------------------------------------- OVER FOOTER -----------------------------------------------------------*/

}
@media screen and (min-width: 1367px){
	.settext {
		margin: 6% 5% -8.5% 29%;
	}
	.imgwidth{
		width:100%;
	}
	.intro .container{
		width:100%;
	}
	/* .slider-txt{
		margin-left: 13.5%;
	} */
	.intro {
		max-width: 1180px;
		margin: 0 auto;
	}
	.supernova {
		max-width: 1180px;
		margin: 0 auto;
	}
	.supernova .container {
		width: 100%;
	}
}
.slide img {
    
    /* width: 100%;  */
	top: 100%;
    height: 100%;
	    left: 100%;		 
}

/* .divimage {    
    width: 100%;	
    height: 478px;	    
}

div.crop-horizontally {    
  height: 0;
    padding: 0; 
    padding-bottom: 75%; 
    background-image: url(foo.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
  
  background-image:url("Content/images/slider22.jpg");
  
} */

/**************************************************************/


#wireless-isp .slider-txt {
	top: 32%;
}

@media screen and (max-width: 767px){
	
	#wireless-isp .slider-txt {
		top: 20%;
	}
	
	#wireless-isp .router-txt h2
	{
		font-size: 55px;
	}

	#wireless-isp .supernovaP
	{
		font-size: 25px;
	}
	
}

@media screen and (max-width: 500px){
	
	#wireless-isp .slider-txt {
		top: 20%;
	}
	
	#wireless-isp .router-txt h2
	{
		font-size: 40px;
	}

	#wireless-isp .supernovaP
	{
		font-size: 25px;
	}
	
}



#wireless-isp .testimonial
{
	/*max-width: 1398px;*/
	/*margin: 0 auto 0 auto;*/
	min-height: 695px;
	background-image: url('Content/images/background-quadrant-testimonial.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
}

#wireless-isp .testimonial .container
{
	max-width: 1180px;
	margin: 0 auto;
}

#wireless-isp .testimonial h2
{
	color: #b03632;
	font-family: Texta Alt Book;
	font-size: 53.44px;
	margin-bottom: 50px;
}

#wireless-isp .testimonial p
{
	color: #323232;
	font-size: 22px;
	font-family: Texta Alt Light;
	line-height: 1.6;
	margin-bottom: 15px;
}

#wireless-isp .testimonial .contact-details
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
}

#wireless-isp .testimonial .contact-details img
{
	margin-right: 15px;
}

#wireless-isp .testimonial .contact-details p
{
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 0 15px 0 15px;
}

#wireless-isp .testimonial .contact-details p span
{
	white-space: nowrap;
}

@media screen and (max-width:950px) {
	#wireless-isp .testimonial h2
	{
		font-size: 45px;
		margin-bottom: 30px;
	}

	#wireless-isp .testimonial
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:600px) {
	#wireless-isp .testimonial .contact-details
	{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	#wireless-isp .testimonial .contact-details img
	{
		margin-right: 0;
		margin-bottom: 15px;
	}

	#wireless-isp .testimonial .contact-details p
	{
		text-align: center;
	}
}

/**************************************************************/

#wireless-isp .case-study
{
	position: relative;
	background-color: #f1f1f1;
}

#wireless-isp .case-study .case-study-container
{
	clip-path: url(#myPath);
}

#wireless-isp .case-study .phone
{
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	z-index: 2;
}

#wireless-isp .case-study h2
{
	text-align: left;
	font-family: Texta Alt Light;
	color: #2e2e2e;
	font-size: 50px;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px 0 21px 353px;
}

#wireless-isp .case-study h2 span
{
	display: inline-block;
}

#wireless-isp .case-study h2 .value
{
	color: #cc332e;
	text-transform: uppercase;
	margin-left: 15px;
}

#wireless-isp .case-study .banner .case-study-container
{
	background-image: url('Content/images/wireless-isp/case-study-background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #e2e2e2;
	text-transform: uppercase;
	font-family: Texta Regular;
}

#wireless-isp .case-study .banner .case-study-row .wrapper
{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-left: 330px;
}

#wireless-isp .case-study .banner .case-study-row .content-container
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0 30px 0;
	position: relative;
}

@media screen and (max-width:1100px) {
	
	#wireless-isp .case-study .phone
	{
		width: 250px;
		position: static;
		display: block;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		margin: 0 auto 40px auto;
	}
	
	#wireless-isp .case-study h2
	{
		text-align: center;
		width: auto;
		margin: 0 auto 0 auto;
		padding-left: 0px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .wrapper
	{
		width: 630px;
		padding-left: 0px;
	}
}

/**************************************************************/

#wireless-isp .case-study .banner .item 
{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#wireless-isp .case-study .banner .item .text-container
{
	display: inline-block;
}

#wireless-isp .case-study .banner .item p
{
	padding: 0;
	margin: 0;
	line-height: 1;
}

#wireless-isp .case-study .banner .item .image-container
{
	width: 110px;
	text-align: center;
}

#wireless-isp .case-study .banner .item .image-container.small
{
	width: auto;
	padding-right: 20px;
}

/**************************************************************/

#wireless-isp .case-study .banner .case-study-row .operator
{
	margin: 0 30px;
}

#wireless-isp .case-study .banner .case-study-row .arrow
{
	position: absolute;
	top: -2px;
	left: 45px;
}

#wireless-isp .case-study .banner .case-study-row .item
{
	font-size: 22px;
}

#wireless-isp .case-study .banner .case-study-row .item .large
{
	font-size: 40px;
}

#wireless-isp .case-study .banner .case-study-row .item .item-label
{
	margin-top: -7px;
}

#wireless-isp .case-study .banner .case-study-row .item .item-details
{
	margin-top: -8px;
}

#wireless-isp .case-study .banner .case-study-row.one
{
	background-color: rgba(0, 0, 0, 0.5);
	font-family: Texta Alt Bold;
}

#wireless-isp .case-study .banner .case-study-row.one .item
{
	font-size: 25px;
}

#wireless-isp .case-study .banner .case-study-row.one .item .large
{
	font-size: 50px;
}

#wireless-isp .case-study .banner .case-study-row.one .item .item-details
{
	margin-top: -11px;
}

#wireless-isp .case-study .banner .case-study-row.two
{
	background-color: rgba(0, 0, 0, 0.65);
}

#wireless-isp .case-study .banner .case-study-row.three
{
	background-color: rgba(0, 0, 0, 0.75);
}

#wireless-isp .case-study .banner .case-study-row.total
{
	background-color: rgba(0, 0, 0, 0.87);
	padding-bottom: 75px;
}

#wireless-isp .case-study .banner .case-study-row.total .item
{
	font-size: 27px;
}

#wireless-isp .case-study .banner .case-study-row.total .item .large
{
	font-size: 56px;
}

#wireless-isp .case-study .banner .case-study-row.total .item .item-details
{
	margin-top: -14px;
}


@media screen and (max-width:700px) {
	
	#wireless-isp .case-study .banner .case-study-row .wrapper
	{
		width: 427px;
	}
	
	#wireless-isp .case-study h2
	{
		font-size: 40px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -15px;
	}
	
	#wireless-isp .case-study h2 span
	{
		margin-left: 15px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .operator
	{
		margin: 0 20px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .arrow
	{
		left: 28px;
	}
	
	#wireless-isp .case-study .banner .item .image-container
	{
		width: 76px;
	}
	
	#wireless-isp .case-study .banner .item .image-container img
	{
		width: 50px;
	}
	
	#wireless-isp .case-study .banner .case-study-row.total .item .image-container img
	{
		width: 60px;
	}
	
	#wireless-isp .case-study .banner .item .image-container.small
	{
		padding-right: 10px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .item
	{
		font-size: 16px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .item .large
	{
		font-size: 27px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .item .item-details
	{
		margin-top: -4px;
	}

	#wireless-isp .case-study .banner .case-study-row.one .item
	{
		font-size: 17px;
	}

	#wireless-isp .case-study .banner .case-study-row.one .item .large
	{
		font-size: 30px;
	}

	#wireless-isp .case-study .banner .case-study-row.one .item .item-details
	{
		margin-top: -6px;
	}
	
	#wireless-isp .case-study .banner .case-study-row.total .item
	{
		font-size: 17px;
	}

	#wireless-isp .case-study .banner .case-study-row.total .item .large
	{
		font-size: 33px;
	}

	#wireless-isp .case-study .banner .case-study-row.total .item .item-details
	{
		margin-top: -7px;
	}
}

@media screen and (max-width:450px) {
	#wireless-isp .case-study .banner .case-study-row .wrapper
	{
		width: auto;
		padding: 0 20px;
	}
	
	#wireless-isp .case-study .banner .case-study-row .arrow
	{
		left: 60px;
		/*transform: translateX(-50%);*/
	}
	
	#wireless-isp .case-study .banner .case-study-row .operator
	{
		margin: 0;
	}
	
	#wireless-isp .case-study .banner .case-study-row .content-container
	{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	
	#wireless-isp .case-study .banner .item 
	{
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 140px;
	}
	
	#wireless-isp .case-study .banner .item .text-container
	{
		margin-top: 20px;
		text-align: center;
	}

}

/**************************************************************/

#wireless-isp .case-study .details
{
	text-align: center;
	font-family: Texta Alt Book;
	padding: 120px 30px 150px 30px;
}

#wireless-isp .case-study .details h3
{
	color: #b03632;
	font-size: 35px;
	margin-top: -14px;
}

#wireless-isp .case-study .details p
{
	font-size: 21px;
	color: #323232;
	font-family: Texta Regular;
	margin: 0;
}

#wireless-isp .case-study .details .separator
{
	width: 70px;
	height: 2px;
	background-color: #9a9a9a;
	margin: 30px auto;
}

#wireless-isp .case-study .details .list-separator
{
	margin: 0 15px 0 15px;
}

#wireless-isp .case-study .details .important
{
	color: #b03632;
}

@media screen and (max-width:950px) {
	#wireless-isp .case-study .details
	{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*-------------------------------------------------------- SOLUTION -----------------------------------------------------------------*/
.solution-details 
{
    text-align: center;
	color: #fff;
	/*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);*/
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}

.solution-details h2 {
    margin-bottom: 30px;
	font-family:Texta Alt Book;
	font-size:53px;
}

.solution-details h3
{
	font-size:30px ;
	font-family: Texta Black;
	margin-bottom: 5px;
}

.solution-details img 
{
    margin:0px auto 20px auto;
}

.solution-details p 
{
    font-family: Texta Medium;
    font-size: 19px;
	max-width: 422px;
	margin: 0 auto;
}

.solution-details  .gap
{
	width: 70px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10;
	background-color: red;
}

/*-------------- SolutionBox 1 ---------------------*/
.solution-details .solution-box1 
{
    background-color: #e53935;
    padding: 50px 30px;
	border-bottom: 1px solid #c94949;
	position: relative;
}

.solution-details .solution-box1 img 
{
	width: 180px;
}

.solution-details .solution-box1  .gap
{
	background: linear-gradient(180deg, #e53935 0%, #d32f2f 100%);
}

/*-------------- SolutionBox 2 ---------------------*/
.solution-details .solution-box2
{
    background-color:#d32f2f;
    padding: 50px 30px;
	border-bottom: 1px solid #c94949;
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.solution-details .solution-box2 img 
{
	width: 175px;
}

.solution-details .solution-box2  .gap
{
	background: linear-gradient(180deg, #d32f2f 0%, #c62828 100%);
}

/*-------------- SolutionBox 3 ---------------------*/
.solution-details .solution-box3
{
    background-color:#c62828;
    padding: 50px 30px;
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.solution-details .solution-box3 img 
{
	width: 250px;
}

.solution-details .solution-box3 .arrow
{
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background-color: #c62828;
	-webkit-transform: translate(-50%, 50%) translateY(-4px) rotate(45deg);
	transform:  translate(-50%, 50%) translateY(-4px) rotate(45deg);
	border-radius: 2px;
	z-index: -1;
}

@media screen and (max-width:600px) {
	.solution-details h2 {
		font-size:40px;
	}
	
	.solution-details .solution-box1 img 
	{
		width: 135px;
	}
	
	.solution-details .solution-box2 img 
	{
		width: 131px;
	}
	
	.solution-details .solution-box3 img 
	{
		width: 188px;
	}
	
}


/**************************************************************/

.quote-contact
{
	text-align: center;
	padding: 100px 20px;
}

.quote-contact h2
{
	display: inline-block;
	background-color: #c62828;
	font-family: Texta Alt Light;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1;
	padding: 8px 50px 18px 50px;
	border-radius: 100px;
	margin: 0 0 50px 0;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.quote-contact .contact-details
{
	font-family: Texta Alt Light Italic;
	font-size:25px;
	margin-bottom: 10px;
}

.quote-contact .contact-details .item
{
	display: inline-block;
}

.quote-contact .contact-details a
{
	text-decoration: underline;
	color: #333;
}

.quote-contact .contact-details img {
    width: auto;
	margin-bottom: 0;
	margin-right: 5px;
}

.quote-contact .contact-details .separator
{
	margin: 0 25px 0 25px;
}

.quote-contact p
{
	font-family: Texta Alt Light;
	font-size:25px;
}

@media screen and (max-width:600px) {
	
	.quote-contact
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.quote-contact h2
	{
		font-size: 25px;
		margin-bottom: 25px;
		padding-bottom: 11px;
	}
	
	.quote-contact .contact-details
	{
		text-align: left;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.quote-contact .contact-details .separator
	{
		display: none;
	}
	
	.quote-contact .contact-details .item
	{
		display: block;
	}
	
}