﻿@import "Cypher.Objects.css";

body {
    margin: 0px 0px 0px 0px;
    background-color: #e9eee8;
    /*background: url('../images/bg_container.jpg') repeat-x;*/
    font-family: Century Gothic, Arial;
    font-size: 11px;
    color: #000;
}

#admin-bg {
    /*background: url('../images/bg_container_admin.jpg') repeat-x;
    background-color: #fff;*/
}

h1, h2, h3, h4, h5 {
    padding-bottom: 8px;
    /*font-weight: bold;*/
    font-family: inherit;
    color: #486700;
    border-bottom: solid 1px #999;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    text-align: justify;
    font-size: 13px;
}

#PageBorder {
    width: 950px;
    border: solid 0px #000;
    margin-left: auto;
    margin-right: auto;
}

#PageBorder-Left {
    /*background-image: url('../images/left_border.png'); */
    background-repeat: repeat-y;
    background-position: left;
}

#PageBorder-Right {
    /*background-image: url('../images/right_border.png'); */
    background-repeat: repeat-y;
    background-position: right;
}

#PageContainer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    /*border: solid 1px red;*/
}

#Header {
    width: auto;
    height: 90px;
    /*background-image: url('../images/bg_nav.gif');
    background-repeat: repeat;
    -webkit-box-shadow: 0px 1px 20px 1px #222;
    -moz-box-shadow: 0px 1px 20px 1px #222;
    box-shadow: 0px 1px 20px 1px #222;
    border-top:solid 1px #b00a20;
    border-bottom: solid 1px #767676;*/
    position: relative;
    z-index: 800;
}

#HeaderNav {
    width: 950px;
    margin: 0px auto 15px auto;
}

#Logo {
    /*float: left;	*/
    position: absolute;
    width: 162px;
    min-height: 100px;
    left: -20px;
    /*background-image: url('../images/logo_quantum.gif');*/
    background-image: url('../images/epic-cabling-logo.jpg');
    background-repeat: no-repeat;
    background-position: left;
    margin: 0px 0px 0px 17px;
    border: solid 0px red;
}

#Logo a {
    padding-left: 162px;
    padding-bottom: 85px;
    border: solid 0px red;
}

#logo-links {
    float: right;
    width: 265px;
    height: 43px;
    /*margin: 30px 4px 0px 0px;*/
    padding: 4px 4px 0px 0px;
    /*border: solid 1px red;*/
    text-align: right;
}

#logo-links .contact {
    margin: 0px 0px 0px 0px;
    font-family: Times New Roman;
    background-image: url('../images/contact.png');
    background-repeat: no-repeat;
    background-position: left;
    border: solid 0px red;
}

#logo-links .icon span {
    position: relative;
    top: -1px;
    padding: 0px 8px 0px 4px;
    color: #2a3e03;
    font-size: 25px;
    font-style: italic;
    font-family: inherit;
}

.logo-link-fb {
    padding-right: 36px;
    padding-bottom: 20px;
    border: solid 0px red;
}

.logo-link-enquiry {
    padding-right: 33px;
    padding-bottom: 20px;
    margin-left: 6px;
    border: solid 0px red;
}

.logo-link-contact {
    padding-right: 33px;
    padding-bottom: 20px;
    margin-left: 6px;
    /*border: solid 1px red;*/
}

#LogPanel {
    width: auto;
    height: 15px;
    padding: 4px 0px 4px 4px;
}

#LogPanel-Acct {
    width: auto;
    height: 15px;
    padding: 4px 4px 4px 4px;
    background-color: #000;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
}

#Login-Register {
    float: right;
    padding: 8px;
    background-color: #b0081f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#Login-Register a {
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#Login-Register a:hover {
    /*color: #fff;*/
    text-decoration: underline;
}

#MainMenu {
    padding-top: 75px;
    text-align: right;
}

#MainMenu a {
    padding-left: 8px;
    padding-right: 12px;
    color: #486700;
    font-size: 20px;
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    /*border-right: solid 1px #ff5f09;*/
}

#MainMenu a:hover {
    color: #9ccd3d;
    text-shadow: 1px 0px 20px #fff;
    /*transition: width 0.3s;*/
    -webkit-stroke-width: 5px;
    -webkit-stroke-color: #fff;
    -webkit-fill-color: #fff;
    -webkit-transition: width 0.3s; /*Safari & Chrome*/
    -moz-transition: width 0.3s; /* Firefox 4 */
    -o-transition: width 0.3s; /* Opera */
}

