/* CSS Document */

  @font-face {
                        font-family: 'Socialico';
                        src: url('fonts/Socialico.eot');
                        font-weight:bold;
       }

      @font-face {
                        font-family: 'Socialico';
                        src: url('fonts/Socialico.woff') format('woff'),
                        url('fonts/Socialico.svg#Socialico') format('svg');
                        font-weight:bold;
       }

 @font-face {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 400;
                        src: url('fonts/TitilliumWeb-Regular.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 400;
                        src: url('fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg'), url('fonts/TitilliumWeb-Regular.woff') format('woff');
       }
         @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 400;
                        src: url('fonts/TitilliumWeb-Italic.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 400;
                        src: url('fonts/TitilliumWeb-Italic.svg#TitilliumWeb-Italic') format('svg'), url('fonts/TitilliumWeb-Italic.woff') format('woff');
       }
 
 @font-face {
                       font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 600;
                        src: url('fonts/TitilliumWeb-SemiBold.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 600;
                        src: url('fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg'), url('fonts/TitilliumWeb-SemiBold.woff') format('woff');
       }
         @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 600;
                        src: url('fonts/TitilliumWeb-SemiBoldItalic.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 600;
                        src: url('fonts/TitilliumWeb-SemiBoldItalic.svg#TitilliumWeb-SemiBoldItalic') format('svg'), url('fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
       }
       
        @font-face {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 700;
                        src: url('fonts/TitilliumWeb-Bold.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 700;
                        src: url('fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg'), url('fonts/TitilliumWeb-Bold.woff') format('woff');
       }
       
        @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 700;
                        src: url('fonts/TitilliumWeb-BoldItalic.eot');
       }

      @font-face {
                        font-family: 'Titillium Web';
                        font-style: italic;
                        font-weight: 700;
                        src: url('fonts/TitilliumWeb-BoldItalic.svg#TitilliumWeb-BoldItalic') format('svg'), url('fonts/TitilliumWeb-BoldItalic.woff') format('woff');
       }
    
    
     /* hacks to get chrome to calculate the width of the font correctly - no idea why this works */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 400;
            src: url('/css/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-style: italic;
            font-weight: 400;
            font-family: 'Titillium Web';
            src: url('/css/fonts/TitilliumWeb-Italic.svg#TitilliumWeb-Italic') format('svg');
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 600;
            src: url('/css/fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'Titillium Web';
            font-style: italic;
            font-weight: 600;
            src: url('/css/fonts/TitilliumWeb-SemiBoldItalic.svg#TitilliumWeb-SemiBoldItalic') format('svg');
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 700;
            src: url('/css/fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        @font-face {
            font-family: 'Titillium Web';
            font-style: italic;
            font-weight: 700;
            src: url('/css/fonts/TitilliumWeb-BoldItalic.svg#TitilliumWeb-BoldItalic') format('svg');
        }
    }

    
    

html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%; /* the bottom margin is the negative value of the footer's height */
    margin-top: 0;
    margin-bottom: -170px;
}

.push {
    height: 170px;
}
.middle {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    padding: 0 20px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
    display: block;
}
body {
    margin: 0;
    padding: 0;
    color: #555;
    font-family: 'Titillium Web', Verdana, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #eee;
    line-height: 160%;
}
div, h1, h2, p, form, label, textarea, img, span {
    margin: 0;
    padding: 0;
    border:none;
}


ul {
    margin:0;
    list-style-type:none;
    padding: 0;
}
.spacer {
    clear:both;
    font-size:0;
    line-height:0;
}
.fl {
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.fr {
    float:right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.flush {
    clear:both;
    font-size: 0px;
    height: 0px;
    float: none;
}
.clearfloat, .cf{
    clear:both;
}


#container {
    color:#000;
    margin:0 auto;
    padding: 0px;
}

#header {
    position: relative;
    height: 90px;
    z-index: 50;
    /* [disabled]overflow:hidden; */
}


/*--------------------body--------------------*/
#main {
    position: relative;
}

#pageContent {
    padding: 0 0 70px;
}
p {
    margin-bottom: 10px;
}

a {
    color: #4b6a7e;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #FF3604;
    /* [disabled]text-decoration: underline; */
}

h1 {
    font-size: 26px;
    color: #d50708;
    padding-bottom: 15px;
    font-weight: 300;
    /* [disabled]text-transform:lowercase; */
}
h2 {
    font-size: 22px;
    font-weight: 600;
    color: #d50708;
    margin-bottom: 10px;
    line-height: 25px;
}
h3 {
    font-size: 17px;
    font-weight: bold;
    color: #d50708;
    margin:5px 0;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    margin:5px 0;
    color: #333;
}
h5 {
    margin:5px 0;
    font-size: 1em;
}
h6 {
    margin:5px 0;
    font-size: 0.8em;
}




.smalltext {
    font-size: 10px;
}



ul, ol {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 15px;
}
/* octane.otoy.com update
ul li {
    list-style-position: outside;
    list-style-image: url(../images/redpointer.png);
    line-height: 130%;
}
*/
ol li {
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
}


.spacer {
    clear: both;
    float: none;
    height: 15px;
}

iframe {
    padding: 0px;
    margin: 0 0 5px;
}


small {
    font-size: 11px;
    color: #aaa;
    line-height: normal;
}





hr {
    height: 0;
    margin: 20px 0;
    clear: both;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}


blockquote {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}




.quotetext {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 14px;
    color: #3364A5;
    line-height: 22px;
}


/*-----------------footer--------------------*/

#footer {
    position: relative;
    height: 170px;
    min-width: 950px;
    background: #cccfd1;
}

#footer ul {
    display: block;
    margin:0;
    padding:0;
}

#footer ul li {
    float: left;
    list-style:none;
    border-left: 1px solid #e8e8e8;
    width: 175px;
    margin: 0;
}
#footer ul li a {
    color: #778086;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 300;
}
#footer ul li a:hover {
    font-weight:600;
    color: #4b6a7e;
}
#footer ul ul li {
    border: none;
    float: none;
    padding:0;
}
#footer .middle {
    height: 100%;
}
#footer .nav {
    padding-top: 30px;
    text-transform:uppercase;
}


p.copyright {
    color: #90989e;
    font-size: 9px;
    position: absolute;
    display: block;
    left: 20px;
    bottom: 0px;
}
.copyright a {
    color: #90989e;
    text-decoration: none;
}
.copyright a:hover {
    color: #fff;
    text-decoration: none;
}



.logo {
    position: absolute;
    left: 200px;
    top: 10px;
}

