/*-------------------------------------------------------

[Table of contents]



1. Header

	+ logo

	+ top navigation

	+ search

	

2. Content

	+ feature sections

	+ page title

	+ parallax backgrounds

	+ video backgrounds

	

3. Sidebar

	+ site search

	+ tabs

	+ portfolio widgets

	+ advertisements



3. Typography

	+ lists

	+ buttons

	+ styled boxes

	+ dropcaps

	+ highlight colors

	+ tables

	+ pricing tables

	+ framed boxes

	+ pagination

	

4. Footer

	+ copyrights

	+ google map

	



/*----------------------------------------------------

	SITE MAIN STRUCTURE

------------------------------------------------------*/

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto;
}

.container {
    width: 1170px;
    margin: auto;
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 90px 0px 90px 0px;
}

.content_fullwidth.less {
    padding: 0px 0px 90px 0px;
}

.content_fullwidth.less2 {
    padding: 75px 0px 90px 0px;
}

.content_fullwidth.less3 {
    padding: 75px 0px 30px 0px;
}

.content_left {
    float: left;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.content_right {
    float: right;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.content_halfsite {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 0px 0px 0px 0px;
}

.content_halfsite.last {
    margin-right: 0;
}


/*-------------------*/


/*     columns    */


/*-------------------*/

.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.650%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.onecol_forty {
    width: 40%;
}

.onecol_sixty {
    width: 56%;
}

.onecol_thirtyfive {
    width: 35%;
}


/*-----------------------------------*/


/*  Less Space Bitween Columns     */


/*-----------------------------------*/

.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
    position: relative;
    margin-right: 2%;
    float: left;
}

.one_full_less {
    width: 100%;
}

.one_half_less {
    width: 49%;
}

.one_third_less {
    width: 32%;
}

.one_fourth_less {
    width: 23.500%;
}

.one_fifth_less {
    width: 18.400%;
}

.two_third_less {
    width: 66%;
}

.three_fourth_less {
    width: 74.500%;
}

.onecol_forty_less {
    width: 40%;
}

.onecol_sixty_less {
    width: 58%;
}

.onecol_thirtyfive_less {
    width: 36.250%;
}

.last {
    margin-right: 0 !important;
}

.logo {
    float: left;
    width: 25%;
    margin-top: 7px;
    padding-left: 18px;
}


/*----------------------------

   FEATURE SECTIONS

------------------------------*/


/* features_section 1 */

.feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    background: url(http://placehold.it/1920x1115) repeat-y center top;
    padding: 97px 0px 86px 0px;
}

.feature_section1 .box {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 10px;
}

.feature_section1 .box .left {
    width: 32%;
    float: left;
    text-align: left;
}

.feature_section1 .box .left img {
    float: left;
}

.feature_section1 .box .right {
    width: 68%;
    float: left;
    text-align: left;
}

.feature_section1 .box .right .date {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    background-color: #e74c3c;
    padding: 14px 10px 10px 10px;
    margin-right: 20px;
    float: left;
}

.feature_section1 .box .right .date i {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

.feature_section1 .box ul.content .post_con {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-top: 45px;
}

.feature_section1 .box .post_con li {
    float: left;
    padding: 0px 20px 0px 4px;
    color: #999;
    text-align: left;
}

.feature_section1 .box .post_con li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.feature_section1 .box .post_con li a:hover {
    color: #727272;
    text-decoration: none;
}

.feature_section1 .box .post_con li i {
    color: #d4d4d4;
    font-size: 20px;
    font-weight: normal;
}

.feature_section1 .box2 {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 10px;
}

.feature_section1 .box2 .right {
    width: 32%;
    float: left;
    text-align: left;
}

.feature_section1 .box2 .right img {
    float: right;
}

.feature_section1 .box2 .left {
    width: 68%;
    float: left;
    text-align: right;
}

.feature_section1 .box2 .left .date {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    background-color: #e74c3c;
    padding: 14px 10px 10px 10px;
    margin-left: 20px;
    float: right;
}

.feature_section1 .box2 .left .date i {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    padding-top: 5px;
}

.feature_section1 .box2 ul.content .post_con {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-top: 45px;
}

.feature_section1 .box2 .post_con li {
    float: right;
    padding: 0px 0px 0px 20px;
    color: #999;
    text-align: left;
}

.feature_section1 .box2 .post_con li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.feature_section1 .box2 .post_con li a:hover {
    color: #727272;
    text-decoration: none;
}

.feature_section1 .box2 .post_con li i {
    color: #d4d4d4;
    font-size: 20px;
    font-weight: normal;
}


/* features_section 2 */

.feature_section2 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: rgba(12, 12, 12, 1);
    background: url(../images/bg-image27.jpg) repeat-y center top;
    padding: 100px 0px 100px 0px;
}


/* features_section 3 */

.feature_section3 {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
}

.feature_section3 .title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0px 25px 0px;
    background: #272727;
}

