@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
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: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0;
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; font-family: 'Lato', sans-serif;
color: #5d5d5d;
font-size: 18px;
line-height: 28px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
outline: none;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #4aa0d7;
text-decoration: none;
}
a:visited {
color: #4aa0d7;
}
a:hover,
a:focus,
a:active {}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
margin-left: 42px;
}
.main-navigation li:first-child {
margin-left: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 17px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 22px 0;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background: #3b9ad7;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 220px;
padding: 12px;
}
.main-navigation ul ul li {
margin-left: 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.main-navigation ul ul li a {}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
opacity: 0.6;
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
opacity: 0.6;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery{
margin:0 -15px;
}
.gallery .gallery-item{
float: left;
padding: 0 15px;
margin: 0 0 30px;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.container:after {
display: block;
clear: both;
content: '';
}
img {
vertical-align: top;
}
.row {
margin: 0 -15px;
}
.row:after {
display: block;
clear: both;
content: '';
}
body.custom-background .site {
background: #fff;
margin: 20px;
} .header-top:after {
display: block;
clear: both;
content: '';
}
.site-header .header-top .top-links {
float: left;
margin-top: 4px;
}
.site-header .header-top .top-links span:first-child {
border-left: 0;
}
.site-header .header-top .top-links span {
border-left: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
line-height: 17px;
padding-left: 16px;
margin-left: 10px;
display: inline-block;
}
.site-header .header-top {
padding: 4px 0 0;
background: #3b9ad7;
}
.site-header .header-top .secondary-nav {
float: right;
padding: 4px 0 10px;
position: relative;
}
.site-header .header-top .secondary-nav ul {
position: absolute;
top: 100%;
right: 0;
margin: 0;
padding: 0;
background: #3b9ad7;
width: 200px;
z-index: 10;
border-top: 1px solid rgba(255, 255, 255, 0.4);
display: none;
}
.site-header .header-top .secondary-nav:hover ul {
display: block;
}
.site-header .header-top .secondary-nav ul li {
list-style: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
position: relative;
}
.site-header .header-top .secondary-nav ul ul {
float: left;
position: absolute;
top: 0;
right: -999em;
z-index: 99999;
background: #3b9ad7;
}
.site-header .header-top .secondary-nav ul li:hover > ul {
right: 100%;
}
.site-header .header-top .secondary-nav ul li a:after {
display: none;
}
.site-header .header-top .secondary-nav ul li a {
color: #fff;
display: block;
border: 0;
}
.site-header .header-top .secondary-nav a {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 8px 20px 8px 8px;
font-size: 14px;
line-height: 17px;
display: inline-block;
position: relative;
}
.site-header .header-top .secondary-nav .menu-header-menu-container {
display: none;
}
.site-header .header-top .secondary-nav ul li a:hover {
opacity: 0.6;
}
.site-header .header-top .secondary-nav:hover > .menu-header-menu-container {
display: block;
}
.site-header .header-top .secondary-nav a:after {
position: absolute;
top: 28%;
font-family: 'FontAwesome';
left: 85%;
bottom: 0;
content: "\f0d7";
color: #fff;
font-size: 15px;
}
.site-header .header-top .top-links span a {
font-size: 14px;
line-height: 17px;
color: #fff;
}
.site-header .header-bottom {
background: #3b9ad7;
}
.site-header .header-top .top-links span a:hover {
opacity: 0.6;
}
.site-header .header-top .top-links span .fa {
color: #fff;
font-size: 14px;
line-height: 17px;
margin-right: 10px;
}
.site-header .header-top .top-links span:first-child {
margin-left: 0;
padding-left: 0;
}
.site-header .header-bottom:after {
display: block;
content: '';
clear: both;
}
.site-branding {
float: left;
}
.site-title {
margin: 0;
}
.site-title a {
font-size: 32px;
line-height: 36px;
color: #555658;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.site-description {
font-size: 13px;
line-height: 15px;
color: #8c8c8c;
}
.site-header .form-section {
float: right;
text-align: right;
padding: 0;
}
.site-header .header-m {
padding: 20px 0 12px;
}
.site-header .form-section form {
background: #fff;
border: 0;
height: 36px;
border-bottom: 1px solid #ccc;
}
.site-header .form-section form:after {
display: block;
content: '';
clear: both;
}
.site-header .form-section form input {
border: 0;
border-radius: 0;
height: 100%;
padding: 0 5px;
}
.site-header .form-section form input[type="search"] {
font-style: italic;
font-size: 14px;
line-height: 17px;
}
.site-header .form-section form input[type="submit"] {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/search-icon2.png) no-repeat 12px 12px;
border: 0;
padding: 0;
box-shadow: none;
text-indent: 100%;
width: 30px;
}
.site-header .form-section a {
display: block;
}
.site-header .form-section .fa {
font-size: 16px;
line-height: 20px;
color: #555658;
padding-left: 34px;
}
.banner img {
width: 100%;
}
.banner {
position: relative;
}
.banner .banner-text {
position: absolute;
width: 100%;
left: 0;
top: 28%;
height: 100%;
}
.banner .banner-text .text {
width: 55%;
}
.banner .banner-text .text span {
display: block;
font-size: 42px;
line-height: 54px;
color: #fefefe;
font-weight: 900;
letter-spacing: 2px;
margin-bottom: 22px;
text-transform: uppercase;
}
.banner .banner-text .text .course-link {
font-size: 18px;
line-height: 22px;
color: #fff;
background: #3b9ad7;
font-weight: 900;
padding: 17px 36px;
display: inline-block;
text-transform: uppercase;
}
.banner .banner-text .text .course-link:hover {
background: #21577a;
}
.thumb-text {
position: relative;
top: 0;
padding: 0;
margin: -90px 0 0;
text-align: center;
width: 100%;
}
.thumb-text li {
vertical-align: top;
display: inline-block;
list-style: none;
margin-left: -3px;
color: #f9f9f9;
font-size: 16px;
line-height: 24px;
width: 24.9%;
}
.thumb-text li .box-1 {
background: #737495;
padding: 28px 28px 26px;
height: 305px;
overflow: hidden;
}
.thumb-text li .box-2 {
background: #68a8ad;
padding: 28px 28px 26px;
height: 305px;
overflow: hidden;
}
.thumb-text li .box-3 {
background: #6c8672;
padding: 28px 28px 26px;
height: 305px;
overflow: hidden;
}
.thumb-text li .box-4 {
background: #f17d80;
padding: 28px 28px 26px;
height: 305px;
overflow: hidden;
}
.thumb-text li h3 {
margin-bottom: 15px;
}
.thumb-text li h3 a {
color: #f9f9f9;
font-size: 22px;
line-height: 25px;
font-weight: 700;
}
.thumb-text li span {
display: block;
margin-bottom: 22px;
}
.thumb-text li img {
width: auto;
}
.no-banner .thumb-text{
margin-top: 60px;
}
.welcome-note {
text-align: center;
padding: 75px 0 105px;
}
.header-part {
width: 80%;
margin: 0 auto;
}
.section-title {
font-size: 38px;
line-height: 42px;
color: #474b4e;
font-weight: 700;
margin-bottom: 20px;
}
.welcome-note .col,
.choose-us .col {
width: 25%;
padding: 0 15px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.welcome-note .col h3 {
display: block;
font-size: 40px;
line-height: 44px;
color: #3b9ad7;
font-weight: 700;
margin-bottom: 10px;
}
.welcome-note .col .text {
border: 2px solid #f5f5f7;
padding: 36px 0 45px;
}
.welcome-note .col span {
display: block;
font-size: 16px;
line-height: 20px;
color: #696c6e;
}
.welcome-note .header-part {
margin-bottom: 45px;
}
.featured-courses {
text-align: center;
background: #f8f8f8;
padding: 98px 0 104px;
}
.featured-courses ul {
margin: 0 -6px;
padding: 0;
}
.featured-courses ul li {
width: 25%;
list-style: none;
float: left;
padding: 0 6px;
}
.featured-courses .header-part {
margin-bottom: 50px;
}
.featured-courses ul:after {
display: block;
content: '';
clear: both;
}
.featured-courses ul li .image-holder {
position: relative;
}
.featured-courses ul li .image-holder .text {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
text-align: center;
padding: 47% 28% 0;
font-size: 19px;
line-height: 26px;
color: #f8fcff;
text-transform: uppercase;
font-weight: 700;
pointer-events: none;
}
.featured-courses ul li .image-holder img {
width: 100%;
}
.featured-courses ul li .image-holder .description {
position: absolute;
width: 100%;
height: 100%;
top: 0;
text-align: center;
background: #fff;
padding: 26px 20px 0;
font-size: 16px;
line-height: 24px;
display: none;
}
.featured-courses ul li .image-holder .description h2 {
font-size: 19px;
line-height: 26px;
color: #474b4e;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
position: relative;
}
.featured-courses ul li .image-holder .description h2:after {
background: #dadbdc;
width: 66px;
height: 1px;
content: '';
position: absolute;
top: 100%;
left: 34%;
margin-top: 15px;
}
.featured-courses ul li .image-holder img {
vertical-align: top;
}
.featured-courses ul li .image-holder .description .learn-more {
display: inline-block;
background: #3b9ad7;
font-size: 14px;
line-height: 17px;
font-weight: 900;
color: #fff;
padding: 15px 30px;
text-transform: uppercase;
}
.featured-courses ul li .image-holder .description .learn-more:hover {
background: #21577a;
}
.featured-courses ul li .image-holder:hover > .description,
.featured-courses ul li .image-holder:focus > .description{
display: block;
}
.theme {
text-align: center;
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/theme-section-img.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
}
.theme .header-part .section-title {
color: #fff;
}
.theme .header-part {
width: 70%;
margin-bottom: 60px;
}
.theme .theme-description {
color: #ebebeb;
width: 100%;
height: 100%;
padding: 106px 0 138px;
background: rgba(0, 0, 0, 0.70);
}
.theme .theme-description a {
display: inline-block;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
font-weight: 900;
padding: 16px 35px;
margin-right: 10px;
}
.theme .theme-description .apply {
color: #fff;
border: 1px solid #fff;
}
.theme .theme-description .apply:hover {
background: #3b9ad7;
border: 1px solid #3b9ad7;
}
.choose-us {
padding: 96px 0 72px;
text-align: center;
}
.choose-us .header-part {
margin-bottom: 82px;
}
.choose-us .col span {
display: block;
margin-bottom: 28px;
}
.choose-us .col h3 {
margin-bottom: 46px;
position: relative;
font-size: 19px;
line-height: 26px;
color: #474b4e;
font-weight: 700;
}
.choose-us .col h3 a {
color: #474b4e;
}
.choose-us .col h3 a:hover {
color: #4aa0d7;
}
.choose-us .col h3:after {
content: '';
position: absolute;
top: 100%;
width: 46px;
line-height: 2px;
height: 2px;
background: #e9e9e9;
margin-top: 26px;
left: 43%;
}
.student-stories {
text-align: center;
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/students-section-img.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
}
.student-stories .image-wrapper {
background: rgba(9, 9, 9, 0.7);
padding-top: 92px;
padding-bottom: 174px;
}
.student-stories .header-part,
.student-stories .header-part .section-title {
color: #fff;
margin-bottom: 50px;
}
.student-stories blockquote {
font-size: 18px;
line-height: 28px;
color: #f9fcff;
margin: 0 60px;
padding: 0 24px;
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/blockquote-icon.png) no-repeat;
}
.student-stories blockquote cite {
display: block;
width: 50%;
margin: 0 auto;
font-style: normal;
}
.student-stories blockquote cite img {
border-radius: 50%;
width: auto !important;
}
.student-stories blockquote cite span {
display: block;
font-size: 21px;
line-height: 25px;
color: #f7f7f7;
font-weight: 700;
}
#testimonials .lSAction .lSPrev {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/slider-prev.png) no-repeat;
text-indent: -9999px;
height: 40px;
width: 40px;
left: 10px;
opacity: 1;
}
#testimonials .lSAction .lSNext {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/next.png) no-repeat;
text-indent: 100%;
height: 40px;
width: 40px;
right: 10px;
opacity: 1;
}
.latest-events {
text-align: center;
padding: 86px 0 106px;
}
.latest-events .col-1 {
width: 75%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.latest-events .col-2 {
width: 25%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.latest-events .header-part {
margin-bottom: 54px;
}
.latest-events .post {
position: relative;
text-align: left;
color: #f9fcff;
}
.latest-events .post img{
width: 100%;
}
.latest-events .col-1 .post .image-wrapper {
position: absolute;
top: 37%;
left: 0;
width: 100%;
}
.latest-events .col-1 .post .image-wrapper .text {
width: 57%;
padding-bottom: 32px;
background: rgba(9, 9, 9, 0.6);
margin-left: 30px;
}
.latest-events .post .entry-title {
margin: 0;
}
.latest-events .post .entry-title a {
display: inline-block;
font-size: 21px;
line-height: 25px;
color: #474b4e;
font-weight: 700;
}
.latest-events .col-1 .post .entry-title a {
color: #f9fcff;
}
.latest-events .col-2 .post .entry-title a {
color: #474b4e;
}
.latest-events .post .entry-header a:hover {
opacity: 0.6;
}
.latest-events .col-1 .post .entry-header {
padding: 34px 30px 0;
margin-bottom: 16px;
}
.latest-events .col-1 .fa {
color: #dfe1e4;
font-size: 14px;
line-height: 24px;
margin-right: 10px;
}
.latest-events .col-2 .fa {
font-size: 14px;
line-height: 24px;
margin-right: 10px;
color: #878b8d;
}
.latest-events .col-1 .post .entry-meta span {
margin-right: 38px;
}
.latest-events .col-1 .post .entry-content {
margin: 0;
padding: 0 30px;
font-size: 16px;
line-height: 24px;
}
.latest-events .post .entry-meta a {
color: #dfe1e4;
font-size: 14px;
line-height: 17px;
}
.latest-events .col-2 .post .entry-meta a {
color: #474b4e;
}
.latest-events .col-2 .post {
border-top: 1px solid #d2d4d6;
margin-left: -15px;
padding-left: 15px;
padding-top: 26px;
margin-bottom: 20px;
}
.latest-events .entry-footer {
margin-left: 30px;
}
.latest-events .learn-more {
background: #3b9ad7;
color: #fff;
text-transform: uppercase;
font-weight: 900;
display: inline-block;
padding: 8px 18px;
}
.latest-events .learn-more:hover {
background: #21577a;
}
.latest-events .col-2 ul {
margin: 0;
padding: 0
}
.latest-events .col-2 ul li {
list-style: none;
}
.photo-gallery ul li {
width: 20%;
position: relative;
}
.photo-gallery .gallery-item:after {
position: absolute;
height: 100%;
width: 100%;
content: '';
top: 0;
background: rgba(31, 31, 31, 0.55);
display: block;
}
.photo-gallery .gallery-item:hover:after {
display: none;
}
.photo-gallery .gallery-item {
width: 20%;
margin: 0;
position: relative;
}
.photo-gallery .lSAction > a {
top: 46%;
}
.photo-gallery .gallery-item a {
display: block;
}
.photo-gallery .gallery {
margin-bottom: 0;
}
.photo-gallery .gallery-item a {
display: block;
}
.photo-gallery .gallery-caption {
display: none;
}
#lightSlider img {
vertical-align: top;
}
.lSAction .lSPrev {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/bxslider-prev.png) no-repeat;
height: 51px;
width: 51px;
left: 0;
}
.lSAction .lSNext {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/bxslider-next.png) no-repeat;
height: 51px;
width: 51px;
right: 0;
}
.search-section {
background: #3b9ad7;
font-size: 22px;
line-height: 25px;
color: #ffffff;
padding-top: 82px;
padding-bottom: 74px;
}
.search-section .col-1 {
width: 50%;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
}
.search-section .col-1:first-child {
margin-top: 10px;
}
.search-section form:after {
display: block;
content: '';
clear: both
}
.search-section form {
border: 1px solid #fff;
height: 54px;
}
.search-section .screen-reader-text {
display: none;
}
.search-section form input[type="search"] {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/search-icon.png) no-repeat 14px 20px;
border: 0;
height: 100%;
float: left;
width: 70%;
padding: 0 5px 0 36px;
font-size: 16px;
line-height: 20px;
color: #fff;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.search-section form input[type="submit"] {
text-transform: uppercase;
height: 100%;
float: right;
width: 20%;
box-shadow: none;
background: #fff;
border: 0;
border-radius: 0;
font-size: 16px;
line-height: 20px;
color: #3b9ad7;
font-weight: 600;
text-align: center;
padding: 0;
}
.search-section form input[type="submit"]:hover {
background: #d9d9d9;
}
.site-footer {
background: #1f1f1f;
padding: 58px 0 54px;
color: #d6d6d6;
}
.site-footer .widget-area .col {
width: 33.33%;
padding: 0 15px;
float: left;
}
.site-footer .widget-area {
border-bottom: 1px solid #3a3a3a;
padding-bottom: 26px;
}
.widget-area .widget-title {
font-size: 16px;
line-height: 44px;
margin-bottom: 5px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
.widget-area .widget ul {
margin: 0;
padding: 0;
}
.widget-area .widget ul li {
list-style: none;
margin-bottom: 12px;
}
.widget-area .widget ul li a:hover {
opacity: 0.6;
}
.widget-area .widget ul li a {
font-size: 16px;
line-height: 20px;
color: #9a9a9a;
}
.site-info {
text-align: center;
padding-top: 55px;
font-size: 14.47px;
line-height: 20px;
color: #a6a6a6;
}
.site-info a {
color: #fff;
}
.site-info a:hover {
opacity: 0.6;
}
.site-info ul {
margin: 0;
padding: 0;
}
.site-info ul li {
list-style: none;
display: inline-block;
margin-right: 22px;
}
.site-info ul li .fa {
font-size: 24px;
color: #6c6c6c;
}
.site-info ul li .fa:hover {
opacity: 0.6;
}
.site-info .social-networks {
margin-bottom: 28px;
}
#primary {
width: 66.67%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 70px;
}
.full-width #primary {
width: 100%;
}
#secondary {
width: 33.33%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-thumbnail {
display: block;
}
.page-header {
padding: 30px 0 0;
}
.site-content{
padding-top: 30px;
}
.page-header .page-title {
font-size: 38px;
line-height: 42px;
color: #474b4e;
font-weight: 700;
display: inline-block;
margin-bottom: 0;
}
#primary .post,
#primary .page {
background: #fff;
padding-bottom: 44px;
margin-bottom: 50px;
}
#primary .entry-title {
margin-bottom: 8px;
font-size: 29px;
line-height: 32px;
color: #474b4e;
font-weight: 700;
}
#primary .entry-title a {
font-size: 29px;
line-height: 32px;
color: #474b4e;
font-weight: 700;
}
#primary .entry-meta a {
color: #878b8d;
font-size: 14px;
line-height: 17px;
}
#primary .entry-meta span {
margin-right: 25px;
display: inline-block;
}
#primary .entry-meta span.author{
margin-right: 0;
}
#primary .entry-meta .fa {
color: #878b8d;
font-size: 14px;
line-height: 17px;
margin-right: 10px;
}
#primary .entry-header {
padding: 30px 0 0;
}
#primary .entry-header a:hover {
opacity: 0.6;
}
#primary .entry-content,
#primary .entry-footer { }
#primary .read-more {
display: inline-block;
background: #3b9ad7;
text-transform: uppercase;
font-size: 14px;
line-height: 17px;
font-weight: 900;
color: #fff;
padding: 15px 34px;
}
#primary .read-more:hover {
background: #21577a
}
#primary .entry-content blockquote {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/quote-icon.png) no-repeat 4% 20% #eee;
margin: 0 0 28px;
padding: 26px 20px 2px 56px;
color: #4f4f4f;
font-size: 21px;
line-height: 30px;
font-style: italic;
}
#primary .post.format-image .entry-title,
#primary .post.format-aside .entry-title,
#primary .post.format-status .entry-title,
#primary .post.format-link .entry-title {
display: none;
}
.header-section:after {
content: '';
display: block;
clear: both;
}
#crumbs {
text-align: right;
font-size: 14px;
line-height: 17px;
color: #358ac0;
margin-right: 5px;
float: right;
margin-top: 25px;
}
#crumbs a {
font-size: 14px;
line-height: 17px;
color: #878b8d;
font-weight: 700;
}
#crumbs a:hover {
opacity: 0.6;
}
#crumbs span {
padding: 0 1px 0 5px;
}
#secondary .widget-title {
color: #474b4e;
font-size: 19px;
line-height: 22px;
margin-bottom: 23px;
}
#secondary .widget {
margin-bottom: 30px;
padding-left:20px;
}
.widget-area .widget form,
.page-header form {
width: 100%;
background: #ededed;
height: 50px;
}
.widget-area .widget form input[type="search"],
.page-header form input[type="search"] {
float: left;
width: 70%;
background: 0;
height: 100%;
border: 0;
padding: 0 10px;
font-size: 16px;
line-height: 26px;
color: #6f6f6f;
}
.widget-area .widget form input[type="submit"],
.page-header form input[type="submit"] {
float: right;
width: 65px;
height: 100%;
box-shadow: none;
border-radius: 0;
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/search-icon.png) no-repeat 48% 53% #3b9ad7;
text-indent: 100%;
font-size: 0;
}
#secondary .widget ul li a {
font-size: 17px;
line-height: 22px;
color: #5d5d5d;
}
.widget ul li .post:after {
display: block;
content: '';
clear: both;
}
.widget ul li .post {
margin-bottom: 20px;
}
.widget ul li .post .post-thumbnail {
float: left;
display: block;
margin-right: 16px;
}
.widget ul li .post .entry-header {
overflow: hidden;
}
.widget ul li .post .entry-title {
margin: 0;
}
.widget ul li .post .entry-title a {
display: inline-block;
font-size: 15px;
line-height: 19px;
color: #474b4e;
font-weight: 700;
}
.widget ul li .post .entry-meta .fa {
font-size: 13px;
line-height: 15px;
color: #878b8d;
margin-right: 7px;
}
.widget ul li .post .entry-meta a {
font-size: 13px;
line-height: 15px;
color: #878b8d;
}
.widget-area .widget.widget_global_college_recent_entries .post:after {
display: block;
content: '';
clear: both;
}
.widget-area .widget.widget_global_college_recent_entries .post {
margin-bottom: 25px;
}
.widget-area .widget.widget_global_college_recent_entries .post-thumbnail:hover,
.widget.widget_instagram ul li a:hover {
opacity: 1;
}
.widget-area .widget.widget_tag_cloud a {
font-size: 13px;
line-height: 15px;
color: #7f8385;
font-weight: 700;
text-transform: uppercase;
border: 1px solid #dfdfdf;
padding: 10px 14px;
display: inline-block;
margin: 0 5px 5px 0;
}
.widget-area .widget.widget_tag_cloud a:hover {
background: #4aa0d7;
color: #f5f5f5;
border: 1px solid #f5f5f5;
}
#secondary .widget.widget_recent_tweets ul li a {
color: #4aa0d7;
font-size: 14px;
line-height: 22px;
display: inline-block;
margin-bottom: 16px;
}
.widget-area .widget.widget_recent_tweets ul li h4 {
font-size: 15px;
line-height: 24px;
color: #6c6c6c;
font-weight: 400;
margin: 0;
}
.widget-area .widget.widget_recent_tweets ul li .posted-on {
font-size: 13px;
line-height: 15px;
color: #878b8d;
display: block;
}
.widget-area .widget.widget_recent_tweets ul li {
position: relative;
padding-left: 24px;
border-bottom: 1px dashed #dddcdb;
margin-bottom: 20px;
padding-bottom: 25px;
}
.widget-area .widget.widget_recent_tweets ul li:last-child {
border-bottom: 0;
}
.widget-area .widget.widget_recent_tweets ul li:after {
content: '\f099';
position: absolute;
top: 0;
left: 0;
color: #4aa0d7;
font-size: 15px;
line-height: 26px;
font-family: 'FontAwesome';
}
.widget-area .widget.widget_instagram ul {
margin: 0 -6px;
}
.widget-area .widget.widget_instagram ul:after {
display: block;
content: '';
clear: both;
}
.widget-area .widget.widget_instagram ul li a {
display: block;
}
.widget-area .widget.widget_instagram ul li {
float: left;
padding: 0 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 33.33%;
}
.widget-area .widget.widget_calendar table {
position: relative;
}
.widget-area .widget.widget_calendar table td {
color: #2d2d2d;
font-size: 12px;
line-height: 24px;
text-align: center;
padding: 7px 12px;
}
.widget-area .widget.widget_calendar table tbody {
background: #fcfcfc;
}
.widget-area .widget.widget_calendar table td a {
background: #4aa0d7;
color: #fff;
display: block;
padding: 10px 13px;
}
.widget-area .widget.widget_calendar table caption {
background: #4aa0d7;
font-size: 16px;
line-height: 21px;
color: #ffffff;
font-weight: 700;
padding-top: 14px;
padding-bottom: 15px;
}
.widget-area .widget.widget_calendar table .fa {
font-size: 14px;
line-height: 24px;
color: #fff;
}
.widget-area .widget.widget_calendar table #prev {
position: absolute;
top: 15px;
left: 20px;
}
.widget-area .widget.widget_calendar table #prev a {
display: block;
padding: 6px 15px;
}
.widget-area .widget.widget_calendar table #next a {
display: block;
padding: 6px 15px;
}
.widget-area .widget.widget_calendar table #next {
position: absolute;
top: 15px;
right: 20px;
}
.widget-area .widget.widget_calendar table thead {
background: #4aa0d7;
color: #fff;
font-size: 12px;
line-height: 24px;
font-weight: 900;
}
.widget-area .widget.widget_calendar table th {
padding: 6px;
}
.widget.widget.widget_education_zone_social_links li {
display: inline-block;
margin-bottom: 10px;
margin-left: 10px;
}
.widget.widget.widget_education_zone_social_links li .fa {
font-size: 20px;
}
.widget.widget.widget_education_zone_social_links li a {
height: 30px;
width: 30px;
}
.navigation.pagination {
text-align: center;
}
.navigation.pagination .page-numbers {
font-size: 19px;
line-height: 22px;
color: #8f9193;
font-weight: 700;
display: inline-block;
padding: 7px 16px;
border: 2px solid #f8f8f8;
}
.navigation.pagination .page-numbers .fa {
font-size: 22px;
line-height: 25px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
border: 2px solid #3b9ad7;
color: #3b9ad7;
}
.site-footer .widget ul li .post .entry-title a {
color: #878b8d;
} .search .site-content #primary .post:after,
.search .site-content #primary .page:after {
display: block;
content: '';
clear: both;
}
.search .site-content #primary .post-thumbnail {
float: left;
margin-right: 30px;
}
.search .site-content #primary .post,
.search .site-content #primary .page {
padding: 43px 30px;
}
.search .site-content #primary .entry-header {
padding: 0;
}
.search .site-content #primary .entry-content {
padding: 0;
}
.search .site-content #primary .text {
overflow: hidden;
}
.search .site-content #primary .entry-footer {
padding: 0;
}
.search .page-header {
margin-bottom: 40px;
}
.search .page-header form {
width: 500px;
}
.search .page-header form input[type="search"] {
width: 80%;
}
.page #primary .entry-content { }
.page #primary .entry-header {
padding: 0 0 0;
display: inline-block;
}
.page #primary .post {
background: none;
}
.page.full-width #primary {
width: 100%;
}
.page #primary .entry-title {
font-size: 38px;
line-height: 42px;
}
.tags a {
font-size: 13px;
line-height: 15px;
color: #7f8385;
text-transform: uppercase;
}
.tags a:hover {
color: #3b9ad7;
}
.tags .fa {
margin-right: 10px;
color: #3b9ad7;
font-size: 18px;
line-height: 22px;
}
.author-section {
background: #fff;
padding: 30px 20px;
margin-bottom: 53px;
}
.author-section img {
float: left;
margin-right: 20px;
}
.author-section .text {
overflow: hidden;
}
.author-section .name {
font-size: 19px;
line-height: 28px;
color: #474b4e;
display: block;
font-weight: 700;
}
.author-section ul {
margin: 0;
padding: 0;
}
.author-section ul li {
list-style: none;
display: inline-block;
margin-right: 16px;
}
.author-section ul li .fa {
font-size: 15px;
line-height: 16px;
color: #6c6c6c;
}
.author-section ul li .fa:hover {
opacity: 0.6;
}
.post-section:after {
content: '';
display: block;
clear: both;
}
.post-section {
padding: 40px 30px;
background: #fff;
}
.site-content #primary .post-section .post {
float: left;
width: 33.33%;
margin-bottom: 0;
padding: 0 15px;
}
#primary .post-section .post .entry-header {
padding: 18px 0 0;
}
#primary .post-section .post .entry-title a {
font-size: 19px;
line-height: 22px;
display: inline-block;
}
#primary .post-section {
margin-bottom: 53px;
}
.comments-area ol {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.comments-area,
.comments-area.form {
margin-bottom: 60px;
background: #fffffe;
padding: 40px 0;
font-size: 16px;
}
.comments-area ol li {
border-top: 1px solid #f6f6f5;
padding: 26px 0 15px;
}
.comments-area ol ol li {
padding-left: 40px;
}
.comments-title,
.comment-reply-title {
font-size: 28px;
line-height: 32px;
color: #474b4e;
font-weight: 700;
margin: 0;
}
.comments-area ol ol li:first-child {
border-top: 1px solid #f6f6f5;
}
.comments-area ol li:first-child {
border-top: 0;
}
.comments-area ol li:first-child .reply {
margin-bottom: 26px;
}
.avatar.photo {
float: left;
margin-right: 20px;
}
.comment-body:after {
content: '';
display: block;
clear: both;
}
.comment-body .fn a {
font-size: 19px;
line-height: 28px;
color: #474b4e;
font-weight: 700;
text-decoration: none;
}
.comment-body .fn a:hover {
opacity: 0.6;
}
.comment-content {
float: left;
margin-top: -40px;
margin-left: 100px;
font-size: 16px;
}
.reply {
margin-left: 82px;
margin-top: -18px;
text-align: left;
}
.reply a {    
font-size: 15px;
line-height: 30px;
padding: 7px 17px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
color: #878b8d;
font-weight: 700;
}
.comment-author.vcard {
float: left;
}
.reply a:hover {
color: #3b9ad7;
}
.comment-meta:after {
display: block;
clear: both;
content: '';
}
.comment-metadata {
float: right;
}
.comment-metadata .fa {
color: #878b8d;
font-size: 13px;
line-height: 24px;
margin-right: 10px;
}
.comment-metadata a {
font-size: 14px;
line-height: 17px;
color: #919191;
text-decoration: none;
}
.comment-metadata a:hover {
opacity: 0.6;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
float: left;
height: 50px;
margin-bottom: 16px;
font-size: 15px;
line-height: 20px;
color: #878b8d;
padding: 0 10px;
border-radius: 0;
border: 1px solid #dfdfdf;
width: 31.9%;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
margin-right: 15px;
}
.comment-form input[id="url"] {
margin-right: 0;
}
.comment-form input:focus,
.comment-form textarea:focus {
background: #fdfdfc;
border-radius: 0;
border: 1px solid #4b4b4b;
}
.comment-form form textarea {
height: 180px;
resize: none;
font-size: 15px;
line-height: 20px;
color: #878b8d;
padding: 10px;
border: 1px solid #dfdfdf;
}
.comment-form form input[type="submit"] {
box-shadow: none;
border-radius: 0;
border: none;
text-transform: uppercase;
color: #fff;
font-size: 17px;
line-height: 30px;
font-weight: 700;
padding: 12px 60px;
background: #3b9ad7;
display: block;
width: 100%;
}
.comment-form form input[type="submit"]:hover {
background: #27668e;
}
.comments-area.form .comment-reply-title {
margin-bottom: 20px;
}
.single-post .site-content .entry-content h1 {
color: #474b4e;
font-size: 38px;
line-height: 42px;
font-weight: 700;
}
.single-post .site-content .entry-content h2 {
color: #393939;
font-size: 29px;
line-height: 32px;
font-weight: 700;
}
.single-post .site-content .entry-content h3 {
color: #393939;
font-size: 23px;
line-height: 28px;
font-weight: 700;
}
.single-post .site-content .entry-content h4 {
color: #393939;
font-size: 21px;
line-height: 25px;
font-weight: 700;
}
.single-post .site-content .entry-content h5 {
color: #393939;
font-size: 19px;
line-height: 22px;
font-weight: 700;
}
.single-post .site-content .entry-content h6 {
color: #393939;
font-size: 17px;
line-height: 21px;
font-weight: 700;
}
.single-post .site-content .entry-content blockquote {
padding: 46px 70px !important;
margin-bottom: 40px !important;
color: #666666;
font-size: 20px;
line-height: 32px;
}
.pull-right {
width: 30%;
padding: 16px 20px;
margin: 12px 0;
font-size: 16px;
line-height: 26px;
margin-left: 37px;
background: #f9f9f8;
border-top: 3px solid #ededed;
text-align: right;
}
.pull-left {
width: 30%;
padding: 16px 20px;
font-size: 16px;
line-height: 26px;
margin: 12px 0;
background: #f9f9f8;
margin-right: 37px;
border-top: 3px solid #ededed;
text-align: left;
}
.single-post .site-content .entry-content .dropcap {
font-size: 84px;
line-height: 24px;
font-weight: 700;
color: #656565;
margin: 25px 22px 45px 0;
float: left;
}
.single-post .site-content .entry-content .highlight {
background: #56a5d7;
}
.single-post .site-content .entry-content table tr:nth-child(2n+1) {
background: #fafafa;
}
.single-post .site-content .entry-content table th {
padding: 16px 30px;
font-weight: 700;
background: #56a5d7;
color: #f8f8f8;
}
.single-post .site-content .entry-content table td {
padding: 16px 30px;
text-align: center;
}
.single-post .site-content .post .entry-content pre {
background: #f9f9f8;
color: #757575;
font-size: 15px;
line-height: 25px;
font-family: "Courier 10 Pitch", Courier, monospace;
}
.single-post .site-content .entry-content ul {
margin: 0 0 15px 16px;
padding: 0;
}
.single-post .site-content .entry-content ul li {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/list-icon.png) no-repeat 0 12px;
padding-left: 20px;
list-style: none;
}
.single-post .site-content .entry-content ol li {
margin-left: 20px;
}
.single-post .site-content .entry-content ol {
margin: 0 0 15px 16px;
padding: 0;
}
.single-post .site-content .entry-content ul ul,
.single-post .entry-content ol ol {
margin: 10px 20px;
}
.single-post .site-content .entry-content .form-element {
display: block;
font-size: 19px;
line-height: 22px;
color: #494949;
font-weight: 700;
}
.single-post .site-content .entry-content form input[type="text"],
.single-post .site-content .entry-content form input[type="password"] {
height: 42px;
border: 1px solid #d2d2d2;
background: none;
padding: 10px;
width: 53%;
outline: none;
margin-bottom: 26px;
}
.single-post .site-content .entry-content form textarea {
width: 75%;
border: 1px solid #d2d2d2;
resize: none;
height: 150px;
padding: 10px;
margin-bottom: 26px;
}
.single-post .site-content .entry-content form .radio-section {
padding: 0;
margin: 0 0 26px;
}
.single-post .site-content .entry-content form .radio-section:after {
content: '';
clear: both;
display: block;
}
.single-post .site-content .entry-content form .radio-section li {
float: left;
padding-left: 0;
background: none;
margin-right: 20px;
list-style: none;
}
.jcf-select {
height: 42px;
width: 50%;
background: none;
font-size: 16px;
line-height: 20px;
color: #acacac;
border: 1px solid #d2d2d2;
padding: 7px 0 0;
margin-bottom: 26px;
}
.jcf-reset-appearance {
font-size: 16px;
line-height: 20px;
color: #acacac;
}
.jcf-select .jcf-select-opener {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/select-opener.png) no-repeat 0 16px;
}
.jcf-checkbox {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked {
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/check-box-checked.png) no-repeat;
}
.form-element.password {
margin-top: 26px;
}
.jcf-file .jcf-upload-button {
border: 0;
border-radius: 4px;
background: #e3e3e3;
color: #8c8c8c;
float: left;
font-size: 15px;
line-height: 18px;
padding: 10px 20px;
height: 36px;
}
.jcf-file:after {
content: '';
display: block;
clear: both;
}
.jcf-file {
margin-bottom: 20px;
background: none;
}
.jcf-file .jcf-fake-input {
border: 0;
float: right;
padding-top: 4px;
font-size: 15px;
line-height: 26px;
color: #666666;
}
.jcf-radio.jcf-checked span {
background: #4f4e4e;
}
.jcf-radio {
border: 1px solid #9e9e9e;
}
.single-post .site-content .entry-content form input[type="submit"] {
box-shadow: none;
color: #fff;
background: #3b9ad7;
padding: 10px 22px;
font-size: 17px;
border-radius: 0;
line-height: 24px;
text-transform: uppercase;
border: none;
}
.single-post .site-content .entry-content form input[type="submit"]:hover {
background: #296c97;
}
.single-post .site-content .entry-content form {
margin-bottom: 26px;
}
#mobile-header {
display: block;
text-align: left;
padding: 20px 0;
width: 20px;
}
#mobile-header a {
top: 14px;
left: 0;
}
#mobile-header .fa {
color: #fff;
font-size: 22px;
}
#mobile-header-2 {
float: right;
width: 20px;
}
#mobile-header-2 .fa {
color: #fff;
} .error404 .not-found {
width: 62%;
text-align: center;
margin: 0 auto;
padding-bottom: 90px;
padding-top: 70px;
}
.error404 .not-found span {
color: #3b9ad7;
font-size: 124px;
line-height: 136px;
font-weight: 700;
display: block;
margin-bottom: 30px;
}
.error404 .not-found h1 {
font-weight: 700;
font-size: 30px;
line-height: 35px;
color: #343434;
}
.error404 .not-found form {
border: 1px solid #e6e6e6;
height: 40px;
margin: auto;
margin-bottom: 30px;
width: 60%;
}
.error404 .not-found form input[type="search"] {
width: 85%;
float: left;
border: 0;
border-radius: 0;
height: 100%;
padding: 0 10px;
margin: 0;
background: none;
color: #999999;
font-size: 15px;
line-height: 24px;
}
.error404 .not-found form input[type="submit"] {
float: right;
width: 10%;
background: url(//gn-enterprises.com/wp-content/themes/education-zone/images/search-icon2.png) no-repeat 12px 10px;
box-shadow: none;
height: 100%;
border: 0;
border-radius: 0;
text-indent: -9999px;
}
.error404 .homepage {
background: #3b9ad7;
font-size: 14px;
line-height: 17px;
color: #fff;
padding: 12px 20px;
display: inline-block;
text-transform: uppercase;
}
.error404 .homepage:hover {
background: #21577a;
}
.photo-gallery .gallery .gallery-item{
padding: 0;
margin: 0;
} @media only screen and (max-width: 1370px) {
.banner .banner-text {
top: 15%;
}
}
@media only screen and (max-width: 1199px) {
.container {
width: 970px;
}
.main-navigation li {
margin-left: 32px;
}
.banner .banner-text .text {
width: 65%;
}
.thumb-text li .box-1 {
padding: 30px 42px 17px;
}
.thumb-text li .box-2 {
padding: 30px 42px 13px;
}
.thumb-text li .box-3 {
padding: 30px 42px 38px;
}
.thumb-text li .box-4 {
padding: 30px 40px 40px;
}
.thumb-text {
margin: -79px 0 0;
}
.featured-courses ul li .image-holder .description {
padding: 10px 9px 0;
}
.featured-courses ul li .image-holder .description h2 {
margin-bottom: 8px;
}
.featured-courses ul li .image-holder .description h2::after {
margin-top: 6px;
}
.featured-courses ul li .image-holder .description .learn-more {
padding: 10px 23px;
}
.latest-events .col-1 .post .image-wrapper .text {
width: 64%;
}
.latest-events .col-1 .post .image-wrapper {
top: 24%;
}
.widget-area .widget form input[type="search"],
.page-header form input[type="search"] {
width: 66%;
}
}
@media only screen and (min-width: 991.5px) {
#mobile-header {
display: none;
}
}
@media only screen and (max-width: 991px) {
.container {
width: 750px;
}
.main-navigation {
display: none;
}
.information .container {
padding: 0;
}
.thumb-text li .box-1 {
padding: 30px 8px 17px;
}
.thumb-text li .box-2 {
padding: 30px 8% 13px;
}
.thumb-text li .box-3 {
padding: 30px 8% 38px;
}
.thumb-text li .box-4 {
padding: 30px 8% 40px;
}
.banner .banner-text .text span {
font-size: 32px;
line-height: 40px;
}
.thumb-text {
margin: 0;
}
.featured-courses ul li {
width: 50%;
margin-bottom: 15px;
}
.featured-courses ul li .image-holder .description {
padding: 26% 10%;
}
.choose-us .col {
width: 50%;
}
.header-part {
width: 100%;
}
.latest-events .col-1 {
width: 100%;
}
.latest-events .col-2 {
width: 100%;
}
.search-section .col-1 {
width: 100%;
text-align: center;
}
#primary,
#secondary {
width: 100%;
}
.widget-area .widget.widget_instagram ul li {
width: auto;
}
}
@media only screen and (min-width: 767.5px) {
#mobile-header-2 {
display: none;
}
}
@media only screen and (max-width: 767px) {
.container {
width: 100%;
}
.site-header .form-section .fa {
padding-left: 10px;
}
.site-header .header-top {
text-align: center;
padding: 6px 0;
}
.theme .theme-description a {
margin-right: 0;
}
.banner .banner-text .text p {
margin-bottom: 0;
}
.site-header .header-top .top-links {
margin-top: 0;
}
.thumb-text li {
width: 100%;
}
.banner .banner-text .text span {
font-size: 20px;
line-height: 23px;
margin-bottom: 0;
}
.banner .banner-text .text {
width: 100%;
}
.banner .banner-text .text .course-link {
padding: 7px 15px;
font-size: 9px;
line-height: 10px;
}
.banner .banner-text {
top: 9%;
}
.welcome-note .col,
.choose-us .col {
width: 100%;
margin-bottom: 15px;
}
.featured-courses ul li {
width: 100%;
}
.theme .theme-description .apply {
margin-bottom: 15px;
}
.student-stories blockquote {
margin: 0;
padding: 0 61px;
}
.welcome-note,
.featured-courses,
.theme .theme-description,
.choose-us,
.student-stories .image-wrapper,
.latest-events {
padding: 20px 0;
}
.latest-events .col-1 .post .image-wrapper {
position: relative;
width: 100%;
}
.latest-events .col-1 .post .image-wrapper .text {
width: 100%;
margin-left: 0;
}
.theme .header-part {
width: 100%;
}
.search-section form input[type="search"] {
width: 100%;
margin-bottom: 20px;
}
.search-section form input[type="submit"] {
width: 100%;
}
.site-footer .widget-area .col {
width: 100%;
}
.site-footer .row {
margin: 0;
}
.search .page-header form {
width: 260px;
}
.search .page-header form input[type="search"] {
width: 56%;
}
.search #crumbs {
float: left;
margin-bottom: 15px;
}
.widget-area .widget form input[type="search"],
.page-header form input[type="search"] {
width: 55%;
}
.search .site-content #primary .post-thumbnail {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 15px;
}
.search .site-content #primary .post-thumbnail img {
width: 100%;
}
.search .site-content #primary .text {
overflow: none;
}
.site-content #primary .post-section .post {
width: 100%;
margin-bottom: 20px;
}
.comment-content {
margin-left: 0;
}
.comment-author.vcard {
float: none;
width: 100%;
}
.comment-metadata {
float: none;
}
.reply a {
margin-left: 0;
}
.avatar.photo {
float: none;
width: 100%;
margin-bottom: 15px;
}
.comments-area ol ol li {
padding-left: 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
}
.single-post .site-content .entry-content form input[type="text"],
.single-post .site-content .entry-content form input[type="password"] {
width: 100%;
}
.single-post .site-content .entry-content form textarea {
width: 100%;
}
.site-branding {
float: none;
width: 100%;
text-align: center;
}
.site-header .form-section {
float: none;
width: 100%;
}
.site-header .form-section form input[type="search"] {
float: left;
width: 80%;
}
.photo-gallery img {
width: 100%;
}
.site-header .header-top .secondary-nav {
width: 100%;
float: none;
}
.site-header .header-top .secondary-nav ul {
width: 100%;
}
.site-header .header-top .secondary-nav a {
display: block;
text-align: left;
}
.site-header .header-top .secondary-nav a:after {
left: 95%;
}
.search-section form {
height: auto;
border: 0;
width: 100%;
}
.search-section form input[type="search"] {
border: 1px solid #fff;
display: block;
width: 100%;
}
.search-section form input[type="search"],
.search-section form input[type="submit"] {
height: 54px;
margin-bottom: 20px;
display: block;
float: none;
}
.secondary-nav {
display: none;
}
.site-footer .widget-area .col {
width: 100%;
}
}
   body {
color: #000;
} .site-header .header-top {
background: #ff0000;
} .site-header .header-top .top-links span a {
font-size: 18px;
} .site-header .header-top .top-links span .fa {
font-size: 18px;
} .site-header .header-top .secondary-nav ul {
background: #e43333;
} .site-header .header-m {
background-color: #ffd700;
} .thumb-text li .box-1 {
background: #ff6600;
}
.thumb-text li .box-2 {
background: #4aa0d7;
}
.thumb-text li .box-3 {
background: #228b22;
}
.thumb-text li .box-4 {
background: #ff0000;
} .section-title {
color: #e43333;
} .page-header .page-title {
font-size: 32px;
line-height: 42px;
color: #123475;
font-weight: 500;
display: inline-block;
margin-bottom: 0;
} .entry-content h2 {
font-size: 1.3em;
margin: 20px 0px 25px;
border: 1px solid #ccc;
border-top: 4px solid #123475;
padding: 13px 0px 13px 20px;
position: relative;
line-height: 114.3%;
box-shadow: inset 0 1px 0 #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
} .entry-content h3 {
font-size: 1.17em;
border-left: 4px solid #123475;
margin: 30px 0px 25px;
padding: 2px 0px 0px 15px;
} table {
display: table;
padding: 0;
border-color: grey;
}
.entry-content table {
border-top: 1px solid #ccc;
margin: 10px -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 85.7%;
line-height: 141.7%;
}
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.entry-content table thead th {
font-weight: bold;
}
.entry-content table th {
box-shadow: inset 1px 1px 0px #ffffff;
}
.entry-content table th, .entry-content table td {
border: 1px solid #ccc;
padding: 10px 15px;
vertical-align: top;
}
.entry-content th, .entry-content thead th {
background-color: #f5f5f5;
white-space: nowrap;
}
th {
text-align: -internal-center;
}
td, th {
display: table-cell;
padding: 6px;
}  .theme {
background: url(//gn-enterprises.com/wp-content/themes/gne-ez-child/images/theme-section-img.jpg) no-repeat;
} .theme .theme-description {
background: none;
} .theme .header-part .section-title{
color: #000;
} .theme .header-part {
color: #000;
} .theme .theme-description .apply {
color: #000;
border: 1px solid #000;
}  .student-stories {
background: url(//gn-enterprises.com/wp-content/themes/gne-ez-child/images/students-section-img.jpg) no-repeat;
} .student-stories .image-wrapper {
background: rgba(63, 154, 63, 0.7);
} .student-stories .image-wrapper {
padding-top: 50px;
padding-bottom: 0px;
background: rgb(63 154 63);
}  .site-footer {
background: #ffd700;
color: #000;
}
.site-info {
color: #000;
}
.site-info a{
color: #000;
} .widget-area .widget ul li a {
color: #000;
} .by {
display: none;
} span.wpcf7-list-item {
display: block;
} input[type="submit"] {
font-size: 1.2rem;
} .ad-header-widget {
display: block;
position: relative;
overflow: hidden;
float: right;
padding: 0px 150px;
font-size: 10pt;
} .thumb-text {
position: relative;
top: 0;
padding: 0;
margin: 0px 0 0;
text-align: center;
width: 100%;
} #pt-cv-view-49c96df07p {
background-color: #89CE72FF;
text-align: center;
}
#pt-cv-view-79a77d21wf{
background-color: #7EC0FFFF;
}
.pt-cv-view .pt-cv-carousel-indicators {
display: none;
}
.pt-cv-scrollable .pt-cv-cap-wo-img {
text-align: center;
}
.pt-cv-wrapper .carousel-control .glyphicon-chevron-left{
margin-left: auto;
}
.pt-cv-wrapper .carousel-control .glyphicon-chevron-right {
margin-right: auto;
}
.pt-cv-wrapper a:visited {
color: #111111;
}
.pt-cv-scrollable .pt-cv-carousel-caption * {
text-align: center;
}
/*._self typesquare_option, .pt-cv-wrapper [class*=pt-cv-] a {
pointer-events: none;
}
a._self typesquare_option{
pointer-events: none;
}/**/ @font-face {
font-family: 'FontAwesome';
src: url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//gn-enterprises.com/wp-content/themes/education-zone/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}.lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.lightSlider:before, .lightSlider:after {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
margin: 0;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform,height;
-moz-transition-property: -moz-transform,height;
transition-property: transform,height;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
overflow: hidden;
-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}  .lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(//gn-enterprises.com/wp-content/themes/education-zone/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 99;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
} .lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
} .lSSlideOuter.vertical .lSAction > a {
left: 50%;
margin-left: -14px;
margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
background-position: 31px -31px;
bottom: 10px;
top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
background-position: 0 -31px;
bottom: auto;
top: 10px;
}  .lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
} @-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}/*/*/.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}.sidr {
display: block;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 15px;
background: #f8f8f8;
color: #333;
box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
padding: 0 0 15px;
}
.sidr .sidr-inner > p {
margin-left: 15px;
margin-right: 15px;
}
.sidr.right {
left: auto;
right: -260px;
}
.sidr.left {
left: -260px;
right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
background-image: linear-gradient(#ffffff, #dfdfdf);
font-size: 11px;
font-weight: normal;
padding: 0 15px;
margin: 0 0 5px;
color: #333;
line-height: 24px;
box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
font-size: 13px;
margin: 0 0 12px;
}
.sidr p a {
color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
margin-left: 15px;
margin-right: 15px;
}
.sidr ul {
display: block;
margin: 0 0 15px;
padding: 0;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid white;
}
.sidr ul li {
display: block;
margin: 0;
line-height: 48px;
border-top: 1px solid white;
border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
border-top: 0;
line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
box-shadow: 0 0 15px 3px #ebebeb inset;
}
.sidr ul li a,
.sidr ul li span {
padding: 0 15px;
display: block;
text-decoration: none;
color: #333;
}
.sidr ul li ul {
border-bottom: 0;
margin: 0;
}
.sidr ul li ul li {
line-height: 40px;
font-size: 13px;
}
.sidr ul li ul li:last-child {
border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
border-top: 0;
line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
box-shadow: 0 0 15px 3px #ebebeb inset;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
color: rgba(51, 51, 51, 0.8);
padding-left: 30px;
}
.sidr form {
margin: 0 15px;
}
.sidr label {
font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
width: 100%;
font-size: 13px;
padding: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 10px;
border-radius: 2px;
border: 0;
background: rgba(0, 0, 0, 0.1);
color: rgba(51, 51, 51, 0.6);
display: block;
clear: both;
}
.sidr input[type=checkbox] {
width: auto;
display: inline;
clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
color: #f8f8f8;
background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
background: rgba(51, 51, 51, 0.9);
}