/* START: GLOBAL STYLES */
html, body, #page {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2C3E50;
	font-family: 'Open Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}
h1{
    font-size: 22px;
}

@media (min-width: 768px){
    h1{
        font-size: 30px;
    }
}

a, a:focus, a:active, .btn, .btn:active, .btn:focus { outline: none; }
body {
    background-color: #ECF0F1;
    background: url('../images/pattern.png') fixed;
}

section {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}

p {
    line-height: 28px;
}

a, a:focus, a:active {
    /*color: #ff6419;*/
    color: #428bca;
    cursor: pointer;
}

a:hover {
    color: #ff9632;
}
/* END: GLOBAL STYLES */

/* START: PRELOADER BAR ON THE TOP*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #428bca;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 12px;
    overflow: hidden;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -32px;
    bottom: 0;

    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;

    -webkit-animation: pace-stripe-animation 500ms linear infinite;
    -moz-animation: pace-stripe-animation 500ms linear infinite;
    -ms-animation: pace-stripe-animation 500ms linear infinite;
    -o-animation: pace-stripe-animation 500ms linear infinite;
    animation: pace-stripe-animation 500ms linear infinite;
}

@-webkit-keyframes pace-stripe-animation {
    0% { -webkit-transform: none; transform: none; }
    100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
    0% { -moz-transform: none; transform: none; }
    100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
    0% { -o-transform: none; transform: none; }
    100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
    0% { -ms-transform: none; transform: none; }
    100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
    0% { transform: none; transform: none; }
    100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
/* END: PRELOADER BAR ON THE TOP*/

/* START: NAVIGATION ON THE TOP */
.navbar-transparent {
    background-color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.navbar-transparent .navbar-nav li a {
    color: #505050;
}



.navbar-transparent .navbar-nav .active a {
    background-color: #dfdfdf;

}

.navbar-transparent .navbar-nav .active a a:active, .navbar-transparent .navbar-nav .active a:focus {
    /* Reducimos el tamaño del enlace a cero cuando el enlace está activo.
    ¡Esto quita literalmente el borde punteado
    que SOLAMENTE se aplica al enlace a sí mismo y no
    a ninguno de los elementos que contiene
    CUANDO ESOS ELEMENTOS TIENEN UNA POSICIÓN ABSOLUTA! */

    outline:0; /* Para los navegadores que lo entienden */
}

.form-control{
    box-shadow: none;
}

/* END: NAVIGATION ON THE TOP */

/* START: SECTION HEADING */
.fancy {
    line-height: 0;
    text-align: center;
    margin-bottom: 35px;
}
.fancy span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 0;
    top: 0;
}
/* END: SECTION HEADING */

/* START: COMMON UI ELEMENTS */
.orange {
    /*color: #ff6419;*/
    color: #428bca;

}

.btn-half-block {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 50%;
}

.logo-circled {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    /*background-color: #ff9632;*/
    background-color: #428bca;
}

.logo{
    width: 180px;
    height: auto;
    margin-top: 10px;
    margin-left: 15px;
}
@media (min-width: 768px){
    .logo{
        width: 230px;
        margin-top: 5px;
    }
}
.btn-transparent {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-white, .btn-white:focus, .btn-white:active {
    color: #fff;
}

.btn-white:hover {
    color: #eee;
    text-decoration: none;
}

.btn-orange {
    /*background-color: #ff6419;*/
    background-color: #428bca;
    color: #fff;
    border: 1px solid #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    /*background-color: #ff9632;*/
    background-color: #428bca;
    color: #fff;
}

.alert-small {
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
/* END: COMMON UI ELEMENTS */

/* START: HOME SECTION*/
#header {
    overflow: hidden;
    /*height: auto;*/
    background: url('../images/home.jpg') fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

@media (max-width: 768px){
    #header {
        background: url('../images/home-sm-min.jpg') fixed no-repeat;
    }
}

#intro {
    position: absolute;
    top: 25%;
    padding-bottom: 20px;
    background-color: rgba(100, 100, 100, 0.75);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(100, 100, 100, 1);
}

#intro .ticker {
    overflow: hidden;
    height: 40px;
    vertical-align: baseline;
}

#intro .ticker h3 {
	margin-bottom: 0;
    margin-top: 0;
	height: 40px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}
/* END: HOME SECTION*/


/* START: ABOUT SECTION*/
#about .container, #work .container, #team .container, #contact .container, #legal .container {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#about .article h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

#about .article p {
    margin-bottom: 50px;
}

#about .slide {
    color: #fff;
    background-color: #428bca;
    /*background: rgba(255, 100, 25, 0.75);*/
    text-align: center;
    list-style-type: none;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
}
/* END: HOME SECTION*/

