
@font-face {
    font-family: 'abadi';
    src: url('../fonts/Abadi MT Condensed Light.eot');
    src: url('../fonts/Abadi MT Condensed Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Abadi MT Condensed Light.woff2') format('woff2'), url('../fonts/Abadi MT Condensed Light.woff') format('woff'), url('../fonts/Abadi MT Condensed Light.ttf') format('truetype'), url('../fonts/Abadi MT Condensed Light.svg#abadi_mt_condensed_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.otf') format('opentype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
}

/* PAGE */

body {
  padding-top: 90px;
  color: #333;
}

@media (min-width: 1024px) {

    .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}


/* NABVAR */

.bg-navbar-vcc {
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	background-color: #000;
    opacity: .6;
	box-shadow: 0 0 5px rgba(0,0,0, .5);
    z-index: 100;
}

.navbar-vcc {
	background-color: transparent;
	color: #fff;
}

    .navbar-vcc .navbar-header {
        background-color: rgba(0,0,0,1);
    }

    .navbar-vcc a {
    	color: #fff;
    }


.navbar-vcc .nav > li > a:hover,
.navbar-vcc .nav > li > a:focus,
.navbar-vcc .nav .open > a, 
.navbar-vcc .nav .open > a:hover, 
.navbar-vcc .nav .open > a:focus {
    background-color: #000;
    border-color: #e9b364;
    color: #fff;
}

.navbar-vcc .navbar-brand {
    padding: 0;
    height: 75px;
    line-height: 75px;
    margin-right: 15px;
}

.navbar-vcc .navbar-brand img {
	margin: -5px 15px 0 15px;
    float: none !important;
    display: inline;
}

.navbar-vcc .dropdown-menu {
	background-color: rgba(0,0,0,.6);
	border: none;
	border-radius: none;
}

.navbar-vcc .dropdown-menu > li > a {
	color: #fff;
}

.navbar-vcc .dropdown-menu > li > a:hover, 
.navbar-vcc .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #e9b364;
}

.navbar-vcc .dropdown-menu .dropdown-header {
    color: #FFF;
	background-color: rgba(0,0,0,.4);
}

    .navbar-vcc .navbar-toggle {
    	padding: 16px 10px;
    }

        .navbar-vcc .navbar-toggle .icon-bar {
        	background-color: #fff;
        }

.navbar-vcc .navbar-collapse {
	border-top: none;
	box-shadow: none !important;
    background-color: rgba(0,0,0,.6);
} 

    .navbar-vcc .navbar-collapse > ul {
        margin: 0 -15px;
    } 

    .navbar-vcc .navbar-collapse > ul:first-child {
        margin-top: 15px;
    }

    .navbar-vcc .navbar-collapse > ul:last-child {
        margin-bottom: 15px;
    }


@media (min-width: 768px) {
    .navbar-vcc {
        background-color: #000;
        min-height: 75px;
    }

    .navbar-vcc .nav > li > a {
        padding: 0 10px;
        line-height: 67px;  
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent !important;
    }
    .navbar-vcc .navbar-right {
        margin-right: 0px;
    }

    .navbar-vcc .navbar-nav {
        margin: 0 !important;
    }

}


/* CONTENT */

body {
	background-color: #eee;
}

pre {
	background-color: #efefef;
}
a {
	color: #e9b364;
}

a:hover {
	color: #e9b364;
	cursor: pointer;
}

blockquote {
    font-size: 1em;
    padding: 0 0 0 1em ;
    margin-bottom: 10.5px;
    border-left: 5px solid #ddd;
}

body .content {
    background-color: #fff;
    padding: 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #ccc;
}

body .content p:last-child {
    margin-bottom: 0 !important;
}

body .content-img {
    height: 400px;
    background-size: cover;
    background-position: center;
}

    body .content-img.top {
        background-position: top;
    }

body h1 {
    display: inline-block;
    margin: .5em auto 1em;
    padding: 0 5px 5px;
    font-family: abadi, Verdana, Arial;
    border-bottom: 4px solid #e9b364;
    position: relative;
    color: #333;
}

body h1:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #e9b364;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: -15px;
}

body h1 .sub {
    padding: 0 0 10px;
    display: block;
    font-size: .6em;
}

body h2 {
    font-family: abadi, Verdana, Arial;
    font-size: 2em;
    line-height: 1.1em;
    padding: 0 0 .5em;
    margin: 0;
}

