/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* londrina-outline-regular - latin */
@font-face {
  font-family: 'Londrina Outline';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/londrina-outline-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/londrina-outline-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/londrina-outline-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/londrina-outline-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/londrina-outline-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/londrina-outline-v23-latin-regular.svg#LondrinaOutline') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: menu; /*a name to be used later*/
    src: url('../fonts/trench100free.ttf'); /*URL to font*/
}

@font-face{ /* for IE */
    font-family:menu;
     src: url('../fonts/trench100free.eot'); /*URL to font*/
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #222;
}

body.slide-active {
    height: 100%;
    overflow-x: hidden;
}

html.slide-active {
    overflow-x: hidden;
    height: 100%;
}

#video {
    position: relative;
    width: 100%;
}

.home-video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}

#cookieBanner {
    font-size: 14px;
    padding: 10px;
    position: fixed;
    top: 5px;
    width: 100%;
    z-index: 99999;
}

#cookieBanner .alert-info {
    background-color: #333;
    border-color: #99FFFF;
    box-shadow: 3px 3px 4px #111;
    color: #fff;
    margin: 0;
}

.noconsent {
    color: #99FFFF;
    font-weight: bold;

}

.noconsent:hover {
    color: #ccc;
    text-decoration: none;
}

#wrap {
   position: relative;
}

#inner-wrap {
    position: relative;
}

img {
    max-width: 100%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btn-up {
    background: rgba(0, 0, 0, 0) url("../images/d70.png") repeat scroll 0 0;
    border-color: #99FFFF;
    box-shadow: 3px 5px 10px #333;
    color: #99ffff;
}

.btn-up:hover {
    border-color: #99FFFF;
    color: #ccc;
    box-shadow: none;
}

.white-space{
    background-color: #fcfcfc;
    padding:10px 0;
}

#call-me form {
    background-color:#99ffff;
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
}

#call-me form a {
    color: #ff6600;
}

#call-me label {
    float: left;
    margin-top: 7px;
}

#call-me .form-control {
    height: 45px;
}

#call-me .no-margin {
    padding: 0;
}

#call-me .btn {
    margin-top: 31px;
}

#call-me .icon {
    background-color: #ff4d4d;
    color: #fff;
    float: left;
    font-size: 80px;
    padding: 26px 10px;
    top: 0;
}

#call-me .text {
    color: #333;
    font-size: 21px;
    line-height: 26px;
    padding: 25px 5px 0;
    text-transform: uppercase;
}

#call-me .text span {
    font-size: 14px;
    color: #555;
    text-transform: lowercase;
    display: block;
}

#call-me .privacy-box {
    float: right;
    padding: 5px 10px;
}

#call-me .checkbox {
    margin: 0;
}

#call-me .checkbox label {
    margin: 0;
}

.call-info {
    background-color: #333;
    padding: 20px 0;
}

#inner-wrap, #nav-menu {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#menu-mobile {
    background-color: #232323;
    bottom: 0;
    height: 100%;
    left: -80%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 9999999;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#menu-mobile .nav.navbar-nav {
    margin: 0;
}

#menu-mobile.slide-active {
    left: 0;
}

#menu-mobile h3 {
    border-bottom: 1px solid #101010;
    color: #99ffff;
    margin: 0;
    padding: 21px 15px;
    cursor: pointer;
}

#menu-mobile .nav > li {
    border-bottom: 1px solid #101010;
}

#menu-mobile .nav > li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-shadow: -1px -1px 1px #000;
}

#menu-mobile .nav > li a:hover, #menu-mobile .nav > li a:focus {
    background-color: transparent;
    color: #ddd;
}

#menu-mobile .nav > li.current.active a {
    color: #99ffff;
}

#menu-mobile .navbar-nav .open .dropdown-menu {
    background-color: #121212;
}

#menu-mobile .nav .open > a,#menu-mobile .nav .open > a:hover,#menu-mobile .nav .open > a:focus {
    background-color: #99ffff;
    border-color: transparent;
    color: #333;
    text-shadow: none;
}