/* START: SERVICES SECTION*/
#services, #training, .services {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}

#services .container, #training .container, #contact .container, .services .container  {
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 45px;
}

/*.services.consulting-page{
    margin-top: 0;

}*/
.services{
    padding-top: 60px;
    min-height: 588px;
}

.services .row{
    margin-bottom: 0;
}

.services .article{
    text-align: left;
    padding: 0;
    display: table;
    height: 300px;
}

.services .row:nth-child(2n) .article:nth-child(1){
    float: right;
}
.services .row:nth-child(2n+1) .article:nth-child(1){
    float: left;
}
/*.services .article:nth-child(2n){
    float: left;
}*/


.services .content{
    padding: 30px;
}
.services section{
    padding: 0;
}
.services .article .content{
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
    background: url('../images/pattern.png') fixed;
    height: 350px;
}


.services.servers-page .server-install {
    background: url('../images/instalacion-servidores.jpg') no-repeat 50% 0;
}
.services.servers-page .monitoring {
    background: url('../images/monitoring.jpg') no-repeat 50% 0;
}
.services.servers-page .basic-admin {
    background: url('../images/basic-server-admin.jpg') no-repeat 50% 0;
}
.services.servers-page .advanced-admin {
    background: url('../images/advanced-server-admin.jpg') no-repeat 50% 0;
}
.services.servers-page .custom-admin {
    background: url('../images/custom-server-admin.jpg') no-repeat 50% 0;
}

.services.develop-page .high-level {
    background: url('../images/high-level-programming.jpg') no-repeat 50% 0;
}

.services.develop-page .webs {
    background: url('../images/webs.jpg') no-repeat 50% 0;
}

.services.design-page .logos {
    background: url('../images/drd.jpg') no-repeat 50% 0;
}
.services.design-page .photos {
    background: url('../images/ssd.jpg') no-repeat 50% 0;

}


@media (min-width: 450px) {

    #services, #training, .services {
        background: url('../images/services.jpg') no-repeat 50% 0;
        background-size: cover;
        background-attachment: fixed;
    }

    .services.servers-page {
        background: url('../images/networks.jpg') no-repeat fixed 50% 0;
        margin-top: -30px;
    }

    .services.develop-page {
        background: url('../images/develop.jpg') no-repeat fixed 50% 0;
    }

    .services.consulting-page {
        background: url('../images/consulting.jpg') no-repeat fixed 50% 0;
    }

    .services.optimizer-page{
        background: none;
    }

    .services.servers-page, .services.consulting-page, .services.develop-page, #services, #training, .services{
        background-size: 100%;
    }
    .services{
        margin-top: 0;
        padding-top: 110px;
    }
    .services .article{
        text-align: left;
        padding: 0;
        display: table;
        height: 300px;
        margin-bottom: 0;
    }
    .services .article .content{
        padding: 0 30px;
    }
    .services .row {
        margin-bottom: 0;
    }
}

.desc h2, .desc h1{
    margin-top: 60px;
    margin-bottom: 20px;
}

#services .desc p {
    margin-bottom: 20px;
}

#services .desc{
    margin-bottom: 30px;
}

#services .article h3, .services .article h3{
    margin-top: 0;
    font-weight: 400;
}

.services .article p {
    margin-bottom: 50px;
}

#services .article ul li {
    margin-bottom: 10px;
}

#services .article ul li:last-child {
    margin-bottom: 30px;
}
/* END: SERVICES SECTION*/

/* START: WORK SECTION*/
#work .container {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*#work .desc h2 {
    margin-top: 30px;
}*/

#work .desc p {
    margin-bottom: 10px;
}

#work #filters {
    width: 100%;
    margin: 20px auto 30px auto;
    background-color: #f5f5f5;
}

#work #filters li {
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 10px;
    min-width: 120px;
}

#work #filters li.active {
    background-color: #fff;
    /*color: #ff6419;*/
    color: #428bca;
}

#work #gallery {
    padding: 0;
}

#work #gallery li div {
    margin-bottom: 30px;
}

#work #gallery li .caption {
    margin-bottom: 0;
}

#work #gallery .mix{
    opacity: 0;
    display: none;
}
/* END: WORK SECTION*/

/* START: CLIENTS SECTION*/
#clients {
    height: auto;
    background: url('../images/clients.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#clients .container {
    background-color: rgba(40, 30, 20, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

/*#clients .desc h2 {
    margin-top: 0;
}*/

#clients .desc p {
    margin-bottom: 50px;
}

#clients .statement div h4 {
    margin-top: 0;
}

#clients .statement div p {
    margin-bottom: 30px;
}
/* END: CLIENTS SECTION*/

/* START: TEAM SECTION*/
#team .desc h2 {
    margin-top: 0;
}