body h3 {
    font-family: abadi, Verdana, Arial;
    font-size: 1.6em;
    line-height: 1.1em;
    padding: 0 0 .5em;
    margin: 0;
}

body h4 {
    color: #e9b364;
}

body video {
    max-width: 100%;
}

@media (min-width: 768px) {
    body .content:last-child {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 668px) {

    .content-img {
        height: 200px;
        background-size: cover;
        background-position: center;
    }

    

}

/* FORM STYLES */

.form-control {
    border-color: #ccc;
}

.form-control:focus {
    border-color: #333;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-group .input-group-addon {
    background-color: #ddd;
    border: 2px solid #ccc;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc !important;
   opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc !important;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #ccc !important;
}

/* BLOG STYLES */

.post-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.post-image1 {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.post-image2 {
    height: 800px;
    background-size: cover;
    background-position: center;
}

.post-meta {
    color: #888;
    margin: -15px 0 15px;
}

.post-link {
    padding-top: 1em;
}

.social {
    padding: 0;
    margin: 0;
}

    .social a {
        background-color: #333;
        color: #fff;
        font-size: 24px;
        padding: 3px 10px 5px 10px;
        border-radius: 2px;
    }

.social-links-all {
    float: left;
    background-color: #eee;
    padding-right: 8px;
}

    .social-links-all > span{
        float: left;
        line-height: 41px;
        padding: 0 10px;
    }

    .social-links-all a {
        background-color: #333;
        color: #fff;
        font-size: 18px;
        border-radius: 2px;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 30px;
        margin-top: 6px;
        line-height: 30px;
        text-align: center;
    }


.social-links-single {
    background-color: #eee;
    padding-right: 8px;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 1em;
    margin-top: 1em;
}

    .social-links-single > span {
        display: block;
    }

    .social-links-single a {
        background-color: #333;
        color: #fff;
        font-size: 24px;
        border-radius: 2px;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 40px;
        margin-top: 6px;
        line-height: 40px;
        text-align: center;
    }

.social-login button {
}
    .social-login button i {
        float: left;
        font-size: 21px;
        /* background-color: rgba(0,0,0,.2); */
        margin: -10px 5px -10px -15px;
        width: 41px;
        height: 41px;
        line-height: 41px;
    }

.btn-fb {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.btn-tw {
    background-color: #55acee !important;
    color: #fff !important;
}

.btn-yt {
    background-color: #cd201f !important;
    color: #fff;
}

.btn-gp {
    background-color: #dc4e41 !important;
    color: #fff;
}

.post-tit1 {
	font-size:36px;
	color: #C69C6D;
}
.post-tit2 {
	font-size:36px;
	color: #000000;
}
.post-tit3 {
	font-size:36px;
	color: #0071BC;
}
        



#aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 668px) {

    .social-login button {
        margin-bottom: 10px;
    }

    .post-image {
        height: 200px;
        background-size: cover;
        background-position: center;
    }

	.post-image1 {
        height: 280px;
        background-size: cover;
        background-position: center;
    }
	
	.post-image2 {
        height: 500px;
        background-size: cover;
        background-position: center;
    }
	
    .social-links-single {
        display: block;
        text-align: center;
        margin-top: 1em;
    }
}

.splash {
    color: #fff;
    background-color: #000;
    background-image: url('/resources/img/corporate.jpg');
    background-size: cover;
    text-align: center;
    position: fixed;
    top: 75px;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
    vertical-align: middle;
    overflow: auto;
}
        
.splash-content {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    }

.splash p {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    font-family: abadi, Verdana, Arial;
    font-weight: 100;
}

.splash h1 { 
    color: #fff;
    font-size: 3em;
    font-family: CenturyGothic-Bold, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    padding: 0;
    display: block;
}

.splash .btn {
    margin-top: 15px;
}

@media (max-width: 668px) {

    .splash-content {
    }


    .splash h1 { 
        font-size: 2em;
    }

    .splash .line {
        display: inline !important; 
    }

}



/* DEBUG INFO */

#debug {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 10001;
	background-color: rgba(0,0,0,.5);
	overflow: auto;
	color: #fff;
	box-shadow: 0 0 10px 1em rgba(0,0,0,.5);
}

#specials {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10002;
	text-align: right;
}

#specials a {
	display: block;
	float: right;
	background-color: #000;
	padding: 8px 20px;
	color: #fff;
	border-radius: 5px 5px 0 0;
}


#specials a:hover {
	text-decoration: none;
}

/* INDEX Styles  */