#menu-mobile .dropdown-menu > .active > a,#menu-mobile .dropdown-menu > .active > a:hover,#menu-mobile .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #99ffff;
}

#menu-mobile .navbar-nav .open .dropdown-menu li {
    border-bottom: 1px solid #000;
}

#menu-mobile .navbar-nav .open .dropdown-menu li:last-child {
    border: none;
}

#nav-menu.slide-active, #inner-wrap.slide-active {
    left: 80%;
    position: relative;
    width: 100%;
}

#nav-menu.slide-active::after, #inner-wrap.slide-active::after {
    background-color: #000;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.navbar.navbar-default {
    background-color: transparent;
    background:url(../images/d50.png);
    height: 70px;
    margin-bottom: 0;
    border: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 120;
}

.navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #99ffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background:url(../images/d70.png);
    border: none;
}

.navbar-default  .dropdown-menu > li > a {
    border: 1px solid #444;
    color: #fff;
    font-size: 16px;
    margin: 4px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0) url("../images/d50.png") repeat scroll 0 0;
}

.navbar-default  .dropdown-menu > li > a:hover, .navbar-default  .dropdown-menu > li > a:focus, .navbar-default  .dropdown-menu > .active > a {
    background: transparent;
    color: #99ffff;
}

.navbar-toggle {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 40px;
    left: 15px;
    line-height: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 12px;
    width: 30px;
}

.navbar-default .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
    background-color: #99ffff;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    opacity: 0.7;
}

.brand-responsive:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity:0.6;
}

.help-bar {
  
}

.help-bar.affix {
    width: 100%;
    top: 0;
    z-index: 102;
    opacity: 1;
    display: block;
}

.help-bar .navbar {
    background:url(../images/d70.png);
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

.help-bar .navbar li a {
    padding: 10px 15px;
    color: #fff;
}

.help-bar .navbar li a:hover, .help-bar .navbar li a:focus {
    background-color: transparent;
}

.help-bar .navbar li a i {
    color: #99ffff;
}

#navbar-help{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

#navbar-help ul{
    list-style:none;
    position:relative;
    left:50%;
}

#navbar-help .active a {
    background-color: #99ffff;
    color: #222;
}

#navbar-help .active a i {
    color: #222;
}

.help-bar.affix .navbar.navbar-default.site {
    display: block;
}

.btn-primary {
    box-shadow: 0 0 5px 2px #9ff;
    -webkit-box-shadow: 0 0 5px 2px #9ff;
    -moz-box-shadow: 0 0 5px 2px #9ff;
    -o-box-shadow: 0 0 5px 2px #9ff;
    -ms-box-shadow: 0 0 5px 2px #9ff;
}

.inner-content {
    margin: 0 auto;
    max-width: 1980px;
}

.home-box .drone:before {
    background: url('../img/drone.jpg');
}

.home-box {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
}

.home-box .item {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #99ffff;
}

.home-box .item a:hover {
    text-decoration: none;
    background: transparent;
}

.home-box .item:hover {
    border: 2px solid #99ff99;
}

.home-box .item:hover .intro {
    color: #fff;
}

.home-box .item:hover .btn {
   animation: 2s ease 0s normal none infinite running pulse;
}

.home-box .item h3 {
    font-size: 27px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #99ffff;
}

.home-box .item .icon{
    font-size: 220px;
    line-height: 0;
}

.home-box .item .intro{
    color: #ccc;
    min-height: 260px;
    padding: 20px 5px;
    text-shadow: -1px 0 1px #000;
}

.home-box .item.two .intro{
    color: #ccc;
    padding: 30px 0 10px;
    min-height: 375px;
}

.home-box .item.two:hover .intro{
    color: #fff;
}

#homeCarousel {

}

#homeCarousel, #homeCarousel .item {
    max-height:800px;
    min-height: 560px; 
}

#homeCarousel .item, .image-background {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 0;
}

