/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar{
    position: fixed;
    background: black;
    min-height: 60px;
    width: 100%;
    z-index: 999;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.brand{
    display: block;
    float: left;
    padding-top: 20px;
    font-size: 23px;
    line-height: 20px;
    color: #fff;
    font-family: 'open sans',sans-serif;
    font-weight: 300;
    
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
.brand span strong{
    font-weight: 600;
}



.splash{
    padding-top:20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    min-width: 1024px;
    
    background: #010c1c;
    background: -moz-linear-gradient(45deg, #010c1c 0%, #0d2f58 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#010c1c), color-stop(100%,#0d2f58));
    background: -webkit-linear-gradient(45deg, #010c1c 0%,#0d2f58 100%);
    background: -o-linear-gradient(45deg, #010c1c 0%,#0d2f58 100%);
    background: -ms-linear-gradient(45deg, #010c1c 0%,#0d2f58 100%);
    background: linear-gradient(45deg, #010c1c 0%,#0d2f58 100%);
    
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.splash .container{
    height: 180px;
    background: url(../img/fast_convert_logo.png) no-repeat center left;
}

.splash .container h1{
    padding-left: 20%;
    padding-top: 45px;
    font-size: 350%;
    letter-spacing: -1px;
    font-weight: normal;
    vertical-align: middle;
}
.splash .container h1 a{
    text-decoration: none;
    color: rgba(255,255,255,.7);
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px dashed #7d7d7d;

}
.splash .container h1 a:hover{
    color: #fff;
    text-shadow: 0px 0px 10px #fff;
    
}

.container_buttons{
    min-height: 200px;
    border-bottom: 1px solid #999;
}
.borders{
    border-bottom: 1px solid #999;
}

.files{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-left: 130px;
    box-sizing: border-box;

}
.files h3 small{
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #999;
}
/****************************************************************
upload file  stages stripes
****************************************************************/

.upload.files{
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    width: 1040px;
}
.upload.files h3{
    padding-left: 130px;
}

.select_output{
    position: relative;
    width: 100%;
    height: 60px;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    
    font-family: 'open sans';
    
    margin-bottom: 20px;
    
}

.no_file{
    background: #f2dede;
    box-shadow:none;
    border: 1px solid #eed3d7;
    margin-bottom: 0px;
    
    color: #b94a48;
}
.no_file strong span{
    font-weight: 400;
}


.select_output strong{
    position: absolute;
    top: 18px;
    left: 35px;
}

.select_output p{
    position: absolute;
    top: 2px;
    left: 525px;
}
#convertBlock{
    position: absolute;
    top: 2px;
    left: 525px;
}
.status_ready{
    background: #3585ad;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
}
.status_error{
    background: #ad3535;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
}

.status_finished{
    position:absolute;
    top:16px;
    background: #337c34;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;

}

.format{
    position: absolute;
    top: 18px;
    left: 450px;
    
    
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1px 5px 2px 5px;
}

.close_x{
    position: absolute;
    top: 25px;
    left: 1005px;
    
    height: 10px;
    width:10px;
    background: url(../img/close_x_10.png);
    cursor:pointer;
}

.select_format_btn{
    position: absolute;
    top: 14px;
    left: 390px;
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	
    list-style: none;
	cursor:pointer;
	color:#666666;
	font-family:'open sans';
	font-size:14px;
	padding:5px 10px;
    height: 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.select_format_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.select_format_btn:active {
	
}

/*dropdown*/
.select_format_btn:hover > ul {
    opacity:1;
    visibility:visible;
    
}


.dropdown_menu{
    opacity:0;
    visibility:hidden;
    
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    
    
    
    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
    
}

.dropdown_menu li a{
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    height: 25px;
    text-decoration: none;
    font-family: 'open sans';
    color: #333;
    
    text-shadow: none;
    
    box-sizing: border-box;
}
.dropdown_menu li a:hover{
    background: #112e50;
    color: #fff;
}

/*end-dropdown*/




.download_btn{
    position: absolute;
    top: 12px;
    left: 340px;
    
    -moz-box-shadow:inset 0px 1px 0px 0px #81fb60;
	-webkit-box-shadow:inset 0px 1px 0px 0px #81fb60;
	box-shadow:inset 0px 1px 0px 0px #81fb60;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5fc35f), color-stop(1, #52a652));
	background:-moz-linear-gradient(top, #5fc35f 5%, #52a652 100%);
	background:-webkit-linear-gradient(top, #5fc35f 5%, #52a652 100%);
	background:-o-linear-gradient(top, #5fc35f 5%, #52a652 100%);
	background:-ms-linear-gradient(top, #5fc35f 5%, #52a652 100%);
	background:linear-gradient(to bottom, #5fc35f 5%, #52a652 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc35f', endColorstr='#52a652',GradientType=0);
	background-color:#5fc35f;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #338433;
	
	cursor:pointer;
	color:#fff;
	font-family:'open sans';
	font-size:14px;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #338433;
}


.download_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52a652), color-stop(1, #5fc35f));
	background:-moz-linear-gradient(top, #52a652 5%, #5fc35f 100%);
	background:-webkit-linear-gradient(top, #52a652 5%, #5fc35f 100%);
	background:-o-linear-gradient(top, #52a652 5%, #5fc35f 100%);
	background:-ms-linear-gradient(top, #52a652 5%, #5fc35f 100%);
	background:linear-gradient(to bottom, #52a652 5%, #5fc35f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a652', endColorstr='#5fc35f',GradientType=0);
	background-color:#52a652;
}
.download_btn:active {
	
}


/**********************************************************
4 text-blocks
**********************************************************/

.text_container{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-family: 'open sans';
    padding-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.text_container.top{
    padding-top: 50px;
}

.text_container.bottom{
    padding-bottom: 50px;
}

.icon{
    float: left;
    padding-left: 20px;
}
.text{
    padding-left: 130px;
    font-size: 14px;
}
.text h3 {
    font-size: 24.5px;
    font-family: 'open sans';
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
/**********************************************************
footer
**********************************************************/
.footer{
    font-family: 'open sans';
    font-weight: 300;   
    padding-bottom: 70px;

}
.footer p{
    font-weight: 400;
}
.footer p a{
    color:#ff9100;
    text-decoration: none;
    padding-right: 10px;   
}
.footer p a:hover{
    color:#000;
    text-decoration: none;
    padding-right: 10px;   
}
.footer p span a{
    color:#8f8f8f;
    padding-left: 10px;   
}
/**********************************************************
buttons
**********************************************************/

.select_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:'open sans';
	font-size:19px;
	padding:16px 41px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.select_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.select_button:active {
	position:relative;
	top:1px;
}

.convert_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffb600;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffb600;
	box-shadow:inset 0px 1px 0px 0px #ffb600;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa400), color-stop(1, #ff7900));
	background:-moz-linear-gradient(top, #ffa400 5%, #ff7900 100%);
	background:-webkit-linear-gradient(top, #ffa400 5%, #ff7900 100%);
	background:-o-linear-gradient(top, #ffa400 5%, #ff7900 100%);
	background:-ms-linear-gradient(top, #ffa400 5%, #ff7900 100%);
	background:linear-gradient(to bottom, #ffa400 5%, #ff7900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa400', endColorstr='#ff7900',GradientType=0);
	background-color:#ffa400;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ff4800;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'open sans';
	font-size:19px;
	padding:16px 41px;
	text-decoration:none;
	text-shadow:0px -1px 0px #ff4c0e;
}
.convert_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7900), color-stop(1, #ffa400));
	background:-moz-linear-gradient(top, #ff7900 5%, #ffa400 100%);
	background:-webkit-linear-gradient(top, #ff7900 5%, #ffa400 100%);
	background:-o-linear-gradient(top, #ff7900 5%, #ffa400 100%);
	background:-ms-linear-gradient(top, #ff7900 5%, #ffa400 100%);
	background:linear-gradient(to bottom, #ff7900 5%, #ffa400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7900', endColorstr='#ffa400',GradientType=0);
	background-color:#ff7900;
}
.convert_button:active {
	position:relative;
	top:1px;
}

/**********************************************************
end-buttons
**********************************************************/

.description{
    font-family: 'open sans';
    color: #112e50;
    padding-left: 130px;
    box-sizing: border-box;
    
}

.description ul{
    font-weight: 300;
    line-height: 28px;
    font-size: 22px;
    list-style: decimal;
}

.description p{
    margin-top: 3px;
    font-size: 14px;
    width: 80%;
}

.description p:last-child{
    padding-bottom: 30px;
}

.description h1{
    font-weight: 600;
    font-size: 36px;
    
}
.description h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    width: 80%;
    padding-top: 20px;
}

/*************************************************************
=====================UPLOAD=BUTTON===========================
*************************************************************/

label.uploadbutton input {
    display: none;   
}

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



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media only screen and (max-width: 1024px) {

.container{
    
    width: 1000px;
    margin: 0 auto;
    margin-left: 50px;
    

}
.splash .container{
    text-align: left;
}
.splash .container h1{
        font-size: 36px;
        margin-left: 20px;
        
    }
    

}
@media only screen and (max-width: 768px) {
    
.container{
    
    width: 760px;
    margin: 0 auto;
    margin-left: 30px;
    

}
.splash .container{
    text-align: left;
}
.splash .container h1{
        font-size: 26px;
        margin-left: 20px;
        
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#errorMessageBlock{display:none}
#selectOutputBlock{display:none}
#conversionBlock{display:none}
#messageBlock{display:none}
#errorTop{display:none}
.progress {top:16px;position:relative; width:150px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; left:37%;top:0px; }
.processing{position:absolute;left:170px;top:16px}
.cFinish{position:absolute;left:85px;width:300px;top:16px}
