﻿/*  Imports     */
@import url(http://fonts.googleapis.com/css?family=Lato&amp;text=1234567890,.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ);
@import url('GE-SS-Two_webfont/ge-ss-two.css');
@import url('iug-logo/iug-logo.css');
@import url('library_icons/style.css');

/*  General Styling     */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

    *::selection {
        background: #e67e22;
        color: #fff;
    }

    *::-moz-selection {
        background: #e67e22;
        color: #fff;
    }

    *::-webkit-input-placeholder {
        opacity: 0.45;
        font-weight: 200;
    }

    *:-moz-placeholder {
        opacity: 0.45;
        font-weight: 200;
    }

    *::-moz-placeholder {
        opacity: 0.45;
        font-weight: 200;
    }

    *:-ms-input-placeholder {
        opacity: 0.45;
        font-weight: 200;
    }

body {
    background: #eaeaea;
    color: #222;
    font-family: 'Lato', 'GE SS Two', 'GE SS Unique', sans-serif;
}

h2, h3, h4, h5, h6 {
    color: #e67e22;
    text-align: center;
    font-weight: 400;
}

h4, h5, h6 {
    text-align: right;
}

a, a:link, a:visited {
    display: inline-block;
    position: relative;
    color: #e67e22;
    text-decoration: none;
}

    a:hover, a:focus, a.selected {
        color: #222;
    }

    a:active, a:focus {
        outline: 0 dashed transparent;
    }

    a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: #e67e22;
        bottom: -2px;
        left: 50%;
        transition: .2s;
    }

    a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: #e67e22;
        top: -2px;
        left: 50%;
        transition: .2s;
    }

    a:hover:after, a:focus:after, a.selected:after {
        width: 100%;
        left: 0;
    }

