/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
	font-size: 13px;
    color: #a8a8a8;
}

.barra-superior{
	height:30px;
	background-color:#252525;
	color:rgb(255,255,255);
	float:right;
	width:100%;
}

.barra-superior p{
	font-family:'Open Sans', sans-serif;
	line-height:30px;
	display:inline-block;
	color: rgb(255,255,255);
	margin-right:20px;
	}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
	line-height:20px;
	color:dimgray;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
color:#306296;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 70px 0;
}

.section-title {
  margin: 0 auto 55px;
  width: 700px;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
	line-height: 25px;
	font-weight: 300;
	font-size: 15px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #bf0411;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}



/*************************
*******Navigation******
**************************/

#navigation{
	background-color:#1a1a1a;
}



#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

/*.animated-nav .navbar-brand {
  padding: 15px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 25px;
}*/

/*#navigation > .container {
  border-bottom: 1px solid #636364;
}*/

header #navigation{
	background-color:#1a1a1a;
}


#navigation{
	background-color: #1a1a1a;
}

/*.animated-nav#navigation > .container {
  border-bottom: none;
  background-color: #1a1a1a;
}*/

.navbar-brand {
  height: inherit;
  padding: 10px 0;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 25px 15px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #bf0411;
  border-bottom: 1px solid #bf0411;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #bf0411;
  border-bottom: 1px solid #bf0411;
}

/*.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}*/

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: rgb(0,0,0);
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
/*  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;*/
  background-color:#1a1a1a;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

/*.animated-nav .search-form > #search-sub {
    bottom: 22px;
}
*/
/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
background-position:center;
background:center;
background-repeat:no-repeat;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
/*  background-color: rgb(191, 4, 17,0.7);*/
  background-color: rgb(26, 26, 26,0.7);
/*  padding: 60px 50px 80px 20%;*/
  padding: 10px 40px;
  position: absolute;
/*  top: 25%;*/
  top: 85%;
/*  width: 76%;*/
  line-height: 20px;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 28px;
/*  line-height: 50px;
  margin-bottom: 20px;*/
  text-shadow: none;
/*  text-transform: uppercase;*/
  line-height:40px;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
/*  border: 1px solid #fff;*/
  color: #fff;
  display: block;
/*  height: 60px;*/
  height: 40px;
/*  line-height: 76px;*/
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 50%;
/*  width: 60px;*/
  width: 40px;
  z-index: 20;
/*  margin-top: -30px;*/

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-prev:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #1a1a1a;
  border: 0;
}


/*============================================================
    Services
============================================================*/

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #bf0411;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
	padding-top:10px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: -98px;
  z-index: 2;
}

.mobile-device .white {
  bottom: -62px;
  z-index: 1;
}

.service-features {
  background-color: transparent;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 10px;
  position: absolute;
  right: 0;
  width: 30%;
}

.service-features h3 {
  margin-bottom: 60px;
/*  text-transform: uppercase;*/
}

.service-features ul li {
  font-size: 18px;
  line-height: 40px;
  letter-spacing:1px;
}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing:0.5px;
  font-size:14px;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #bf0411;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

.about-us img {
  margin: 0 auto;
}

/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}

.tst-content p {
  color: #1f2021;
  line-height: 25px;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #00C7FC;
  border-color: #00C7FC;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #00C7FC;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #00C7FC;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
	color:#FFFFFF;
}

.call-to-action span{
	font-size:14px;
	color: rgb(204,204,204);
}



/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #00c7fc;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #00c7fc;
  border-top: 1px solid #00c7fc;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #00c7fc;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #00c7fc;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #00c7fc;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 20px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  /*padding: 17px 50px;*/
  margin-top:30px;
}

.contact-details {
  margin-bottom: 45px;
  margin-top:5px;
}

.contact-details > span {
  color: #1a1a1a;
  display: block;
  margin-bottom: 20px;
  font-size:large;
  letter-spacing:1px;
}

.g-recaptcha{
float:left;
}


/*============================================================
    Footer
============================================================*/

#footer {
    background-color: #121116;
    padding: 20px 0 20px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #00C7FC;
}

.copyright {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.copyright a {
    color: #bf0411;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {
font-size:12px;
}

.copyright p:first-child {
    /*margin-bottom: 15px;*/
}


/*============================================================
    Video
============================================================*/

#video {
	background: url(../img/video_background.png) center center no-repeat;
	background-size: cover;
	min-height: 670px;
	color: #ffffff;
}

#video .logo-img {
	width: 85px;
	height: 85px;
	display: block;
	margin: 210px auto 0;
}

#video .section-title {
	margin-top: 55px;
}

#video .title-content p {
	margin-top: 30px;
}

/****** VIDEO *****/

#video-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

#video-container.is-active {
/*	background: url(../img/video_background.png) center no-repeat;*/
	background-size: cover;
}

#video-player {
	width: 100%;
	height: 100%;
/*	background: url(../img/transparent.png);*/
}

/***** Video Controls *****/

#video-controls {
	position: absolute;
	width: 100%;
	max-width: 570px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(0,0,0,0.5);
	font-size: 0.1px;
	padding: 5px 15px 0;
	box-sizing: border-box;
	/* Hide if browser doesnt support js or video */
	display: none;
}

#video-controls li {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
}

#video-controls button {
	color: #ffffff;
	background: transparent;
	border: none;
	padding: 8px 10px;
	outline: none;
}

#video-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

#video-progress {
	background: #ffffff;
	color: #f95353;
	border: none;
}

#video-progress-bar {
	background: #f95353;
	color: #f95353;
	border: none;
}