.form-group {
    position: relative;
}

.form-group .error,
.form-group .format-error {
    display: none;
    color: red;
    top: 0;
    right: 0;
    position: absolute;
}

.required-format .format-error,
.required .error {
    display: block;
}

.container .main-title {
    font-size: 2em;
    display: inline-block;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color: #0b669f;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #e9b364;
    padding: 1em 0 .5em;
    margin-bottom: 23px;
    line-height: 1.2em;
}


.container .icon {
    text-decoration: none !important;
}


.container .icon .servicebtn {
    background-image: url('../img/iconos-servicios.png');
    background-position-y: -113px;
    background-repeat: no-repeat;
    display: block;
    height: 113px;
    width: 113px;
    margin: 1em auto 0;
    cursor: pointer;
}

    .container .icon.att .servicebtn {
        background-position-x: -113px;
    }

    .container .icon.erp .servicebtn {
        background-position-x: -226px;
    }

    .container .icon.mrp .servicebtn {
        background-position-x: -339px
    }

    .container .icon .servicebtn:hover {
        background-position-y: -226px;
    }


.container .icon.checked .servicebtn {
    background-position-y: 0;
}

.container .icon .title {
    display: block;
    text-align: center;
    color: #696969;
    margin: 10px 0 0;
    font-family: abadi, Verdana, Arial;
    font-size: 1.3em;
}

.container .icon.checked .title {
    color: #e9b364;
}

.container .icon .promobtn {
    background-image: url('../img/botones-promo.png');
    background-repeat: no-repeat;
    display: block;
    height: 52px;
    width: 193px;
    margin: 0 auto;
    cursor: pointer;
}

    .container .icon .promobtn:hover {
        background-position-y: -52px !important;
    }

.container .tab-pane {
    background-color: #ffffff;
    padding: 1em 2em;
        border-bottom: 1px solid #ccc;
    
}

    .container .tab-pane .carousel-inner {
        min-height: 350px;
    }

    .container .tab-pane .scroller {
        height: 250px;
        overflow-y: auto;
    }

    .container .tab-pane img {
        max-width: 100%;
        cursor: pointer;
    }

    .container .tab-pane .tooltip-inner {
        min-width: 100px;
    }

.tooltip-expanded .tooltip-inner {
    max-width: 350px;
    width: 350px;
    text-align: justify;
}

    .tooltip-expanded .tooltip-inner ul {
        margin: 0 .5em 0 1.8em;
        padding: 0;
    }

.container .tab-pane .video {
    background: url(../img/tablet5.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 6%;
    max-width: 100%;
}




.container .tab-pane .img-container {
    width: 100%;
    text-align: center;
    max-height: 350px;
    overflow-y: auto;
}

    .container .tab-pane .img-container img {
        width: 100%;
        max-width: 100%;
        cursor: pointer;
    }

.carousel.slide {
    padding: 0;
    /*min-height: 400px;*/
    min-height: 155px;
}

.carousel-indicators {
    display: block;
    text-align: center;
    position: static;
    width: 100%;
    margin: 1em 0;
}

    .carousel-indicators li {
        display: inline-block;
        height: 2em !important;
        width: 2em !important;
        line-height: 2em !important;
        font-size: 12px !important;
        background-color: #ccc !important;
        margin: 0 5px !important;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
        text-shadow: 0 1px 1px RGBA(0, 0, 0, 0.78);
        border: none !important;
        text-indent: 0 !important;
    }

        .carousel-indicators li:hover {
            background-color: #ccc !important;
        }

        .carousel-indicators li.active {
            background-color: #e9b364 !important;
        }

.carousel-control {
    background: transparent !important;
    width: 4% !important;
    text-shadow: none;
    color: #777;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #777;
    }

    .carousel-control.left {
        left: -30px;
    }

    .carousel-control.right {
        right: -30px;
    }

.nav.nav-tabs {
    background-color: #000;
    text-align: center;
}

.nav.nav-tabs > li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}

#tabHeaders a {
    background-color: #000;
    color: #fff;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 0 1em;
    margin: 0;
    text-align: left;
    font-family: abadi, Verdana, Arial;
    border: 0 solid #000;
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
    line-height: 36px;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
}

#tabHeaders a:hover {
    background-color: #000;
    border-bottom: 4px solid #e9b364;
}

#tabHeaders .active a {
    background-color: #e9b364;
    border-color: #e9b364;
    color: #000;
}




