/*******************************************************************************
 * Style [style.php]
 *
 * Styles used in the website
 * [yaguirre]
 *
 * @package     SoftechRevolutions
 * @subpackage  main
 * @author      Yeiner Aguirre <yaguirre@gmail.com>
 * @version     1.0
 * @copyright   Softech Revolutions
 ******************************************************************************/
body {
  background-color: white;
  color: #777777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

/******************************
 * Header
 ******************************/
.left-align {
  text-align: left;
}

.right-align {
  text-align: right
}

/* Navs */
#header .email a {
  color: #F90;
  background-color: transparent;
}

#header nav ul.nav-top li.email a:hover {
  color: #F90;
  background-color: transparent;
}

#header nav {
  float: right;
}

#header > .container {
  height: 100px;
  margin-bottom: -35px;
  position: relative;
  display: table;
  max-width: 1170px;
}

#header .social-icons {
  clear: right;
  float: right;
  margin-top: -3px;
  margin-left: 5px;
  position: relative;
}

#header nav ul.nav-main {
  margin: -7px 10px 8px 0;
}

#header nav ul.nav-main > li + li {
  margin-left: -4px;
}

#header nav ul.nav-main li a {
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 13px;
}

#header nav ul.nav-main li a:hover,
#header nav ul.nav-main li.active a {
  color: #FFF;
  background-color: #777;  /*background-color: #36C;*/
}

#header nav ul.nav-main li ul a {
  text-transform: none;
  font-weight: normal;
  font-size: 0.9em;
}

#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
  background-color: #CCC;
}

#header nav ul.nav-main li.dropdown:hover > a {
  padding-bottom: 11px;
  margin-bottom: -1px;
}

#header nav ul.nav-main li.dropdown:hover > ul {
  display: block;
}

#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
}

#header nav ul.nav-main li a.dropdown-toggle.extra {
  display: none;
}

#header nav ul.nav-main ul.dropdown-menu {
  background-color: #CCC;
  border: 0;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  margin: 1px 0 0 3px;
  padding: 5px;
  top: auto;
  text-align: left;
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
  filter: none;
  background: #999;
}

#header nav ul.nav-main ul.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

#header nav ul.nav-main ul.dropdown-menu > li > a {
  color: #FFF;
  font-weight: 400;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: none;
  position: relative;
  padding: 8px 10px 8px 5px;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
  border-radius: 6px;
  margin-left: 0;
  margin-top: -5px;
}

#header nav ul.nav-main .dropdown-submenu {
  position: relative;
}

#header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: corder-values(0 6px 6px 6px);
}

#header nav ul.nav-main .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFF;
  margin-top: 5px;
  margin-right: -10px;
}

#header nav ul.nav-main .dropdown-submenu.pull-left {
  float: none;
}

#header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: corder-values(6px 0 6px 6px);
}

#header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#header nav ul.nav-main .dropdown-submenu:hover > a:after {
  border-left-color: #FFF;
}

#header nav ul.nav-top {
  margin: 10px 0 -10px;
  min-height: 62px;
}

#header nav ul.nav-top li span {
  display: block;
  line-height: 14px;
  margin-bottom: 2px;
  margin-right: 0;
  margin-top: 5px;
  padding: 8px 2px 8px 12px;
}

#header nav ul.nav-top li a,
#header nav ul.nav-top li span {
  color: #36C;
  font-size: 0.9em;
  padding: 6px 10px;
}

#header nav ul.nav-top li a:hover {
  color: #FFF;
  background-color: #36C;
}

#header nav ul.nav-top li i {
  margin-right: 6px;
  position: relative;
  top: 1px;
}

#header .nav-main-collapse {
  overflow-y: visible;
}

#header .nav-main-collapse.in {
  overflow-y: visible;
}

/* Logo */
#header .logo {
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  margin: 0;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: transparent;
}

#header .logo a {
  position: relative;
  z-index: 1;
}

#header .logo img {
  position: relative;
  color: transparent;
}

/* Header Container */
.header-container {
  min-height: 76px;
  position: relative;
}

/* Responsive Nav Button */
.btn-responsive-nav {
  display: none;
}

/******************************
 * Content Area
 ******************************/
.feature-box {
  height: auto;
  min-height: 220px;
}

h1.word-rotator-title .inverted {
  min-height: 56px;
}

h1.word-rotator-title .word-rotate {
  max-height: 46px;
  line-height: 46px;
  margin-bottom: -9px;
}

/* Partners Rotate */
.partners-rotate {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  max-height: 130px;
}

.partners-rotate .partners-rotate-items {
  position: relative;
  top: 0;
  width: 0;
  display: block;
}

.partners-rotate .partners-rotate-items span {
  display: inline-block;
  white-space: nowrap;
}

.partners-rotate .partners-rotate-items span:not(:first-child) {
  display: none;
}

.partners-rotate.active .partners-rotate-items {
  position: relative;
}

.partners-rotate.active .partners-rotate-items span {
  display: block;
}

/* Home - Revolution Slider */

/******************************
 * Footer
 ******************************/
#footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  clear: both;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
  color: #FFF !important;
}

#footer h4 {
  font-size: 1.8em;
  font-weight: 200;
}

#footer h5 {
  color: #CCC !important;
}

/* Container */
#footer .container .row > div {
  margin-bottom: 25px;
}

#footer .container input:focus {
  box-shadow: none;
}

/* UL */
#footer ul.nav-list.primary > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

#footer ul.nav-list.primary > li:last-child a {
  border-bottom: 0;
}

#footer ul.nav-list.primary > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
  margin-bottom: 5px;
}

/* Logo */
#footer .logo {
  display: block;
}

#footer .logo.push-bottom {
  margin-bottom: 12px;
}

/* Ribbon */
#footer .ribbon {
  background: #777;
  margin: -90px 0 0 14px;
  padding: 10px 20px 6px 20px;
  position: absolute;
}

#footer .ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}

#footer .ribbon span {
  color: #FFF;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

#footer.light .ribbon {
  margin-top: -76px;
  margin-left: 14px;
}

/* Social Icons */
ul.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.social-icons li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(/assets/img/social-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 100px;
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.social-icons li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}

ul.social-icons li a:hover {
  text-decoration: none;
}

ul.social-icons li a i[class^="icon-"] {
  color: #444;
  font-style: 16px;
  position: relative;
  top: 3px;
}

ul.social-icons li a:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.social-icons li[class] a {
  text-indent: -9999px;
}

ul.social-icons li:active,
ul.social-icons li a:active {
  border-radius: 100%;
}

ul.social-icons li.digg {
  background-position: 0 0;
}

ul.social-icons li.digg:hover {
  background-position: 0 -30px;
}

ul.social-icons li.dribbble {
  background-position: 0 -60px;
}

ul.social-icons li.dribbble:hover {
  background-position: 0 -90px;
}

ul.social-icons li.facebook {
  background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
  background-position: 0 -150px;
}

ul.social-icons li.flickr {
  background-position: 0 -180px;
}

ul.social-icons li.flickr:hover {
  background-position: 0 -210px;
}

ul.social-icons li.forrst {
  background-position: 0 -240px;
}

ul.social-icons li.forrst:hover {
  background-position: 0 -270px;
}

ul.social-icons li.googleplus {
  background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
  background-position: 0 -330px;
}

ul.social-icons li.html5 {
  background-position: 0 -360px;
}

ul.social-icons li.html5:hover {
  background-position: 0 -390px;
}

ul.social-icons li.icloud {
  background-position: 0 -420px;
}

ul.social-icons li.icloud:hover {
  background-position: 0 -450px;
}

