html {
width:100%;
}

html,
body {
   	margin:0;
   	padding:0;
   	height:100%;
   	font-family: 'Frutiger';
   	background-color:#eee;
	font-size:14px;
	color:#333;
	line-height:25px;
}

ul,ol li a {
	color:inherit;}


h2 {
	color: #d55516;
	font-weight:normal;
	font-size:35px;
	font-family: 'Dinmed';
	margin-top:15px;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom: solid 1px #d55516;
}

h3 {
	color: #d55516;
	font-weight:normal;
	font-size:30px;
	font-family: "Gill Sans", "Gill Sans MT", Trebuchet MS, sans-serif;
	margin-top:0px;
	margin-bottom:20px;
}

h4 {
	color: #d55516;
	font-weight:normal;
	font-size:24 px;
	font-family: "Gill Sans", "Gill Sans MT", Trebuchet MS, sans-serif;
	margin-top:0px;
	margin-bottom:20px;
}

h5 {
	color: #d55516;
	font-weight:bold;
	font-size:18px;
	font-family: 'Frutiger';
	margin-bottom:5px;
	line-height:20px;
}

h6 {
	color: #333;
	font-weight:bold;
	font-size:16px;
	font-family: 'Frutiger';
	margin-top:50px;
	margin-bottom:-5px;
	line-height:20px;
}

.title {
	color: #d55516;
	font-weight:normal;
	font-size:30px;
	font-family: "Gill Sans", "Gill Sans MT", Trebuchet MS, sans-serif;
	margin-top:0px;
}

.color-font {
	color: #d55516;
	font-weight:normal;
	font-size:25px;
	font-family: 'Dinmed';
	margin-top:0px;
}

.color-font2 {
	color: #d55516;
	font-weight:normal;
	font-size:18px;
	font-family: 'Dinmed';
}

hr {
	border-top: solid 1px #d1d1d1;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

p {
	font-family: 'Frutiger';
	font-size: 14px;
	color:#333;
}

p a {
	color:#d55516;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

.vertical-hr {
    border-left: solid 1px #d1d1d1;
	float:right;
	margin-top: 30px;
	margin-right:0px;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:10px;
	padding-right:0px;
}

@font-face {
  font-family: 'Futura';
  src: url('fonts/futura-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/futura-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/futura-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('fonts/futura-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Futura-bold';
  src: url('fonts/futura-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/futura-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/futura-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/futura-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('fonts/futura-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Frutiger';
  src: url('fonts/frutiger_roman-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/frutiger_roman-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/frutiger_roman-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/frutiger_roman-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/frutiger_roman-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Dinmed';
  src: url('fonts/dinmed-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/dinmed-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dinmed-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/dinmed-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/dinmed-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

#social-fb {
	width: 50px;
	height: 50px;
	background-image: url(images/social-media.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	display:inline-flex;
display:-webkit-inline-flex;
}

#social-fb:hover {
	width: 50px;
	height: 50px;
	background-image: url(images/social-media.png);
	background-position: -51px 0;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#social-tw {
	width: 50px;
	height: 50px;
	background-image: url(images/social-media.png);
	background-position: 0 -51px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	display:inline-flex;
display:-webkit-inline-flex;
}

#social-tw:hover {
	width: 50px;
	height: 50px;
	background-image: url(images/social-media.png);
	background-position: -51px -51px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#container {
	min-height:100%;
   	position:relative;
}

#header {
   	background:#fff;
}

#header-top {
	//height:125px;
        height:170px;
}

#menu {
	background-color:#333;
	width:100%;
	height:50px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
	z-index:999;
	position:relative;
	
}

#nav {
	font-size:14px;
	padding-left:0px;
	margin-top:0px;
	font-family: 'Frutiger';
}

#nav li {
	display: inline-block;
	list-style:none;
	margin-right:26px;
	margin-top:14px;
}