#MainMenu span {
    color: #fff;
    position: relative;
    top: -2px;
}

.BannerContainer {
    margin-top: 20px;
    height: 362px;
    border: solid 0px red;
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.5);
}

.Banner {
    position: relative;
    z-index: 1;
}

.BannerEnquiry {
    float: right;
    width: 382px;
    height: 390px;
    position: relative;
    top: -10px;
    right: -55px;
    z-index: 600;
    background-image: url('../images/banner-enquiry-nobg.png');
    background-repeat: no-repeat;
}

#Breadcrumbs {
    width: auto;
    margin: 20px 0px 0px 0px;
    border: solid 0px red;
}

#Breadcrumbs div {
    display: table-cell;
    vertical-align: middle;
}

#Breadcrumbs .bc-text {
    width: 100%;
    padding: 4px 0px 4px 16px;
    background-color: #666261;
    color: #fff;
    font-size: 16px;
    font-family: Calibri;
}

#Breadcrumbs .bc-links {
    padding: 0px 10px 0px 10px;
    background-color: #fff;
}

#Breadcrumbs .bc-links a {
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 0px 0px 39px 167px;
    border: solid 0px red;
}

#Breadcrumbs .bc-links-fb {
    background-image: url('../images/icon-facebook.jpg');
}

#Breadcrumbs .bc-links-tweeter {
    background-image: url('../images/icon-tweeter.jpg');
}

#Breadcrumbs .bc-links-regulation {
    background-image: url('../images/icon-regulation.jpg');
}

#Content {
    width: auto;
    min-height: 350px;
    padding: 0px 15px 25px 15px;
    background-color: transparent;
    font-size: 12px;
    font-family: Century Gothic;
    color: #000;
}

#Content p {
    line-height: 16px;
}

#con-right {
    width: 280px;
    display: table-cell;
    /*background-color: #2a2a2a;*/
    background-color: #086b13;
    padding: 0px 15px 20px 15px;
    color: #fff;

    /*border-left: solid 1px #9dd037;
    border-right: solid 1px #9dd037;
    border-bottom: solid 1px #9dd037;
    border-top: solid 4px #9dd037;*/
    border-left: solid 1px #f7e014;
    border-right: solid 1px #f7e014;
    border-bottom: solid 1px #f7e014;
    border-top: solid 4px #f7e014;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

#con-right h1,
#con-right h2 {
    /*color: #9dd037;*/
    /*color: #486700;*/
    color: #f9f9f9;
}

#con-right span {
    vertical-align: top;
}

#con-right .icon {
    padding-bottom: 10px;
}

#con-right .icon .row-cell {
    min-width: 23px;
    display: table-cell;
    vertical-align: top;
    padding-right: 12px;
}

#con-right li {
    list-style-position:inside;
    list-style-type: disc;
}

#con-right li a {
    color: #fff;
}

#con-right a {
    color: #fff;
}

#con-left {
    width: 620px;
    padding-right: 30px;
    display: table-cell;
}

#con-left .wrapper p {
    line-height: 1.5em;
}

#con-left .about-img-wrapper {
    float: left;
    margin: 0px 12px 4px 0px;
    width: 210px;
    text-align: center;
}

#con-left .about-img-wrapper span {
    font-size: 10px;
    font-style: italic;
    color: #222;
}

#con-left .about-img-wrapper img {
    padding: 4px;
    border: solid 1px #ccc;
}

#con-left img {
    float: left;
    padding: 4px;
    margin: 12px 0px 4px 0px;
    border: solid 1px #ccc;
}

#con-left .key-people a {
    color: #fd8a09;
    font-size: 18px;
    font-family: Calibri;
}

#con-left .key-people p {
    font-family: Tahoma;
}

#con-left .key {
    /*min-height: 220px;
    border-bottom: dotted 1px #ccc;*/
    padding-top: 0px;
}

#con-left .key img {
    float: left;
    padding: 4px;
    margin: 16px 12px 4px 0px;
    border: solid 1px #ccc;
}

#con-left .about-details a {
    color: #fd8a09;
    font-size: 18px;
    font-family: Calibri;
}

#con-left .about-details div {
    padding-top: 0px;
}

#con-left .about-details div img {
    margin: 16px 0px 4px 0px;
}

#con-left ul li {
    padding: 4px 0px 4px 0px;
    list-style-position:outside;
    list-style-type: square;
    /*list-style-image: url('../images/bullet2.gif');*/
}