#team .desc p {
    margin-bottom: 50px;
}

#team .person {
    height: 400px;
    background-repeat: no-repeat;
    background-position:center;
    margin-bottom: 30px;
}

#team .person .info {
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-left: -15px;
}

#team .person .info h4 {
    margin-top: 0;
    font-weight: 700;
}

#team .person .info p {
    width: 80%;
    margin: auto;
}

#team .person .info ul {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.75);
}
/* END: TEAM SECTION*/

/* START: CONTACT SECTION*/
/*#contact .desc h2 {
    margin-top: 60px;
}*/

#contact .desc p {
    margin-bottom: 50px;
}

#contact .option {
    padding-bottom: 30px;
    text-align: left;
}

#contact .option address{
    margin-bottom: 0;
}

#contact .option .media-body{
    margin-top: 5px;
}

#contact .option .form-control{
    padding: 16px;
    height: auto;
}
#contact .option .form-group{
    text-align: left;
}

#contact-details-wrapper
{
    position: relative;
    border: 1px solid #ddd;
    /*background-color: #fff;*/
    /*background: url('../images/stripes.png');*/
}

#contact-details {
    margin: -20px auto 15px auto;
    padding-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #eee;*/
}

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none !important;
    color: #2C3E50;
}
/* END: CONTACT SECTION*/

/* START: FOOTER SECTION*/
#footer {
    font-size: 12px;
    text-align: center;
    margin: 20px auto;
}
/* END: FOOTER SECTION*/


.heading-title{
    margin: 10px;
}

/*Training page*/

#services .training-packs{
    text-align: left;
    padding: 0 50px;
}
@media (max-width: 767px) {

    #services .training-packs{
        padding: 0 10px;
    }
}

#services .training-packs .tab-content{
    padding-top: 20px;
}


#services .training-packs .thumbnails{
    padding: 0;
}

#services .container{
    padding-bottom: 30px;
}

/*Packs*/
.pack-item{
    margin-bottom: 45px;
}
@media (min-width: 768px) {

    .pack-item{
        margin-bottom: 45px;
    }
}
.pack-item ol{
    padding-left: 15px;
}

/*Courses*/
.course-item{
    margin-bottom: 45px;
}
@media (min-width: 768px) {
    .course-item{
        height: 180px;
        margin-bottom: 45px;
    }
}

#courses-list li{
    padding: 5px 0;
}

.course-budget-btn, .package-budget-btn{
    margin-top: 10px;
    display: block;
    /*position: absolute;*/
}




.services.consulting-page .article{
    height: auto;
    text-align: center;
    padding: 0 15px;
}
.services .heading-title{
    margin-bottom: 10px;
}

.services .heading{
    /*margin: 20px;*/
}
@media (min-width: 768px) {
    .services .heading{
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

.services .article section{
    height: 350px;
}



.services.networks-service .article .content{
    /*padding: 100px 50px;*/
}

.services .article .content p{
    margin: 0;
}

.services .article .content h3{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dropdown-menu > li > a{
    padding: 8px 20px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #03a9f4;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
    color: #03a9f4;
}

.navbar-default .navbar-toggle {
    border-color: #455A64;
    border: none;
    background: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /*background-color: #eee;*/
    background: #ddd;
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
    width: 26px;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #505050;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 600px;
    }
}

.dropzone{
    border: 1px solid rgba(0, 0, 0, 0.3);
    min-height: 0;
}
.dropzone .dz-preview{
    margin: 10px;
    cursor: pointer;
}
.dropzone .dz-preview:hover{
    background-color: #fafafa;
}

.dropzone .dz-preview .dz-image{
    border-radius: 5px;
    height: 100px;
    width: 100px;
    margin-bottom: 5px;
}

.dropzone .dz-preview.dz-error{
    /*display: none;*/
}

#uploader.dropzone.dz-clickable * {
    cursor: pointer;
}

#uploader.dropzone.dz-clickable .dz-download {
    cursor: pointer;
}

#uploader {
    border: 1px solid #ccc;
}

#uploader .fa{
    font-size: 32px;
    margin-top: 5px;
    color: #999;
}

.img-values {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    font-weight: 600;
    font-size: 25px;
    opacity: 0.8;
    color: #fff;
    text-shadow: -2px -2px 0 #333, 2px -2px 0 #333, -2px 2px 0 #333, 2px 2px 0 #333;
}
.dropzone .dz-preview:hover .dz-image img{
    filter: blur(1px);
}
.dropzone .dz-preview:hover .save-values{
    display: none;
}
.dropzone .dz-preview:hover .dz-details{
    opacity: 0;
}
.dropzone .dz-preview .dz-details{
    display: none;
}

.cd-handle{
    background-color: #ff9632;
}
.is-visible .cd-resize-img{

}