#homeCarousel .item .fade {
   background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}


#homeCarousel .carousel-control.left, #homeCarousel .carousel-control.right {
    background-image: none;
}

#homeCarousel .carousel-caption {
    left: 0;
    padding: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-shadow:2px 2px 5px #000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#homeCarousel .center.big {
    font-size: 200px;
    line-height:normal;
    padding-bottom: 95px;
}

#homeCarousel .big .text {
    display: block;
    font-size: 32px;
    padding-top: 0px;
    text-transform: uppercase;
}

#homeCarousel .big .price {
    display: block;
    font-family: arial;
    font-size: 50px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-top: 0;
    text-transform: uppercase;
    color: #99ffff;
}

#homeCarousel .big .message {
    display: block;
    font-size: 20px;
    padding-top: 0px;
    font-style: italic;
    text-shadow: 1px -1px 1px #000;
}

#homeCarousel .center.big.pulse {
    animation: pulse 2s infinite;
}

#homeCarousel .logo-slide {
    margin-bottom: 10%;
    text-align: center;
}

#homeCarousel .logo-slide .message {
    font-size: 26px;
    padding-top: 0px;
    font-style: italic;
    text-shadow: 1px -1px 1px #000;
    line-height: 34px;
}

#homeCarousel .logo-slide img{
    width: 500px;
    animation: pulse 2s infinite;
}

#homeCarousel .carousel-caption .second {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

#homeCarousel .carousel-caption .first {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.to-wrap {
    border: 2px solid #fff;
    border-radius: 500px;
    bottom: 0;
    color: #99ffff;
    font-size: 30px;
    font-weight: normal;
    height: 50px;
    left: 50%;
    margin-bottom: 20px;
    padding: 9px;
    position: absolute;
    top: auto;
    width: 50px;
    z-index: 10;
    margin-left: -25px;
    cursor: pointer;
}

.to-wrap:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity:0.6;
}

#homeCarousel #spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    margin-left: -32px;
    margin-top: -32px;
}

.contact {
    padding: 20px 0;
    color: #ccc;
    text-align: left;
    font-size: 16px;
}

.contact img {
    text-align: center;
}

.contact h4 {
    text-transform: uppercase;
    color: #99ffff;
}

.contact .phone, .contact .vcard {
    color: #99ffff;
    display: inline-block;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.contact .phone:hover, .contact .vcard:hover {
    text-decoration: none;
    color: #ccc;
}


.tooltip-inner {
    background-color: transparent;
    background: rgba(0, 0, 0, 0) url("../images/d50.png") repeat scroll 0 0;
    border: 1px solid #99ffff;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #99ffff;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #99ffff;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.portfolio {
    background-color: #222;
    overflow: hidden;
    padding-top: 70px;
}

.portfolio-categories {
    overflow: hidden;
    padding: 40px 0 0;
    color: #ccc;
}

.portfolio-categories .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.portfolio-categories .item {
    box-shadow: 0 0 5px 2px #9ff;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
}

.portfolio-categories .item h2 a {
    color: #9ff;
    text-transform: uppercase;
    font-size: 20px;
}

.portfolio-categories .item a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.portfolio-categories .item .icon {
    font-size: 250px;
    line-height: 0;
}

.portfolio-sites {
    background-color: #222;
    overflow: hidden;
}

.portfolio-sites .no-margin {
    padding: 0;
}

.portfolio-sites .item {
    position: relative;
    text-align: center;
}

.portfolio-sites .item img {
  cursor: pointer;
}

.portfolio-sites .item img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.portfolio-sites .item:hover {
    position: relative;
}

.portfolio-sites .item .inner {
    background: rgba(0, 0, 0, 0) url("../images/d70.png") repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
}

.portfolio-sites .item .inner h3 {
    margin: 0;
    padding: 10px;
}

.portfolio-sites .item:hover .inner h3{ 
    color: #27ae60;
}

.portfolio-footer{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
} 

.portfolio-footer ul {   
    list-style:none;
    position:relative;
    left:50%;
}


.portfolio-footer .nav-pills li {
    float:left;
    position:relative;
}


.portfolio-footer .nav-pills i {
	display: block;
    font-size: 25px;
    text-align: center;
    color: #99ffff;
    margin-bottom: 5px;
}

.portfolio-footer .nav-pills > li > a {
    text-decoration:none;
    margin:10px;
    float:left;
    color:#fff;
    padding:2px 5px;
    text-align:center;
    white-space:nowrap;
}

.portfolio-footer .nav-pills > li >a:hover i,.portfolio-footer .nav-pills > li > a:hover, .portfolio-footer .nav-pills > li.active > a, .portfolio-footer .nav-pills > li.active > a:hover,.portfolio-footer .nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #000;
}