ul.social-icons li.lastfm {
  background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover {
  background-position: 0 -510px;
}

ul.social-icons li.linkedin {
  background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
  background-position: 0 -570px;
}

ul.social-icons li.myspace {
  background-position: 0 -600px;
}

ul.social-icons li.myspace:hover {
  background-position: 0 -630px;
}

ul.social-icons li.paypal {
  background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
  background-position: 0 -690px;
}

ul.social-icons li.picasa {
  background-position: 0 -720px;
}

ul.social-icons li.picasa:hover {
  background-position: 0 -750px;
}

ul.social-icons li.pinterest {
  background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
  background-position: 0 -810px;
}

ul.social-icons li.reddit {
  background-position: 0 -840px;
}

ul.social-icons li.reddit:hover {
  background-position: 0 -870px;
}

ul.social-icons li.rss {
  background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
  background-position: 0 -930px;
}

ul.social-icons li.skype {
  background-position: 0 -960px;
}

ul.social-icons li.skype:hover {
  background-position: 0 -990px;
}

ul.social-icons li.stumbleupon {
  background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover {
  background-position: 0 -1050px;
}

ul.social-icons li.tumblr {
  background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover {
  background-position: 0 -1110px;
}

ul.social-icons li.twitter {
  background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
  background-position: 0 -1170px;
}

ul.social-icons li.vimeo {
  background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover {
  background-position: 0 -1230px;
}

ul.social-icons li.wordpress {
  background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover {
  background-position: 0 -1290px;
}

ul.social-icons li.yahoo {
  background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover {
  background-position: 0 -1350px;
}

ul.social-icons li.youtube {
  background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
  background-position: 0 -1410px;
}

ul.social-icons li.github {
  background-position: 0 -1440px;
}

ul.social-icons li.github:hover {
  background-position: 0 -1470px;
}

ul.social-icons li.behance {
  background-position: 0 -1500px;
}

ul.social-icons li.behance:hover {
  background-position: 0 -1530px;
}

ul.social-icons li.yelp {
  background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover {
  background-position: 0 -1590px;
}

ul.social-icons li.mail {
  background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
  background-position: 0 -1650px;
}

ul.social-icons li.instagram {
  background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
  background-position: 0 -1710px;
}

ul.social-icons li.foursquare {
  background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover {
  background-position: 0 -1770px;
}

ul.social-icons li.zerply {
  background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover {
  background-position: 0 -1830px;
}

ul.social-icons li.vk {
  background-position: 0 -1860px;
}

ul.social-icons li.vk:hover {
  background-position: 0 -1890px;
}

/* Copyright Section */
#footer .copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 10px;
}

#footer .copyright nav {
  float: right;
}

#footer .copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

#footer .copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

#footer .copyright p {
  color: #555;
  margin: 0;
  padding: 0;
}

#footer.short .copyright {
  background: transparent;
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

#footer.light .copyright {
  margin-top: 15px;
  background: #FFF;
  border-top: 1px solid #DDD;
}

#footer.light .copyright p {
  color: #777;
}

#footer.narrow .copyright {
  margin-top: 0;
}

#footer.color .copyright nav ul li {
  border-left-color: #FFF;
}

/******************************
 * Content Area CSS
 ******************************/

/* software-development-content */
.software-development-content .icon-featured {
  border-radius: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 80px;
  margin: 0px 10px;
  width: 80px;
  height: 80px;
  background-color: #36C;
}

/*.software-development-content h1 {
  margin: 0 0 34px 0;
}*/

.software-development-content h3 {
  color: #36C;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-align: left;
  text-transform: none;
  font-size: 1.5em;
}

.software-development-content .sdc_area {
  font-family: "Open Sans", Arial, sans-serif;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
}

.software-development-title {
  color: #36C;
}

/* agile-development-content */
.agile-development-content .icon-featured {
  border-radius: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 80px;
  margin: 0px 10px;
  width: 80px;
  height: 80px;
  background-color: #F90;
}

.agile-development-title {
  color: #F90;
}


/* web-hosting-content */
.web-hosting-content .icon-featured {
  border-radius: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 80px;
  margin: 0px 10px;
  width: 80px;
  height: 80px;
  background-color: #2BAAB1;
}

.web-hosting-title {
  color: #2BAAB1;
}


/* Mixed Content */

.software-development-title,
.agile-development-title,
.web-hosting-title {
  font-weight: 500;
}

/* responsive-design-content */
.responsive-design-content .icon-featured {
  border-radius: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 80px;
  margin: 0px 10px;
  width: 80px;
  height: 80px;
  background-color: #777;
}

/*.responsive-design-content h1 {
  margin: 0 0 34px 0;
}*/

.responsive-design-content h3 {
  color: #777;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-align: left;
  text-transform: none;
  font-size: 1.5em;
}

.responsive-design-content .sdc_area {
  font-family: "Open Sans", Arial, sans-serif;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
}

.responsive-design-title {
  color: #777;
}


/******************************
 * Web Hosting CSS
 ******************************/

/* Featured Box */
.web-hosting-box {
  background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.web-hosting-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  text-transform: uppercase;
}

.web-hosting-box .box-content {
  border-radius: 8px;
  border-top: 3px solid #33B8FF;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
}

.web-hosting-box .learn-more {
  display: block;
  margin-top: 10px;
}

/* Featured Boxes */
.web-hosting-boxes .web-hosting-box {
  margin-bottom: 30px;
  margin-top: 45px;
}

.web-hosting-boxes .web-hosting-box.info-content {
  text-align: left;
}

/* Primary */
.web-hosting-box-primary i.icon-featured {
  background-color: #F90;
}

.web-hosting-box-primary h4 {
  color: #F90;
}

.web-hosting-box-primary .box-content {
  border-top-color: #F90;
}

/* Secundary */
.web-hosting-box-secundary i.icon-featured {
  background-color: #777;
}

.web-hosting-box-secundary h4 {
  color: #777;
}

.web-hosting-box-secundary .box-content {
  border-top-color: #777;
}

/* Tertiary */
.web-hosting-box-tertiary i.icon-featured {
  background-color: #2BAAB1;
}

.web-hosting-box-tertiary h4 {
  color: #2BAAB1;
}

.web-hosting-box-tertiary .box-content {
  border-top-color: #2BAAB1;
}

/* Quartenary */
.web-hosting-box-quartenary i.icon-featured {
  background-color: #36C;
}

.web-hosting-box-quartenary h4 {
  color: #36C;
}

.web-hosting-box-quartenary .box-content {
  border-top-color: #36C;
}

/* Featured Boxes - Login */
.web-hosting-boxes.login {
  margin-top: -30px;
}

.web-hosting-boxes.login .featured-box {
  text-align: left;
}

.web-hosting-boxes.cart .featured-box {
  text-align: left;
}

.web-hosting-boxes .featured-box-cart {
  margin-top: 0;
}

/* Feature Box */
.web-hosting-box {
  clear: both;
}

.web-hosting-box .web-hosting-box-icon {
  background: #CCC;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}

.web-hosting-box .web-hosting-box-info {
  padding-left: 50px;
}

/* Secundary */
.web-hosting-box.secundary h4 {
  color: #0e0e0e;
}

.web-hosting-box.secundary .web-hosting-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}

.web-hosting-box.secundary .web-hosting-box-icon i.fa {
  font-size: 28px;
}

.web-hosting-box.secundary .web-hosting-box-info {
  padding-left: 60px;
}