.otoy {
    position: absolute;
    left: 20px;
    top: 10px;
}
.otoy img {
    height:35px;
}

.js .logo {
    opacity:0;
    left: -500px;
}
 .js .otoy {
    top: -50px;
}

/* New stuff - for forum so image doesn't keep coming down */
.otoy_static {
    position: absolute;
    left: 20px;
    top: 10px;
}
.otoy_static img {
    height:35px;
}

 .js .otoy_static {
    top: 10px;
}



.message {
    position: absolute;
    top: -75px;
    left: 200px;
}


/*-----------------menus--------------------*/

.navbox {
    min-width: 1000px;
    height: 2.5em;
    background: #cf3842; /* Old browsers */

background: -moz-linear-gradient(top,  #cf3842 0%, #b7323a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf3842), color-stop(100%,#b7323a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cf3842 0%,#b7323a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cf3842 0%,#b7323a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cf3842 0%,#b7323a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cf3842 0%,#b7323a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3842', endColorstr='#b7323a',GradientType=0 ); /* IE6-9 */


}
#nav {
    position: relative;
    margin: 0;
    background: #fff;
    z-index:110;
    min-width: 950px;
}



.message h2 {
    color: #000;
    font-weight: 100;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}
.contacts {
    position: absolute;
    left: 20px;
    top: 25px;
    color: #0B3A55;
    font-size: 20px;
    width: 600px;
    font-weight: 600;
}
.contacts a {
    color: #296b87;
    font-weight: 400;
}
.contacts a:hover {
    color: #174558;
}


#banner {
    position: relative;
    height: 300px;
    width: 800px;
    overflow: hidden;
}
#banner img {
    /* [disabled]position: absolute; */
    /* [disabled]top: 0; */
    /* [disabled]left: 0; */
}


.column {
    width: 250px;
}
.bolder {
    font-weight: 900;
}
.medium {
    font-weight: 700;
}
.news {
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*For IE9/Final CSS3 spec*/
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*For Firefox*/
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*For Chrome/Safari*/
    background-color: #eee;
    behavior: url(..js/PIE.htc);
}
.news h2 {
    font-weight: 900;
    font-size: 28px;
    margin: 0px;
}
.news .date {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    background: #aaa;
    background: rgba(102,102,102,0.3);
    text-align: right;
    color: #FFF;
}
.news .article {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow:hidden;
    max-height:160px;
    font-size: 12px;
}
.news .article h3 {
    margin: 0px;
    padding: 0px;
}
.news .article p {
    margin: 0px;
    padding: 0px;
}
.news h2 a {
    color: #aaa;
    background: #ddd;
    background: rgba(204,204,204,0.3);
    display:block;
    padding: 10px;
}
.news h2 a:hover {
    color: #296b87;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);  /*For IE9/Final CSS3 spec*/
    -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);  /*For Firefox*/
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);  /*For Chrome/Safari*/
    background: rgb(172,233,114);
    background: rgba(140,232,43,0.5);
}

.news .more {
    text-align: right;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.frame {
    padding: 2px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}



.script {
    font-family: 'Gochi Hand', cursive;
}

a.button, .button a, input.button, input[type=button], input[type=submit],  span.button{
    display: inline-block;
    padding: 6px 20px;
    background-color: #697278;
    color: #FFF;
    border: none;
    font-weight: 700;
    -webkit-box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input.button, input[type=button], input[type=submit]{
    -webkit-box-shadow:  inset 0 10px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  inset 0 10px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  inset 0 10px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    
}
    
a.button:hover, .button a:hover, input.button:hover, input[type=button]:hover, input[type=submit]:hover ,  span.button:hover{
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.7);
    cursor:pointer;
}


input[type=text], input[type=password], textarea, input.cat_textbox, textarea.cat_listbox, select.cat_listbox {
    border: none;
    padding: 3px 6px;
    font-size:12px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 3px;
}

input[type=button] {
    border: none;
    padding: 3px 10px;
    color: #fff;
    font-size:12px;
    -webkit-box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
}
.gradient , a.button, .button a, input.button, .feature h4, .meta, input[type=button], input[type=submit], span.button, .blockhead {
    background: rgb(127,135,140); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmODc4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODVmNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(127,135,140,1) 0%, rgba(88,95,99,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,135,140,1)), color-stop(100%,rgba(88,95,99,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(127,135,140,1) 0%,rgba(88,95,99,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(127,135,140,1) 0%,rgba(88,95,99,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(127,135,140,1) 0%,rgba(88,95,99,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(127,135,140,1) 0%,rgba(88,95,99,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f878c', endColorstr='#585f63',GradientType=0 ); /* IE6-8 */



}

a.red, .red.gradient, span.red {

background: rgb(221,52,52); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkMzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMDA2MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(221,52,52,1) 0%, rgba(176,6,7,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,52,52,1)), color-stop(100%,rgba(176,6,7,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(221,52,52,1) 0%,rgba(176,6,7,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(221,52,52,1) 0%,rgba(176,6,7,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(221,52,52,1) 0%,rgba(176,6,7,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(221,52,52,1) 0%,rgba(176,6,7,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3434', endColorstr='#b00607',GradientType=0 ); /* IE6-8 */


}


.js .fade {
    display:none;
}


/* ---------- Box Styles ----------- */

.box {
    padding: 15px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.shopbox {
    text-align:center;
    border: 1px solid #e7e7e7;
    padding: 18px;
    background-color: #FFFFFF;
    margin: 1px 1px 4px 1px;
    width: 260px;
    height: 152px;
    display: inline-block;
}

.shopboxsub1 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.shopboxtext {
    font-size: 12px;
    float: left;
    text-align: left;
    width: 100%;
}


.shopboxsub2 {
    position: relative;
    display: inline-block;
}

.column .boxList {
    padding: 10px;
    background-color: #d8d8d8;
    margin-bottom: 2px;
}
.column .boxList .smalldate {
    font-size: 9px;
    width: 80px;
    float: left;
    letter-spacing: normal;
    word-spacing: normal;
    padding-right: 10px;
}
.column a.button {
    margin: 10px auto 0;
}
.centre {
    text-align: center;
}
.bigColumn {
    width: 515px;
}


#footer h4 {
    color: #620308;
    text-shadow: 0 1px #c78d91;
}
.column h3 {
    background-color: #9B333A;
    padding: 5px 4px 7px;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    text-transform:lowercase;
    margin:0 0 2px;
}
.column a.button {
    display: block;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.feature {
    width:233px;
    position: relative;
    margin: 0 30px 10px 0;
    background: #fff;
    padding: 25px;
    float: left;
    line-height: 140%;
    font-weight: 300;
}
.feature h4, .meta  {
    display: block;
    padding: 10px 0;
    margin: -25px -25px 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #4B6A7E;
}
.feature .image {
    margin: -25px -25px 15px;
}

.feature .button {
    display: inline-block;
    margin-bottom:0;
}
.feature .icons {
    margin-top: -25px;
    margin-right: -26px;
    margin-bottom: 15px;
    margin-left: -25px;
    height: 144px;
}
.icons img {
    float: left;
    margin-top: 1px;
    margin-right: 1px;
}
.dim {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.box hr {
    background: none;
    border-bottom: 2px solid #DDD;
}

.logoContent {
    border-top: 2px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.logoblock {
    display: inline-block;
    margin: 0 10px;
    
}
.logoblock:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.fluxslider ul.pagination {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    /*padding: 10px 0 !important;*/
    overflow: hidden;
    width:100%;
    line-height: 50px;
/*  height: 50px;*/
}
.fluxslider ul.pagination li {
    display:inline-block;
    text-indent: -9999em;
    height: 10px;
    width: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #d5d5d5;
    list-style-image:none;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) , inset 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) , inset 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) , inset 1px 1px 3px rgba(0,0,0,0.3);
}
.fluxslider ul.pagination li.current {
    background: #FF3604;
}
.fluxslider ul.pagination li:hover {
    background: #697278;
}

#loginPanel {
    background-color: #A3A9AE;
    padding:10px;
    color: #fff;
    display:none;
    min-width: 950px;
}

#footer .socialicons {
    position: absolute;
    top: -40px;
    right: 20px;
}
#footer .socialicons a {
    font-family: 'Socialico';
    font-size: 40px;
    color: #bbbfc1;
    margin-left: 5px;
}
#footer .socialicons a:hover {
    color: #4b6a7e;
}

#footer .middle {
    background-image:url(../images/octanerender_biglogo.png);
    background-repeat:no-repeat;
    background-position: 98% 5px;
}

#footer .tabs {
    position: absolute;
    top: -40px;
}

#footer .tabs a {
    background: #bbbfc1;
    padding: 7px 10px 0;
    float: left;
    height: 33px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

#footer .tabs a:hover {
    background: #4b6a7e;
}






.spinme {
    -webkit-transition: -webkit-transform 2s ease-out;
}

.spin {
      -webkit-transform: rotate(3600deg);
         -moz-transform: rotate(3600deg);
           -o-transform: rotate(3600deg);
              transform: rotate(3600deg);
}
.spinback {
      -webkit-transform: rotate(-3600deg);
         -moz-transform: rotate(-3600deg);
           -o-transform: rotate(-3600deg);
              transform: rotate(-3600deg);


}


.mainbuttons {
    position:absolute;
    top: 25px;
    left:500px;
}



.last {
    margin-right:0;
}

.newslist li {
    font-size: 13px;
    min-height:20px;
    height:auto!important;
    height:20px;
    line-height: 100%;
    margin-bottom: 1em;
}
.newslist a {
    font-weight:600;
}

ul.compact {
    margin-right: -10px;
}

ul.compact li {
    margin: 2px
}
ul.compact em {
    font-size:smaller;
}

/*--- Wordpress theme ------*/

#primary {
    float: left;
    margin: 0px;
    width: 75%;
}

td {
    width: auto%;
    
}


/* =Content
----------------------------------------------- */

#main {
    clear: both;
    padding: 1.62em 0 0;
}

.post h2 {
    
}
.post {
    background: #fff;
    padding: 25px;
}

.meta {
    
}
#secondary a:link {
    
}
#secondary a:visited {
    
}
#secondary a:hover {
    
}


.postmetadata {
    margin-top: 2px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding-top: 3px;
}


.page-title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}
.page-title a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}
.hentry,
.no-results {
    margin: 0 0 1.625em;
    position: relative;
}
.hentry:last-child,
.no-results {
    border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.entry {
    padding: 0 16 16 16px;
    margin-top: 2px;
}

.entry-title,
.entry-header .entry-meta {
    padding-right: 76px;
}
.entry-title {
    clear: both;
    color: #222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 15px;
}
.entry-title,
.entry-title a {
    color: #222;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #1982d1;
}
.entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}
.entry-meta a {
    font-weight: bold;
}
.single-author .entry-meta .by-author {
    display: none;
}
.entry-content,
.entry-summary {
    padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
    color: #000;
    font-weight: bold;
    margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 0em;
    width: 100%;
}
.entry-content th,
.comment-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}
.entry-content #s {
    width: 75%;
}
.comment-content ul,
.comment-content ol {
    margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
    margin-bottom: 0;
}
dl.gallery-item {
    margin: 0;
}
.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;
}
.page-link a {
    background: #eee;
    color: #373737;
    margin: 0;
    padding: 2px 3px;
    text-decoration: none;
}
.page-link a:hover {
    background: #888;
    color: #fff;
    font-weight: bold;
}
.page-link span {
    margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
    background: #777;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
    background: #888;
    color: #fff;
}
.entry-content .edit-link {
    clear: both;
    display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft {
    margin-bottom: 1.625em;
}

img.alignright {
    margin-bottom: 1.625em;
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

img.aligncenter {
    margin-bottom: 1.625em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}
.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}
#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption img {
    border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
    //background: #eee;
    //border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
    //background: #fff;
    //border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
    margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
    background: #f7f7f7;
}

/* Author Info */
#author-info {
    font-size: 12px;
    overflow: hidden;
}
.singular #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em -35.6% 0 -35.4%;
    padding: 20px 35.4%;
}
.archive #author-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.2em;
    padding: 0 0 2.2em;
}
#author-avatar {
    float: left;
    margin-right: -78px;
}
#author-avatar img {
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 3px;
}
#author-description {
    float: left;
    margin-left: 108px;
}
#author-description h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
    background: #eee url(/wordpress/images/comment-bubble.png) no-repeat;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    top: 1.5em;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 43px;
    height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
    background-color: #1982d1;
    color: #fff;
    color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
    visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
}
.entry-header hgroup .entry-title {
    padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
    padding: 20px 0 0;
}
article.format-status .entry-content {
    min-height: 65px;
}
.recent-posts .entry-header .entry-format {
    display: none;
}
.recent-posts .entry-header hgroup .entry-title {
    padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
    border-bottom: none;
    padding: 4.875em 0 0;
    position: relative;
}
.singular.page .hentry {
    padding: 3.5em 0 0;
}
.singular .entry-title {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
    padding-right: 0;
}
.singular .entry-header .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
}
blockquote.pull {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6125em;
    margin: 0 0 1.625em;
    text-align: center;
}
.singular blockquote.pull {
    margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
    margin: 0 1.625em 0 0;
    text-align: right;
}
.singular .pull.alignleft {
    margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
    margin: 0 0 0 1.625em;
    text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
    width: 33%;
}
.singular .pull.alignright {
    margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
    width: 33%;
}
.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 50px;
    position: absolute;
    right: auto;
    top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
    display: none;
}
.singular .format-aside .entry-title {
    display: block;
}
.format-aside .entry-content {
    padding: 0;
}
.singular .format-aside .entry-content {
    padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
    display: none;
}
.singular .format-link .entry-title {
    display: block;
}
.format-link .entry-content {
    padding: 0;
}
.singular .format-link .entry-content {
    padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
    float: left;
    display: block;
    margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
    display: none;
}
.singular .format-status .entry-title {
    display: block;
}
.format-status .entry-content {
    padding: 0;
}
.singular .format-status .entry-content {
    padding: 1.625em 0 0;
}
.format-status img.avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    float: left;
    margin: 4px 10px 2px 0;
    padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
    color: #555;
    font-size: 17px;
    margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
    min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
    padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
    margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
    display: block;
    margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
    margin: 0;
    padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
    background: #ddd;
    overflow: hidden;
    padding: 4%;
    max-width: 96%;
}
.indexed.format-image div.entry-meta {
    display: inline-block;
    float: left;
    width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
    float: none;
    width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
    display: block;
}
.indexed.format-image footer.entry-meta a {
    color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
    color: #fff;
}
#content .indexed.format-image img {
    border: none;
    max-width: 100%;
    padding: 0;
}
.indexed.format-image .wp-caption {
    background: #111;
    margin-bottom: 0;
    max-width: 96%;
    padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
    color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
    color: #444;
}
.indexed.format-image a:hover img {
    opacity: 0.8;
}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

/* Intro */
article.intro {
    background: #f9f9f9;
    border-bottom: none;
    margin: -1.855em -8.9% 1.625em;
    padding: 0 8.9%;
}
article.intro .entry-title {
    display: none;
}
article.intro .entry-content {
    color: #111;
    font-size: 16px;
    padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
    background: #aaa;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    position: absolute;
    top: 30px;
    right: 20px;
    text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
    background: #777;
}

/* Featured post */
section.featured-post {
    float: left;
    margin: -1.625em -8.9% 1.625em;
    padding: 1.625em 8.9% 0;
    position: relative;
    width: 100%;
}
section.featured-post .hentry {
    border: none;
    color: #666;
    margin: 0;
}
section.featured-post .entry-meta {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
    float: right;
    height: auto;
    margin: 0 -8.9% 1.625em 0;
    max-width: 59%;
    position: relative;
    right: -15px;
}
section.featured-post.small {
    padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
    opacity: .8;
}
article.feature-image.small {
    float: left;
    margin: 0 0 1.625em;
    width: 45%;
}
article.feature-image.small .entry-title {
    line-height: 1.2em;
}
article.feature-image.small .entry-summary {
    color: #555;
    font-size: 13px;
}
article.feature-image.small .entry-summary p a {
    background: #222;
    color: #eee;
    display: block;
    left: -23.8%;
    padding: 9px 26px 9px 85px;
    position: relative;
    text-decoration: none;
    top: 20px;
    width: 180px;
    z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
    background: #1982d1;
    color: #eee;
    color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
    border: none;
    max-height: 288px;
    padding: 0;
    width: 100%;
}
section.feature-image.large .showcase-heading {
    display: none;
}
section.feature-image.large .hentry {
    border-bottom: none;
    left: 9%;
    margin: 1.625em 9% 0 0;
    position: absolute;
    top: 0;
}
article.feature-image.large .entry-title a {
    background: #222;
    background: rgba(0,0,0,0.8);
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
    background: #eee;
    background: rgba(255,255,255,0.8);
    color: #222;
}
article.feature-image.large .entry-summary {
    display: none;
}
section.feature-image.large img {
    display: block;
    height: auto;
    max-width: 117.9%;
    padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
    border-bottom: 1px solid #ddd;
    display: block;
    height: 328px;
    margin: 1.625em -8.9% 20px;
    max-width: 1000px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.featured-posts .showcase-heading {
    padding-left: 8.9%;
}
.featured-posts section.featured-post {
    background: #fff;
    height: 288px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    width: auto;
}
.featured-posts section.featured-post.large {
    max-width: 100%;
    overflow: hidden;
}
.featured-posts section.featured-post {
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 200ms;
    -moz-transition-property: opacity, visibility;
    -moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
    opacity: 0;
    visibility: hidden;
}
.featured-posts #featured-post-1 {
    opacity: 1;
    visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
    content: ' ';
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    width: 100%;
    height: 45px;
    position: absolute;
    top: 230px;
}
.featured-post .feature-image.small:after {
    top: 253px;
}
#content .feature-slider {
    top: 5px;
    right: 8.9%;
    overflow: visible;
    position: absolute;
}
.feature-slider ul {
    list-style-type: none;
    margin: 0;
}
.feature-slider li {
    float: left;
    margin: 0 6px;
}
.feature-slider a {
    background: #3c3c3c;
    background: rgba(60,60,60,0.9);
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
    display: block;
    width: 14px;
    height: 14px;
}
.feature-slider a.active {
    background: #1982d1;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
    -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
    cursor: default;
    opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
    padding: 0 0 1.625em;
}
section.recent-posts .hentry {
    border: none;
    margin: 0;
}
section.recent-posts .other-recent-posts {
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin: 0;
}
section.recent-posts .other-recent-posts li {
    padding: 0.3125em 0;
    position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
    border-top: 1px solid #ddd;
    font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
    color: #373737;
    float: left;
    max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
    content: '-';
    color: transparent;
    font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
    border-bottom: 2px solid #999;
    bottom: -2px;
    color: #444;
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.76333em;
    padding: 0.3125em 0 0.3125em 1em;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
    border-color: #bbb;
    color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
    color: #1982d1;
    border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 1.625em 0;
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto 1.625em;
    max-width: 100%;
}
.image-attachment div.attachment a img {
    border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
    border-color: #ddd;
    background: #fff;
}
.image-attachment .entry-caption p {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
    clear: both;
    overflow: hidden;
    padding: 0 0 1.625em;
}
#content nav a {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.2em;
}
#nav-above {
    padding: 0 0 1.625em;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content nav .meta-nav {
    font-weight: normal;
}

/* Singular navigation */
#nav-single {
    float: right;
    position: relative;
    top: -0.3em;
    text-align: right;
    z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
    width: auto;
}
#nav-single .nav-next {
    padding-left: .5em;
}
#nav-single .nav-previous {
    padding-right: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
    /* [disabled]padding: 0.5em 15px; */
    float: right;
    width: 200px;
}

.widget-area h2 {
    font-size: 14px;
    font-weight: 150;
    letter-spacing: 0.2em;
}

.widget {
    clear: both;
    margin: 0 0 2.2em;
}
.widget-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.widget ul {
    list-style-type: circle;
    font-size: 15px;
    margin: 0;
}
.widget ul ul {
    list-style-type: circle;
    margin-left: 1.5em;
}
.widget ul li {
    font-size: 13px;
}
.widget a {
    font-weight: normal;
    text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
    
}

/* Search Widget */
.widget_search form {
    margin: 0 0 1.625em;
}
.widget_search #s {
    width: 100%;
}
.widget_search #searchsubmit {

}
.widget_search #searchsubmit:active {
    background: #aa4444;
    border-color: #0861a5;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
    list-style: square;
    margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.76333em;
    text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
    color: #29628d;
}

/* Twitter */
.widget_twitter li {
    list-style-type: none;
    margin-bottom: 14px;
}
.widget_twitter .timesince {
    display: block;
    font-size: 11px;
    margin-right: -10px;
    text-align: right;
}

/* Widget Image */
.widget_image img {
    border: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
    color: #555;
    width: 95%;
    text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
}
.widget_calendar #wp-calendar caption {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0 3px 0;
    text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 0 2.6em;
    text-transform: uppercase;
}
.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 90%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
    width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
    background: #222;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li.comment {
    background: #333;
    border-left: 1px solid #777;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}
.commentlist .children li.comment .fn {
    display: block;
}
.comment-meta .fn {
    font-style: normal;
}
.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 0px;
}
.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;
}
.comment-meta a {
    font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -60px;
    padding: 0;
    position: absolute;
    top: 0;
}
.commentlist > li:before {
    content: url(/newsblog/wp-content/themes/BLANK-Theme/images/comment-arrow.png);
    left: -21px;
    position: absolute;
}
.commentlist > li.pingback:before {
    content: '';
}
.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: -45px;
    padding: 0;
    top: 2.2em;
}
a.comment-reply-link {
    background: #666;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    background: #888;
    color: #fff;
}
a.comment-reply-link > span {
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
    background: #333;
    border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
    background: #444;
    border-color: #777;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
    margin-left: 102px;
    width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
    width: auto;
}


/* Comment Form */

#respond {

}

#respond input[type="text"] {

}

#respond textarea {
    
}


#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}


#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}
#respond input[type="text"]:focus {

}

#respond textarea:focus {
}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    left: 75%;
    position: absolute;
    top: 45px;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}

#respond input#submit {

}

#respond #cancel-comment-reply-link {
    color: #aaa;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 32px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
    /* Simplify the basic layout */
    #main #content {
        margin: 0 7.6%;
        width: auto;
    }
    #nav-below {
        border-bottom: 1px solid #ddd;
        margin-bottom: 1.625em;
    }
    #main #secondary {
        float: none;
        margin: 0 7.6%;
        width: auto;
    }
    /* Simplify the showcase template */
    .page-template-showcase-php .featured-posts {
        min-height: 280px;
    }
    .featured-posts section.featured-post {
        height: auto;
    }
    .page-template-showcase-php section.recent-posts {
        float: none;
        margin: 0;
        width: 100%;
    }
    .page-template-showcase-php #main .widget-area {
        float: none;
        margin: 0;
        width: auto;
    }
    .page-template-showcase-php .other-recent-posts {
        border-bottom: 1px solid #ddd;
    }
    /* Simplify the showcase template when small feature */
    section.featured-post .attachment-small-feature,
    .one-column section.featured-post .attachment-small-feature {
        border: none;
        display: block;
        float: left;
        height: auto;
        margin: 0.625em auto 1.025em;
        max-width: 30%;
        position: static;
    }
    article.feature-image.small {
        float: right;
        margin: 0 0 1.625em;
        width: 64%;
    }
    .one-column article.feature-image.small .entry-summary {
        height: auto;
    }
    article.feature-image.small .entry-summary p a {
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    /* Remove the margin on singular articles */
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
        width: 100%;
    }
    /* Simplify the pullquotes and pull styles */
    .singular blockquote.pull {
        margin: 0 0 1.625em;
    }
    .singular .pull.alignleft {
        margin: 0 1.625em 0 0;
    }
    .singular .pull.alignright {
        margin: 0 0 0 1.625em;
    }
    .singular .entry-meta .edit-link a {
        left: 0;
        position: absolute;
        top: 40px;
    }
    .singular #author-info {
        margin: 2.2em -8.8% 0;
        padding: 20px 8.8%;
    }
    /* Make sure we have room for our comment avatars */
    .commentlist {
        width: 100%;
    }
    .commentlist > li.comment,
    .commentlist .pingback {
        margin-left: 102px;
        width: auto;
    }
    /* And a full-width comment form */
    #respond {
        width: auto;
    }
    /* No need to float footer widgets at this size */
    #colophon #supplementary .widget-area {
        float: none;
        margin-right: 0;
        width: auto;
    }
    /* No need to float 404 widgets at this size */
    .error404 #main .widget {
        float: none;
        margin-right: 0;
        width: auto;
    }

}
@media (max-width: 650px) {
    /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
    body, input, textarea {
        font-size: 13px;
    }
    #site-title a {
        font-size: 24px;
    }
    #site-description {
        font-size: 12px;
    }
    #access ul {
        font-size: 12px;
    }
    article.intro .entry-content {
        font-size: 12px;
    }
    .entry-title {
        font-size: 21px;
    }
    .featured-post .entry-title {
        font-size: 14px;
    }
    .singular .entry-title {
        font-size: 28px;
    }
    .entry-meta {
        font-size: 12px;
    }
    blockquote {
        margin: 0;
    }
    blockquote.pull {
        font-size: 17px;
    }
    /* Reposition the site title and description slightly */
    #site-title {
        padding: 5.30625em 0 0;
    }
    #site-title,
    #site-description {
        margin-right: 0;
    }
    /* Make sure the logo and search form don't collide */
    #branding #searchform {
        top: 1.625em !important;
    }
    /* Floated content doesn't work well at this size */
    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    /* Make sure the post-post navigation doesn't collide with anything */
    #nav-single {
        display: block;
        position: static;
    }
    .singular .hentry {
        padding: 1.625em 0 0;
    }
    .singular.page .hentry {
        padding: 1.625em 0 0;
    }
    /* Talking avatars take up too much room at this size */
    .commentlist > li.comment,
    .commentlist > li.pingback {
        margin-left: 0 !important;
    }
    .commentlist .avatar {
        background: transparent;
        display: block;
        padding: 0;
        position: static;
    }
    .commentlist .children .avatar {
        background: none;
        left: 2.2em;
        padding: 0;
        position: absolute;
        top: 2.2em;
    }
    /* Use the available space in the smaller comment form */
    #respond input[type="text"] {
        width: 95%;
    }
    #respond .comment-form-author .required,
    #respond .comment-form-email .required {
        left: 95%;
    }
    #content .gallery-columns-3 .gallery-item {
        width: 31%;
        padding-right: 2%;
    }
    #content .gallery-columns-3 .gallery-item img {
        width: 100%;
        height: auto;
    }

}
@media (max-width: 450px) {
    #content .gallery-columns-2 .gallery-item {
        width: 45%;
        padding-right: 4%;
    }
    #content .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        padding: 0;
    }
    #page {
        margin-top: 0;
    }
    #branding {
        border-top: none;
    }

}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        font-size: 10pt;
    }
    footer.entry-meta a[rel=bookmark]:link:after,
    footer.entry-meta a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }
    #page {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    #branding {
        border-top: none !important;
        padding: 0;
    }
    #branding hgroup {
        margin: 0;
    }
    #site-title a {
        font-size: 21pt;
    }
    #site-description {
        font-size: 10pt;
    }
    #branding #searchform {
        display: none;
    }
    #branding img {
        display: none;
    }
    #access {
        display: none;
    }
    #main {
        border-top: none;
        box-shadow: none;
    }
    #primary {
        float: left;
        margin: 0;
        width: 100%;
    }
    #content {
        margin: 0;
        width: auto;
    }
    .singular #content {
        margin: 0;
        width: 100%;
    }
    .singular .entry-header .entry-meta {
        position: static;
    }
    .entry-meta .edit-link a {
        display: none;
    }
    #content nav {
        display: none;
    }
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
        margin: 0;
        width: 100%;
    }
    .singular .hentry {
        padding: 0;
    }
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }
    .entry-meta {
        font-size: 10pt;
    }
    .entry-header .comments-link {
        display: none;
    }
    .page-link {
        display: none;
    }
    .singular #author-info {
        background: none;
        border-bottom: none;
        border-top: none;
        margin: 2.2em 0 0;
        padding: 0;
    }
    #respond {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #colophon {
        display: none;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        border: 1px solid #ddd;
        -moz-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        margin: 0 auto 1.625em;
        padding: 1.625em;
        position: relative;
        width: auto;
    }
    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }
    .commentlist li.comment .comment-meta {
        line-height: 1.625em;
        margin-left: 50px;
    }
    .commentlist li.comment .fn {
        display: block;
    }
    .commentlist li.comment .comment-content {
        margin: 1.625em 0 0;
    }
    .commentlist .comment-edit-link {
        display: none;
    }
    .commentlist > li::before,
    .commentlist > li.bypostauthor::before {
        content: '';
    }
    .commentlist .reply {
        display: none;
    }

    /* Post author highlighting */
    .commentlist > li.bypostauthor {
        color: #444;
    }
    .commentlist > li.bypostauthor .comment-meta {
        color: #666;
    }
    .commentlist > li.bypostauthor:before {
        content: none;
    }

    /* Post Author threaded comments */
    .commentlist .children > li.bypostauthor {
        background: #fff;
        border-color: #ddd;
    }
    .commentlist .children > li.bypostauthor > article,
    .commentlist .children > li.bypostauthor > article .comment-meta {
        color: #666;
    }

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
    margin-left: -7.6%;
    margin-right: -7.6%;
    padding-left: -7.6%;
    padding-right: -7.6%;
    max-width: 1000px;
}
#ie7 section.featured-post {
    margin-left: -7.6%;
    margin-right: -7.6%;
    max-width: 850px;
}
#ie7 section.recent-posts {
    margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */
 
#ie8 section.feature-image.large img {
    width: 100%;
}



/* Vertical Accordion Style */
.va-container{
    position:relative;
    margin:40px auto 0 auto;
    
}
.va-wrapper{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    background:#000;
}
.va-slice{
    cursor:pointer;
    position:absolute;
    width:100%;
    left:0px;
    overflow:hidden;
    opacity: 0.8;
}
.va-slice:hover {
    opacity: 1.0;
}

.va-slice-1{
    background:#000 url(../images/speed.jpg) no-repeat center center;
}
.va-slice-2{
    background:#000 url(../images/quality.jpg) no-repeat center center;
}
.va-slice-3{
    background:#000 url(../images/flexibility.jpg) no-repeat center center;
}
.va-slice-4{
    background:#000 url(../images/materials.jpg) no-repeat center center;
}
.va-slice-5{
    background:#000 url(../images/lighting.jpg) no-repeat center center;
}
.va-slice-6{
    background:#000 url(../images/feat_rtuserinterface.jpg) no-repeat center center;
}
.va-slice-7{
    background:#000 url(../images/feat_spectural.jpg) no-repeat center center;
}
.va-slice-8{
    background:#000 url(../images/feat_gpu.jpg) no-repeat center center;
}
.va-slice-9{
    background:#000 url(../images/feat_realMat.jpg) no-repeat center center;
}
.va-slice-10{
    background:#000 url(../images/feat_geom_bg.jpg) no-repeat center center;
}
.va-slice-11{
    background:#000 url(../images/feat_integrate.jpg) no-repeat center center;
}
     
     
     

.va-slice-color-1{
    background-color:#97c5eb;
}
.va-slice-color-2{
    background-color:#68ace5;
}
.va-slice-color-3{
    background-color:#0072cf;
}
.va-slice-color-4{
    background-color:#0039a6;
}
.va-slice-color-5{
    background-color:#00338e;
}
.va-slice-color-6{
    background-color:#002c76;
}
.va-slice-color-7{
    background-color:#002144;
}
.va-slice-color-8{
    background-color:#002144;
}
.va-title{
    font-size:25px;
    font-weight:normal;
    margin-left:20px;
    margin-top:0px;
    margin-bottom:0px;
    color:#ffffff;
}
.va-content{
    display:none;
    padding: 0 20px;
}
.va-content-image{
    float: left;
    padding-left: 60px;
    height: 300px;
    width: 300px;
}
.va-slice p{
    font-size: 14px;
    width: 300px;
    color:#ffffff;
    margin-top:0px;
    line-height: 125%;
}
.va-slice ul{
    margin-top:20px;
}
.va-slice ul li{
    float:left;
    margin:0px 2px;
}
.va-slice ul li a{
    color:#000;
    background:#eede2f;
    padding:3px 6px;
    font-size:14px;
}
.va-slice ul li a:hover{
    background:#000;
    color:#fff;
    text-shadow:none;
}
.va-nav span{
    opacity:0.8;
    cursor:pointer;
    display: none;
}

.va-nav span:hover{
    opacity:1.0;
}

.va-nav span.va-nav-prev {
    position: absolute;
    right:0;
    top:-10px;
    z-index: 1000;
}

.va-nav span.va-nav-next {
    position: absolute;
    right:0;
    top:396px;
    z-index: 1000;
}
.va-wrapper a {
    color: #fff;
}
.va-wrapper a:hover {
    color: #FF3604;
}

.question {
    margin-left: 46px;
    /*background-image: url(../images/redpointer.png);*/
    background-repeat:no-repeat;
    padding-left: 20px;
    background-position: 0% 50%;
}
.question.opened {
    background-image: /*url(../images/redpointer_down.png);*/
}
.question:hover {
    cursor: pointer;
}
.answer {
    padding-left: 20px;
    margin: 0 0 30px 50px;
    border-left: 2px solid white;
}

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
        
    .reveal-modal-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #000;
        background: rgba(0,0,0,.8);
        z-index: 200;
        display: none;
        top: 0;
        left: 0;
        }
    
    .reveal-modal {
        visibility: hidden;
        top: 100px;
        left: 50%;
        margin-left: -300px;
        width: 540px;
        background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
        position: absolute;
        z-index: 201;
        padding: 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -box-shadow: 0 0 10px rgba(0,0,0,.4);
        }

/*
#splashimage {
    margin-left: -50%;
    min-width: 520px;
    width: auto;
}*/
        
    .reveal-modal.small         { width: 200px; margin-left: -140px;}
    .reveal-modal.medium        { width: 400px; margin-left: -240px;}
    .reveal-modal.large         { width: 600px; margin-left: -340px;}
    .reveal-modal.xlarge        { width: 800px; margin-left: -440px;}
    
    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 5px;
        right: 5px;
        color: #fff;
        /*text-shadow: 0 -1px 1px rbga(0,0,0,.6);*/
        font-weight: bold;
        cursor: pointer;
        background: #000;
        padding: 2px 3px 6px;
        border: 2px solid white;
        border-radius: 8px;
        box-shadow: 0 0 5px #888;
        }
        
    .reveal-modal .close-reveal-modal:hover {
        background: #FF3604;
        }

    
ul.tabmenu {
    display:block;
}
ul.tabmenu li {
    display: inline-block;
}
ul.tabmenu li a {
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px #aaa;
    -moz-box-shadow: 1px 1px 4px #aaa;
    box-shadow: 1px 1px 4px #aaa;
    padding: 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.tabmenu li a:hover {
    -webkit-box-shadow: inset 1px 1px 4px #aaa;
    -moz-box-shadow: inset 1px 1px 4px #aaa;
    box-shadow: inset 1px 1px 4px #aaa;
    
}

.sociallogin {
    display: inline-block;
    
    /* [disabled]width: 200px; */
    height: 35px;
    overflow: hidden;
    float: right;
}
.sociallogin div {
    margin: 0 !important;
    padding-left: 20px;
    
}
#social_login_container {
    float: left;
    width: 100px;
    height: 40px;
    overflow: hidden;
    margin-top: -5px;
}
p.socialtext {
    color: #fff;
    float: left;
    padding-top: 4px;
}
/*-------------- NEW TEMPLATE STYLES --------------- */

#footer .socialicons a {
    font-family: 'Socialico';
    font-size: 50px;
    color: #bbbfc1;
    margin-left: 5px;
}
#footer .socialicons .facebook, #footer .socialicons .facebook:hover {
    color: #4c63b7;
}
#footer .socialicons .twitter, #footer .socialicons .twitter:hover {
    color: #339fce;
}
#footer .socialicons a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#footer .socialicons span {
    float: left;
    font-size: 20px;
    font-style: italic;
    margin-top: -1px;
    margin-right: 8px;
    color: #9B9EA0;
}

/*-------------- CLOUD STYLES --------------- */

#cloudmap {
    background:url(../images/cloud_map.jpg);
    width: 910px;
    height: 430px;
    display: block;
    position: relative;
}
#cloudmap .pin {
    position: absolute;
    width:  16px;
    height: 16px;
}
#cloudmap .target {
    position: absolute;
    top: 0;
    left:0;
    width:  100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
    background: url(../images/location.png) no-repeat 50% 50%;
    -webkit-box-shadow: inset 0 0 4px #85fdd7, 0 0 4px #85fdd7;
    -moz-box-shadow: inset 0 0 4px #85fdd7, 0 0 4px #85fdd7;
    box-shadow: inset 0 0 4px #85fdd7, 0 0 4px #85fdd7;
}
#cloudmap .target:hover {
    -webkit-box-shadow: inset 0 0 7px #85fdd7, 0 0 10px #85fdd7;
    -moz-box-shadow: inset 0 0 7px #85fdd7, 0 0 10px #85fdd7;
    box-shadow: inset 0 0 7px #85fdd7, 0 0 10px #85fdd7;
    cursor: pointer;
    opacity: 1 !important;
}
#cloudmap .glow {
    background: url(../images/Location_glow.png) no-repeat 50% 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 5;
}
#cloudmap .selected .glow {
    background: url(../images/location_selected3.png) no-repeat 50% 50%;
    width: 166px;
    height: 166px;
    margin-left: -75px;
    margin-top: -75px;
}
#cloudmap .title {
    position: absolute;
    top: 70%;
    left: 20px;
    font-size: 30px;
}

a.turq, span.turq, input.turq {
    /*background: #2E8A8A; */
    background: #2E8A8A;
    text-transform:uppercase;
    height: 36px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 14px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 14px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 14px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
}
input.turq {
    -webkit-box-shadow: inset 0 18px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 18px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 18px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
}
a.turq:hover , span.turq:hover,  input.turq:hover {

}
a.cloudbutton {
    background:url(../images/cloud_button.png) no-repeat #fff;
    width: 146px;
    height:36px;
    padding: 0 !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
}
a.octanebutton {
    background:url(../images/octane_button.png) no-repeat #fff;
    width: 146px;
    height:36px;
    padding: 0 !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
}

input.cloudbuy {
    background: url(../images/buy_button.png) no-repeat;
    width: 68px;
    height:36px;
    padding: 0;
    text-indent: -999em;
    overflow:hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  1px 1px 2px rgba(0,0,0,0.3);
}

a.cloudbutton2:hover, input.cloudbuy:hover {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.6);
    -moz-box-shadow:  inset 2px 2px 5px rgba(0,0,0,0.6);
    box-shadow:  inset 2px 2px 5px rgba(0,0,0,0.6);
}

.tab .box a:after {
  content: "";
  display: table;
  clear: both;
}
#cloudmap .cloudpanel {
    box-shadow: 0 0 5px #2E8A8A;
    border: 1px solid #2E8A8A;
}
#cloudmap .popup {
    box-shadow: 0 0 5px #2E8A8A;
    border: 1px solid #2E8A8A;
    display: none;
    color: #fff;
    padding: 10px;
    width: 220px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    z-index: 20;
    overflow: hidden;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYxNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGYwZjE0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(15,15,20,0.9) 0%, rgba(69,72,77,0.9) 50%, rgba(15,15,20,0.9) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,15,20,0.9)), color-stop(50%,rgba(69,72,77,0.9)), color-stop(100%,rgba(15,15,20,0.9))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60f0f14', endColorstr='#e60f0f14',GradientType=1 ); /* IE6-8 */

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    
}
#cloudmap .popup label:hover {
    cursor: pointer;
}
#cloudmap .popup ul {
    margin: 0;
    display: none;
}
.popup h3 {
    color: #fff;
    line-height: 32px;
    margin: 0;
    padding:0;
}
.popup h3 img {
    float: left;
    margin-right: 10px;
}
.popup .details {
    padding: 0;
    margin: 0;
    width: 100%;
    clear:both;
}

.popup .inset {
    margin-left: 43px;
}

.popup .price {
    color: #8CD9D9;
    display: block;
    /*float: right;
    margin-left: 10px;
    text-align: right;
*/}

.cloudoptions .price {
    color: #8CD9D9;
}
.popup li a, .cloudoptions li a {
    color: #57C7C7;
}
.popup li a:hover, .cloudoptions li a:hover {
    color: #8CD9D9;
}
.popup h4, .cloudoptions h3, .cloudoptions h2 {
    color: #57C7C7;

}
.popup p {
    color: #ccc;
    font-size: 0.8em;
}
.popup hr {
    border: none;
    border-top: 1px dashed #777;
    height: 1px;
}
.popup .button {
    display: none;
    margin-bottom: 10px;
}
.popup ul li, .cloudoptions ul li {
    list-style-image: url(../images/turqpointer.png);
}




#slider {
    position: relative;
    z-index: 500;
}
.blockhead {
    display: block;
    padding: 10px 20px;
    margin: 30px 0;
    color: #fff;
    font-weight: 600;
    background-color: #4B6A7E;
}

.profile {
    padding: 10px;
    width: 413px;
    margin: 10px;
    display: inline-block;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */

}
.profile.current {
/*  display: block !important;*/

}

.profile h3 {
    color: #666;
}
.profile h5 {
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.profile img {
    float: left;
    margin: 0 10px 0 0;
}
.profile .text {
    height: 135px;
}
.profile .biolink {
    font-weight: 300;
    border-left: 1px solid;
    border-right: 1px solid;
    font-size: 13px;
    padding: 0 10px;
}
.bgfade {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */


}

.fullbio {
    display: none;
    clear: both;
    width: 880px;
    padding-top: 10px;
}

.cloudoptions {
    box-shadow: 0 0 5px #2E8A8A;
    border: 1px solid #2E8A8A;
    color: #fff;
    padding: 10px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYxNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGYwZjE0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(15,15,20,0.9) 0%, rgba(69,72,77,0.9) 50%, rgba(15,15,20,0.9) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,15,20,0.9)), color-stop(50%,rgba(69,72,77,0.9)), color-stop(100%,rgba(15,15,20,0.9))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(15,15,20,0.9) 0%,rgba(69,72,77,0.9) 50%,rgba(15,15,20,0.9) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60f0f14', endColorstr='#e60f0f14',GradientType=1 ); /* IE6-8 */

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
        
}
.cloudoptions .option {
    border-top: 1px dashed #777;
    padding: 10px 0;
    clear: both;
}
.cloudoptions h2 {
    color: #fff;
}
.cloudoptions ul li.noarrow {
    list-style: none;
}
.cloudoptions label, .cloudoptions input {
    font-weight: bold;
    cursor: pointer;
}

#total {
    float: right;
    padding: 0 10px;
    color: #2E8A8A;
    line-height: 32px;
}

h1.turq {
    color: #2E8A8A;
}

#ui-datepicker-div {
    font-size: 75% !important;
    line-height: 100% !important;
}


.navCloudLi {
    right: -8px;
    margin-right:25px !important;
}

a.navCloudLnk {
    padding:16px 0px 17px 0px !important;
}

.navCloudLnk span {
    right: -15px;
}

.navCloudMenu {
    top:0px !important;
    left:-9px !important;
}

.menuhelpdiv {
    position:fixed;
    left:inherit;
    top:inherit;
    border: 1px solid #ccc;
    background: #fff;
    color:#555;
    width:200px;
    padding:6px !important;
    margin-top:-28px !important;
    margin-left:158px !important;
    border-radius: 5px;
}

a.buttonCloudPlain, input.buttonCloudPlain {
    background: rgb(127,135,140); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,228,234,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(225,228,234,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,228,234,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,228,234,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,228,234,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,228,234,1) 100%); /* W3C */

    display: inline-block;
    padding: 6px 20px;
    background-color: #697278;
    color: #444;
    border: none;
    font-weight: 700;
    -webkit-box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow:  inset 0 17px 2px rgba(255,255,255,0.2), 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

a.buttonCloudPlain:hover, input.buttonCloudPlain:hover {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    color: #444;
    cursor:pointer;
}