input, select {
    height: 50px;
    background: #fff;
    color: #525252;
    border: 1px solid #cdd1d4;
    outline: none;
    padding: 10px;
    font-weight: 200;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    input:focus {
        -webkit-box-shadow: inset 0px 0px 5px #ddd;
        -moz-box-shadow: inset 0px 0px 5px #ddd;
        box-shadow: inset 0px 0px 5px #ddd;
    }

    input[type=submit], input[type=button] {
        background: #f39c12;
        border: 1px solid #d18610;
        color: #fff;
        font-size: 16px;
        font-weight: 200;
        -webkit-box-shadow: inset 0 0 0 #d18610;
        -moz-box-shadow: inset 0 0 0 #d18610;
        box-shadow: inset 0 0 0 0 #d18610;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus {
            -webkit-box-shadow: inset 0 0 1px #d18610;
            -moz-box-shadow: inset 0 0 1px #d18610;
            box-shadow: inset 0 0 0 1px #d18610;
        }

        input[type=submit]:disabled, input[type=button]:disabled {
            opacity: 0.5;
        }

table {
    border-collapse: collapse;
    width: 100%;
}

    table tbody tr:hover {
        background: #F8F8F1;
    }

    table tbody tr th {
        background: #3E3E3E;
        border: 1px solid #3E3E3E;
        border-bottom-color: #F39C12;
        color: #fff;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 400;
    }

    table tbody tr td {
        border: 1px solid #ecf0f1;
        padding: 5px;
    }

        table tbody tr td.title {
            background: #F39C12;
            border: 1px solid #F39C12;
            border-bottom-color: #ecf0f1;
            color: #fff;
            font-weight: 400;
        }

            table tbody tr td.title a {
                padding: 5px;
                color: #fff;
            }

            table tbody tr td.title .toc_link {
                background: #3e3e3e;
                border: 1px solid #2e2e2e;
                font-size: 14px;
                font-weight: 200;
                padding: 5px;
                margin: 0 10px 0 0;
                line-height: normal;
                height: auto;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                table tbody tr td.title .toc_link:hover {
                    -moz-box-shadow: 0 0 0 1px #aaa inset !important;
                    -webkit-box-shadow: 0 0 0 1px #aaa inset !important;
                    box-shadow: 0 0 0 1px #aaa inset !important;
                }

                    table tbody tr td.title .toc_link:hover:after {
                        left: 50%;
                        width: 0;
                    }

            table tbody tr td.title input {
                background: #333;
                border-color: rgba(0, 0, 0, 0.25);
                font-size: 14px;
                padding: 5px;
                margin: 0 0 0 10px;
                line-height: normal;
                height: auto;
            }

                table tbody tr td.title input:hover, table tbody tr td.title input:focus {
                    -moz-box-shadow: 0 0 0 1px #aaa inset !important;
                    -webkit-box-shadow: 0 0 0 1px #aaa inset !important;
                    box-shadow: 0 0 0 1px #aaa inset !important;
                }

    table tr td.ver_align_middle {
        vertical-align: middle;
    }

.color_header {
    color: #E67E22;
}

.color_default {
    color: #333;
}

.text-decoration_none {
    text-decoration: none !important;
}

.text-decoration_underline {
    text-decoration: underline !important;
}

.text-align_center {
    text-align: center !important;
}

.text-align_left {
    text-align: left !important;
}

.text-align_right {
    text-align: right !important;
}

.text-align_justify {
    text-align: justify !important;
}

.font-weight_normal {
    font-weight: normal !important;
}

.font-weight_bold {
    font-weight: bold !important;
}

.font-weight_lighter {
    font-weight: lighter !important;
}

.background_transparent {
    background: transparent !important;
}

.background_none {
    background: none !important;
}

.border_none {
    border: 0 none !important;
}

.display_block {
    display: block !important;
}

.display_inline-block {
    display: inline-block !important;
}

.display_inline {
    display: inline !important;
}

.display_none {
    display: none !important;
}

.full_width {
    width: 100% !important;
}

.half_width {
    width: 50% !important;
}

.overflow_hidden {
    overflow: hidden !important;
}

.overflow_visible {
    overflow: visible !important;
}

.overflow_auto {
    overflow: auto !important;
}

.position_relative {
    position: relative !important;
}

.position_absolute {
    position: absolute !important;
}

.top_zero {
    top: 0 !important;
}

.bottom_zero {
    bottom: 0 !important;
}

.left_zero {
    left: 0 !important;
}

.right_zero {
    right: 0 !important;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.float_none {
    float: none !important;
}

.box-sizing_border-box {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.clear {
    clear: both;
    display: block;
    float: none;
    height: 0;
}

/*  Loading Styles  */
.loading {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

    .loading > span {
        bottom: 0;
        color: #FFFFFF;
        height: 30px;
        left: 0;
        margin: auto;
        padding: 120px 0 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100px;
    }

.spinner {
    margin: auto;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -moz-animation: rotate 2.0s infinite linear;
    -o-animation: rotate 2.0s infinite linear;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #F39C12;
    border-radius: 100%;
    -moz-animation: bounce 2.0s infinite ease-in-out;
    -o-animation: bounce 2.0s infinite ease-in-out;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*  Containers  */
.container {
    display: block;
    margin: 0 auto;
    width: 1260px;
    overflow: auto;
}

    .container .grid1 {
        float: right;
        width: 315px;
    }

    .container .grid2 {
        float: right;
        width: 630px;
    }

    .container .grid3 {
        float: right;
        width: 945px;
    }

/*  Header Styles*/
header {
    height: 70px;
    background: #3e3e3e;
    color: #fff;
    right: calc((100% - 1260px) / 2);
    overflow: visible;
}

h1.logo {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    width: 336px;
    height: 85px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0;
    float: right;
    position: absolute;
    z-index: 99999;
    background: #e67e22;
}

    h1.logo a, h1.logo a:link {
        color: #fff;
        text-decoration: none;
        position: relative;
        display: block;
        margin: auto;
        padding: 15px 90px 0 0;
    }

        h1.logo a:before {
            content: "*";
            font-family: "iug-logo";
            font-size: 76px;
            line-height: 60px;
            color: #fff;
            position: absolute;
            right: 18px;
            top: 8px;
            display: block;
            height: 68px;
            width: 73px;
            overflow: hidden;
        }

        h1.logo a:after {
            display: none;
        }

        h1.logo a span {
            display: block;
            font-size: 16px;
            font-weight: 200;
        }

header nav {
    display: block;
    width: 924px;
    height: 62px;
    float: left;
    overflow-y: hidden;
    font-size: 0;
    text-align: left;
    -webkit-box-shadow: 0px 1px 0px #383838, inset 0px -1px 0px #313131;
    -moz-box-shadow: 0px 1px 0px #383838, inset 0px -1px 0px #313131;
    box-shadow: 0px 1px 0px #383838, inset 0px -1px 0px #313131;
}

    header nav a, header nav a:link {
        color: rgba(0,0,0, 0) !important;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        height: 61px;
        line-height: 61px;
        padding: 0 26px;
        overflow: hidden;
        -webkit-text-shadow: 0 0 0 #fff, 0 -45px 0 #3E3E3E;
        text-shadow: 0 0 0 #fff, 0 -45px 0 #3E3E3E;
        -webkit-box-shadow: 1px 0px 0px #525252, inset 0px 0px 0px #e67e22;
        -moz-box-shadow: 1px 0px 0px #525252, inset 0px 0px 0px #e67e22;
        box-shadow: 1px 0px 0px #525252, inset 0px 0px 0px #fff;
        -webkit-transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        -moz-transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        -o-transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

        header nav a:hover, header nav a:active, header nav a:focus {
            -webkit-text-shadow: 0 45px 0 #fff, 0 0 0 #3E3E3E;
            text-shadow: 0 45px 0 #fff, 0 0 0 #3E3E3E;
            -webkit-box-shadow: 1px 0px 0px #525252, inset 0px 80px 0px #e67e22;
            -moz-box-shadow: 1px 0px 0px #525252, inset 0px 80px 0px #e67e22;
            box-shadow: 1px 0px 0px #525252, inset 0px 80px 0px #fff;
        }

/*  Slider Styles   */
.slider {
    display: inline-block;
    width: 630px;
    height: 420px;
    overflow: hidden;
    text-align: right;
    position: relative;
    direction: rtl;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

    .slider > input {
        display: none;
    }

        .slider > input:nth-of-type(10):checked ~ ul li:first-of-type {
            margin-right: -900%;
        }

        .slider > input:nth-of-type(9):checked ~ ul li:first-of-type {
            margin-right: -800%;
        }

        .slider > input:nth-of-type(8):checked ~ ul li:first-of-type {
            margin-right: -700%;
        }

        .slider > input:nth-of-type(7):checked ~ ul li:first-of-type {
            margin-right: -600%;
        }

        .slider > input:nth-of-type(6):checked ~ ul li:first-of-type {
            margin-right: -500%;
        }

        .slider > input:nth-of-type(5):checked ~ ul li:first-of-type {
            margin-right: -400%;
        }

        .slider > input:nth-of-type(4):checked ~ ul li:first-of-type {
            margin-right: -300%;
        }

        .slider > input:nth-of-type(3):checked ~ ul li:first-of-type {
            margin-right: -200%;
        }

        .slider > input:nth-of-type(2):checked ~ ul li:first-of-type {
            margin-right: -100%;
        }

        .slider > input:nth-of-type(1):checked ~ ul li:first-of-type {
            margin-right: 0%;
        }

    .slider > ul {
        position: relative;
        width: 630px;
        height: 420px;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        background-color: #F2F5F6;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .slider > ul > li {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            font-size: 15px;
            font-size: initial;
            line-height: normal;
            -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            -o-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            -moz-background-size: cover;
            -o-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
            vertical-align: top;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            white-space: normal;
        }

            .slider > ul > li.scrollable {
                overflow-y: scroll;
            }

    .slider > .navigation {
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        right: 0;
        left: 0;
        z-index: 999;
        font-size: 0;
        line-height: 0;
        text-align: center;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .slider > .navigation > div {
            margin-right: -100%;
        }

        .slider > .navigation label {
            position: relative;
            display: inline-block;
            cursor: pointer;
            border-radius: 50%;
            margin: 0 4px;
            padding: 5px;
            background: #fff;
        }

            .slider > .navigation label:hover:after {
                opacity: 1;
            }

            .slider > .navigation label:after {
                content: '';
                position: absolute;
                right: 50%;
                top: 50%;
                margin-right: -7px;
                margin-top: -7px;
                background: #e67e22;
                border-radius: 50%;
                padding: 7px;
                opacity: 0;
                -webkit-transition: opacity 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
                -moz-transition: opacity 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
                -o-transition: opacity 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
                transition: opacity 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
            }

    .slider > .arrows {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .slider.inside .navigation {
        bottom: 10px;
        margin-bottom: 10px;
    }

        .slider.inside .navigation label {
            border: 1px solid #7e7e7e;
        }

    .slider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
    .slider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
    .slider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
    .slider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
    .slider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
    .slider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
    .slider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
    .slider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
    .slider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
    .slider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
    .slider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
        opacity: 1;
    }

    .slider > .arrows {
        position: relative;
        margin: 0 auto;
        top: -210px;
        width: 95%;
        height: 26px;
        padding: 0 31px;
        z-index: 50;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .slider > .arrows label {
            display: none;
            position: absolute;
            top: 0;
            padding: 13px;
            box-shadow: inset 2px -2px 0 2px #fff;
            cursor: pointer;
            -moz-transition: .3s;
            -o-transition: .3s;
            -webkit-transition: .3s;
            transition: .3s;
        }

            .slider > .arrows label:hover {
                box-shadow: inset 3px -3px 0 2px #e67e22;
                margin: 0 0px;
            }

            .slider > .arrows label:before {
                content: '';
                position: absolute;
                top: -100%;
                left: -100%;
                height: 300%;
                width: 300%;
            }

            .slider.infinity > .arrows label:last-of-type,
            .slider > .arrows label:nth-of-type(0),
            .slider > .arrows label:nth-of-type(1),
            .slider > .arrows label:nth-of-type(2),
            .slider > .arrows label:nth-of-type(3),
            .slider > .arrows label:nth-of-type(4),
            .slider > .arrows label:nth-of-type(5),
            .slider > .arrows label:nth-of-type(6),
            .slider > .arrows label:nth-of-type(7),
            .slider > .arrows label:nth-of-type(8),
            .slider > .arrows label:nth-of-type(9),
            .slider > .arrows label:nth-of-type(10) {
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
            }

    .slider.infinity > input:first-of-type:checked ~ .arrows label:last-of-type,
    .slider > input:nth-of-type(1):checked ~ .arrows label:nth-of-type(0),
    .slider > input:nth-of-type(2):checked ~ .arrows label:nth-of-type(1),
    .slider > input:nth-of-type(3):checked ~ .arrows label:nth-of-type(2),
    .slider > input:nth-of-type(4):checked ~ .arrows label:nth-of-type(3),
    .slider > input:nth-of-type(5):checked ~ .arrows label:nth-of-type(4),
    .slider > input:nth-of-type(6):checked ~ .arrows label:nth-of-type(5),
    .slider > input:nth-of-type(7):checked ~ .arrows label:nth-of-type(6),
    .slider > input:nth-of-type(8):checked ~ .arrows label:nth-of-type(7),
    .slider > input:nth-of-type(9):checked ~ .arrows label:nth-of-type(8),
    .slider > input:nth-of-type(10):checked ~ .arrows label:nth-of-type(9),
    .slider > input:nth-of-type(11):checked ~ .arrows label:nth-of-type(10) {
        display: block;
        right: 0;
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .slider.infinity .arrows label:first-of-type,
    .slider > .arrows label:nth-of-type(2),
    .slider > .arrows label:nth-of-type(3),
    .slider > .arrows label:nth-of-type(4),
    .slider > .arrows label:nth-of-type(5),
    .slider > .arrows label:nth-of-type(6),
    .slider > .arrows label:nth-of-type(7),
    .slider > .arrows label:nth-of-type(8),
    .slider > .arrows label:nth-of-type(9),
    .slider > .arrows label:nth-of-type(10),
    .slider > .arrows label:nth-of-type(11),
    .slider > .arrows label:nth-of-type(12) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .slider.infinity > input:last-of-type:checked ~ .arrows label:first-of-type,
    .slider > input:nth-of-type(1):checked ~ .arrows label:nth-of-type(2),
    .slider > input:nth-of-type(2):checked ~ .arrows label:nth-of-type(3),
    .slider > input:nth-of-type(3):checked ~ .arrows label:nth-of-type(4),
    .slider > input:nth-of-type(4):checked ~ .arrows label:nth-of-type(5),
    .slider > input:nth-of-type(5):checked ~ .arrows label:nth-of-type(6),
    .slider > input:nth-of-type(6):checked ~ .arrows label:nth-of-type(7),
    .slider > input:nth-of-type(7):checked ~ .arrows label:nth-of-type(8),
    .slider > input:nth-of-type(8):checked ~ .arrows label:nth-of-type(9),
    .slider > input:nth-of-type(9):checked ~ .arrows label:nth-of-type(10),
    .slider > input:nth-of-type(10):checked ~ .arrows label:nth-of-type(11),
    .slider > input:nth-of-type(11):checked ~ .arrows label:nth-of-type(12) {
        display: block;
        left: 0;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*  Search Styles   */
.search {
    height: 210px;
    overflow: hidden;
    background: #fff;
}

    .search .search_type {
        height: 50px;
        padding: 0 20px;
        overflow: hidden;
        background: #f39c12;
        color: #fff;
        font-size: 0;
        vertical-align: middle;
        -webkit-box-shadow: inset 0px -2px 0px #b2730f;
        -moz-box-shadow: inset 0px -2px 0px #b2730f;
        box-shadow: inset 0px -2px 0px #b2730f;
    }

        .search .search_type label.search_title {
            color: #fdc66f;
            cursor: default;
            padding-right: 0;
        }

            .search .search_type label.search_title span {
                font-size: 24px;
            }

        .search .search_type label {
            display: block;
            float: right;
            height: 50px;
            line-height: 50px;
            padding: 0 20px;
            font-size: 18px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .search .search_type input {
            display: none;
        }

            .search .search_type input:checked + label {
                background: #fff;
                color: #f39c12;
            }

    .search .search_form {
        height: 160px;
        overflow: hidden;
        text-align: center;
        padding: 31px 0;
    }

        .search .search_form div {
            display: inline-block;
            width: 555px;
            overflow: hidden;
            position: relative;
        }

            .search .search_form div label {
                width: 78px;
                font-size: 18px;
                text-align: right;
                line-height: 50px;
                color: #525252;
                float: right;
                clear: right;
            }

            .search .search_form div input {
                height: 50px;
                width: 402px;
                background: #fff;
                color: #525252;
                border: 1px solid #cdd1d4;
                border-left: 0;
                outline: none;
                padding: 10px;
                float: right;
                clear: left;
                font-weight: 200;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .search .search_form div input:focus {
                    -webkit-box-shadow: inset 0px 0px 5px #ddd;
                    -moz-box-shadow: inset 0px 0px 5px #ddd;
                    box-shadow: inset 0px 0px 5px #ddd;
                }

                .search .search_form div input.search_button {
                    height: 100px;
                    width: 75px;
                    background: #f39c12;
                    border: 1px solid #d18610;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 400;
                    position: absolute;
                    left: 0;
                }

                    .search .search_form div input.search_button:hover, .search .search_form div input.search_button:focus {
                        border: 2px solid #d18610;
                        -webkit-box-shadow: inset 0 0 0 #ddd;
                        -moz-box-shadow: inset 0 0 0 #ddd;
                        box-shadow: inset 0 0 0 #ddd;
                    }

                .search .search_form div input:first-of-type {
                    border-bottom: 0px;
                }

/*  Ticker  Styles  */
.ticker {
    height: 50px;
    overflow: hidden;
    background: #3e3e3e;
    color: #fff;
    position: relative;
    white-space: nowrap;
}

    .ticker .marquee_title {
        display: block;
        height: 50px;
        width: 210px;
        overflow: hidden;
        position: absolute;
        right: 0;
        background: #525252;
        color: #afafaf;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        z-index: 5;
    }

    .ticker .marquee {
        display: block;
        margin: 0;
        height: 50px;
        overflow: hidden;
        position: absolute;
        left: 0;
        font-weight: 200;
        line-height: 50px;
        -webkit-animation: marqueeScroll linear 25s infinite;
        -o-animation: marqueeScroll linear 25s infinite;
        animation: marqueeScroll linear 25s infinite;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .ticker:hover .marquee {
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

@-webkit-keyframes marqueeScroll {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes marqueeScroll {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/*  CTA Buttons Styles  */
.cta_buttons {
    height: 160px;
    overflow: hidden;
}

    .cta_buttons a, .cta_buttons a:link {
        display: block;
        width: 210px;
        height: 160px;
        float: right;
        padding: 25px;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s cubic-bezier(0.54, 1.85, 0.5, 0.5);
        -moz-transition: all 0.5s cubic-bezier(0.54, 1.85, 0.5, 0.5);
        -o-transition: all 0.5s cubic-bezier(0.54, 1.85, 0.5, 0.5);
        transition: all 0.5s cubic-bezier(0.54, 1.85, 0.5, 0.5);
    }

        .cta_buttons a:hover, .cta_buttons a:active, .cta_buttons a:focus {
            color: #fff !important;
            padding: 20px 10px;
            font-size: 20px;
            -webkit-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
        }

        .cta_buttons a:nth-child(1) {
            background: #1abc9c;
        }

        .cta_buttons a:nth-child(2) {
            background: #a8bb62;
        }

        .cta_buttons a:nth-child(3) {
            background: #dfb058;
        }

        .cta_buttons a span {
            display: inline-block;
        }

            .cta_buttons a span.cta_icons {
                font-family: 'library_icons';
                font-size: 46px;
            }

/*  Full Menu Styles    */
.full_menu {
    background: #fff;
    font-size: 16px;
    font-weight: 200;
    padding-top: 45px;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: 0px 1px 0px #e0e0e0, inset 0px -1px 0px #c4c4c4, inset 0px 80px 0px #e67e22, inset -314px 0 0 0 #fff, inset -315px 0 0 0 rgba(0, 0, 0, 0.25), inset -629px 0 0 0 #fff, inset -630px 0 0 0 rgba(0, 0, 0, 0.25), inset -944px 0 0 0 #fff, inset -945px 0 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 0px #e0e0e0, inset 0px -1px 0px #c4c4c4, inset 0px 80px 0px #e67e22, inset -314px 0 0 0 #fff, inset -315px 0 0 0 rgba(0, 0, 0, 0.25), inset -629px 0 0 0 #fff, inset -630px 0 0 0 rgba(0, 0, 0, 0.25), inset -944px 0 0 0 #fff, inset -945px 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 0px #e0e0e0, inset 0px -1px 0px #c4c4c4, inset 0px 80px 0px #e67e22, inset -314px 0 0 0 #fff, inset -315px 0 0 0 rgba(0, 0, 0, 0.25), inset -629px 0 0 0 #fff, inset -630px 0 0 0 rgba(0, 0, 0, 0.25), inset -944px 0 0 0 #fff, inset -945px 0 0 0 rgba(0, 0, 0, 0.25);
}

    .full_menu a {
        color: #333;
    }

    .full_menu .grid1 {
        padding: 0 20px;
        position: relative;
        /*-webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.25);*/
    }

        .full_menu .grid1:before {
            content: "";
            position: absolute;
            right: -1px;
            top: 0;
            z-index: 9999;
            display: block;
            height: 35px;
            width: 1px;
            background: rgba(0, 0, 0, 0.25);
        }

        .full_menu .grid1:first-of-type:before {
            display: none;
        }

    .full_menu h4 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        padding: 5px 0;
        position: relative;
    }
    
		.full_menu h4 a {
			color: #fff;
		}

        .full_menu h4:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-top-color: #e67e22;
            border-bottom: none;
            border-width: 10px 8px medium;
            position: absolute;
            bottom: -9px;
            right: 10px;
        }

    .full_menu .menu ul {
        margin: 0;
        padding: 25px 0 0 0;
        list-style: none;
    }

        .full_menu .menu ul li {
            padding: 0 10px 0 0;
            font-family: 'GE SS Two', 'GE SS Unique', sans-serif;
        }

            .full_menu .menu ul li:before {
                content: ">";
                font-size: 18px;
                font-weight: bold;
                display: inline-block;
                margin: 0 0 5px 5px;
            }

/*  Book Styles */
.book {
    position: relative;
    display: block;
    width: 160px;
    height: 220px;
    margin: 40px auto;
    text-align: center;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .book ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .book * {
        margin: 0;
        padding: 0;
    }

        .book *:before,
        .book *:after {
            content: "";
        }

/*  Hardcover Front Styles  */
.hardcover_front li:first-child {
    background-color: #eee;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*  Reverse Front Styles  */
.hardcover_front li:last-child {
    background: #fffbec;
}

/* Hardcover Back Styles    */
.hardcover_back li:first-child {
    background: #fffbec;
}

/*  Reverse Back Styles */
.hardcover_back li:last-child {
    background: #fffbec;
}

/*  Book Spine Styles   */
.book_spine li:first-child {
    background: #eee;
}

.book_spine li:last-child {
    background: #333;
}

    /*  Thickness of Cover Styles   */

    .hardcover_front li:first-child:after,
    .hardcover_front li:first-child:before,
    .hardcover_front li:last-child:after,
    .hardcover_front li:last-child:before,
    .hardcover_back li:first-child:after,
    .hardcover_back li:first-child:before,
    .hardcover_back li:last-child:after,
    .hardcover_back li:last-child:before,
    .book_spine li:first-child:after,
    .book_spine li:first-child:before,
    .book_spine li:last-child:after,
    .book_spine li:last-child:before {
        background: #999;
    }

/*  Page Styles */

.page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    -moz-box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
}

/*  Opening Cover, Back Cover and Pages Styles  */

.hardcover_front {
    -webkit-transform: rotateY(-34deg) translateZ(8px);
    -moz-transform: rotateY(-34deg) translateZ(8px);
    transform: rotateY(-34deg) translateZ(8px);
    z-index: 100;
}

.hardcover_back {
    -webkit-transform: rotateY(-15deg) translateZ(-8px);
    -moz-transform: rotateY(-15deg) translateZ(-8px);
    transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
    -webkit-transform: rotateY(-28deg);
    -moz-transform: rotateY(-28deg);
    transform: rotateY(-28deg);
}

.page li:nth-child(2) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
}

    .page li:nth-child(2) div {
        font-size: 20px;
        padding: 25px 0;
    }

        .page li:nth-child(2) div h3 {
            font-weight: 400;
        }

.page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    -moz-transform: rotateY(-32deg);
    transform: rotateY(-32deg);
}

.page li:nth-child(4) {
    -webkit-transform: rotateY(-34deg);
    -moz-transform: rotateY(-34deg);
    transform: rotateY(-34deg);
}

.page li:nth-child(5) {
    -webkit-transform: rotateY(-36deg);
    -moz-transform: rotateY(-36deg);
    transform: rotateY(-36deg);
}

/*  Covers Position, Transform & Transition     */
.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.hardcover_front {
    -webkit-transition: all 0.8s ease, z-index 0.6s;
    -moz-transition: all 0.8s ease, z-index 0.6s;
    transition: all 0.8s ease, z-index 0.6s;
}

    /*  Hardcover Front Styles  */
    .hardcover_front li:first-child {
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-transform: translateZ(2px);
        -moz-transform: translateZ(2px);
        transform: translateZ(2px);
    }

    .hardcover_front li:last-child {
        -webkit-transform: rotateY(180deg) translateZ(2px);
        -moz-transform: rotateY(180deg) translateZ(2px);
        transform: rotateY(180deg) translateZ(2px);
    }

/* Hardcover Back Styles    */
.hardcover_back li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px);
}

.hardcover_back li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px);
}

    /*  Thickness of Cover, after and before Styles   */
    .hardcover_front li:first-child:after,
    .hardcover_front li:first-child:before,
    .hardcover_front li:last-child:after,
    .hardcover_front li:last-child:before,
    .hardcover_back li:first-child:after,
    .hardcover_back li:first-child:before,
    .hardcover_back li:last-child:after,
    .hardcover_back li:last-child:before,
    .book_spine li:first-child:after,
    .book_spine li:first-child:before,
    .book_spine li:last-child:after,
    .book_spine li:last-child:before {
        position: absolute;
        top: 0;
        left: 0;
    }

/*  Hardcover Front, after and before Styles    */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
    width: 4px;
    height: 100%;
}

.hardcover_front li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
    width: 4px;
    height: 160px;
}

.hardcover_front li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}

.hardcover_front li:last-child:before {
    -moz-box-shadow: 0px 0px 30px 5px #333;
    -webkit-box-shadow: 0px 0px 30px 5px #333;
    box-shadow: 0px 0px 30px 5px #333;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/*  Thickness of Cover, after and before Styles */
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
    width: 4px;
    height: 100%;
}

.hardcover_back li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_back li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
    width: 4px;
    height: 160px;
}

.hardcover_back li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
    -moz-box-shadow: 10px -1px 80px 20px #666;
    -webkit-box-shadow: 10px -1px 80px 20px #666;
    box-shadow: 10px -1px 80px 20px #666;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/*  Book Spine Styles   */
.book_spine {
    -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    width: 16px;
    z-index: 0;
}

    .book_spine li:first-child {
        -webkit-transform: translateZ(2px);
        -moz-transform: translateZ(2px);
        transform: translateZ(2px);
    }

    .book_spine li:last-child {
        -webkit-transform: translateZ(-2px);
        -moz-transform: translateZ(-2px);
        transform: translateZ(-2px);
    }

    /*  Thickness of Book Spine, after and before Styles    */
    .book_spine li:first-child:after,
    .book_spine li:first-child:before {
        width: 4px;
        height: 100%;
    }

    .book_spine li:first-child:after {
        -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
        -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
        transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    }

    .book_spine li:first-child:before {
        -webkit-transform: rotateY(-90deg) translateZ(-12px);
        -moz-transform: rotateY(-90deg) translateZ(-12px);
        transform: rotateY(-90deg) translateZ(-12px);
    }

    .book_spine li:last-child:after,
    .book_spine li:last-child:before {
        width: 4px;
        height: 16px;
    }

    .book_spine li:last-child:after {
        -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
        -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
        transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
    }

    .book_spine li:last-child:before {
        -moz-box-shadow: 35px -1px 100px 40px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 35px -1px 100px 40px rgba(0, 0, 0, 0.2);
        box-shadow: 35px -1px 100px 40px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
        -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
        transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
    }

.page,
.page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page {
    width: 100%;
    height: 98%;
    top: 1%;
    left: 3%;
    z-index: 10;
}

    .page > li {
        width: 100%;
        height: 100%;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .page > li:nth-child(1) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

        .page > li:nth-child(2) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

        .page > li:nth-child(3) {
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
        }

        .page > li:nth-child(4) {
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

        .page > li:nth-child(5) {
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

/*  Book Hover Events Styles    */
.book:hover > .hardcover_front {
    -webkit-transform: rotateY(-145deg) translateZ(0);
    -moz-transform: rotateY(-145deg) translateZ(0);
    transform: rotateY(-145deg) translateZ(0);
    z-index: 0;
}

.book:hover > .page li:nth-child(1) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
    -webkit-transform: rotateY(-35deg);
    -moz-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
    -webkit-transform: rotateY(-118deg);
    -moz-transform: rotateY(-118deg);
    transform: rotateY(-118deg);
    -webkit-transition-duration: 1.6s;
    -moz-transition-duration: 1.6s;
    transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
    -webkit-transform: rotateY(-130deg);
    -moz-transform: rotateY(-130deg);
    transform: rotateY(-130deg);
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
    -webkit-transform: rotateY(-140deg);
    -moz-transform: rotateY(-140deg);
    transform: rotateY(-140deg);
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

/*  Cover Design Styles */

.coverDesign {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .coverDesign:after {
        background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
        background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
        background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .coverDesign h3 {
        color: #fff;
        font-size: 2.2em;
        text-align: center;
        margin: 54% 0 0 0;
        -webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
        text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
    }

    .coverDesign p {
        color: #f8f8f8;
        font-size: 1em;
        text-align: center;
        -webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
        text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
    }

.btn {
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #2c3e50;
    margin-top: 10px !important;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 6px !important;
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

    .btn:before, .btn:after {
        display: none;
    }

    .btn:hover {
        border-color: #16a085;
        color: #16a085;
    }

/*  Ribbon Styles   */

.ribbon {
    background: #c0392b;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 1px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: rotateZ(45deg) translateZ(1px);
    -moz-transform: rotateZ(45deg) translateZ(1px);
    transform: rotateZ(45deg) translateZ(1px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10;
}

    .ribbon:before,
    .ribbon:after {
        position: absolute;
        top: -20px;
        width: 0;
        height: 0;
        border-bottom: 20px solid #c0392b;
        border-top: 20px solid transparent;
    }

    .ribbon:before {
        left: -20px;
        border-left: 20px solid transparent;
    }

    .ribbon:after {
        right: -20px;
        border-right: 20px solid transparent;
    }

/*  Content Styles  */
.content {
    background: #fff;
    font-weight: 200;
    padding: 15px 0 20px;
    -moz-box-shadow: inset -315px 0 0 0 #fff, inset -316px 0 0 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset -315px 0 0 0 #fff, inset -316px 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset -315px 0 0 0 #fff, inset -316px 0 0 0 rgba(0, 0, 0, 0.25);
}

    /*  Side Bar Styles */
    .content .side_content {
        overflow: hidden;
        height: 100%;
    }

        .content .side_content .user_panel {
            margin-top: 10px;
            padding: 10px;
        }

            .content .side_content .user_panel h3 {
                margin: 0;
            }

        .content .side_content .side_menu {
        }

            .content .side_content .side_menu:first-child {
                margin-top: 10px;
            }

            .content .side_content .side_menu input[type='checkbox']:checked ~ .info, .content .side_content .side_menu input[type='radio']:checked ~ .info {
                max-height: 300px;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

            .content .side_content .side_menu input[type='checkbox']:checked ~ label, .content .side_content .side_menu input[type='radio']:checked ~ label {
                background-color: #ECF0F1;
            }

                .content .side_content .side_menu input[type='checkbox']:checked ~ label span, .content .side_content .side_menu input[type='radio']:checked ~ label span {
                    margin-left: 5px;
                    padding-right: 5px;
                    -webkit-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

            .content .side_content .side_menu input[type='checkbox'], .content .side_content .side_menu input[type='radio'] {
                display: none;
            }

            .content .side_content .side_menu label {
                display: inline-block;
                width: 100%;
                height: 38px;
                padding: 0;
                cursor: pointer;
                margin: 0;
                padding: 0 5px;
                font-size: 16px;
                font-weight: 400;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .content .side_content .side_menu label:hover {
                    background-color: #ECF0F1;
                }

            .content .side_content .side_menu span {
                font-size: 24px;
                color: #E67E22;
                display: inline-block;
                margin-left: 10px;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

            .content .side_content .side_menu .info, .content .side_content .side_menu ul.info {
                background: #fff;
                color: #333;
                width: 100%;
                max-height: 0;
                list-style: none;
                margin: 0;
                padding: 0;
                display: block;
                overflow: hidden;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .content .side_content .side_menu ul.info li:last-child {
                    margin-bottom: 2px;
                }

                .content .side_content .side_menu ul.info li a {
                    display: block;
                    padding: 0 20px 0 0;
                    height: 35px;
                }

                    .content .side_content .side_menu ul.info li a span {
                        font-size: 24px;
                        color: #333;
                    }

    /*  Main Content Styles */
    .content .main_content {
        padding: 0 20px;
    }

        .content .main_content .inside_form {
            display: inline-block;
            overflow: hidden;
            margin: 10px 0 50px 0;
        }

            .content .main_content .inside_form .labels {
                display: block;
                float: right;
            }

                .content .main_content .inside_form .labels label {
                    display: block;
                    height: 50px;
                    margin: 0 0 10px 10px;
                    font-weight: 400;
                    line-height: 50px;
                    float: left;
                    clear: left;
                }

            .content .main_content .inside_form .inputs {
                float: right;
            }

                .content .main_content .inside_form .inputs input {
                    width: 450px;
                    float: right;
                    clear: right;
                    margin: 0 0 10px 0;
                }

            .inputs input, .content .main_content .inside_form select, .content .main_content .inside_form input {
                width: 180px;
                float: right;
                clear: none;
                margin: 0 0 10px 10px;
            }

                .content .main_content .inside_form input.advanced {
                    width: 300px;
                }

            .content .main_content .inside_form span {
                display: block;
                height: 50px;
                margin: 0 0 10px 10px;
                font-weight: 400;
                line-height: 50px;
                float: right;
            }

            .content .main_content .inside_form input[type=submit] {
                clear: both;
                float: left;
                display: block;
                width: 100px;
                margin: 0;
                font-weight: 400;
            }

            .content .main_content .inside_form a {
                float: left;
                margin: 14px 10px 0 10px;
            }

                .content .main_content .inside_form a:first-of-type {
                    margin-left: 175px;
                }

        .content .main_content .search_results_controls .filter {
            float: left;
        }

        .content .main_content .search_results_controls .basket {
            float: right;
        }
       
.newspapers_container .normal, .newspapers_container .selected {
	display: inline-block;
	margin: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.newspapers_container .selected {
	border: 0.2em solid #e67e22;
}

/*  Pagination Styles   */
.pagination {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    vertical-align: baseline;
    font-size: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 0;
    line-height: 22px;
}

    .pagination a, .pagination a:link, .pagination a:visited, .pagination a:focus, .pagination bdo span a[disabled=disabled]:hover {
        font-size: 15px;
        color: #ffffff;
        background: #F39C12;
        border: 0 none;
        padding: 0.5em 1em;
        display: inline-block;
        -webkit-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .pagination a:after, .pagination a:before {
            display: none;
        }

    .pagination bdo span {
        display: inline-block;
    }

        .pagination bdo span span {
            font-size: 15px;
            color: #ffffff;
            border: 0 none;
            padding: 0.5em 1em;
            display: inline-block;
            -webkit-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
            -o-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px -0.2em 0px rgba(0, 0, 0, 0.1);
        }

        .pagination bdo span a[disabled=disabled] {
            opacity: 0.5;
        }

    .pagination a:hover, .pagination span span {
        background: #E67E22;
    }

/*  Table of Contents Styles    */
.toc_page h1 {
    width: 950px;
    margin: 20px auto;
}
#tableOfContents table, #tableOfContents table tr, #tableOfContents table tr td {
    border: 0 none;
}

#tableOfContents .parentNode {
    color: #E67E22;
    font-weight: 400;
}

#tableOfContents table {
    width: 100%;
    font-weight: 200;
    font-size: 18px;
}

    #tableOfContents table a {
        color: #000;
    }

    #tableOfContents table tr td.text-align_right a#tableOfContentsn0:before {
        display: none;
    }

        #tableOfContents table a:after {
            display: none;
        }

#tableOfContents table tbody tr td:first-child, #tableOfContents table tbody tr td:nth-child(2) {
    width: 0;
}

    #tableOfContents table tbody tr td.text-align_right {
        width: 855px;
        position: relative;
        background: #EAEAEA;
    }

    #tableOfContents table tbody tr:hover td.text-align_right {
        background: #F8F8F1;
    }

        #tableOfContents table tbody tr td.text-align_right a:before {
            content: '';
            position: absolute;
            top: 12px;
            right: 0;
            width: 100%;
            height: 0;
            line-height: 0;
            border-bottom: 2px dotted #000;
            background: transparent;
        }

        #tableOfContents table tbody tr td.text-align_right a {
            width: 100%;
            position: relative;
            background: inherit;
        }

    #tableOfContents table .toc_text {
        background: inherit;
        display: inline;
        padding: 0 0 0 10px;
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    #tableOfContents table .toc_number {
        background: inherit;
        padding: 0 10px 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: right;
        z-index: 2;
    }

/*  Footer Styles   */
.footer {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
    line-height: 60px;
    overflow: hidden;
    min-height: 60px;
    height: 100%;
    margin-top: 20px;
    background: #fff;
}

    .footer .grid1 {
        padding-right: 20px;
    }

    .footer .grid3 {
        width: 945px;
        text-align: left;
        padding-left: 20px;
    }

    .footer a {
        color: #9f9f9f;
        line-height: normal;
    }