.portfolio-footer .nav-pills .active i, #modalPortfolio .nav-pills i:hover{
    color: #000;
}


.portfolio-sites .carousel-inner {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    table-layout: fixed;
}

.portfolio-sites .item-site {
    background:url("../images/bg_portfolio.jpg") repeat scroll 0 0;
    overflow: hidden;
}

.portfolio-sites .item.active.border {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #99ffff;
    background: rgb(68,68,68);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(34,34,34,1) 100%);
    background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

.portfolio-sites .carousel-inner .text  {
    color: #fff;
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}


.portfolio-sites .carousel-inner h4 {
    text-transform: uppercase;
    color: #fff;
}


.portfolio-sites .carousel-inner .comment .text-right {
    font-weight: bold;
}


#carousel-site-portfolio .carousel-inner > .item > img {
    margin: 0 auto;
}

#carousel-site-portfolio .carousel-control.left, #carousel-site-portfolio .carousel-control.right {
	background-image: none;
}

#carousel-site-portfolio .carousel-control.left{
    left: -30px;
}

#carousel-site-portfolio .carousel-control.right {
    right: -30px;
}

#review {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 20px;
}

#review h3 {
    color: #444;
    font-size: 45px;
    margin: 0;
    text-align: center;
    text-shadow: -1px 0 2px #fff;
    text-transform: uppercase;
}

#review .inner, #example .inner{
    padding: 20px 0 15px;
}

#review .item {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.176);
    margin: 10px;
    padding: 15px;
    text-align: center;
}

#review .slick-arrow, #example .slick-arrow{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    color: #000;
    font-size: 25px;
    left: -13px;
    padding: 5px;
    position: absolute;
    top: 40%;
    z-index: 2;
}

#review .slick-arrow.right, #example .slick-arrow.right{
    left: auto;
    right: -15px;
}

#review h5, #example h5{
    background-color: #333;
    border-left: 10px solid #666;
    color: #ccc;
    font-size: 20px;
    margin-top: 0;
    padding: 5px;
    text-transform: uppercase;
}

#review .intro {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    min-height: 220px;
    max-height: 220px;
    padding: 10px 15px;
    text-align: justify;
    overflow-y:scroll;
}


.starburst.price {
    position: absolute;
    right: -22px;
    top: -6px;
}

.starburst {
    display:block;
    width:6em;
    height:6em;
    background:#fe0;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    rotation:-45deg;
    position:relative;
    text-align:center;
    text-decoration:none;
    color:#000;
    font-family:Arial, sans-serif;
    font-size: 12px;
-moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
}


.starburst span {
    display:block;
    width:6em;
    height:6em;
    background:#fe0;
    -webkit-transform:rotate(22.5deg);
    -moz-transform:rotate(22.5deg);
    rotation:22.5deg;
-moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
}

@keyframes blink {
    0% {
           background-color: #27ae60
    }
    50% {
           background-color: #2ecc71
    }
    100% {
           background-color: #27ae60
    }
}
@-webkit-keyframes blink {
    0% {
           background-color: #27ae60
    }
    50% {
           background-color: #2ecc71
    }
    100% {
           background-color: #27ae60
    }
}

.page-container.top {
    padding-top:70px;
}

