/**
 * Global css document
 *
 * It contains site stylesheets
 *
 * LICENSE: This code is licenced to miviad.com
 *
 * @package    Miviad
 * @subpackage PHP_WEBSITE
 * @copyright  2012 Miviad
 * @license    www.miviad.com
 * @author     Ivana Djordjevic mailto:dev1.sig@swissimpulse.com
 * @version    $Id: global.css 7969 2011-12-14 14:34:25Z ivana $
 * @link       http://www.miviad.com
 * @since      File available since Release 0
 */

body, img, form, p, h1, h2, h3, ul, li, input, select, a, div, span {
    margin: 0;
    padding: 0;
}
img { border: 0 none; }
body {
    background: #ffffff none;
}
body, a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    outline: 0;
}
a:hover { text-decoration: none; }
ul, ol { list-style: none; }
h1 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 5px;
}
h2 {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    padding-bottom: 5px;
}
h3 {
    font-size: 13px;
    color: #3b3b3b;
}
/* Main container
------------------------------------------------------------------------------*/
.page-wrapper {
    width: 100%;
    margin: 0 auto;
}
.main-content-container, .main-content-full-container {
    width: 970px;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.main-content-full-container {
    width: 100%;
    background: #000000;
    color: #a9b2b7;
}
/*----------------------------------------------------------------------------*/

/* Header
------------------------------------------------------------------------------*/
a.medium-link-white {
    color: #ffffff;
    font-size: 14px;
}
a.medium-link-white:hover { color: #f6f6f6; }
a.medium-link-blue {
    color: #56abf6;
    font-size: 14px;
}
a.medium-link-blue:hover { text-decoration: underline; }
.header-container { 
    width: 100%;  
    background: url('../images/header-bg.gif') repeat-x;
    height: 87px;
}
.header {
    width: 947px;
    height: 74px;
    padding: 13px 0 0 23px;
    z-index: 15;
    margin: 0 auto;
}
.logo-container {
    float: left;
    width: 213px;
    height: 58px;
}
.main-menu-container, .register-container {
    float: left;
    height: 25px;
    padding: 17px 0 0 37px;
}
.main-menu-container .main-menu {
    padding: 0 0 0 14px;
    background: url('../images/menu-left-bg.png') no-repeat;
}
.main-menu-container .main-menu ul {
    display: block;
    height: 25px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    background: url('../images/menu-right-bg.png') no-repeat right #56abf6;
}
.main-menu-container .main-menu ul li { float: left; }
.main-menu-container .main-menu ul li a {
    float: left;
    display: block;
    padding: 5px 15px 5px 0;
}
.header .contact-phone {
    display: block;
    float: left;
    padding: 22px 0 0 130px;
    color: #787878;
    font-size: 14px;
}
.register-container {
    float: right;
    padding: 17px 53px 0 15px;
}
.register-container .resgistration-secition ul li {
    float: left;
    padding: 5px 0 5px 0;
}
.register-container .resgistration-secition ul li a {
    float: left;
    display: block;
}
.register-container .resgistration-secition ul li span.separator {
    color: #56abf6;
    padding: 0 12px 0 12px;
}
/*----------------------------------------------------------------------------*/
/* visuals container
------------------------------------------------------------------------------*/
.visuals-container {
    width: 867px;
    height: 132px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
}
.visuals-container img { float: left; }
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* slideshow container
------------------------------------------------------------------------------*/
.slideshow-container {
    position: relative;
    width: 867px;
    height: 136px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../images/slideshow-bg.png') repeat-x;
}
#slideshow-container {
    position: relative;
    width: 867px;
    height: 136px;
    margin: 0 auto;
    overflow: hidden;
    background: none !important;
}
#slideshow-container div.slide {
    float: left;
    width: 867px;
    height: 136px;
    background: none !important;
}
#slideshow-container div.slide div.title {
    float: left;
    width: 452px;
    height: 64px;
    padding: 21px 6px 0 36px;
    font-size: 22px;
    font-weight: bold;
    color: #45a3f5;
}
#slideshow-container div.slide div.title span { color: #ff4e22; }
#slideshow-container div.slide div.buttons {
    float: left;
    width: 367px;
    height: 136px;
    padding: 21px 0 0 6px;
}
#slideshow-container div.slide div.button {
    float: left;
    width: 367px;
}
#slideshow-container div.slide div.buttons a {
    float: left;
    clear: left;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #231f20;
}
#slideshow-container div.slide div.buttons a.highlight { color: #ff4e22; }
#slideshow-container div.slide div.buttons a span {
    float: left;
    display: block;
    height: 31px;
    background: url('../images/slideshow-button.png') no-repeat;
}
#slideshow-container div.slide div.buttons a span.left-bg {
    width: 19px;
}
#slideshow-container div.slide div.buttons a span.text-bg {
    padding: 3px 0 0 3px;
    background-position: 0 -35px;
    background-repeat: repeat-x;
}
#slideshow-container div.slide div.buttons a span.right-bg {
    width: 22px;
    background-position: 0 -70px;
}
.slideshow-container div.navigation-buttons {
    position: absolute;
    top: 107px;
    left: 36px;
    z-index: 10;
}
.slideshow-container div.navigation-buttons a {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    cursor: pointer;
    background: url('../images/slideshow-slide-button.png') no-repeat;
}
.slideshow-container div.navigation-buttons a:hover,
.slideshow-container div.navigation-buttons a.active { background-position: -10px 0; }
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/* key visual container
------------------------------------------------------------------------------*/
.key-visual-container {
    width: 970px;
    text-align: center;
    padding: 0 0 10px 0;
}
/*----------------------------------------------------------------------------*/