#video-progress::-webkit-progress-bar {
	background: #ffffff;
	color: #f95353;
}
#video-progress::-webkit-progress-value {
	background: #f95353;
	color: #f95353;
} 
#video-progress::-moz-progress-bar {
	background: #f95353;
	color: #f95353;
}

#video-progress::-ms-fill {
    border: none;
}

#video-progress[value="100"]::-ms-fill {
    background-color: #ffffff;
}

#video-controls .volume-control {
	padding-right: 10px;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#video-controls .volume-control:hover .volume-slider {
	width: 50px;
	opacity: 1;
	visibility: visible;
}

.volume-control #mute {
	min-width: 35px;
	padding-right: 0;
	vertical-align: middle;
	font-size: 25px;
	text-align: left;
}

.volume-control #mute:hover > .fa {
	color: #f95353;
}

.volume-slider {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: width 0.2s ease-in-out;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.volume-slider > input {
	padding: 0;
	height: 100%;
	cursor: pointer;
}

/**** VOLUME BAR CUSTOM CSS *****/

input[type=range].volume-bar {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.5px 0;
}
input[type=range].volume-bar:focus {
  outline: none;
}
input[type=range].volume-bar::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 3px;
  border: none;
}
input[type=range].volume-bar::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f95353;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}
input[type=range].volume-bar:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range].volume-bar::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 3px;
  border: none;
}
input[type=range].volume-bar::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f95353;
  cursor: pointer;
}
input[type=range].volume-bar::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].volume-bar::-ms-fill-lower {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
input[type=range].volume-bar::-ms-fill-upper {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
input[type=range].volume-bar::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #f95353;
  cursor: pointer;
  height: 3px;
}
input[type=range].volume-bar::-ms-tooltip {
	display: none;
}
input[type=range].volume-bar:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range].volume-bar:focus::-ms-fill-upper {
  background: #ffffff;
}

/**** VOLUME BAR CUSTOM CSS *****/

#share-video {
	font-size: 22px;
}

#playpause:hover > .fa {
	color: #f95353;
}

#playpause > .fa {
	min-width: 36px;
	vertical-align: middle;
	font-size: 25px;
}

#share-video.is-active > .ico {
	color: #f95353;
}

#video-controls .share-social {
	position: absolute;
	top: 55px;
	right: 0;
	padding: 8px 10px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: -1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#video-controls .share-social.is-active {
	top: -45px;
	opacity: 1;

}

#video-controls .share-social a {
	padding: 5px;
	margin: 0 5px;
}

#video-controls .share-social a.-facebook:hover > .ico {
	color: #3b5998;
}

#video-controls .share-social a.-twitter:hover > .ico {
	color: #00b6f1;
}

#video-controls .share-social a.-google-plus:hover > .ico {
	color: #df4a32;
}

#video-controls #video-timer {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}


#video-controls .ico {
	vertical-align: middle;
}

#video-controls .ico:hover {
	color: #f95353;
}

#video-controls .controls-mid {
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/***** Video falback text *****/

.video-fallback {
	position: relative;
	width: 100%;
	height: 100%;
/*	background: url(../img/video_background.png) center no-repeat;*/
	background-size: cover;
}

.video-fallback .text {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	padding: 15px 25px;
}

.video-fallback .download{
display:none;
}

@media screen and (min-width: 768px) and (max-width:1020px) {

	.barra-superior{
		padding-left:20px;
	}

	.barra-superior p{
		line-height:30px;
	}

	.carousel-caption > div {
	  background-color: rgb(26, 26, 26,0.7);
	  padding: 5px 20px;
	  position: absolute;
	  top: 88%;
	  line-height: 20px;
	}

	#video {
		min-height:0px;
	}
	
	#service-bottom {
		height:350px;
	}
	
	
	#service .media{
		padding-bottom:50px;
		padding-left:80px;
	}	
	
	.mobile-device img{
		width:70%;
	}
	
	.service-features {
	  padding:0 0 50px 20px;
	}
	
	.service-features h3 {
	  margin-bottom: 30px;
	}
	
	
	
}



@media screen and (min-width: 320px) and (max-width: 767px) {

.barra-superior p{
font-size:14px;
}

.call-to-action span{
font-size:16px;
}

figure, p{
font-size:15px;
line-height:25px;
}
	

.copyright p{
font-size:10px;
}

	.barra-superior{
		padding-left:25px;
		margin-top:10px;
	}
	
	carousel{
		display:none;
	}
	
	body > section {
		padding: 50px 20px;
	}
	
        #nosotros{
                padding-top:160px;
        }

	.section-title p {
		line-height: 25px;
		font-weight: normal;
		font-size: 16px;
	}

	#video {
		min-height:0px;
	}

	.service-features {
		padding:30px 0 0 40px;
	}
	
	.col-md-4 {
		padding-left:50px;
	}
	
	.col-md-7 .col-md-5{
		padding-right:0;
		padding-left:0;
	}

	.navbar-brand img{
		width:275px;
		padding-left:15px;
		padding-bottom:15px;
	}

	.animated-nav .navigation .navbar-nav > li.current > a {
		color: rgb(255,255,255);
		border-bottom: 1px solid #bf0411;
		background-color:#bf0411;
	}
	
	#home-carousel{
		display:none;
	}
	
	#service .media{
		padding-bottom:20px;
	}
	
	#footer{
		padding:10px 0 10px;
	}

	#about{
		margin-top:120px;
	}

.g-recaptcha{
float:right;
}

.scrollup{
width:auto;
height:auto;
}

.navigation .navbar-nav > li > a {
  font-size: 16px;
}

}