.feature_section3 .left {
    float: left;
    width: 50%;
    padding: 50px 0px 76px 0px;
    text-align: left;
}

.feature_section3 .leftlinebg {
    float: left;
    width: 110px;
    height: 3px;
    background: #e74c3c;
    text-align: left;
    margin: 20px 0px;
}

.feature_section3 .left .cont {
    float: right;
    width: 75%;
    padding: 0px 70px 0px 0px;
}

.feature_section3 .square {
    float: left;
    width: 40px;
    height: 40px;
    margin: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    background: #f3f3f3;
}

.feature_section3 .square i {
    width: 40px;
    height: 40px;
    color: #454545;
    font-size: 21px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.feature_section3 .right {
    float: left;
    width: 50%;
    padding: 0px 0px;
    background-color: #ececec;
    background-image: url(../images/tyvo-antenas-telefonia.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 570px;
}


/* features_section 4 */

.feature_section4 {
    float: left;
    width: 100%;
    text-align: center;
}

.feature_section4 .boximg {
    width: 25%;
    float: left;
    background: #181818;
    opacity: 1;
    transition: all 0.3s ease;
}

.feature_section4 .boximg:hover {
    opacity: 0.8;
}

.feature_section4 .boximg img {
    display: block;
    width: 100%;
}

.feature_section4 .boximgcon {
    width: 100%;
    text-align: center;
    margin-top: -60px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 0px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    background: rgba(39, 39, 39, 0.9);
}

.feature_section4 .boximgcon i {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}


/* features_section 5 */

.feature_section5 {
    float: left;
    width: 100%;
    padding: 90px 0px;
}

.feature_section5 .slidesec {
    float: left;
    width: 100%;
    background: #f3f3f3;
}

.feature_section5 .slidesec img {
    float: left;
    width: 100%;
}

.feature_section5 .slidesec .cont {
    float: left;
    width: 100%;
    padding: 16px 25px 25px 25px;
}

.feature_section5 .slidesec em {
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.feature_section5 .videosec {
    float: left;
    width: 100%;
    background: #999;
}

.feature_section5 .videosec iframe {
    float: left;
    width: 100%;
    height: 400px;
}


/* features_section 6 */

.feature_section6 {
    float: left;
    width: 100%;
    padding: 100px 0px 80px 0px;
    text-align: center;
    background: #272727 url(../images/tyvo-servicios.jpg) no-repeat center top;
}

.feature_section6 .line {
    display: block;
    width: 90px;
    height: 2px;
    background: #fff;
    margin: 25px auto 0 auto;
}


/* features_section 7 */

.feature_section7 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 100px 0px;
}


/* features_section 8 */

.feature_section8 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0px 45px 0px;
    background: #272727 url(../images/tyvo-background.jpg) repeat-y center top;
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
}

.feature_section8 .contact-form {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.feature_section8 .contact-form label {
    float: left;
    width: 100%;
}

.feature_section8 .contact-form .input {
    color: #fff;
    float: left;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #727272;
    padding: 12px 16px;
    margin-bottom: 15px;
}

.feature_section8 .contact-form textarea {
    color: #fff;
    float: left;
    width: 100%;
    height: 225px;
    text-align: left;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #727272;
    padding: 12px 16px;
}

.feature_section8 .button_send {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 16px 50px;
    border-radius: 3px;
    background-color: #008ad0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

.feature_section8 .button_send:hover {
    color: #181818;
    background-color: #fff;
}

.feature_section8 .box1 {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}

.feature_section8 .box2 {
    width: 33%;
    float: left;
}

.feature_section8 .box3 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.feature_section8 .box4 {
    width: 100%;
    float: left;
}

.feature_section8 i {
    color: #FFF;
    font-size: 27px;
    margin-right: 12px;
    margin-top: 5px;
    float: left;
    text-align: left;
}

.feature_section8 h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    letter-spacing: normal;
    display: block;
    text-transform: none;
    padding-top: 0px;
    text-align: left;
}

.feature_section8 h4 b {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: block;
}

.newsletter .enter_email_input {
    float: left;
    padding: 3px 0px 4px 20px;
    height: 50px;
    width: 83%;
    background: #fff;
    border: none;
    color: #727272;
    font-size: 14px;
}

.newsletter .input_submit {
    float: left;
    padding: 16px 16px;
    background-color: #008ad0;
    border: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.newsletter .input_submit:hover {
    color: #fff;
    cursor: pointer;
    background-color: #454545;
}

.newsletter .input_submit.color2 {
    background-color: #50c9d4;
}


/* google map */

.google_map1 {
    float: left;
    width: 100%;
    height: 260px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*  copyrights */

.copyright_info {
    float: left;
    padding: 36px 0px 30px 0px;
    width: 100%;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background: #181818;
}


/* footer social links    */

ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

.footer_social_links li a i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    vertical-align: middle;
    background-color: #454545;
    color: #fff;
    transition: all 0.3s ease;
}

.footer_social_links li a i:hover {
    color: #fff;
    background-color: #727272;
}


/* scroll up */

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}

.form-check-label {
    display: inline;
    width: auto !important;
    color: #ffffff;
}

.form-check-input {
    float: left;
    margin-right: 1em !important;
}

.float-none {
    float: none !important;
}


/* formulario de contacto */

#signupForm {
    width: 670px;
}

#signupForm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
}