#con-left .detail {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

#con-home,
#con-about,
#con-menu,
#con-events,
#con-gallery,
#con-contact {
    height: 540px;
    position: relative;
    top: -31px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#con-admin {
    margin-top: 25px;
    padding: 30px;
    background-color: #d4eca6;
    /*background: url(../images/bg_container.png) repeat;*/
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #999;
    /*-webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);*/
}

#con-admin h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

#con-admin ul li {
    list-style-type: disc;
}

.main-links-wrapper .m-links {
    width: 290px;
    font-weight: bold;
    text-align: right;
}

.main-links a,
.main-links .m-links span {
    color: #1e3d35;
    text-decoration: none;
}

.main-links a span:hover {
    text-decoration: underline;
}

.main-links img {
    border: none;
}

.main-links h1, h2, h3, h4, h5 {
    border: none;
}

.main-links div {
    display: table-cell;
    color: #5e5e5e;
}

.main-links-wrapper {
    width: 290px;
    min-height: 200px;
    padding: 0px 0px 20px 0px;
    border: solid 1px transparent;
    border-bottom: solid 0px #999;
}

.main-links-wrapper p {
    /*text-align: left;*/
}

.main-links-wrapper .w-img {
    float: left;
    padding: 0px 18px 4px 0px;
}

.main-links-mid {
    width: 340px;
}

.main-links-mid div {
    display: block;
    width: 290px;
    margin: 0px auto 0px auto;
}

.main-links2 {
    padding: 0px 0px 60px 0px;
}

.main-links2 h1, h2, h3, h4, h5 {
    font-family: Calibri;
    color: #486700;
}

.main-links2 div {
    display: table-cell;
}

.main-links2-container {
    display: block;
    width: 214px;
    height: 266px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-top: solid 4px #313131;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.main-links2-container h2 {
    margin: 0px 10px 0px 10px;
    padding: 0px;
    text-align: center;
    color: #ff9900;
    font-size: 16px;
    font-family: 'Marcellus SC', serif;
    border-bottom: solid 1px #ccc;
}

.main-links2-container p {
    padding: 0px 10px 0px 10px;
    color: #5e5e5e;
    text-align: left;
}

.main-links2-container a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
}

.main-links2-container-link {
    display: table-cell;
    vertical-align: middle;
    width: 214px;
    padding: 20px 10px 0px 10px;
    border-top: solid 0px #ccc;
}

.main-links2-container-link a {
    text-decoration: none;
    /*color: #2a2a2a;*/
    color: #222;
}

.main-links2-wrapper {
    display: block;
    width: 248px;
    border: solid 0px red;
}

.main-links2-wrapper h1, h2, h3, h4, h5 {
    border: none;
    padding: 0px;
}

#Footer {
    width: auto;
    min-height: 80px;
    border-top: solid 0px #ccc;
    background-color: #e9eee8
}

#FooterNav {
    width: 950px;
    margin: 0px auto 0px auto;
    height: 14px;
    padding: 8px 8px 4px 8px;
    border-bottom: solid 0px #ccc;
    /*background-color: #000;
    text-align: center;*/
}

#FooterMenu a {
    color: #fff;
}

#FooterMenu a:hover {
    text-decoration: underline;
}

#Copyright {
    float: left;
    padding-left: 8px;
    padding-top: 14px;
    color: #34352f;
    font-size: 11px;
    line-height: 16px;
    text-shadow: 1px 0px 20px #fff;
    transition: width 0.3s;
    -webkit-stroke-width: 8px;
    -webkit-stroke-color: #ccc;
    -webkit-fill-color: #ccc;
    -webkit-transition: width 0.3s; /*Safari & Chrome*/
    -moz-transition: width 0.3s; /* Firefox 4 */
    -o-transition: width 0.3s; /* Opera */
}

#Copyright a {
    color: #34352f;
    text-decoration: none;
}

#Copyright a:hover {
    text-decoration: underline;
}

#FooterLogo {
    float: right;
    width: 150px;
    height: 60px;
    background-image: url('../images/cypher_design(150x60).png');
}

#FooterLogo a {
    padding-left: 150px;
    padding-bottom: 60px;
}

#googlemap {
    width: 580px;
    height: 340px;
    border: solid 0px #222;
}

.map {
    padding: 8px 2px 8px 2px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    /*-webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);*/
    text-align: center;
}