#tabHeaders .icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGdJREFUeNpiYGBg+I8FBzDgBgpA/B5dDyOUUQjEF6AKPyCx8RmmgMTfzwA1yIGBMvCfiYFKgAnJO5QAsP4AKjjIgGEUDFFAtej/T4V08B6WsgUoNEiAanmNBUsSJ6cYYWCgVsEGEGAAdBojRVQdZGYAAAAASUVORK5CYII=') /*../img/cuadrito-negro.png*/;
    display: block;
    float: left;
    height: 18px !important;
    width: 18px !important;
    background-repeat: no-repeat;
    margin-right: 5px;
    padding: 0 !important;
    min-height: 18px !important;
}

#tabHeaders a:hover .icon, #tabHeaders .active .icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpifLAzej8DA4MDAyqYoOC+tJABBwDqOQ+kDJDFWKD0AiBeCBMEGnKAAT9wRDOoH2bQQyI0MyBZ9AFIHUBy4QcmBioBmEEfKDTnA8hrE4FO3UChQYkMo2AoAmCqDKCCGQKgBJkPZBRQaNZ8WMoWoNAgAarlNVjulwd6z4HYYgQUJmjFCNxFCUC8H4aBCvsJOGA/GjYACDAAe/AvglqAN20AAAAASUVORK5CYII=') /*../img/cuadrito-dorado.png*/ !important;
}

.rev_slider_wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.rev_slider_wrapper > div:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,.1);
}


/*      Iconlist
---------------------------------------------------------------*/

.list-group-item[data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #e9b364;
    font-size: 12px;
    line-height: 22px;

    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.list-group-item[data-toggle="collapse"].collapsed:after
{
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.panel.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
}

.panel.list-group .list-group-item {
    border-width: 1px 0;
    border-color: #ddd;
}

.panel.list-group {
    margin-bottom: 0;
    border-color: #ddd;
}

.panel.list-group .list-group {
    margin-bottom: 10px;
    border-color: #ddd;
}


.panel .list-group-item {
    border-radius: 0;
}

.panel .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel .collapse .list-group-item,
.panel .collapsing .list-group-item {
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    padding-left: 30px;
}

    .panel .collapse .list-group-item:last-child {
        padding-bottom: 0;
    }

/*      Pago
---------------------------------------------------------------*/

.privacidad.block,
.facturacion.block 
{
    background-color: #fff;
    border-radius: 3px;
    margin: -1em 0 2em;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.privacidad.block h2,
.facturacion.block h2
{
    padding: .75em 1em 0;
    margin: 0;
    font-size: 2em;
}

.facturacion.block hr + h2 {
    padding: 0 1em 0;
}

.privacidad.content,
.facturacion.content,
.block.content
 {
    padding: 0 2em 1em 2em;
}

.summaryHeader {
    padding: 0 0 1em;
    font-weight: bold;
}
.summaryPrices .row {
    padding: 0 0 1em;
}

.red {
    color: red;
}

/*      Iconlist
---------------------------------------------------------------*/

.iconlist {
}

    .iconlist ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 1.3em;
    }

/*      Fixed Container
---------------------------------------------------------------*/


.chat-window {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .chat-window .chat-content {
        background-color: #e5e5e5;
        font-size: .9em;
    }

        .chat-window .chat-content .container-fluid {
            padding: 15px;
        }

    .chat-window .chat-header {
        background-color: #000;
        line-height: 2.5em;
        height: 2.5em;
        color: #e9b364;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

        .chat-window .chat-header a {
            color: #e9b364;
            text-decoration: none;
            line-height: 2.5em;
            padding: 0;
            margin: 0;
            display: block;
            float: left;
        }

        .chat-window .chat-header .actions span {
            margin: 0 1em;
            top: 3px;
            cursor: pointer;
        }

        .chat-window .chat-header .icon {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpifLAzej8DA4MDAyqYoOC+tJABBwDqOQ+kDJDFWKD0AiBeCBMEGnKAAT9wRDOoH2bQQyI0MyBZ9AFIHUBy4QcmBioBmEEfKDTnA8hrE4FO3UChQYkMo2AoAmCqDKCCGQKgBJkPZBRQaNZ8WMoWoNAgAarlNVjulwd6z4HYYgQUJmjFCNxFCUC8H4aBCvsJOGA/GjYACDAAe/AvglqAN20AAAAASUVORK5CYII=') /*../img/cuadrito-dorado.png*/ !important;
            background-position: center center;
            display: block;
            float: left;
            height: 2.5em !important;
            width: 2em !important;
            background-repeat: no-repeat;
            margin: 0 5px;
            padding: 0 !important;
        }


/*      Buttons
---------------------------------------------------------------*/

.btn-primary {
    font-family: abadi, Verdana, Arial;
    text-transform: uppercase;
    color: #000;
    background-color: #e9b364;
    border: 0 none;
    border-radius: 0;
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #000;
        background-color: #e9b364;
        border-color: #C2985A;
    }

.btn-default {
    font-family: abadi, Verdana, Arial;
    text-transform: uppercase;
    background-color: #000;
    border: 0 none;
    border-radius: 0;
}

    .btn-default:hover,
    .btn-default:focus {
        color: #fff;
        background-color: #333;
    }
/*      Comments
---------------------------------------------------------------*/
#comentarios ul {
    list-style-type: none;
}

#comentarios > ul {
    margin: 0;
    padding: 0;
}
#comentarios > ul > li.comment > .comment-content{
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}


