﻿/* File Created: February 9, 2014 */
@font-face {
    font-family: 'quicksand regular';
    src: url("fonts/quicksand-regular.eot");
    src: url("fonts/quicksand-regular.eot?#iefix") format("embedded-opentype"), url("fonts/quicksand-regular.woff") format("woff"), url("fonts/quicksand-regular.ttf") format("truetype"), url("fonts/quicksand-regular.svg#svgFontName") format("svg");
}
html, body {
    
    color: #55606A;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.g-hr-h {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding-top: 3px;
}
.g-hr {
    clear: both;
    height: 1px;
    margin: 2% 0 3% 0;
    position: relative;
    width: 100%;
}
.g-hr.type_short .g-hr-h {
    left: 50%;
    margin-left: -15%;
    width: 30%;
}
.g-hr-h i {
    background-color: #FFFFFF;
    color: #D0CFCF;
    font-size: 16px;
    height: 16px;
    left: 50%;
    margin-left: -25px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.btn-default{
    border: 1px solid rgba(255,255,255,0.1);
	background-color: #D4202B;
	padding:10px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	border-radius:1px;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	}
.btn-default:hover {background-color: #de313b;color:#000;}
a, a span {
    transition: color 0.3s ease-out 0s;
}
a:hover, a:hover span {
    transition: color 0.1s ease-out 0s;
}
a:hover {
    text-decoration: underline;
}
img {
  max-width: 100%;
}
body header:after {
    background: linear-gradient(to right, #FFFFFF 0px, #FF8000 33%, #008C8C 66%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*body header:after{background: linear-gradient(to right,#fff 0,#0085b2 33%,#ff007f 66%,#000 100%);}*/

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
header:after {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header {
    height: 200px;
    padding: 75px 0 0;
}

header {
    height: 180px;
    padding: 35px 0 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

#logo:after {
    bottom: 0;
    color: #666666;
    font-family: 'Lato';
    font-size: 11px;
    left: 0;
    letter-spacing: 4px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
#logo, #logo a, #logo svg {
    display: block;
    float: left;
    height: 94px;
    width: 90px;
}
#logo, #logo a, #logo svg {
    display: inline;
    height: auto;
    position: relative;
    width: 120px;
    margin-top:5px;
}
.title-page h1{
	font-family:'quicksand regular', sans-serif;
	font-size:40px;
	text-transform: uppercase;
	text-align: left;
	margin:20px 0 0 0;
}
nav {
    color: #222222;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    height: 94px;
    line-height: 94px;
    margin: 0;
    text-transform: uppercase;
    margin-left: 200px;
    display: block;
    float: left;
}

nav ul {
    margin: 5px 0 0;
    padding: 5px 0 0;
}


body nav ul li.active:after {
    background: none repeat scroll 0 0 #FF8307;
}
nav ul li.active:after {
    bottom: -14px;
}
nav ul li.active:after {
    bottom: -9px;
    left: -2px;
}
nav ul li.active:after {
    bottom: -4px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

nav ul li a {
    color: #666666;
    text-decoration: none;
}
nav ul li {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline;
    margin-right: 20px;
    padding: 0;
    position: relative;
    letter-spacing: 6px;
}
nav svg {
    display: block;
}

nav ul li:last-child {
    margin-right: 0;
}
nav svg#left-line {
    left: -120px;
    position: absolute;
    top: 0;
}

nav svg#right-line {
    position: absolute;
    right: 20px;
    top: -100px;
}
nav ul li:hover a{
    color:#222;
    text-decoration: none;
}


body .masthead:after {
    background: linear-gradient(to right, #FFFFFF 0px, #FF8000 33%, #008C8C 66%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
body .masthead {
    height: 435px;
    position: relative;
    text-align: center;
}
.hatched {
    background: url("../images/pattern.svg") repeat scroll 0 0 #222222;
    z-index: 100;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    color: #4c4f55;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    font-size: 30px;
}

.desc_home {
    margin: 30px 0 20px 0;
}
.desc_home h2{
    margin-top: 40px;
}

/***Last News***/
/*==================================================
 * Effect 2
 * ===============================================*/

 .box h3{
	text-align:center;
	position:relative;
	top:10px;
}
.box {
	width:100%;
	height:auto;
	background:#FFF;
	margin:40px auto;
	border:1px solid #ddd;
}
.box p{
	font-size:14px;
	line-height: 24px;
	margin: 5px 7px 5px 7px;
	font-weight: 700;
}
ul#thumbs{ list-style: none;padding-left: 0px;}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/********PAGE PROD EXCELL****************/

.title-demos {
	text-align:center; 
	margin-top:60px;
}
.title-demos h2{
	font-size:42px;
}
ul.prod-desc {
    margin-top:40px;
}
ul.prod-desc li {
    list-style-type: none;
    margin-top:20px;
    text-align: center;
}
ul.prod-desc li p{
    font-size:14px;
}
ul.prod-desc li h3{
	font-size:28px;
	font-weight: 300;
	margin-top:30px;
}
ul.prod-desc li i{
    padding:25px;
    background:#fb562f;
    color:#fff;
    font-size:28px;
    border-radius:100%;
}
ul.prod-desc li i.fa-globe, ul.prod-desc li i.fa-bars{
    padding:25px 27px 25px 27px;   
}
ul.prod-desc li i.fa-sort{
    padding:25px 32px 25px 32px;   
}
ul.prod-desc li i.fa-filter {
	padding:25px 29px 25px 29px;   
}
.demo-img {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.txt-img {
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
.txt-img a:first-child{
	margin-right:20px;
}

/********PAGE PROD ANGUSTORE****************/

.content-pre {
   overflow: auto;
   word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}
.angu-desc-title {
	margin-top:50px;
}

/***Footer***/
.footer-content{background:#333;width:100%;}
.footer{ color:#ddd}
.footer .col-md-4:first-child {
	border-left:0px solid #9f9d9d;
}
.footer .col-md-4 {
	border-left:1px solid #696969;
	margin-top:60px;
	margin-bottom:60px;
}
.footer h3{color:#fff; font-weight:700}
.footer .col-md-4 p{ font-size: 14px; text-align:left;}
.footer p{ font-size: 13px; text-align:center;}