.enquiry-button {
    display: block;
    margin: 0px auto 0px auto;
    padding: 12px 0px 0px 0px;
    width: 180px;
    height: 28px;
    /*color: #2a2a2a;*/
    border: solid 1px #086b13;
    font-weight: bold;
    /*background-color: #9dd037;*/
    background-color: /*#86d7f5*/ #ed7406;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.enquiry-button:hover {
    text-decoration: none;
    border: solid 1px #999;
}

.enquiry-button a {
    color: #222;
}

#form-style {
    background: url(../images/bg_container.png) repeat;
    padding: 8px 0 0px 0;
    /*-webkit-border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.5);*/
}

#crudControl {
    padding: 4px 6px 4px 6px;
    background-color: #086b13;
    border: solid 1px #ccc;
    color: #fff;
}

#crudControl a {
    color: #fff;
}

.crud-javalink {
    cursor: default;
    cursor: pointer;
}

#enquiry-container {
    display: none;
}

#enquiry-title {
    width: auto;
    height: 88px;
    background-color: #e9eee8;
    background-image: url('../images/enquiry-form-title.gif');
    background-repeat: no-repeat;
    border-bottom: solid 1px #fff;
}

#enquiry-form-wrapper {
    width: 510px;
    margin-top: 0px;
    border: solid 2px #999;
    background-color: #fff;
    /*background-image: url('../images/bg_main.jpg');	*/
}

.gallery-container {
    display: none;
}

.gallery-image-wrapper .gallery-image img {
    border: solid 1px #000;
}

.gallery-image-wrapper .gallery-image img:hover {
    border: solid 1px red;
    cursor:pointer;
}

.gallery-image-wrapper .gallery-image span {
    font-size: 9px;
}

#gallery-catalogue-wrapper {
    width: auto;
    max-height: 600px;
    padding: 8px 8px 8px 8px;
    background-color: #f9f9f9;
    /*background-image: url('../images/body_bg.jpg');*/
    /*border: solid 2px #063b67;*/
    border: solid 1px #ccc;
    display: table-cell;
    vertical-align: top;
    margin: auto;
}

#gallery-catalogue-wrapper .g-container {
    /*width: 230px;
    height: 230px;
    padding: 4px 4px 4px 6px;
    margin: 2px;
    background-color: #fff;*/
    border: solid 1px #999;
    /*-moz-border-radius: .8em;
    border-radius: .8em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;*/
}

.side-link {
    width: auto;
    padding: 10px 0px 0px 45px;
    border-top: dotted 1px #ccc;
}

.link-enquiry {
    background-repeat: no-repeat;
    background-image: url('../images/sidelink-enquiry.png');
}

.dataForm {
    margin-top: 10px;
    padding: 0px 8px 8px 8px;
}

.dataForm fieldset {
    border: solid 1px #086b13;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    border-radius: .8em;
}

.dataForm legend {
    color: #086b13;
    font-weight: bold;
}

.subscription-option {
    margin-top: 20px;
    padding: 4px 0px 0px 40px;
    border-top: solid 1px #fff;
    font-weight: normal;
    color: #222;
}

.unsubscribe-wrapper {
    min-height: 100px;
}

.unsubscribe-form-wrapper {
    width: 450px;
    margin: 0px auto 10px 0px;
}

.unsubscribe-form-field {
    text-align: left;
    padding-bottom: 8px;
}

.unsubscribe-form-field label {
    font-size: 14px;
}

.form_buttons {
    margin-top: 18px;
}

.itemlabel {
    width: 60px;
    font-weight: bold;
    vertical-align: top;
    /*text-shadow: 1px 1px 1px #fff;*/
}

#paging {
    border-top: dotted 1px #ccc;
    padding-bottom: 10px;
    margin-top: 4px;
}

.simplePagerNav {
    position: relative;
    left: -20px;
    width: 100%;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-left: 0px;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 0px #ccc;
}

ul.simplePagerNav li {
    display:block;
    float: left;
    margin-right: 2px;
    padding: 0px 2px 0px 2px;
    border: solid 1px #fff;
    background-color: #000;
}

ul.simplePagerNav li a {
    color: #fff;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
}

ul.simplePagerNav li.currentPage a {
    color: #cc161c;
}

.field-guide {
    font-style: italic;
    color: #000;
}

.field-reminder {
    font-style: italic;
    color: red;
}

.field-value {
    font-style: italic;
    color: #000;
}