/*      Buttons
---------------------------------------------------------------*/

.modal-content {
    border-radius: 0;
}

.modal-title{
    line-height: 1.5em;
    padding: 0;
}


/*      Youtube LazyLoader
---------------------------------------------------------------*/


/*!
* lazyYT (lazy load YouTube videos)
* v1.2.1 - 2015-09-04
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
  max-width: 100%;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.ytp-gradient-top {
  top: 0;
  z-index: 21;
  width: 100%;
  height: 98px;
  position: absolute;
  pointer-events: none;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-chrome-top {
  position: absolute;
  left: 12px;
  right: 10px;
  top: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  z-index: 60;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-title {
    font-size: 150%;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
}

.ytp-title-text {
    padding-top: 15px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
    max-width: 100%;
    margin-left: 4px;
}

.ytp-title-link {
    max-width: 100%;
    overflow: hidden;
    color: #eee;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */
.ytp-button:focus,
.ytp-button {
  border: none;
  outline: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  
/*  margin: 0; */
  padding: 0;
  background: transparent;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #1f1f1f;
    opacity: .9
}

.ytp-thumbnail:hover .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #cc181e;
    opacity: 1
}

/*
 * Video time (YouTube style)
 */

.video-time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  padding: 0 4px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff !important;
  background-color: #000;
  opacity: .75;
  filter: alpha(opacity=75);
  zoom: 1;
}


/*      Quote
---------------------------------------------------------------*/

.su-quote-style-default {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 3em;
    font-style: italic;
}

    .su-quote-style-default.su-quote-has-cite {
        margin-bottom: 3em;
    }

    .su-quote-style-default:before,
    .su-quote-style-default:after {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAYAAAD/Rn+7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUI0OEI3REJFMjAxMTFFMkI1MzE4RjkwRDVDNjQzQUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUI0OEI3RENFMjAxMTFFMkI1MzE4RjkwRDVDNjQzQUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjQ4QjdEOUUyMDExMUUyQjUzMThGOTBENUM2NDNBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjQ4QjdEQUUyMDExMUUyQjUzMThGOTBENUM2NDNBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puwk1GYAAAGFSURBVHja7FbRjcMgDCWoC7ACK6Qj5EZoRwgjhBHSEZIRmhHuVmCFrMAIOZAcyfXZBOn6EZ3Okpu2PMzziw0027apM5tWJ7fTE7zkjxACN2aTT8nn5EshRgs4l0O1bftWgk2uQYbgLfkTvsfkH3lxZv6QfES4a/IVjfcwbuB3TtQTDI2jQBSfko2Xg0UVEFsZ3AQEdvsiOBpnT9xAwruNgFUksWxOH5B7QLB4QC6rcmfIcNYhRRWJ82O+Jn+MRBEvKNyT1/EQalMyg+rclDCaSI1tESYNFbg9QclW9FxLGI3UsxUK9EzGklKOKQ3FNJsT5gdKkCPTVdTVwCS3K8C9+oVRepZw+kCFqUItw+AktaJAJjDJvRC0wgIWjdlCTXWlTiS7QqzAeXrURWGBiIo4FgiGX3T7SBL0uAz0QSfOhKzUmXT+kzkZHFMan2RX8DQJjQZmRmbPdNxCSDsS1DKKOKF8cE3fOYWbd98H4Vx/uUAU4DcoA8fth/ni0fxfWP86wW8BBgCDpm9CY/hKPwAAAABJRU5ErkJggg==') /*../img/quote.png*/;
        content: '';
    }

    .su-quote-style-default:before {
        top: 0;
        left: 0;
        background-position: 0 0;
    }

    .su-quote-style-default:after {
        right: 0;
        bottom: 0;
        background-position: -20px 0;
    }

    .su-quote-style-default .su-quote-cite {
        position: absolute;
        right: 4em;
        bottom: -1.5em;
        font-style: normal;
    }

        .su-quote-style-default .su-quote-cite:before {
            content: "\2014\0000a0";
        }

        .su-quote-style-default .su-quote-cite a {
            text-decoration: underline;
        }