.page-container .image-background {
    background-position: top center !important;
    padding-top: 42%;
}

.page-container h3 {
    color: #555;
    font-size: 35px;
    margin: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.item-page {
    text-align: center;
}

.image-background {
    position: relative;
}

.item-page .item-image {
    position: relative;
}

.item-page  .inner  {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 0 0 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    text-shadow: 1px -1px 1px #000;
}

.item-page  .inner .price {
    font-size: 50px;
    font-family: arial;
    color: #99ffff;
}

.item-page  .inner .message {
    font-size: 20px;
    font-style: italic;
}

.item-page .inner i {
    border: 2px solid #fff;
    border-radius: 500px;
    color: #99ffff;
    font-size: 30px;
    font-weight: normal;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    width: 50px;
}

.item-page #description {
    background-color: #fff;
    color: #222;
    padding: 20px 0;
    font-size: 16px;
}

.item-options {
    padding: 20px 0;
    position: relative;
    text-align: center;
    background-color: #222;
}

.item-options h3 {
    color: #99ffff;
    margin-top: 0;
}

.item-options .icon {
    font-size: 135px;
    text-align: center;
    line-height: 0;
}

.item-options .item {
    box-shadow: 0 0 5px 2px #99ffff;
    color: #ccc;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    text-shadow: 1px 0 0 #000;
}

.item-options .item h3 {
    color: #99ffff;
    font-size: 25px;
}

#example {
    background-color:#222;
    overflow: hidden;
}

#example .example-inner {
    overflow: hidden;
}

#example h3 {
    color: #ddd;
    margin: 10px 0 7px;
    padding: 0;
    text-shadow: 1px 1px 1px #000;
}

#example .item{
    position: relative;
}

#example .no-margin {
    padding: 0;
}

#example .item .hover{
    color: #ccc;
    height: 100%;
    position: absolute;
    text-align: center;
    border: 10px solid #99ffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgb(68,68,68);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(34,34,34,1) 100%);
    background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

#example .item .hover h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#example .item .hover .btn {
    bottom: 15px;
    left: 50px;
    position: absolute;
    right: 50px;
}

#example .item:hover .hover{
    opacity: 1;
    text-decoration: none;
}

#time {
    background-color: #fcfcfc;
    padding: 0 0 20px;
}

.gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(153, 255, 255, 1) 0%, #fff 100%) repeat scroll 0 0;
}

.time-info {
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    background-color: #000;
}

.time-info .web h4{
    border: 2px solid #ff7a4d;
    color: #fff;
    margin: 5px 20px;
    padding: 5px;
}

.time-info .user {
   
}

.time-info .user h4{
    border: 2px solid #7ce8a8;
    color: #fff;
    margin: 5px 20px;
    padding: 5px;
}

.time-info .info {
    width: 50%;
    text-align: center;
}

.time-info.affix{
    background-color: transparent;
    background: url(../images/d70.png);
    box-shadow: 0 3px 5px #888;
    top: 40px;
    width: 100%;
    z-index: 102;
    -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.time-info.affix-bottom {
  position: absolute;
  //top: auto;
  //bottom: 620px;
}

.timeline {
    list-style: none;
    position: relative;
    padding: 0 10px;
}

#time h3 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 3px;
    background-color: #999;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    background-color: #fff;
    border: 2px solid #ff7a4d;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    float: left;
    padding: 20px;
    position: relative;
    width: 46%;
}

.timeline > .timeline-inverted > .timeline-panel {
    border: 2px solid #7ce8a8;
}

.timeline > .timeline-center > .timeline-panel {
    border: 2px solid #FFDC73;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -17px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ff7a4d;
    border-right: 0 solid #ff7a4d;
    border-bottom: 15px solid transparent;
    content:" ";
}

.timeline > .timeline-inverted > .timeline-panel:before {
    border-left: 15px solid #7ce8a8;
    border-right: 0 solid #7ce8a8;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content:" ";
}

