/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
    */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@font-face {
    font-family: 'Conv_edwardian-script-itc';
    src: url('../font/edwardian-script-itc.eot');
    src: local('☺'), url('../font/edwardian-script-itc.woff') format('woff'), url('../font/edwardian-script-itc.ttf') format('truetype'), url('../font/edwardian-script-itc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_eras-itc-medium';
    src: url('../font/eras-itc-medium.eot');
    src: local('☺'), url('../font/eras-itc-medium.woff') format('woff'), url('../font/eras-itc-medium.ttf') format('truetype'), url('../font/eras-itc-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ERASLGHT';
    src: url('../font/ERASLGHT.eot');
    src: local('☺'), url('../font/ERASLGHT.woff') format('woff'), url('../font/ERASLGHT.ttf') format('truetype'), url('../font/ERASLGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}



body {
    background: url(../img/bg.png) no-repeat top center;
}
h1 {
    position:relative;
}
.welcome {
    left: 50%;
    top: 250px;
    position:absolute;
    /*margin: -71px 0 0 -203px;*/
    margin: 0 0 0 -203px;
    text-align: center;
}
.welcome .box {
    background: rgba(0,113,188,0.14);
    border-radius: 10px;
    padding: 15px 30px;
    position:relative;
}
.welcome .box h1 {
    font-family: Conv_edwardian-script-itc;
    font-size: 80px;
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    margin: 0;
}
.welcome .box p {
    font-family: Conv_eras-itc-medium;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    top: 90px;
    left: 42px;
}
.welcome a, .welcome a:link, .welcome a:visited {
    text-decoration: none;
    font-size: 24px;
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    margin-top: 30px;
    display: inline-block;
    font-family: Conv_ERASLGHT;
    background: rgba(0,48,74,0.23);
}
.welcome a:hover {
    background: rgba(95,20,65,0.78);
}
.container {
    width: 726px;
    margin: 0 auto;
    /*    background: rgba(0,0,0,0.1);*/
}
header {
    position:relative;
    height: 200px;
}
header h1 {
    font-family: Conv_edwardian-script-itc;
    font-size: 80px;
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    margin: 0;
}
header h1+p {
    font-family: Conv_eras-itc-medium;
    color: #456963;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    top: 77px;
    left: 17px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}
/*header a.facebook {
    background: url(../img/header-facebook-bg.png) no-repeat 0px 0px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 155px;
    height: 56px;
}*/
header nav ul {
    position:absolute;
    bottom: -1px;
    right: 5px;
    margin: 0;
    padding: 0;
}
header nav ul li{
    float: left;
    background: url(../img/menu-bg.png) repeat-x;
    margin-right: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: 0 0;
}
header nav ul li:hover{
    background-position: 0 -29px;
}
header nav ul li.facebook{
    float: left;
    background: url(../img/menu-fb-bg.png) repeat-x;
    margin-right: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: 0 0;
    height: 29px;
}
header nav ul li.facebook:hover{
    background-position: 0 -30px;
}
header nav ul li a{
    color: #f85641;
    padding: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Conv_eras-itc-medium;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 27px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
header nav ul li.facebook a{
    display: inline-block;
    text-decoration: none;
    background: url(../img/facebook.png);
    text-indent: -100000px;
    background-repeat: no-repeat;
    width: 34px;
    height: 26px;
    padding: 0;
    background-position: 11px 1px;
}

.container.main {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 40px;
    width: 646px;
}
.container.content {
    padding-top: 10px;
}
.container.content h1 {
    font-family: Conv_ERASLGHT;
    font-size: 24px;
    font-weight: normal;
    color: #0aa0a0;
}
.container.content p+h2 {
    padding-top: 30px;
}
.container.content h2 {
    font-family: Conv_ERASLGHT;
    font-size: 24px;
    font-weight: normal;
    color: #f85641;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.container.content p {
    padding-top: 10px;
    color: #096a7a;
    font-family: verdana;
    font-size: 12px;
    line-height: 150%;
    margin-top: 0px;
    padding-top: 0px;
}

.opinion p+ul{
    list-style-type: square;
    margin-top:-10px;
}
.opinion li {
    color: #096a7a;
    font-family: verdana;
    font-size: 12px;
}
.opinion label {
    font-family: georgia;
    color: #9d1f63;
    font-size: 12px;
    text-align: right;
    display:block;
    font-style: italic;
}
.opinion hr, hr.spec {
    background: url(../img/divider.png) no-repeat;
    border: none;
    height: 20px;
}
img.shadow {
    box-shadow: 1px 1px 9px rgba(0,0,0,0.2);
    border: solid 1px white;
}
.course {
    margin-bottom: 40px;
}
.course .left {
    width: 168px;
    float: left;
    /*    background: rgba(0,0,0,0.1);*/
}
.course .right {
    width: 478px;
    float: left;
    /*    background: rgba(0,0,0,0.1);*/
}
.course img {
    border: solid 1px white;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.course .right h2 {
    font-family: georgia;
    font-size: 19px;
    color: #9d1f63;
    font-style: italic;
    margin: 0;
}
.course .right hr {
    margin-left: -18px;
    border: none;
    border-bottom: solid 1px #becbca;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.course .right h2+p {
    color: #f85641;
    margin: 0;
    margin-bottom: 5px;
}
.course .right h2+p+p {
    color: #096a7a;
    margin: 0;
}
h1 > a {
    font-size: 12px;
    position:absolute;
    right: 0px;
    color: #4d4d4d;
    font-family: Conv_eras-itc-medium;
    text-decoration: none;
    display:inline-block;
    padding-right: 24px;
    top: 7px;
}
h1 > a > span {
    color: #b3c9ce;
    font-family: verdana;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -12px;
}
.buttons {
    position:relative;
    height: 22px;
}
.buttons .more {
    font-size: 12px;
    position:absolute;
    right: 0px;
    color: #4d4d4d;
    font-family: Conv_eras-itc-medium;
    text-decoration: none;
    display:inline-block;
    background: url(../img/more-bg.png) repeat-x;
    border-radius: 5px;
    padding: 3px 30px 3px 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.buttons .more span {
    color: #b3c9ce;
    font-family: verdana;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    right: 4px;
    top: -9px;
}
.buttons .share {
    font-size: 10px;
    position:absolute;
    left: 0px;
    color: #4d4d4d;
    font-family: Conv_eras-itc-medium;
    text-decoration: none;
    display:inline-block;
    padding-right: 24px;
    background: url(../img/share-bg.png) repeat-x;
    border-radius: 5px;
    padding: 4px 0 0 30px;
    width: 58px;
    height: 25px;
}
.content > .left {
    float: left;
    width: 313px;
}
.content > .right {
    float: left;
    width: 313px;
    margin-left: 20px;
    margin-top: 60px;
}
.content > .right > div{
    border: solid 1px white;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

a.back {
    font-size: 12px;
    color: #4d4d4d;
    font-family: Conv_eras-itc-medium;
    text-decoration: none;
    display:inline-block;
    padding-left: 20px;
    top: 7px;
    position:relative;
}
a.back span {
    color: #b3c9ce;
    font-family: verdana;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    top: -12px;
    left: 0;
}


.images-container {
    height: 150px;

}
.images-container .button {
    float: left;
    width: 32px;
    margin-top: 45px;
}
.images-container .button .left {
    width: 32px;
    height: 48px;
    display: block;
    background: url(../img/left.png) no-repeat;
}
.images-container .button .right {
    width: 32px;
    height: 48px;
    display: block;
    background: url(../img/right.png) no-repeat;
}
.images-container .images {
    float: left;
    width: 580px;
    position: relative;
    overflow: hidden;
    height: 156px;

}
.images-container .images .image {
    float: left;
    width: 141px;
    height: 141px;
    border: solid 2px white;
    overflow: hidden;
}