.send_frame input[type="text"], .send_frame textarea {
    width: 100%;
    margin-bottom: 10px;
}

.send_frame .error {
    color: red;
}

.contactform-error {
    color: green;
}

.contactform-success {
    color: green;
}

.screenshot-ul {
    width: 100%;
}

.screenshot-ul li {
    float: left;
    margin: 0 40px 40px 10px;
}

.clear {
    clear: both;
}

.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

a.captionOrange:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.bricon {
    background: url(../img/browser-icons.png);
}


/* jssor slider thumbnail navigator skin 03 css */


/*
            .jssort03 .p            (normal)
            .jssort03 .p:hover      (normal mouseover)
            .jssort03 .pav          (active)
            .jssort03 .pdn          (mousedown)
            */

.jssort03 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 600px;
    height: 60px;
}

.jssort03 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 32px;
}

.jssort03 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort03 .w, .jssort03 .pav:hover .w {
    position: absolute;
    width: 60px;
    height: 30px;
    border: white 1px dashed;
    box-sizing: content-box;
}

.jssort03 .pdn .w, .jssort03 .pav .w {
    border-style: solid;
}

.jssort03 .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 32px;
    background-color: #000;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort03 .p:hover .c, .jssort03 .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.jssort03 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

* html .jssort03 .w {
    width
    /**/
    : 62px;
    height
    /**/
    : 32px;
}


/* jssor slider arrow navigator skin 02 css */


/*
            .jssora02l                  (normal)
            .jssora02r                  (normal)
            .jssora02l:hover            (normal mouseover)
            .jssora02r:hover            (normal mouseover)
            .jssora02l.jssora02ldn      (mousedown)
            .jssora02r.jssora02rdn      (mousedown)
            */

.jssora02l, .jssora02r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a02.png) no-repeat;
    overflow: hidden;
}

.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
    background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
    background-position: -63px -33px;
}

#form-holder {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #444444;
    color: #333;
    padding: 10px;
}

.form-heading {
    background: #444444 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 11px;
    position: relative;
    text-align: center;
}

.left-clip {
    left: -25px;
    position: absolute;
    top: 0;
}

.form-heading p {
    position: relative;
    z-index: 1;
}

.margin-bottom-0px {
    margin-bottom: 0;
}

.right-clip {
    position: absolute;
    right: -25px;
    top: 0;
}

.margin-top-15px {
    margin-top: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

textarea.form-control {
    height: auto;
    display: block !important;
}

textarea {
    overflow: auto;
}

.success {
    background-color: #b7fbb9;
    color: #044406;
    font-size: 12px;
    padding: 10px;
}

.error {
    background-color: #444444;
    color: #444444;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 10px;
}

.line-height-25 {
    line-height: 25.5px;
}

#form-holder input[type="button"],#form-holder input[type="submit"],#form-holder input[type="reset"],#form-holder button,#form-holder .button {
    background: #0090c5;
    width: 100%;
    height: 50px;
    padding: 0;
}

.widget.thumbnails p {
    margin-bottom: 0;
}

#form-holder form input[type="text"], #form-holder form input[type="email"], #form-holder form input[type="password"] {
    line-height: unset;
}

#form-holder form input[type="text"]:focus, #form-holder form input[type="email"]:focus, #form-holder form input[type="password"]:focus, #form-holder form select:focus, #form-holder form textarea:focus {
    border-radius: 2px;
}

#logo > h1 > a > img {width: 80%;}