.timeline > li > .timeline-badge {
    background-color: #fcfcfc;
    border-radius: 500px;
    color: #ff7a4d;
    font-size: 40px;
    height: 50px;
    left: 50%;
    line-height: 60px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 51px;
    z-index: 100;
}

.timeline > .timeline-inverted > .timeline-badge {
    color: #7ce8a8;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -17px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li.timeline-center > .timeline-panel {
    left: 27%;
    text-align: center;
}

.timeline > li.timeline-center > .timeline-panel:after, .timeline > li.timeline-center > .timeline-panel:before {
    display: none;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.form-contact {
    background-color: #fcfcfc;
    padding-bottom: 20px;
}

.form-contact a {
    color: #000;
}

.form-contact h3 {
    font-size: 35px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.form-contact .btn-primary {
    
}

.form-contact form {
    border: 1px solid #ccc;
    padding: 20px 20px 0;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.176);
}

.form-contact form .help-block {
    text-align: left;
}

.carousel-control {
  z-index: 12;
}

#directory {
    margin-top: 90px;
}

#directory .item {
    margin-bottom: 20px;
    color: #ccc;
}

#directory .item h3 {
    text-transform: uppercase;
    color: #99ffff;
    margin: 0 0 10px;
}

#directory .item h3 a {
    color: #99ffff;
    text-decoration: none;
}

#directory .item h3 a:hover {
    color: #555;
}

#directory .item img {
    background-color: #111;
    border: 1px solid #444;
    padding: 5px;
}

#directory .desc {
    min-height: 177px;
}

#directory .tag a {
    border: 1px solid #444;
    border-radius: 5px;
    color: #99ffff;
}

#directory .tag a:hover {
    background: transparent;
    color: #555;
}

.footer {
    background:#222 url('../images/footer.jpg') repeat-x bottom;
   

    color: #ccc;
}

.footer a {
    color: #fff;
}

.footer h3 {
    text-transform: uppercase;
    color: #fff;
}

.footer .nav-pills > li > a {
    color: #ccc;
    padding: 10px 0;
}

.footer .nav-pills > li > a:hover {
    color: #666;
    background: transparent;
}

.footer .nav-pills > li.active a {
    background:transparent;
    color: #555;
    font-weight: bold;
}

.footer .social img {
    width: 50px;
}

.footer .social img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity:0.6;
}

.body.error-page {
    color: #ccc;
    text-align: center;
}

.body.error-page .well {
    color: #222;
}

.body.error-page .page-header {
    color: #9ff;
}

.body.error-page  .label.label-inverse {
    color: red;
}

.body.error-page .footer {
    min-height: 500px;
}

@media (min-width:1400px) { 

    .container {
        width: 100%;
        max-width: 1600px;
    }

    .home-box .item .icon{
        font-size: 260px;
    } 

    .page-container .image-background {     
        padding-top: 34%;
    }

    .item-options .icon {
        font-size: 160px;
    }

    #homeCarousel, #homeCarousel .item {
        min-height: 800px;
        max-height: 1000px;
    }

    #homeCarousel .center.big {
        font-size: 300px;
        padding-bottom: 100px;
    }

    #homeCarousel .big .text {
        font-size: 55px;
    }

    #homeCarousel .big .price {
        font-size: 70px;
    }

    #homeCarousel .big .message {
        font-size: 30px;
    }

    .home-box .item .intro{
        min-height: 230px;
    }

    .home-box .item.two .intro{
        min-height: 280px;
    }

    .portfolio-categories .item .icon {
        font-size: 300px;
    }

    .portfolio-categories .item h2 a { 
       font-size: 25px
    }

    #directory .desc {
        min-height: 279px;
    }

    #call-me .icon {
        padding: 16px 10px;
    }

    #call-me .text {
        font-size: 27px;
        padding: 43px 0 0;
    }
}