#nav li ul{
	  padding: 0;
  position: absolute;
  top:38px;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#nav li:hover ul li { 
margin-top:0;
padding:5px;
  background: #333; 
  display: block; 
  color: #fff;
}
#nav li ul li:hover { background: #666; cursor:pointer; }

#nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#nav li a {
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	color:#ddd;
	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-ms-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

#nav li a:active {
	color:#ddd;
}

#body {
   	padding:0;
   /**	padding-bottom:430px;**/   /* Height of the footer */
}

#slideshow {
	height:350px;
	padding-bottom:25px;
}

#hypp-tv {
	background-color:#fff;
	height:150px;
	margin-bottom:28px;
}

#main-products {
	position:relative;
	
}

#product-unifi {
	position:relative;
	width:475px;
	height:275px;
	-moz-box-shadow:    2px 2px 2px 1px rgba(0,0,0,.1);
  	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1);
  	box-shadow:         2px 2px 2px 1px rgba(0,0,0,.1);
/**	background-image:url(images/800.png);**/
	display:inline-block;
	float:left;
}

#product-unifi p {
	color:#D75617;
	/**text-shadow: 1px 1px 2px rgba(0,0,0,.8);**/
	font-size:21px;
	line-height:23px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:0;
	text-align:justify;
	position:absolute;
	width:200px;
	right:15px;
	top:100px;
	font-family: 'Futura';
}

.product-button {
	color:#fff;
	border-radius:10px;
	background-image:
    linear-gradient(
      #ef6536, #e73218
    );
	width:200px;
	position:absolute;
	right:15px;
	top:200px;
	font-family: 'Futura';
	font-size:30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	padding-top:12px;
	/*padding-bottom:18px;*/
	text-align:center;
	text-decoration:none;
	outline:none;
}

.product-button:hover {
	background-image:
    linear-gradient(
      #dc5324, #c52f19
    );
}

#product-streamyx {
	position:relative;
	width:475px;
	height:275px;
	-moz-box-shadow:    2px 2px 2px 1px rgba(0,0,0,.1);
  	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1);
  	box-shadow:         2px 2px 2px 1px rgba(0,0,0,.1);
	/**background-image:url(images/500.png);**/
	display:inline-block;
	float:right;
}

#product-streamyx p {
	color:#D75617;
	/**text-shadow: 1px 1px 2px rgba(0,0,0,.8);**/
	font-size:21px;
	line-height:23px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:0;
	text-align:justify;
	position:absolute;
	width:200px;
	right:15px;
	top:130px;
	font-family: 'Futura';
}

.product-button2 {
	color:#fff;
	border-radius:10px;
	background-image:
    linear-gradient(
      #ef6536, #e73218
    );
	width:170px;
	position:relative;
	top:-105px;
	font-family: 'Futura';
	font-size:23px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	padding-top:10px;
	/*padding-bottom:13px;*/
	text-align:center;
	text-decoration:none;
	outline:none;
	float:right;
	margin-bottom:-200px;
}

.product-button2:hover {
	background-image:
    linear-gradient(
      #dc5324, #c52f19
    );
}

#bottom-slider {
	width:980px;
	height:400px;
	margin-top:30px;
	-moz-box-shadow:    1px 1px 2px 1px rgba(0,0,0,.2);
  	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
  	box-shadow:         1px 1px 2px 1px rgba(0,0,0,.2);
}

#payment {
	margin-top:30px;
	background-color:#fff;
	height:110px;
	-moz-box-shadow:    1px 1px 2px 1px rgba(0,0,0,.2);
  	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
  	box-shadow:         1px 1px 2px 1px rgba(0,0,0,.2);
}

#payment p {
	background-color:#d75617;
	color:#fff;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	padding:10px 20px;
	font-size:23px;
	margin-bottom:10px;
}

#footer {
   /**	position:absolute;**/
   	bottom:0;
   	width:100%;
   	height:380px;   /* Height of the footer */
   	background:#fff;
	padding-top:0px;
}