.prefooter {

}

    .prefooter .content  {
        padding: 1em;
        background-color: #fff;
        margin-bottom: 1em;
    }

    .prefooter p {
        padding: 0 3em;
    }


.footer-container {
    background-color: #333;
    color: #fff;
    padding: 2em 0 1em;
}

    .footer-container ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 1em;
    }

    .footer-container ul a,
    .footer-container ul a:visited {
        color: #fff;
    }

    .footer-container ul a:hover {
        color: #e9b364;
        text-decoration: underline;
        cursor: pointer;
    }



.line {
    display: inline-block;
}



@media (max-width: 1024px) {
    .prefooter h3 {
        padding: 0 1em;
    }
    .prefooter p {
        padding: 0 1em;
    }
}

@media (min-width: 768px) {

    .prefooter {
        margin: 1em auto;
    }
}

@media (max-width: 768px) {

    #aside {
        margin-top: 1em;
    }

    .prefooter h3 {
        padding: 0;
    }

    .prefooter p {
        padding: 0;
    }

    .container .tab-pane {
        background-color: #fff;
        padding: 1em 1em;
    }

    .container .tooltip.fade {
        display: none !important;
    }

    .modal-body {
        max-height: calc(100vh - 180px);
        overflow-y: auto;
    }

    .carousel.slide {
        margin: 0 2em;
        min-height: 0 !important;
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: height 0.35s ease 1s linear;
        -moz-transition: height 0.35s ease 1s linear;
        -o-transition: height 0.35s ease 1s linear;
        transition: height 0.35s ease 1s linear;
    }
}

@media (max-width: 668px) { 

    .container .icon {
        height: 90px;
        line-height: 90px;
    } 

        .container .icon .servicebtn {
            float: left;
            height: 75px;
            width: 75px;
            margin: 6px 0 0 0;
            background-size: 298px 226px;
            background-position-y: -75px;
        }

        .container .icon.att .servicebtn {
            background-position-x: -74px;
        }

        .container .icon.erp .servicebtn {
            background-position-x: -148px;
        }

        .container .icon.mrp .servicebtn {
            background-position-x: -223px
        }

        .container .icon .title {
            margin: 0;
        }


    .carousel.slide {
        margin: 0;
        min-height: 0 !important;
    }

    .carousel-control.left {
        left: -13px;
    }

    .carousel-control.right {
        right: -13px;
    }

    .nav.nav-tabs > li {
        float: none;
        display: block;
    }

    .textwidget {
        display: none;
    }

    .footer-container {
        text-align: center;
    }
}

.vcc-window {
    position: relative;
    width: 100%;
    background-color: #C3DAF9;
    border: 1px solid #343434;
    border-radius: 4px;
    overflow: hidden;
}

    .window .window-container {

        border-left: 1px solid #83DEF4;
        border-right: 1px solid #83DEF4;
        border-bottom: 1px solid #83DEF4;
    }

    .window .window-title {
        border-top: 1px solid #fff;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
        padding: 0 10px;
        background: #99b4d1; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YjRkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQxZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #99b4d1 0%, #b9d1ea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99b4d1), color-stop(100%,#b9d1ea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #99b4d1 0%,#b9d1ea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #99b4d1 0%,#b9d1ea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #99b4d1 0%,#b9d1ea 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #99b4d1 0%,#b9d1ea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b4d1', endColorstr='#b9d1ea',GradientType=0 ); /* IE6-8 */
    }

    .window .window-content {
        min-height: 400px;
        border-left: 1px solid #B9D1EA;
        border-right: 1px solid #B9D1EA;
        border-bottom: 1px solid #B9D1EA;
    } 

.vcc-container {
    background-color: #fff;
    margin: 5px;
    border-top: 1px solid #A0A0A0;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.vcc-container > .container-wrapper {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 3px;
}

.hidden img {
    display: none;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}