@media (max-width: 1200px) { 

    #homeCarousel, #homeCarousel .item {
        max-height: 750px;
        min-height: 560px;
    }

    .home-box .item .icon {
        font-size: 160px;
    }

    .home-box .item .intro{
        min-height: 175px;
    }

    .home-box .item h3 {
        font-size: 19px;
    } 

    #call-me .text {
        color: #333;
        font-size: 20px;
        line-height: 26px;
        padding: 28px 0 0 31px;
        text-transform: uppercase;
    }

    .home-box .item.two .intro {
        min-height: 225px;
    }
}

@media (max-width: 990px) { 
    
    .container {
        width: 100%;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar.navbar-default {
        background: rgba(0, 0, 0, 0) url("../images/d80.png") repeat;
    }

    .nav.navbar-nav.pull-right {
        float: none !important;
    }

    #homeCarousel, #homeCarousel .item {
        max-height: 565px;
        min-height: 560px;
    }

    #homeCarousel .center.big {
        font-size: 180px;
    }

    #homeCarousel .big .text {
        font-size: 30px;
    }

    #homeCarousel .big .price {
        font-size: 50px;
    }

    #homeCarousel .big .message {
        font-size: 20px;
    }

    .home-box .item .intro{
        min-height: 230px;
    }

    .home-box.two {
        padding-top: 0;
    }

    .contact {
        text-align: center;
    }

    .page-container .image-background {
        padding-top: 55%;
    }

    #example .example-inner{
        overflow: scroll;
         -webkit-overflow-scrolling: touch; /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
        -webkit-transform: translateZ(0px); /*HELPS THE ABOVE WORK IN IOS5*/
    }

    #example .scroll{
        overflow: scroll;
         -webkit-overflow-scrolling: touch; /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
        -webkit-transform: translateZ(0px); /*HELPS THE ABOVE WORK IN IOS5*/
        width: 1600px;
    }
    
    #example .col-md-6 {
        display: inline;
        float: left;
        width: 400px !important;
    }

    #review {
        padding: 20px 10px 5px;
    }

    #review .slick-arrow {
        display: none!important;
    }

    #review .intro {
        min-height: 260px;
    }
    
    #options h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    #navbar-help .navbar-nav {
        margin: 0;
    }

    #navbar-help li {
        float: left;
    }
    
    #directory {
       text-align: center;
    }
    
    #directory .item h3 {
        margin-top: 15px;
    }

    #directory .item .desc {
        min-height: auto;
        padding: 10px 0;
    }
    
    .mobile-inner {
        overflow: hidden;
        background-color: #ff4d4d;
    }

    #call-me form {
        position: relative;
        padding-bottom: 20px;
    }

    #call-me .icon {
        padding: 10px;
    }

    
    .mobile-inner .col-md-1 {
        position: absolute;
        left: 0;
        top: 0;
    }

    #call-me .text {
        color: #fff;
        font-size: 30px;
        line-height: 26px;
        padding: 37px 0;
        text-transform: uppercase;
    }

    #call-me .text span {
        color: #222;
    }

    #call-me .col-md-4.no-margin {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-box .item.two .intro {
        min-height: 0;
    }

    #call-me .privacy-box {
        float: none;
        padding: 15px;
    }
    

    
}

@media (max-width: 780px) {
    #homeCarousel, #homeCarousel .item {
        max-height: 900px;
        min-height: 560px;
    }

    #homeCarousel .center.big {
        font-size: 120px;
    }

    .home-box .item .hover {
        background:transparent;
        opacity: 1;
        position: relative;
        padding: 0;
    }

    .home-box .item h3 {
        font-size: 35px;
    }

    .home-box .item .intro {
        color: #ccc;
        padding: 30px 0 10px;
        min-height: 0;
        font-size: 16px;
    }

    .page-container .image-background {
        padding-top: 80%;
    }
    
    .time-info.affix {
        top: 0px;
    }

    .timeline {
        list-style: outside none none;
        padding: 0;
        position: relative;
    }

    #example .col-sm-6 {
        width: 80%;
    }

    #review .intro {
        min-height: 320px;
    }

    #review h5, #example h5 {
        min-height: 58px;
        font-size: 20px;
    }

    .footer {
        text-align: center;
    }

    .footer .col-sm-4 {
        border-bottom: 1px solid #333;
        padding-bottom: 15px;
    }



}