#footer p {
	color:#666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	line-height:23px;
}

#footer-nav {
	padding-left:0px;
	margin-top:0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#footer-nav li {
	color: #d55516;
	font-weight:normal;
	font-size:24px;
	margin-left:90px;
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
}

#footer-nav li:first-child {
	margin-left:0px;
}

#footer-nav li ul {
	padding-left:0px;
	vertical-align:top;
}


#footer-nav li ul li {
	padding-left:0px;
	color: #666;
	font-weight:normal;
	font-size:14px;
	list-style:none;
	display:block;
	margin-top:-7px;
	margin-left:0px;
}

#footer-nav li ul li:first-child {
	margin-top:15px;
}

#footer-nav li ul li a{
	color: inherit;
	text-decoration:none;
}

#footer-nav li ul li a:hover{
	color: #d55516;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.width {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
	ul.tab-links {
		padding:0;
		margin:0;
	}
	
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 0px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
			width:460px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#ccc;
            font-size:25px;
            font-weight:normal;
            color:#666;
            transition:all linear 0.15s;
			text-decoration:none;
			font-family: 'Dinmed';
			outline:none;
        }
 
        .tab-links a:hover {
            background:#f99e71;
            text-decoration:none;
			color:#333;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#d55516;
    }
 
 /*----- Tab Links -----*/
	ul.tab-links2 {
		padding:0;
		margin:0;
	}
	
    /* Clearfix */
    .tab-links2:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links2 li {
        margin:0px 0px;
        float:left;
        list-style:none;
    }
 
        .tab-links2 a {
            padding:9px 15px;
			/*width:215px;*/
			width:296.67px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#ccc;
            font-size:24px;
            font-weight:normal;
            color:#666;
            transition:all linear 0.15s;
			text-decoration:none;
			font-family: 'Dinmed';
			outline:none;
        }
 
        .tab-links2 a:hover {
            background:#f99e71;
            text-decoration:none;
			color:#333;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#d55516;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        /*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
		
		.table-hover tr td {
		border: solid 1px #fff;
	}
		
		.table-hover tr a{
		outline:none;
		text-decoration:none;
		color:inherit;
	}
		
	.table-hover tr td:hover {
		-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
		box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
		border: solid 1px #d55516;
		margin:-1px;
	}
	
			.table-hover2 tr td {
		border: solid 1px #eee;
	}
		
		.table-hover2 tr a{
		outline:none;
		text-decoration:none;
		color:inherit;
	}
		
	.table-hover2 tr td:hover {
		-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
		box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
		border: solid 1px #d55516;
		margin:-1px;
	}
	
	/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
/*    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
*/    border-radius:3px;
}
 
/*----- Section Titles -----*/
#accordion-wrapper {
	padding:15px;
	background-color:#fff;
}

.accordion-section-title {
    width:100%;
    padding:10px;
	margin-bottom:10px;
    display:inline-block;
/*    border-bottom:1px solid #1a1a1a;
*/    background:#eee;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    /*text-shadow:0px 1px 0px #1a1a1a;*/
    color:#333;
	text-decoration:none;
	border-radius:3px;
	border:solid 1px #bbb;
	font-size:16px;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#fdc8ae;
    /* Type */
    text-decoration:none;
}
 
/*.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 */
/*----- Section Content -----*/
.accordion-section-content {
    padding:10px;
    display:none;
	border-left:solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	margin-top:-11px;
	margin-bottom:10px;
}

ul.box-2{
	margin-left:0px;
	padding:0px;
	margin-top:30px;
	vertical-align:top;
}

ul.box-2 li{
	display:inline-block;
	background:#fff;
	width:460px;
	padding:10px;
	margin-top:0px;
	margin-left:15px;
}

ul.box-2 li:first-child{
	margin-left:0px;
}