.requiredField {
    color: red;
    font-weight: bold;
}

#chkNewsletter {
    position: relative;
    bottom: -2px;
}

#fb-like-plugin {
    float: right;
    position: relative;
    right: -38px;
    padding: 4px 4px 4px 4px;
    /*background-color: #222;*/
    margin-right: 10px;
    /*border-top: 0px;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;*/
}

#affiliates {
    margin: 0px 0px 20px 0px;
    display: table;
}

#affiliates .row div {
    display: table-cell;
    vertical-align: middle;
}

#affiliates img {
    float: none;
    border: solid 1px #ccc;
    margin: 0px 10px 6px 20px;
}

.motto {
    text-align: center;
    font: italic bold 18px Times New Roman;
}

/*--BANNER SLIDESHOW*/
#slideshow {position:relative;height:190px;}
#slideshow IMG {position:absolute;top:0;left:0;z-index:8;}
#slideshow IMG.active {z-index:10;}
#slideshow IMG.last-active {z-index:9;}

/*--ROTATOR*/
li img {
    width: 100%;
}

li img:hover {
    cursor: default;
    cursor: pointer;
}

li.roundabout-in-focus {
    cursor: default;
    cursor: pointer;
}

#rotator {
    background-image: url('../images/rotator_shadow.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 210px;
    height: 215px;
}

/*FORM WITH CAPTCHA*/
#form-sec {
    margin-top: 20px;
}

.err {
    font-family : Calibri;
    font-size : 12px;
    font-style: italic;
    color: red;
}

.err li {
    list-style-type: disc;
}

#testimonial_form {
    width: 450px;
    padding: 8px 4px 8px 12px;
    background-color: #f2f2f2;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
}

#testimonial_form label {
    font-size: 14px;
}

#testimonial_form input, textarea {
    border: solid 1px #999;
    padding: 2px 2px 2px 2px;
}

#testimonial_form a {
    color: Red;
    text-decoration: underline;
}

#testimonial_form #submit {
    color: #fff;
    font-size: 12px;
    background-color: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
}

.inquiry {
    border-top: dotted 1px #999;
    padding: 10px 0px 0px 20px;
}

.product-logo {
    float: left;
    padding: 4px 14px 8px 0px;
    border: none;
}

.product-logo img {
    padding: 2px;
    border: solid 1px #ccc;
}

.product-item {
    color: #000;
}

.product-item div {
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
    text-decoration: none;
}

.product-item p {
    padding-left: 10px;
}

.product-list p {
    margin-bottom: 10px;
}

#article-container img {
    float: left;
    padding: 4px;
    margin: 0px 12px 8px 0px;
    border: solid 1px #ccc;
    max-width: 225px;
    height: auto;
}

#article-list h3 {
    padding: 4px 4px 4px 25px;
    font-family: Arial;
}

#article-list p {
    font-size: 12px;
    font-family: Arial;
}

.article-list-signature {
    font-style: italic;
    color: #999;
}

.article-list-link {
    text-align: left;
    border-top: solid 1px #ccc;
    padding: 2px;
}

/*.article-title
{
        width: 100%;
        font-weight: bold;
        border-bottom: solid 1px #ccc;
}

.article-content
{
        margin: 4px 0px 12px 0px;
}*/

#itemsCRUD {
    padding-left: 4px;
    padding-bottom: 4px;
    color: #000;
    font-style: italic;
}

#itemsCRUD a {
    color: #000;
}

#itemsCRUD a:hover {
    text-decoration: underline;
    cursor: pointer;
    cursor: default;
}

.itemsCRUD-header {
    border: solid 1px #999;
    background-color: #086b13;
}

.itemsCRUD-content {
    border: solid 1px #999;
}

.itemsCRUD-header td,
.itemsCRUD-content td
{
    padding: 4px 0px 4px 4px;
}

.itemsCRUD-header label {
    color: #fff;
}

.result {
    display: none;
    border: solid 2px #222;
    padding: 10px;
    font-size: 16px;
}

#result-container {
    width: 250px;
    height: auto;
    padding: 8px;
    border: solid 1px #ccc;
    font-size: 16px;
    font-style: italic;
    font-family: Calibri;
    text-align: center;
}

#result-container .error {
    color: red;
}

#result-container .success {
    color: green;
}

.preloader {
    display: none;
}

.preloader div.preloader-box {
    display: block;
    min-width: 100px;
    text-align: center;
}

#preloader-img {
    width: 80px;    
}