@media (max-width: 480px) {
    body, html {
      height: 100%;
    }
    
    .brand-responsive {
        margin-top: 8px;
        width: 200px;
    }

    #homeCarousel, #homeCarousel .item {
        max-height: 700px;
        min-height: 460px;
    }

    #homeCarousel .item .fade {
       display: none !important;
    }

    #homeCarousel .item {
        background-position: center top !important;
    }

    #homeCarousel .item::after {
        opacity: 0.5;
    }

    #homeCarousel .carousel-caption {
        position: absolute;
        bottom: 0;
        top: auto;
        padding: 10px 15px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    }

    #homeCarousel .logo-slide {
        margin-bottom: 40%;
        text-align: center;
    }

    #homeCarousel .center.big {
        font-size: 100px;
        padding: 20px;
        position: static;
        padding-bottom: 95px;
    }

    #homeCarousel .big .text {
        font-size: 25px;
    }

    #homeCarousel .big .price {
        font-size: 25px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #homeCarousel .big .message {
        font-size: 16px;
    }
    
    .home-box .container {
        padding: 0 5px;
    }

    .home-box .item h3 {
        font-size: 25px;
    }

    .page-container .image-background {
        padding-top: 120%;
    }

    .hidden-xxs {
    	display: none;
    }

    .page-container, .item-page {
        height: 100%;
    }

    .item-page .inner {
        padding: 10px 15px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    }

    .item-page .inner i {
        display: none;
    }

    .portfolio-footer .nav-pills > li > a {
        margin: 10px 5px;
    }
    
    .image-background.start{
        max-height: 500px;
        min-height: 350px
    }

    .carousel-inner{
        height:100%;
    }

    .timeline > li > .timeline-panel {
        padding: 5px;
        font-size: 14px;
    }

    .timeline > li > .timeline-badge {
        background-color: #fcfcfc;
        border-radius: 500px;
        color: #ff7a4d;
        font-size: 25px;
        height: 38px;
        left: 50%;
        line-height: 43px;
        margin-left: -17px;
        position: absolute;
        text-align: center;
        top: 14px;
        width: 36px;
        z-index: 0;
    }

    #example .col-sm-6 {
        width: 90%;
    }

    #review h3 {
        font-size: 25px;
    }

    #review {
        padding: 20px 0;
    }

    #review h5, #example h5 {
        min-height: 0;
        font-size: 16px;
    }

    #review .intro {
        min-height: 280px;

    }

    .form-contact h3 {
        font-size: 20px;
    }

    .back-to-top {
       right: 10px;
    }

    #navbar-help {
        float: none;
        left: auto;
        position: relative;
        text-align: center;
    }

    #navbar-help ul {
        left: auto;
    }


    #navbar-help .navbar-nav {
        margin: 0;
        overflow-x: auto;
        padding: 0;
        white-space: nowrap;
        width: 100%;
    }
    
    #navbar-help li{
        display: inline-block;
        float: none;
        padding: 10px 0;
    }

    #navbar-help .navbar-nav > li > a {
        background: url("../images/d50.png") repeat scroll 0 0;
        border: 1px solid #ccc;
    }

    #navbar-help .navbar-nav > li.active a {
        background: transparent;
        border: 1px solid #99ffff;
        background-color: #99ffff;
    }

    .portfolio-categories .item .icon {
        font-size: 160px;
    }
    
    #call-me form {
        background-color: #fff;
    }
    
    #call-me .icon {
        font-size: 50px;
        padding: 10px;
        top: 0;
    }

    #call-me .text {
        font-size: 17px;
        line-height: 26px;
        padding: 22px 0;
    }


}

@media (max-width: 480px) and (max-height: 450px) {
    #homeCarousel .big .icon {
        display: none;
    }


    
    

}