/* tabs submenu
------------------------------------------------------------------------------*/
.tabs-submenu, .tabs-submenu-6 { padding-top: 0px; }
.tabs-submenu ul, .tabs-submenu-6 ul {
    list-style: none;
}
.tabs-submenu ul li, .tabs-submenu-6 ul li {
    display: inline;
    text-align: center;
    padding: 0;
}
.tabs-submenu ul li a, .tabs-submenu-6 ul li a {
    display: block;
    width: 64px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    text-decoration: none;
    text-align: center;
    padding: 9px 3px 3px 4px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
}
.tabs-submenu-6 ul li a { padding: 9px 10px 3px 9px; }
.tabs-submenu ul li a:hover, .tabs-submenu ul li a.active,
.tabs-submenu-6 ul li a:hover, .tabs-submenu-6 ul li a.active {
    height: 23px;
    color: #000000;
    background: url('../images/submenu-el-over.png') no-repeat top center;
    border-bottom: none;

}
.tabs-submenu-6 ul li a:hover, .tabs-submenu-6 ul li a.active {
    background: url('../images/submenu-el-over-6.png') no-repeat top center;
}
/*----------------------------------------------------------------------------*/

/* sub navigation
------------------------------------------------------------------------------*/
.sub-navigation {
    width: 867px;
    margin: 0 auto;
    padding: 0;
}
.location-navigation {
    float: left;
    padding: 13px 0 12px 0;
}
.location-navigation ul {
    float: left;
    padding: 0;
    margin: 0 0 0 8px;
    list-style-type: none;
}
.location-navigation ul li { display: inline; }
.location-navigation ul li div {
    width: 8px;
    height: 15px;
    float: left;
    position: relative;
    z-index: 1;
}
.location-navigation ul li.step-1 div {
    background: url('../images/location-arrow-1.gif') no-repeat right center;
}
.location-navigation ul li.step-2 div {
    background: url('../images/location-arrow-2.gif') no-repeat right center;
}
.location-navigation ul li.step-3 div {
    background: url('../images/location-arrow-3.gif') no-repeat right center;
}
.location-navigation ul li a, .location-navigation ul li span {
    float: left;
    text-decoration: none;
    font-size: 11px;
    height: 14px;
    padding: 1px 4px 0px 13px;
    margin-left: -8px;
    border: none;
    z-index: 0;
}
.location-navigation ul li.step-1 a, .location-navigation ul li.step-1 span {
    background: #565656;
    padding-left: 5px !important;
}
.location-navigation ul li.step-2 a,
.location-navigation ul li.step-2 span { background: #8d8d8d none; }
.location-navigation ul li.step-3 a,
.location-navigation ul li.step-3 span { background: #b6b6b6 none; }
.location-navigation ul li a:hover { color:#f0f0f0; }

.support-links {
    float: right;
    padding: 11px 0 14px 0;
}

.support-links a { font-size: 10px;}
.support-links a:hover { text-decoration: underline; }

.support-links .grey {color: #b3b3b3;}

.support-links .blue {color: #56abf6;}

/*----------------------------------------------------------------------------*/

/* user groups column
------------------------------------------------------------------------------*/
.user-groups-column {
    position: relative;
    width: 550px;
    padding: 0 14px 0 0;
    float: left;
    min-height: 450px;
    overflow: hidden;
    margin: 20px 0;
}
.user-groups-column h2 {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: bold;
    padding-left: 50px;
}
.user-groups-column h3 {
    color: #56ABF6;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 50px;
    clear: both;
}
.user-groups-column .content, .user-groups-column .hidden-content {
    position: absolute;
}
.user-groups-column .hidden-content { display: none; }
.user-groups-column p {
    color: #787878;
    font-size: 14px;
    line-height: 130%;
    padding: 10px 40px 0 50px;
}
.user-groups-column .list-title {
    padding: 20px 0 0 50px;
    font-size: 14px;
    color: #1f1f1f;
}
.user-groups-column ul { padding: 10px 0 42px 50px; }
.user-groups-column li {
    list-style-image: url('../images/arrow-orange.png');
    padding: 1px;
}
.user-groups-column .page-link { padding: 20px 0 0 50px;}
.user-groups-column .page-link a{
    background: url('../images/arrow-orange.png') no-repeat 3px 4px;
    padding: 1px 0 0 15px;
    display: block;
    font-size: 16px;
}
.user-groups-column .page-link a:hover { text-decoration: underline; }
.user-groups-column .content, .user-groups-column .hidden-content { color: #787878; }

.user-groups-column .content .page-list, .user-groups-column .hidden-content .page-list,
.user-groups-column .content .page-list .page-sublist {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 130%;
    padding: 10px 10px 0 65px;
}
.user-groups-column .content .page-list .page-sublist {
    padding: 10px 10px 10px 15px;
}
a.medium-link-black {
    color: #1f1f1f;
    font-size: 14px;
}
a.medium-link-black:hover { text-decoration: underline; }

/* topics column
------------------------------------------------------------------------------*/
.topics-column {
    width: 405px;
    float: left;
    border-left: 1px solid red;
    min-height: 450px;
    overflow: hidden;
    margin: 20px 0;
}
.contact-page-container h2, .topics-column h2 {
    color: #56abf6;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0 0 32px;
}
.contact-page-container h2 {padding: 26px 0 0 32px;}
.topics-column ul { padding: 10px 0 10px 47px; }
.topics-column li {
    list-style-image: url('../images/arrow-red.png');
    padding: 1px;
}
.topics-column li a { font-size: 14px; }
.topics-column li a:hover { text-decoration: underline; }
.contact-page-container {
    clear: both;
    padding-bottom: 15px;
}
.contact-page-container p, .topics-column p {
    min-height: 20px;
    overflow: hidden;
    padding: 2px 0 0 32px;
    font-weight: bold;
}
.topics-column p.info, .topics-column p.note,
.contact-page-container p.info, .contact-page-container p.note {
    padding: 10px 0 10px 32px;
    font-weight: bold;
    font-size: 11px;
    line-height: 130%;
}
.topics-column p.note,
.contact-page-container p.note {
    font-weight: normal;
    color: #787878;
    line-height: 100%;
}

.no-border { border: 0 none; }
/*----------------------------------------------------------------------------*/
/*contact-page-container
------------------------------------------------------------------------------*/
/* form elements
------------------------------------------------------------------------------*/
.input-text-field {
    width: 185px;
    font-size: 14px;
    color: #9ea2a4;
    padding: 5px 0 5px 15px;
    background: url('../images/input-text-field-bg.png') no-repeat;
    border: none;
}
.submit-btn {
    font-size: 14px;
    font-weight: bold;
    background: url('../images/submit-btn-bg.png') right center no-repeat;
    padding: 5px 15px 5px 0;
    border: none;
    cursor: pointer;
    text-align: left;
}
label, .label-bigger {
    font-size: 12px;
    color: #787878;
    font-weight: normal;
}
.label-bigger {
    width: 70px;
    display: block;
    float: left;
    padding-top: 7px;
}
.error {
    color: #ff0000;
}
label.error {
    width: 200px;
    padding-top: 5px;
    clear: both;
    float: left;
}
#ok-message {
    color: #ff0000;
    font-size: 15px;
    padding:0 0 0 32px;
}
/*----------------------------------------------------------------------------*/


/* footer
------------------------------------------------------------------------------*/
.footer-container {
    width: 100%;
    float: left;
    min-height: 50px;
    overflow: hidden;

}
.footer-menu-container-bg, .footer-copyright-container-bg, .footer-info-container-bg { 
    width: 100%;
    float: left;
}
.footer-menu-container, .footer-copyright-container, .footer-info-container {
    padding: 0 0 0 78px;
    width: 892px;
    margin: 0 auto;
}
.footer-menu-container-bg { background: #32373c; }
.footer-menu-container { 
    padding-top: 33px;
    padding-bottom: 30px;
    color: #a9b2b7;
    font-size: 12px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
}
.footer-menu-container .footer-menu-description {
    float: left;
    width: 290px;
}
.footer-menu-container .footer-menu-description .title,
.footer-menu-container .footer-menu-menu .title,
.footer-info-container .footer-info-descriptions .title {
    font-size: 16px;
    font-weight: bold;
    background: url('../images/arrow-red.png') no-repeat left center;
    padding: 1px 0 0 14px;
}
.footer-menu-container .footer-menu-description .title { color: #4398e3;}
.footer-menu-container .footer-menu-menu .title { color: #eac11c;}
.footer-menu-container .footer-menu-description .text { line-height: 160%; }

.footer-menu-container .footer-menu-description .text,
.footer-menu-container .footer-menu-menu .column .content {
    padding: 12px 0 0 0;
}
.footer-menu-container .footer-menu-menu {
    float: left;
    width: 602px;
}
.footer-menu-container .footer-menu-menu .column {
    float: left;
    padding: 0 15px 0 15px;
}
a.footer-menu-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
a:hover.footer-menu-link { text-decoration: underline; }
.footer-menu-container .footer-menu-menu .column .content { line-height: 150%; }
.footer-menu-container .footer-menu-info {
    padding: 15px 78px 0 0;
    position: absolute;
    bottom: 30px;
    right: 0;

}
.footer-menu-container .footer-menu-info span.text-white {
    color: #ffffff;
    padding: 1px 0 0 3px;
    font-weight: bold;
 }
.footer-copyright-container-bg { background: #d7d7d7; }
.footer-copyright-container {
    color: #7f7f7f;
    padding-top: 22px;
    margin-bottom: 65px;
    height: 50px;
    font-size: 11px;
}
.footer-copyright-container .footer-copyright-descriptiont {
    float: left;
    width: 207px;
    line-height: 130%;
}
.footer-copyright-container .footer-copyright-menu {
    float: left;
    width: 360px;
}
.footer-copyright-container .footer-copyright-menu ul {
    display: block;
    float: left;
    padding: 15px 0 0 13px;
}
.footer-copyright-container .footer-copyright-menu ul li {
    float: left;
}
.footer-copyright-container .footer-copyright-menu ul li a {
    color: #7f7f7f;
    font-size: 11px;
}
.footer-copyright-container .footer-copyright-menu ul li a:hover { text-decoration: underline; }

.footer-copyright-container .footer-copyright-menu ul li span.separator {
    padding: 0 13px 0 13px;
}
.footer-info-container-bg {
    clear: both;
    position: fixed;
    bottom: 0;
    z-index: 2000;
    height: 57px;
    border-bottom: 8px solid #ffffff;
    background: #111417; 
}
.footer-info-container { 
    width: 814px;
    height: 44px;
    padding-right: 78px;
    padding-top: 13px;
    border-bottom: none;
}
.footer-info-container .footer-info-telephone {
    float: left;
    color: #565c61;
    width: 514px;
    padding-top:10px;
    text-align: center;
    font-size: 11px;
}
.footer-info-container .footer-info-descriptions {
    width: 150px;
    float: right;
    padding-top:5px;
}
.footer-info-container .footer-info-descriptions .title a {
    color: #ffffff;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.footer-info-container .footer-info-descriptions .title a:hover { text-decoration: underline; }
.footer-info-container .footer-info-social-media { 
    width: 150px;
    float: left;
    padding-top: 6px;
}
/*----------------------------------------------------------------------------*/


/* example page
------------------------------------------------------------------------------*/

.video-container {
    float: left;
    height: 546px;
    z-index: 0;
}

#video-player:focus
{
    outline: none;
}

.thumbs-container {
    clear: both;
    width: 970px;
    min-height: 50px;
    overflow: hidden;
}
.thumb-container {
    margin: 0px;
    padding: 10px 50px 10px 49px;
    width: 224px;
    float: left;
}

.thumb-image {
    position: relative;
    font-size: 12px;
    width: 220px;
    height: 124px;
    border: 2px #5d5d5d solid;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.thumb-image a {
    text-decoration: none;
    padding: 0 0 110px 220px;
    z-index: 1;
}

.thumb-image img {
    position: absolute;
    top: 40px;
    left: 90px;
    border: 0;
}

.thumb-text h2 a:link, .thumb-text h2 a:active, .thumb-text h2 a:visited {
    text-decoration: none;
    color: #545454;
    float: left;
}

.thumb-text h2 a:hover {
    text-decoration: none;
    color: #56abf6;
}

.duration {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/duration-bg.png');
}

.duration p {
    color: #56abf6;
    font-size: 10px;
    padding: 2px 3px 2px 4px;
}

.duration a {padding: 0px;}

/* user video page
------------------------------------------------------------------------------*/
.user-videos-container {
    width: 970px;
    min-height: 50px;
    overflow: hidden;
    padding: 40px 0 40px 0;
    margin: 0 auto;
}
.user-videos-container .video-container {
    float: left;
    padding-left: 50px;
    height: auto;
}
.user-videos-container .thumbs {
    display: block;
    float: left;
    padding-left: 42px;
}
.user-videos-container .thumb { }
.user-videos-container .thumb .image {
    position: relative;
    font-size: 12px;
    width: 190px;
    height: 107px;
    background-repeat: no-repeat;
}
.thumb img {
    position: absolute;
    top: 33px;
    left: 74px;
    border: 0;
}
.user-videos-container .thumb .image .video-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../images/duration-bg.png');
}
.user-videos-container .thumb .image .video-duration p {
    color: #56abf6;
    font-size: 10px;
    padding: 2px 3px 2px 4px;
}
.user-videos-container .thumb .image .video-duration a {padding: 0;}
.user-videos-container .thumb .text {
    width: 190px;
}
.user-videos-container .thumb .text h2 a:link,
.user-videos-container .thumb .text h2 a:active,
.user-videos-container .thumb .text h2 a:visited {
    display: block;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #56abf6;
}
.user-videos-container .thumb .text h2 a:hover {
    text-decoration: none;
    color: #a9b2b7;
}