#optimized-image{
    width: 300px;
    position: relative;
}

.image-container{
    margin: 0;
    width: 260px;
    height: 260px;
    position: relative;
}
#optimized, #original{
    background-repeat: no-repeat;
    background-color: #fafafa;
    background-position: left;
    background-size: 260px;
    background-position-x: 0;
    height: 260px;
    width: 260px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
}

#original{
    border-right: 1px solid #ff9632;
    border-left: 1px solid #ccc;

}
#optimized{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.uploader{
    padding: 20px 0;
}
.image-viewer{
    padding: 20px 10px;
}
#quality {
    position: absolute;
    right: -60px;
    top: 0;
    height: 400px;
}

#quality button{
    display: none;
    margin: 0 auto;
    color: #999;
    font-size: 11px;
}
#quality #apply-optim{
    display: block;
}

#quality #dec-quality{
    margin-bottom: 0;
}

#quality #apply-optim{
    color: #fff;
    text-transform: uppercase;
    padding: 3px 5px;
}

#quality-slider {
    margin: 15px auto;
    height: 160px;
    display: block;
}

#quality-value {
    width: 40px;
    margin-bottom: 0;
    text-align: center;
}

.cd-image-label {
    width:100%;
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px;
}

.cd-image-label.is-hidden{
    visibility: visible;
}

.dz-download{
    /*padding: 10px;*/
}


#optimized .cd-image-label{
    right: 0;
    top: 0;
    bottom: auto;
    width:100%;
    background-color: #666 ;
}
#original .cd-image-label{
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background-color: #ff9632 ;
    text-align: left;
}
.share .share-heading{
    font-size: 18px;
    margin-bottom: 10px;
}
#share-buttons{
    margin-bottom: 15px;
}

#share-buttons span{
    margin: 0 5px;
    color: #999;
}

#share-buttons span:hover{
    color: #333;
}

#share-buttons .fa{
    font-size: 30px;
    cursor: pointer;
}
#image-viewer{
    margin-bottom: 20px;
}

#action-buttons button{
    margin-bottom: 5px;
}

@media (min-width: 361px){

}

@media (min-width: 500px){
    .cd-image-label{
        font-size: 14px;
        padding: 10px;
    }
    .image-container{
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    #optimized, #original{
        height: 400px;
        width: 400px;
        background-size: 400px;
        background-position-x: 0;
    }
    .image-container{
        width: 400px;
        height: 400px;
    }
    #quality-slider {
        height: 226px;
    }

    .uploader{
        padding: 20px 40px;
    }
    .image-viewer{
        /*position: relative;*/
        padding: 20px 40px;
    }

    .uploader{
        padding: 20px 0;
    }
    #quality-slider,#quality button{
        display: block;
    }
    #quality-value {
        margin-bottom: 5px;
    }
    #quality #dec-quality{
        margin-bottom: 10px;
    }
}

@media (min-width: 768px){
    .uploader{
        padding: 20px 40px;
    }
    .cd-handle{
        display: block;
    }
}

/*
.orig-label, .opt-label{
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    color: #fff;
}
.orig-label{
    left: 10px;
}
.opt-label{
    right: 10px;
}*/
.zoom-option{
    position: absolute;
    right: 0;
    bottom: 0;
    /*border-left: 1px solid #ccc;*/
}
.zoom-option button {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    /*border: none;*/
}
.zoom-option .zoom-in{
    border-radius: 4px 0 0 0;
    /*border-left: 1px solid #ccc;*/
    border-bottom: none;
}
.zoom-option .zoom-out{
    border-radius: 0;
    border-top: 1px solid #ccc;
}

.cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

#original {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #ccc;
}

#original {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}



.cd-resize-img img,#optimized-image{
    /*width: 100%;*/
    /*height: auto;*/
    /*max-width: none;*/
    max-width: none;

}
.cd-image-container{
    /*left: 50%;*/
    /*margin-left: -25%;*/
    max-width: 578px;
    overflow: hidden;
}
.cd-resize-img img{
    /*transform: translate(-50%,0);*/
    /*left: 50%;*/
    height: 100%;
}

.dz-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 6px;
    border-radius: 6px;
    color: #000;
    background-color: #fff;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    z-index: 500;
}

.dropzone .dz-preview .dz-remove {
    /*border: 1px solid #444;*/
}
.dropzone .dz-preview.dz-image-preview{
    /*padding: 10px 5px;*/
    /*background-color: #dedede;*/
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}
.dz-remove {
    top: -4px;
    right: -4px;
    padding: 4px;
    border-radius: 4px;
}

.optimized-container{
    height: 400px;
    position: relative;
}


#share-buttons .btn {
    font-size: 36px;
	padding: 0 12px;
}
