/**
 * @copyright 2015 MarkCon
 * @link http://www.markcon.hu
 */

@CHARSET "UTF-8";

/* Theme oldal

    Mindegyik elején: #theme
    Alváltozatok: #theme.Index, #theme.Details
*/

@media (min-width: 768px) {
	#theme .ResultTable .Title {
	    width: 45%;	
	}

	#theme .ResultTable .Subject {
		width: 25%;
	}
	
	#theme .ResultTable .Year {
		width: 10%;
	}
	
	#theme .ResultTable .Popularity {
		width: 10%;
	}
	
	#theme .ResultTable .Difficulty {
	    width: 10%;
	}
}

#theme.Index {
    padding-top: 80px;
}

#theme.Index h2 {
    margin-bottom: 1em;
}

#theme.Details {
    padding-top: 50px;
}

#theme.Details .Header {
    margin-bottom: 2em;
}

#theme.Details .Header .IconContainer {
    width: 50px;
    height: 56px;
    float: left;
}

#theme.Details .Header .Title,
#theme.Details .Header .Description {
    line-height: 1.4em;
    padding-left: 74px;
}

#theme.Details .Header .Title {
    padding-top: 8px;
}

#theme.Details .Header .Name {
    color: #42b3e5;
    font-size: 36px;
}

#theme.Details .Header .Category {
    color: #21deb5;
    text-transform: uppercase;
    font-size: 26px;
}

#theme.Details .Header .Category .Point {
    font-weight: bold;
}

#theme.Details .Header .Description {
    color: #21deb5;
    font-size: 26px;
}

#theme.Details .Stat .Data {
    display: table;
    width: 100%;
    font-size: 26px;
    font-family: 'PT Sans Narrow';
    line-height: 1.2em;
    margin: 14px 0;
}

#theme.Details .Stat .Data .Label,
#theme.Details .Stat .Data .Value {
    display: table-cell;
}

#theme.Details .Stat .Data .Label {
    color: #21deb5;
    text-align: left;
}

#theme.Details .Stat .Data .Value {
    color: #3db9de;
    text-align: right;
    font-weight: bold;
}

#theme.Details .VideoCarousel {
    overflow: hidden;
    width: 100%;
}

#theme.Details .VideoCarousel .Videos {
    margin-bottom: 10px;
}

#theme.Details .VideoCarousel .Videos li {
    width: 555px;
    float: left;
}

#theme.Details .VideoCarousel .Navigation a {
    display: block;
    font-size: 22px;
    color: #42b3e5;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    cursor: pointer;
    line-height: 26px;
}

#theme.Details .VideoCarousel .JcarouselControl:after {
    display: none;
}

#theme.Details .VideoCarousel .JcarouselControl {
    width: auto;
    height: auto;
    position: static;
    text-indent: 0;
    top: auto;
    z-index: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0 16px;
}

#theme.Details .VideoCarousel .JcarouselControl.Inactive {
    display: none;
}

#theme.Details .VideoCarousel .Navigation .Prev {
    float: left;
    background-image: url("../../Global/image/carousel-control-arrow-prev.png");
    background-position: left center;
}

#theme.Details .VideoCarousel .Navigation .Next {
    float: right;
    background-image: url("../../Global/image/carousel-control-arrow-next.png");
    background-position: right center;
}

#theme.Details .VideoContainer {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    background-color: #3db9de;
    border-radius: 5px;
    background-image: url("../../Global/image/video-container.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
}

#theme.Details .VideoContainer:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5%;
    height: 0;
    padding-bottom: 5%;
    z-index: 0;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url("../../Global/image/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#theme.Details .VideoContainer.ComingSoon {
    background-image: url("../../Global/image/video-container-coming-soon.png");
}

#theme.Details .VideoContainer.ComingSoon:after {
   display: none;
}

#theme.Details .VideoContainer iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}

#theme.Details .Footer {
    height: 102px;
    margin-top: 50px;
    text-align: right;
}

#theme.Details .Footer:before {
    content: " ";
    position: absolute;
    left: -50%;
    right: -50%;
    height: 100%;
    background-color: #fefefe;
    z-index: -1;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
}

#theme.Details .Footer button {
    background-color: transparent;
    background-image: url("image/button-start.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #3db9de;
    cursor: pointer;
    font-family: "PT Sans Narrow", "Arial", "Verdana";
    font-size: 44px;
    height: 59px;
    padding-right: 70px;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

/* Responsive */

@media (max-width: 767px) {
    #theme.Details .Header .IconContainer {
        display: none;
    }

    #theme.Details .Header .Title {
        padding: 0;
    }

    #theme.Details .Header .Name {
        font-size: 26px;
        line-height: 1.2em;
    }

    #theme.Details .Header .Category {
        display: block;
        font-size: 18px;
    }

    #theme.Details .Stat .Data {
        font-size: 18px;
    }

    #theme.Details .Footer {
        text-align: center;
    }

    #theme.Details .Footer button {
        font-size: 30px;
        height: 45px;
        padding-right: 50px;
    }

}