﻿.circle {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.26);
    color: white;
}

.circle-border {
    border: 2px solid red;
}

.circle-solid {
    background-color: red;
}

.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circle:hover {
    background: rgba(255, 255, 255, 0.49);
    color: #000000;
    cursor: pointer;
    border-color: red;
}

.circle-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.score-text {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
}

/*CHANGE FROM HERE FROM FONT HEIGHT*/
.score-text {
    height: 6vw;
    line-height: 3vw;
    font-size: 3vw;
}


.score-text-mobile {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
}

/*CHANGE FROM HERE FROM FONT HEIGHT*/
.score-text-mobile {
    height: 6vw;
    line-height: 3vw;
    font-size: 3vw;
}


.btn-primary1 {
    background: #226DD0;
    color: #ffffff;
    border-color: #226DD0;
}

    .btn-primary1:hover,
    .btn-primary1:focus {
        background-color: #9bbfee;
        background-position: 0 -15px;
        color: black;
        border: solid 1px #0b60d0;
    }

    .btn-primary1:active,
    .btn-primary1.active {
        background-color: #265a88;
        border-color: red;
    }




table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #64807D;
        color: #ffffff;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 15px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

table.gridtable2 {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable2 th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #226DD0;
        color: #ffffff;
        text-align: center;
    }

    table.gridtable2 td {
        border-width: 1px;
        padding: 15px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }



/*NORMALIZE THE PAGE*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/*RADIAL MENU*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);

nav a:hover,
nav a:focus {
    outline: none;
}

/* ******************************************************
	Header
*********************************************************/
.container > header,
.codeconTop {
    font-family: 'Lato', Arial, sans-serif;
}

.container > header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    color: #fff;
}

    .container > header h1 {
        font-size: 2.625em;
        line-height: 1.3;
        margin: 0;
        font-weight: 300;
    }

    .container > header span {
        display: block;
        font-size: 60%;
        color: #fff;
        padding: 0 0 0.6em 0.1em;
    }

/* To Navigation Style */
.codeconTop {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    font-size: 0.69em;
    line-height: 2.2;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

    .codeconTop a {
        color: #fff;
        display: inline-block;
        letter-spacing: 0.1em;
        padding: 2em;
        text-decoration: none;
    }

        .codeconTop a:hover {
            background: rgba(255,255,255,0.95);
            color: #716d62;
        }

    .codeconTop span.right {
        float: right;
    }

        .codeconTop span.right a {
            float: left;
            display: block;
        }


.container > section {
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding: 0;
    text-align: center;
}

/* demo buttons */
.codeconDemos a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin: 0.5em;
    outline: medium none;
    padding: 0.5em 1.5em;
    text-decoration: none;
}

    .codeconDemos a:hover,
    .codeconDemos a.active,
    .codeconDemos a.active:hover {
        opacity: 0.7;
    }



@media screen and (max-width: 25em) {
}

/*cOMPONENTS - PART OF THE RADIAL MENU*/


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);




/* ******************************************************
	Circular Navigation Menu
*********************************************************/

.CircularNavigation {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.circleNavi {
    width: 250px;
    height: 250px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .circleNavi a {
        text-decoration: none;
        color: white;
        display: block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
    }

        .circleNavi a:hover {
            color: #eef;
        }

    .circleNavi i.fa {
        border: 1px solid #4c1b6f;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 12px;
    }

.open.circleNavi {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


.navbtn {
    background: url(../Images/click.jpg) border-radius: 50%;
    color: transparent;
    display: block;
    height: 150px;
    left: calc(50% - 50px);
    line-height: 40px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: calc(50% - 40px);
    width: 150px;
}

    .navbtn:hover {
        background-color: #ffffff;
    }


/*IMAGE ZOOM ON HOVER*/

@media (min-width: 1024px) and (orientation: landscape) {
    .thumbnail {
        width: 320px;
        height: 240px;
    }

    .zoom {
        width: 100%;
        height: 100%;
    }

        .zoom img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -ms-transition: all 1s ease; /* IE 9 */
            -o-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
        }

        .zoom:hover img {
            -webkit-transform: scale(2.10); /* Safari and Chrome */
            -moz-transform: scale(2.10); /* Firefox */
            -ms-transform: scale(2.10); /* IE 9 */
            -o-transform: scale(2.10); /* Opera */
            transform: scale(2.10);
        }
}