#newsletter_topics label.error {
    display: none;
    margin-left: 103px;
}

label.error {
    color: tomato;
    font-weight: 300;
    text-align: left;
}

.alert-form {
    text-align: left;
    display: none;
    width: 95%;
}


/* capa cookies */

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 400;
    display: block;
    color: #fff;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 128, 189, .7) !important;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em 1.8em;
}

#infobox3 p {
    line-height: 1.5em;
    font-size: 16px;
    text-align: left;
}

#infobox3 p a {
    margin-right: 5px;
}

.link-cookies {
    text-decoration: underline;
    color: white;
}

.btn-cookies,
.btn-cookies:hover {
    text-decoration: none;
    min-width: 140px;
    color: rgb(0, 128, 189);
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-compliance {
    margin-top: 1em;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::placeholder {
    color: #fff;
}


/* loader */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}


/* BLOG */

.h1-blog {
    font-family: 'Oswald', cursive;
    font-size: 65px;
    letter-spacing: -0.5px;
    color: #000;
}

.h4-blog {
    font-size: 22px;
    letter-spacing: 0px;
}

.h4-blog-post {
    font-size: 25px;
    letter-spacing: -.5px;
    font-family: 'Oswald';
}

.h4-blog-post span {
    color: #008ad0;
    font-weight: 400;
}

.sub-heading-left i {
    margin-right: 10px;
}

.sticked-top {
    top: 0 !important;
}

.mrg-top-15 {
    margin-top: 15px !important;
}

.mrg-top-30 {
    margin-top: 30px;
}

.mrg-top-50 {
    margin-top: 30px !important;
}

.mrg-bottom-40 {
    margin-bottom: 40px;
}

.mrg-bottom-70 {
    margin-bottom: 70px;
}

.pdn-20 {
    padding: 20px 30px !important;
}

.facebook.border,
.twitter.border,
.instagram.border {
    background-color: transparent;
}

.facebook.bg,
.facebook.border:hover {
    background-color: #3B579D;
    color: #fff;
}

.twitter.bg,
.twitter.border:hover {
    background-color: #2CAAE1;
    color: #fff;
}

.instagram.bg,
.instagram.border:hover {
    background-color: #df2284;
    color: #fff;
}

.btn-icon.circle {
    border-radius: 50px;
}

.btn-icon {
    padding: 12px 15px !important;
    font-size: 14px !important;
}

.leftlinebg_blog {
    float: left;
    width: 110px;
    height: 3px;
    background: #e74c3c;
    text-align: left;
    margin: 5px 0px;
}

.image-blog {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.sub-heading-left {
    font-style: italic;
}

.button-blog {
    padding: 10px 42px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
    line-height: 1.25;
    background: #008ad0;
    text-decoration: none;
    color: white;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
    overflow: hidden;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .5px;
}

.button-blog:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    -webkit-transition: width .3s ease, height .3s ease;
    transition: width .3s ease, height .3s ease;
}

.button-blog:focus,
.button-blog:hover {
    background: #007AA3;
    color: #ffffff;
    text-decoration: none;
}

.button-blog:active:after {
    width: 200px;
    height: 200px;
}

.sidebar-widget {
    font-family: 'Open Sans', sans-serif;
}

.aside-ttl {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 14px;
}

.blog-sidebar .sidebar-widget ul.categories li a {
    line-height: 40px;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    color: #3e3e3e;
}

.blog-post-content {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

.blog-post-bottom {
    margin-top: 30px;
}

.blog-post-bottom ul.tag li {
    display: inline-block;
}

.blog-post-bottom ul.tag li a {
    border: 1px solid #008ad0;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 2.8;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    color: #008ad0;
}

.blog-post-bottom ul.tag li a:hover {
    background-color: #008ad0;
    color: #fff;
    text-decoration: none;
}

h3.post-title {
    font-family: 'Oswald', cursive;
    font-size: 30px;
    letter-spacing: -.5px;
    text-transform: uppercase;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {}