/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#search-2 {
    padding-top: 10px;
}

#c19 h2{
    margin: 0px 0 40px 0;
}
.csc-header-n2 h2{
    margin-bottom:40px;
    margin-top: 60px;
}

.home_partnernav{
    /*padding:0!important;*/
}

.home_partnernav h3{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-align:center;
    border-top: 1px solid #000!important;
    padding-top:50px;
    margin-top: 30px;
}

ul.partners {
    width:100%;
    text-align:center;
    margin:0;
    vertical-align:top
}

ul.partners li {
    display:inline-block!important;
    vertical-align:top!important;
    width: 16.6%;
    padding: 0;
    margin: 0;
    list-style: none inside none;

}
ul.partners li a {
    /*display: block!important;*/
    /*width: 80%;*/
    /*text-align:center;*/
}
ul.partners li a img {
    width: 80%;
    height: auto;
}

ul.partners li:last-child {
    margin: 0;
}

.content .element {
    margin-bottom: 1.55em;
    /*padding-top: 30px;
    padding-bottom:30px;
    margin-top:1px solid #000;
    margin-bottom:1px solid #000;*/

}
.content .element h2{
    color:#000;
    /*text-align:center;*/
}

.content .element p {
    margin-bottom: 0.15em;
    margin-top: 0.15em;
}

.content .element ul,
.content .element ol
{
    margin-bottom: 0;
    margin-top: 0.15em;
}

.content .element ul li,
.content .element ol li
{
    padding: 0;
}

.content .element ul li ul {
    list-style-type: circle;
    margin-top: 0;
    margin-bottom: 0.15em;
}


.content .element ul li ul li {
    padding: 0;
    margin-bottom: 0;
}

.avia-button{
    background-color:#000!important;
    color:#fff!important;
    border-radius:0px!important;
    background-image:none!important;
    border:none!important;
    margin-bottom:30px!important;
}

.avia-button:hover{
    background-color:#c8102e!important;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(../images/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../images/nivo/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/nivo/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}



/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}


ul.csc-uploads span {
    display: inline;
}

ul.csc-uploads span.upload-fileextension {
    margin-left: 5px;
}

ul.csc-uploads span.csc-uploads-fileSize {
    margin-left: 5px;
}


table.refereeinfo  .refereeName {
    font-weight: bold;
    color: #0d0d0d;
}



table.admin td {
    vertical-align: top;
}

.ui-datepicker {
    z-index: 9999 !important;
}


/*
  NEWS
  */

ul.news-related-files {
  list-style-type: none;
}
.news-related-files-link {
    vertical-align: middle;
}

.news-related-files-size {
    vertical-align: top;
}

.news-related-files-link a.pdf {
    background-image: url(../images/icons/PDF.png);
    background-repeat: no-repeat;
    display: inline-table;
    height: 38px;
    padding-left: 39px;
    vertical-align: middle;
}


figcaption.csc-textpic-caption{
    font-size: 10px;
    color:#ababab;
}

p {
    color:#000000;
    font-size:14px!important;
}

.topnews, .multi-big, .articletype-0{
    display: table;
    margin-bottom: 30px;
}

.template-blog .blog-meta {
    float:none;
    display: table-cell;
    margin-right: 50px;
    vertical-align: top;
}

.template-blog .blog-meta a{
    margin: 0 25px 0 0; 
}

.topnews .entry-content{
    display: table-cell;
    vertical-align: middle;
}
.template-blog .post_delimiter{
    margin:0!important;
    padding:0!important;
}
.content-padded{
    padding-left:106px;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

    .show_small {
        display: none;
        visibility:hidden;
    }
    
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
    /*#rankingScoreFor, tr td:nth-child(10)	{ display:none; visibility:hidden; }*/
    /*#rankingScoreAgainst, tr td:nth-child(11)	{ display:none; visibility:hidden; }*/
    /*#rankingTotalPlus, tr td:nth-child(12)	{ display:none; visibility:hidden; }*/
    /*#rankingTotalMinus, tr td:nth-child(13)			{ display:none; visibility:hidden; }*/

    /*#resultsPoints, tr td:nth-child(5)	{ display:none; visibility:hidden; }*/
    .content-padded{
        padding-left:0;
    }

    .hide_medium	{ display:none; visibility:hidden; }
    .show_medium {
        display: block;
        visibility:visible;
    }
    span.show_medium {
        display: inline;
        visibility:visible;
    }
    .show_small {
        display: none;
        visibility:hidden;
    }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {



    .hide_small	{ display:none; visibility:hidden; }

    .hide_medium	{ display:none; visibility:hidden; }

    .show_small {
        display: block;
        visibility:visible;
    }
    span.show_small {
        display: inline;
        visibility:visible;
    }


}





  
