diff --git a/assets/css/flex-slider.css b/assets/css/flex-slider.css
index 3bad2b3..f2b67ac 100644
--- a/assets/css/flex-slider.css
+++ b/assets/css/flex-slider.css
@@ -1,281 +1,281 @@
-/*
- * jQuery FlexSlider v2.7.1
- * http://www.woothemes.com/flexslider/
- *
- * Copyright 2012 WooThemes
- * Free to use under the GPLv2 and later license.
- * http://www.gnu.org/licenses/gpl-2.0.html
- *
- * Contributing author: Tyler Smith (@mbmufffin)
- *
- */
-/* ====================================================================================================================
- * FONT-FACE
- * ====================================================================================================================*/
-@font-face {
- font-family: 'flexslider-icon';
- src: url('../fonts/flexslider-icon.eot');
- src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-/* ====================================================================================================================
- * RESETS
- * ====================================================================================================================*/
-.flex-container a:hover,
-.flex-slider a:hover {
- outline: none;
-}
-.slides,
-.slides > li,
-.flex-control-nav,
-.flex-direction-nav {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-.flex-pauseplay span {
- text-transform: capitalize;
-}
-/* ====================================================================================================================
- * BASE STYLES
- * ====================================================================================================================*/
-.flexslider {
- margin: 0;
- padding: 0;
-}
-.flexslider .slides > li {
- display: none;
- -webkit-backface-visibility: hidden;
-}
-.flexslider .slides img {
- width: 100%;
- display: block;
-}
-.flexslider .slides:after {
- content: "\0020";
- display: block;
- clear: both;
- visibility: hidden;
- line-height: 0;
- height: 0;
-}
-html[xmlns] .flexslider .slides {
- display: block;
-}
-* html .flexslider .slides {
- height: 1%;
-}
-.no-js .flexslider .slides > li:first-child {
- display: block;
-}
-/* ====================================================================================================================
- * DEFAULT THEME
- * ====================================================================================================================*/
-.flexslider {
- margin: 0;
- background: #fff;
- border: 4px solid #fff;
- position: relative;
- zoom: 1;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
- -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
- box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-}
-.flexslider .slides {
- zoom: 1;
-}
-.flexslider .slides img {
- height: auto;
- -moz-user-select: none;
-}
-.flex-viewport {
- max-height: 2000px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
-}
-.loading .flex-viewport {
- max-height: 300px;
-}
-@-moz-document url-prefix() {
- .loading .flex-viewport {
- max-height: none;
- }
-}
-.carousel li {
- margin-right: 5px;
-}
-.flex-direction-nav {
- *height: 0;
-}
-.flex-direction-nav a {
- text-decoration: none;
- display: block;
- width: 40px;
- height: 40px;
- line-height: 40px;
- margin: -20px 0 0;
- position: absolute;
- top: 50%;
- z-index: 10;
- overflow: hidden;
- opacity: 0;
- cursor: pointer;
- color: rgba(0, 0, 0, 0.8);
- text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
-}
-.flex-direction-nav a:before {
- font-family: "flexslider-icon";
- font-size: 26px;
- display: inline-block;
- content: '\f001';
- color: rgba(0, 0, 0, 0.8);
- text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-}
-.flex-direction-nav a.flex-next:before {
- content: '\f002';
-}
-.flex-direction-nav .flex-prev {
- left: -50px;
-}
-.flex-direction-nav .flex-next {
- right: -50px;
- text-align: right;
-}
-.flexslider:hover .flex-direction-nav .flex-prev {
- opacity: 0.7;
- left: 10px;
-}
-.flexslider:hover .flex-direction-nav .flex-prev:hover {
- opacity: 1;
-}
-.flexslider:hover .flex-direction-nav .flex-next {
- opacity: 0.7;
- right: 10px;
-}
-.flexslider:hover .flex-direction-nav .flex-next:hover {
- opacity: 1;
-}
-.flex-direction-nav .flex-disabled {
- opacity: 0!important;
- filter: alpha(opacity=0);
- cursor: default;
- z-index: -1;
-}
-.flex-pauseplay a {
- display: block;
- width: 20px;
- height: 20px;
- position: absolute;
- bottom: 5px;
- left: 10px;
- opacity: 0.8;
- z-index: 10;
- overflow: hidden;
- cursor: pointer;
- color: #000;
-}
-.flex-pauseplay a:before {
- font-family: "flexslider-icon";
- font-size: 20px;
- display: inline-block;
- content: '\f004';
-}
-.flex-pauseplay a:hover {
- opacity: 1;
-}
-.flex-pauseplay a.flex-play:before {
- content: '\f003';
-}
-.flex-control-nav {
- width: 100%;
- position: absolute;
- bottom: -40px;
- text-align: center;
-}
-.flex-control-nav li {
- margin: 0 6px;
- display: inline-block;
- zoom: 1;
- *display: inline;
-}
-.flex-control-paging li a {
- width: 11px;
- height: 11px;
- display: block;
- background: #666;
- background: rgba(0, 0, 0, 0.5);
- cursor: pointer;
- text-indent: -9999px;
- -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
- -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
- -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
- box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
-}
-.flex-control-paging li a:hover {
- background: #333;
- background: rgba(0, 0, 0, 0.7);
-}
-.flex-control-paging li a.flex-active {
- background: #000;
- background: rgba(0, 0, 0, 0.9);
- cursor: default;
-}
-.flex-control-thumbs {
- margin: 5px 0 0;
- position: static;
- overflow: hidden;
-}
-.flex-control-thumbs li {
- width: 25%;
- float: left;
- margin: 0;
-}
-.flex-control-thumbs img {
- width: 100%;
- height: auto;
- display: block;
- opacity: .7;
- cursor: pointer;
- -moz-user-select: none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
-}
-.flex-control-thumbs img:hover {
- opacity: 1;
-}
-.flex-control-thumbs .flex-active {
- opacity: 1;
- cursor: default;
-}
-/* ====================================================================================================================
- * RESPONSIVE
- * ====================================================================================================================*/
-@media screen and (max-width: 860px) {
- .flex-direction-nav .flex-prev {
- opacity: 1;
- left: 10px;
- }
- .flex-direction-nav .flex-next {
- opacity: 1;
- right: 10px;
- }
-}
+/*
+ * jQuery FlexSlider v2.7.1
+ * http://www.woothemes.com/flexslider/
+ *
+ * Copyright 2012 WooThemes
+ * Free to use under the GPLv2 and later license.
+ * http://www.gnu.org/licenses/gpl-2.0.html
+ *
+ * Contributing author: Tyler Smith (@mbmufffin)
+ *
+ */
+/* ====================================================================================================================
+ * FONT-FACE
+ * ====================================================================================================================*/
+@font-face {
+ font-family: 'flexslider-icon';
+ src: url('../fonts/flexslider-icon.eot');
+ src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+/* ====================================================================================================================
+ * RESETS
+ * ====================================================================================================================*/
+.flex-container a:hover,
+.flex-slider a:hover {
+ outline: none;
+}
+.slides,
+.slides > li,
+.flex-control-nav,
+.flex-direction-nav {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+.flex-pauseplay span {
+ text-transform: capitalize;
+}
+/* ====================================================================================================================
+ * BASE STYLES
+ * ====================================================================================================================*/
+.flexslider {
+ margin: 0;
+ padding: 0;
+}
+.flexslider .slides > li {
+ display: none;
+ -webkit-backface-visibility: hidden;
+}
+.flexslider .slides img {
+ width: 100%;
+ display: block;
+}
+.flexslider .slides:after {
+ content: "\0020";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0;
+}
+html[xmlns] .flexslider .slides {
+ display: block;
+}
+* html .flexslider .slides {
+ height: 1%;
+}
+.no-js .flexslider .slides > li:first-child {
+ display: block;
+}
+/* ====================================================================================================================
+ * DEFAULT THEME
+ * ====================================================================================================================*/
+.flexslider {
+ margin: 0;
+ background: #fff;
+ border: 4px solid #fff;
+ position: relative;
+ zoom: 1;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
+ -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
+ box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
+}
+.flexslider .slides {
+ zoom: 1;
+}
+.flexslider .slides img {
+ height: auto;
+ -moz-user-select: none;
+}
+.flex-viewport {
+ max-height: 2000px;
+ -webkit-transition: all 1s ease;
+ -moz-transition: all 1s ease;
+ -ms-transition: all 1s ease;
+ -o-transition: all 1s ease;
+ transition: all 1s ease;
+}
+.loading .flex-viewport {
+ max-height: 300px;
+}
+@-moz-document url-prefix() {
+ .loading .flex-viewport {
+ max-height: none;
+ }
+}
+.carousel li {
+ margin-right: 5px;
+}
+.flex-direction-nav {
+ *height: 0;
+}
+.flex-direction-nav a {
+ text-decoration: none;
+ display: block;
+ width: 40px;
+ height: 40px;
+ line-height: 40px;
+ margin: -20px 0 0;
+ position: absolute;
+ top: 50%;
+ z-index: 10;
+ overflow: hidden;
+ opacity: 0;
+ cursor: pointer;
+ color: rgba(0, 0, 0, 0.8);
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
+ -webkit-transition: all 0.3s ease-in-out;
+ -moz-transition: all 0.3s ease-in-out;
+ -ms-transition: all 0.3s ease-in-out;
+ -o-transition: all 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
+}
+.flex-direction-nav a:before {
+ font-family: "flexslider-icon";
+ font-size: 26px;
+ display: inline-block;
+ content: '\f001';
+ color: rgba(0, 0, 0, 0.8);
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
+}
+.flex-direction-nav a.flex-next:before {
+ content: '\f002';
+}
+.flex-direction-nav .flex-prev {
+ left: -50px;
+}
+.flex-direction-nav .flex-next {
+ right: -50px;
+ text-align: right;
+}
+.flexslider:hover .flex-direction-nav .flex-prev {
+ opacity: 0.7;
+ left: 10px;
+}
+.flexslider:hover .flex-direction-nav .flex-prev:hover {
+ opacity: 1;
+}
+.flexslider:hover .flex-direction-nav .flex-next {
+ opacity: 0.7;
+ right: 10px;
+}
+.flexslider:hover .flex-direction-nav .flex-next:hover {
+ opacity: 1;
+}
+.flex-direction-nav .flex-disabled {
+ opacity: 0!important;
+ filter: alpha(opacity=0);
+ cursor: default;
+ z-index: -1;
+}
+.flex-pauseplay a {
+ display: block;
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ bottom: 5px;
+ left: 10px;
+ opacity: 0.8;
+ z-index: 10;
+ overflow: hidden;
+ cursor: pointer;
+ color: #000;
+}
+.flex-pauseplay a:before {
+ font-family: "flexslider-icon";
+ font-size: 20px;
+ display: inline-block;
+ content: '\f004';
+}
+.flex-pauseplay a:hover {
+ opacity: 1;
+}
+.flex-pauseplay a.flex-play:before {
+ content: '\f003';
+}
+.flex-control-nav {
+ width: 100%;
+ position: absolute;
+ bottom: -40px;
+ text-align: center;
+}
+.flex-control-nav li {
+ margin: 0 6px;
+ display: inline-block;
+ zoom: 1;
+ *display: inline;
+}
+.flex-control-paging li a {
+ width: 11px;
+ height: 11px;
+ display: block;
+ background: #666;
+ background: rgba(0, 0, 0, 0.5);
+ cursor: pointer;
+ text-indent: -9999px;
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ border-radius: 20px;
+}
+.flex-control-paging li a:hover {
+ background: #333;
+ background: rgba(0, 0, 0, 0.7);
+}
+.flex-control-paging li a.flex-active {
+ background: #000;
+ background: rgba(0, 0, 0, 0.9);
+ cursor: default;
+}
+.flex-control-thumbs {
+ margin: 5px 0 0;
+ position: static;
+ overflow: hidden;
+}
+.flex-control-thumbs li {
+ width: 25%;
+ float: left;
+ margin: 0;
+}
+.flex-control-thumbs img {
+ width: 100%;
+ height: auto;
+ display: block;
+ opacity: .7;
+ cursor: pointer;
+ -moz-user-select: none;
+ -webkit-transition: all 1s ease;
+ -moz-transition: all 1s ease;
+ -ms-transition: all 1s ease;
+ -o-transition: all 1s ease;
+ transition: all 1s ease;
+}
+.flex-control-thumbs img:hover {
+ opacity: 1;
+}
+.flex-control-thumbs .flex-active {
+ opacity: 1;
+ cursor: default;
+}
+/* ====================================================================================================================
+ * RESPONSIVE
+ * ====================================================================================================================*/
+@media screen and (max-width: 860px) {
+ .flex-direction-nav .flex-prev {
+ opacity: 1;
+ left: 10px;
+ }
+ .flex-direction-nav .flex-next {
+ opacity: 1;
+ right: 10px;
+ }
+}
diff --git a/assets/css/fontawesome.css b/assets/css/fontawesome.css
index 24fcc04..1ab861b 100644
--- a/assets/css/fontawesome.css
+++ b/assets/css/fontawesome.css
@@ -1,4 +1,4 @@
-/*!
- * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+/*!
+ * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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:#fff}.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-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-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-genderless:before,.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-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-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"}
\ No newline at end of file
diff --git a/assets/css/lightbox.css b/assets/css/lightbox.css
index c563fd7..4f1e73d 100644
--- a/assets/css/lightbox.css
+++ b/assets/css/lightbox.css
@@ -1,203 +1,203 @@
-html.lb-disable-scrolling {
- overflow: hidden;
- /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
- position: fixed;
- height: 100vh;
- width: 100vw;
-}
-
-.lightboxOverlay {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 9999;
- background-color: black;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
- opacity: 0.95;
- display: none;
-}
-
-.lightbox {
- position: absolute;
- left: 0;
- width: 100%;
- z-index: 10000;
- text-align: center;
- line-height: 0;
- font-weight: normal;
-}
-
-.lightbox .lb-image {
- display: block;
- height: auto;
- max-width: inherit;
- max-height: none;
- border-radius: 5px;
-}
-
-.lightbox a img {
- border: none;
-}
-
-.lb-outerContainer {
- position: relative;
- *zoom: 1;
- width: 250px;
- height: 250px;
- margin: 0 auto;
- border-radius: 4px;
- background-color: white;
-}
-
-.lb-outerContainer:after {
- content: "";
- display: table;
- clear: both;
-}
-
-.lb-loader {
- position: absolute;
- top: 43%;
- left: 0;
- height: 25%;
- width: 100%;
- text-align: center;
- line-height: 0;
-}
-
-.lb-cancel {
- display: block;
- width: 32px;
- height: 32px;
- margin: 0 auto;
- background: url(../images/loading.gif) no-repeat;
-}
-
-.lb-nav {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- z-index: 10;
-}
-
-.lb-container > .nav {
- left: 0;
-}
-
-.lb-nav a {
- outline: none;
- background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
-}
-
-.lb-prev, .lb-next {
- height: 100%;
- cursor: pointer;
- display: block;
-}
-
-.lb-nav a.lb-prev {
- width: 34%;
- left: 0;
- float: left;
- background: url(../images/prev.png) left 48% no-repeat;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
- opacity: 0;
- -webkit-transition: opacity 0.6s;
- -moz-transition: opacity 0.6s;
- -o-transition: opacity 0.6s;
- transition: opacity 0.6s;
-}
-
-.lb-nav a.lb-prev:hover {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
- opacity: 1;
-}
-
-.lb-nav a.lb-next {
- width: 64%;
- right: 0;
- float: right;
- background: url(../images/next.png) right 48% no-repeat;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
- opacity: 0;
- -webkit-transition: opacity 0.6s;
- -moz-transition: opacity 0.6s;
- -o-transition: opacity 0.6s;
- transition: opacity 0.6s;
-}
-
-.lb-nav a.lb-next:hover {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
- opacity: 1;
-}
-
-.lb-dataContainer {
- margin: 0 auto;
- padding-top: 5px;
- *zoom: 1;
- width: 100%;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
-}
-
-.lb-dataContainer:after {
- content: "";
- display: table;
- clear: both;
-}
-
-.lb-data {
- padding: 0 4px;
- color: #ccc;
-}
-
-.lb-data .lb-details {
- margin-top: 10px;
- width: 85%;
- float: left;
- text-align: left;
- line-height: 1.1em;
-}
-
-.lb-data .lb-caption {
- font-size: 13px;
- font-weight: bold;
- line-height: 1em;
-}
-
-.lb-data .lb-caption a {
- color: #4ae;
-}
-
-.lb-data .lb-number {
- display: block;
- clear: left;
- padding-bottom: 1em;
- font-size: 12px;
- color: #999999;
-}
-
-.lb-data .lb-close {
- display: block;
- float: right;
- width: 30px;
- height: 30px;
- margin-top: 15px;
- background: url(../images/close.png) top right no-repeat;
- text-align: right;
- outline: none;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
- opacity: 0.7;
- -webkit-transition: opacity 0.2s;
- -moz-transition: opacity 0.2s;
- -o-transition: opacity 0.2s;
- transition: opacity 0.2s;
-}
-
-.lb-data .lb-close:hover {
- cursor: pointer;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
- opacity: 1;
-}
+html.lb-disable-scrolling {
+ overflow: hidden;
+ /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
+ position: fixed;
+ height: 100vh;
+ width: 100vw;
+}
+
+.lightboxOverlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ background-color: black;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
+ opacity: 0.95;
+ display: none;
+}
+
+.lightbox {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ z-index: 10000;
+ text-align: center;
+ line-height: 0;
+ font-weight: normal;
+}
+
+.lightbox .lb-image {
+ display: block;
+ height: auto;
+ max-width: inherit;
+ max-height: none;
+ border-radius: 5px;
+}
+
+.lightbox a img {
+ border: none;
+}
+
+.lb-outerContainer {
+ position: relative;
+ *zoom: 1;
+ width: 250px;
+ height: 250px;
+ margin: 0 auto;
+ border-radius: 4px;
+ background-color: white;
+}
+
+.lb-outerContainer:after {
+ content: "";
+ display: table;
+ clear: both;
+}
+
+.lb-loader {
+ position: absolute;
+ top: 43%;
+ left: 0;
+ height: 25%;
+ width: 100%;
+ text-align: center;
+ line-height: 0;
+}
+
+.lb-cancel {
+ display: block;
+ width: 32px;
+ height: 32px;
+ margin: 0 auto;
+ background: url(../images/loading.gif) no-repeat;
+}
+
+.lb-nav {
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ z-index: 10;
+}
+
+.lb-container > .nav {
+ left: 0;
+}
+
+.lb-nav a {
+ outline: none;
+ background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
+}
+
+.lb-prev, .lb-next {
+ height: 100%;
+ cursor: pointer;
+ display: block;
+}
+
+.lb-nav a.lb-prev {
+ width: 34%;
+ left: 0;
+ float: left;
+ background: url(../images/prev.png) left 48% no-repeat;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ opacity: 0;
+ -webkit-transition: opacity 0.6s;
+ -moz-transition: opacity 0.6s;
+ -o-transition: opacity 0.6s;
+ transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-prev:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
+
+.lb-nav a.lb-next {
+ width: 64%;
+ right: 0;
+ float: right;
+ background: url(../images/next.png) right 48% no-repeat;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ opacity: 0;
+ -webkit-transition: opacity 0.6s;
+ -moz-transition: opacity 0.6s;
+ -o-transition: opacity 0.6s;
+ transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-next:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
+
+.lb-dataContainer {
+ margin: 0 auto;
+ padding-top: 5px;
+ *zoom: 1;
+ width: 100%;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+
+.lb-dataContainer:after {
+ content: "";
+ display: table;
+ clear: both;
+}
+
+.lb-data {
+ padding: 0 4px;
+ color: #ccc;
+}
+
+.lb-data .lb-details {
+ margin-top: 10px;
+ width: 85%;
+ float: left;
+ text-align: left;
+ line-height: 1.1em;
+}
+
+.lb-data .lb-caption {
+ font-size: 13px;
+ font-weight: bold;
+ line-height: 1em;
+}
+
+.lb-data .lb-caption a {
+ color: #4ae;
+}
+
+.lb-data .lb-number {
+ display: block;
+ clear: left;
+ padding-bottom: 1em;
+ font-size: 12px;
+ color: #999999;
+}
+
+.lb-data .lb-close {
+ display: block;
+ float: right;
+ width: 30px;
+ height: 30px;
+ margin-top: 15px;
+ background: url(../images/close.png) top right no-repeat;
+ text-align: right;
+ outline: none;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
+ opacity: 0.7;
+ -webkit-transition: opacity 0.2s;
+ -moz-transition: opacity 0.2s;
+ -o-transition: opacity 0.2s;
+ transition: opacity 0.2s;
+}
+
+.lb-data .lb-close:hover {
+ cursor: pointer;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
diff --git a/assets/css/owl.css b/assets/css/owl.css
index b78c841..e92c065 100644
--- a/assets/css/owl.css
+++ b/assets/css/owl.css
@@ -1,186 +1,186 @@
-/**
- * Owl Carousel v2.3.4
- * Copyright 2013-2018 David Deutsch
- * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
- */
-/*
- * Owl Carousel - Core
- */
-.owl-carousel {
- display: none;
- width: 100%;
- -webkit-tap-highlight-color: transparent;
- /* position relative and z-index fix webkit rendering fonts issue */
- position: relative;
- z-index: 1; }
- .owl-carousel .owl-stage {
- position: relative;
- -ms-touch-action: pan-Y;
- touch-action: manipulation;
- -moz-backface-visibility: hidden;
- /* fix firefox animation glitch */ }
- .owl-carousel .owl-stage:after {
- content: ".";
- display: block;
- clear: both;
- visibility: hidden;
- line-height: 0;
- height: 0; }
- .owl-carousel .owl-stage-outer {
- position: relative;
- overflow: hidden;
- /* fix for flashing background */
- -webkit-transform: translate3d(0px, 0px, 0px); }
- .owl-carousel .owl-wrapper,
- .owl-carousel .owl-item {
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- -webkit-transform: translate3d(0, 0, 0);
- -moz-transform: translate3d(0, 0, 0);
- -ms-transform: translate3d(0, 0, 0); }
- .owl-carousel .owl-item {
- position: relative;
- min-height: 1px;
- float: left;
- -webkit-backface-visibility: hidden;
- -webkit-tap-highlight-color: transparent;
- -webkit-touch-callout: none; }
- .owl-carousel .owl-item img {
- display: block;
- width: 100%; }
- .owl-carousel .owl-nav.disabled,
- .owl-carousel .owl-dots.disabled {
- display: none; }
- .owl-carousel .owl-nav .owl-prev,
- .owl-carousel .owl-nav .owl-next,
- .owl-carousel .owl-dot {
- cursor: pointer;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .owl-carousel .owl-nav button.owl-prev,
- .owl-carousel .owl-nav button.owl-next,
- .owl-carousel button.owl-dot {
- background: none;
- color: inherit;
- border: none;
- padding: 0 !important;
- font: inherit; }
- .owl-carousel.owl-loaded {
- display: block; }
- .owl-carousel.owl-loading {
- opacity: 0;
- display: block; }
- .owl-carousel.owl-hidden {
- opacity: 0; }
- .owl-carousel.owl-refresh .owl-item {
- visibility: hidden; }
- .owl-carousel.owl-drag .owl-item {
- -ms-touch-action: pan-y;
- touch-action: pan-y;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .owl-carousel.owl-grab {
- cursor: move;
- cursor: grab; }
- .owl-carousel.owl-rtl {
- direction: rtl; }
- .owl-carousel.owl-rtl .owl-item {
- float: right; }
-
-/* No Js */
-.no-js .owl-carousel {
- display: block; }
-
-/*
- * Owl Carousel - Animate Plugin
- */
-.owl-carousel .animated {
- animation-duration: 1000ms;
- animation-fill-mode: both; }
-
-.owl-carousel .owl-animated-in {
- z-index: 0; }
-
-.owl-carousel .owl-animated-out {
- z-index: 1; }
-
-.owl-carousel .fadeOut {
- animation-name: fadeOut; }
-
-@keyframes fadeOut {
- 0% {
- opacity: 1; }
- 100% {
- opacity: 0; } }
-
-/*
- * Owl Carousel - Auto Height Plugin
- */
-.owl-height {
- transition: height 500ms ease-in-out; }
-
-/*
- * Owl Carousel - Lazy Load Plugin
- */
-.owl-carousel .owl-item {
- /**
- This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
- calculation of the height of the owl-item that breaks page layouts
- */ }
- .owl-carousel .owl-item .owl-lazy {
- opacity: 0;
- transition: opacity 400ms ease; }
- .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
- max-height: 0; }
- .owl-carousel .owl-item img.owl-lazy {
- transform-style: preserve-3d; }
-
-/*
- * Owl Carousel - Video Plugin
- */
-.owl-carousel .owl-video-wrapper {
- position: relative;
- height: 100%;
- background: #000; }
-
-.owl-carousel .owl-video-play-icon {
- position: absolute;
- height: 80px;
- width: 80px;
- left: 50%;
- top: 50%;
- margin-left: -40px;
- margin-top: -40px;
- background: url("owl.video.play.png") no-repeat;
- cursor: pointer;
- z-index: 1;
- -webkit-backface-visibility: hidden;
- transition: transform 100ms ease; }
-
-.owl-carousel .owl-video-play-icon:hover {
- -ms-transform: scale(1.3, 1.3);
- transform: scale(1.3, 1.3); }
-
-.owl-carousel .owl-video-playing .owl-video-tn,
-.owl-carousel .owl-video-playing .owl-video-play-icon {
- display: none; }
-
-.owl-carousel .owl-video-tn {
- opacity: 0;
- height: 100%;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: contain;
- transition: opacity 400ms ease; }
-
-.owl-carousel .owl-video-frame {
- position: relative;
- z-index: 1;
- height: 100%;
+/**
+ * Owl Carousel v2.3.4
+ * Copyright 2013-2018 David Deutsch
+ * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
+ */
+/*
+ * Owl Carousel - Core
+ */
+.owl-carousel {
+ display: none;
+ width: 100%;
+ -webkit-tap-highlight-color: transparent;
+ /* position relative and z-index fix webkit rendering fonts issue */
+ position: relative;
+ z-index: 1; }
+ .owl-carousel .owl-stage {
+ position: relative;
+ -ms-touch-action: pan-Y;
+ touch-action: manipulation;
+ -moz-backface-visibility: hidden;
+ /* fix firefox animation glitch */ }
+ .owl-carousel .owl-stage:after {
+ content: ".";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0; }
+ .owl-carousel .owl-stage-outer {
+ position: relative;
+ overflow: hidden;
+ /* fix for flashing background */
+ -webkit-transform: translate3d(0px, 0px, 0px); }
+ .owl-carousel .owl-wrapper,
+ .owl-carousel .owl-item {
+ -webkit-backface-visibility: hidden;
+ -moz-backface-visibility: hidden;
+ -ms-backface-visibility: hidden;
+ -webkit-transform: translate3d(0, 0, 0);
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0); }
+ .owl-carousel .owl-item {
+ position: relative;
+ min-height: 1px;
+ float: left;
+ -webkit-backface-visibility: hidden;
+ -webkit-tap-highlight-color: transparent;
+ -webkit-touch-callout: none; }
+ .owl-carousel .owl-item img {
+ display: block;
+ width: 100%; }
+ .owl-carousel .owl-nav.disabled,
+ .owl-carousel .owl-dots.disabled {
+ display: none; }
+ .owl-carousel .owl-nav .owl-prev,
+ .owl-carousel .owl-nav .owl-next,
+ .owl-carousel .owl-dot {
+ cursor: pointer;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+ .owl-carousel .owl-nav button.owl-prev,
+ .owl-carousel .owl-nav button.owl-next,
+ .owl-carousel button.owl-dot {
+ background: none;
+ color: inherit;
+ border: none;
+ padding: 0 !important;
+ font: inherit; }
+ .owl-carousel.owl-loaded {
+ display: block; }
+ .owl-carousel.owl-loading {
+ opacity: 0;
+ display: block; }
+ .owl-carousel.owl-hidden {
+ opacity: 0; }
+ .owl-carousel.owl-refresh .owl-item {
+ visibility: hidden; }
+ .owl-carousel.owl-drag .owl-item {
+ -ms-touch-action: pan-y;
+ touch-action: pan-y;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none; }
+ .owl-carousel.owl-grab {
+ cursor: move;
+ cursor: grab; }
+ .owl-carousel.owl-rtl {
+ direction: rtl; }
+ .owl-carousel.owl-rtl .owl-item {
+ float: right; }
+
+/* No Js */
+.no-js .owl-carousel {
+ display: block; }
+
+/*
+ * Owl Carousel - Animate Plugin
+ */
+.owl-carousel .animated {
+ animation-duration: 1000ms;
+ animation-fill-mode: both; }
+
+.owl-carousel .owl-animated-in {
+ z-index: 0; }
+
+.owl-carousel .owl-animated-out {
+ z-index: 1; }
+
+.owl-carousel .fadeOut {
+ animation-name: fadeOut; }
+
+@keyframes fadeOut {
+ 0% {
+ opacity: 1; }
+ 100% {
+ opacity: 0; } }
+
+/*
+ * Owl Carousel - Auto Height Plugin
+ */
+.owl-height {
+ transition: height 500ms ease-in-out; }
+
+/*
+ * Owl Carousel - Lazy Load Plugin
+ */
+.owl-carousel .owl-item {
+ /**
+ This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
+ calculation of the height of the owl-item that breaks page layouts
+ */ }
+ .owl-carousel .owl-item .owl-lazy {
+ opacity: 0;
+ transition: opacity 400ms ease; }
+ .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
+ max-height: 0; }
+ .owl-carousel .owl-item img.owl-lazy {
+ transform-style: preserve-3d; }
+
+/*
+ * Owl Carousel - Video Plugin
+ */
+.owl-carousel .owl-video-wrapper {
+ position: relative;
+ height: 100%;
+ background: #000; }
+
+.owl-carousel .owl-video-play-icon {
+ position: absolute;
+ height: 80px;
+ width: 80px;
+ left: 50%;
+ top: 50%;
+ margin-left: -40px;
+ margin-top: -40px;
+ background: url("owl.video.play.png") no-repeat;
+ cursor: pointer;
+ z-index: 1;
+ -webkit-backface-visibility: hidden;
+ transition: transform 100ms ease; }
+
+.owl-carousel .owl-video-play-icon:hover {
+ -ms-transform: scale(1.3, 1.3);
+ transform: scale(1.3, 1.3); }
+
+.owl-carousel .owl-video-playing .owl-video-tn,
+.owl-carousel .owl-video-playing .owl-video-play-icon {
+ display: none; }
+
+.owl-carousel .owl-video-tn {
+ opacity: 0;
+ height: 100%;
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: contain;
+ transition: opacity 400ms ease; }
+
+.owl-carousel .owl-video-frame {
+ position: relative;
+ z-index: 1;
+ height: 100%;
width: 100%; }
\ No newline at end of file
diff --git a/assets/css/templatemo-grad-school.css b/assets/css/templatemo-grad-school.css
index 0dda053..5cfb76d 100644
--- a/assets/css/templatemo-grad-school.css
+++ b/assets/css/templatemo-grad-school.css
@@ -1,1594 +1,1594 @@
-/*
-
-TemplateMo 557 Grad School
-
-https://templatemo.com/tm-557-grad-school
-
-*/
-
-
-@import url(fontawesome.css);
-@import url("");
-body {
- font-family: 'Montserrat', sans-serif;
-}
-
-/* Basic */
-
-a {
- color: #3CF;
- text-decoration: none;
-}
-
-a:hover {
- color: #FC3;
- text-decoration: none;
-}
-
-ul {
- padding: 0px;
- margin: 0px;
- list-style: none;
-}
-
-p {
- font-size: 13px;
- line-height: 22px;
-}
-
-
-.section-heading {
- text-align: center;
- margin-bottom: 70px;
-}
-
-.section-heading h2:before {
- width: 1px;
- height: 100px;
- background-color: rgba(250,250,250,0.1);
- position: absolute;
- top: -102px;
- content: '';
- left: 50%;
- transform: translate(-50%);
-}
-
-.section-heading h2 {
- margin-top: 100px;
- position: relative;
- font-size: 18px;
- font-weight: 500;
- color: #fff;
- letter-spacing: 0.5px;
- display: inline-block;
- padding: 15px 20px;
- border: 2px solid rgba(250,250,250,0.1);
-}
-
-
-/* Buttons */
-
-.main-button a {
- background-color: #f5a425;
- color: #fff;
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 0.5px;
- font-weight: 700;
- padding: 12px 20px;
- display: inline-block;
- outline: none;
-}
-
-a.menu-link { display: none; }
-
-@media screen and (max-width: 950px) {
- a.menu-link {
- float: right;
- display: block;
- font-size: 36px;
- color: #fff;
- padding-right: 30px;
- padding-top: 15px;
- }
- nav[role="navigation"] {
- clear: both;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -ms-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .js nav[role="navigation"] {
- overflow: hidden;
- max-height: 0;
- }
- nav[role="navigation"].active {
- max-height: 20em;
- height: 20em;
- overflow-y: scroll;
- }
- nav[role="navigation"] ul {
- top: 0;
- width: 100%;
- position: relative;
- margin: 0;
- padding: 0;
- border-top: 1px solid rgba(250,250,250,0.25);
- background-color: rgba(22,34,57,0.99);
- }
- nav[role="navigation"] li a {
- display: block;
- padding: 15px 0px;
- border-bottom: 1px solid rgba(250,250,250,0.25);
- text-align: center;
- color: #fff;
- font-size: 13px;
- text-transform: uppercase;
- font-weight: 700;
- line-height: 1.5;
- }
- nav[role="navigation"] li:hover a,
- nav[role="navigation"] li.active a {
- color: #f5a425;
- }
-
- @media screen and (min-width: 951px) {
- .js nav[role="navigation"] {
- max-height: none;
- }
-
- nav[role="navigation"] li {
- display: inline-block;
- margin: 0 0.25em;
- }
- nav[role="navigation"] li a {
- border: 0;
- }
- }
-}
-
-/* Header */
-
-@media screen and (max-width: 1050px) {
- .main-header .logo {
- padding-left: 30px!important;
- }
-
- .main-menu {
- padding-right: 30px!important;
- }
-
- .main-menu li {
- margin-left: 5px!important;
- }
-}
-
-.main-header {
- background-color: rgba(22,34,57,0.95);
- height: 80px;
- position: fixed;
- z-index: 12;
- width: 100%;
- top: 0;
-}
-
-.main-header .logo {
- float: left;
- line-height: 80px;
- padding-left: 60px;
-}
-
-.main-header .logo a {
- font-size: 36px;
- text-transform: uppercase;
- font-weight: 800;
- color: #fff;
-}
-.main-header .logo a em {
- font-style: normal;
- color: #f5a425;
-}
-
-.main-menu {
- float: right;
- padding-right: 60px;
-}
-
-.main-menu li {
- display: inline-block;
- line-height: 79px;
- margin-left: 15px;
- position: relative;
-}
-
-.main-menu li:first-child {
- margin-left: 0px;
-}
-
-.main-menu li a {
- padding: 10px 15px;
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 0.5px;
- font-weight: 700;
- color: #fff;
- border: 2px solid transparent;
- transition: all 0.5s;
-}
-
-.main-menu li.has-submenu a:after {
- content: '\f107';
- font-family: "FontAwesome";
- margin-left: 5px;
-}
-
-.main-menu li.has-submenu ul li a:after {
- display: none;
-}
-
-.main-menu li .sub-menu {
- position: absolute;
- width: 160px;
- background-color: #18233a;
- opacity: 0;
- visibility: hidden;
- transition: all 0.5s;
-}
-
-.main-menu li:hover .sub-menu {
- opacity: 1;
- visibility: visible;
-}
-
-.main-menu li .sub-menu li {
- display: block;
- line-height: 20px;
- margin-left: 0px;
- margin-bottom: 15px;
- padding-bottom: 15px;
- border-bottom: 1px solid #121b2f;
-}
-
-.main-menu li .sub-menu li:first-child {
- padding-top: 15px;
-}
-
-.main-menu li .sub-menu li:last-child {
- margin-bottom: 0px;
- border-bottom: none;
-}
-
-.main-menu li .sub-menu li a {
- font-size: 12px;
- font-weight: 500;
- padding: 0px 15px;
- letter-spacing: 0.5px;
- border: none;
- transition: all 0.5s;
-}
-
-.main-menu li .sub-menu li a:hover {
- color: #f5a425;
- border: none;
-}
-
-.main-nav li:hover a,
-.main-nav li.active a {
- border: 2px solid #f5a425;
-}
-
-@media (max-width: 950px) {
- .main-nav li:hover a,
- .main-nav li.active a {
- border: 2px solid transparent;
- border-bottom: 1px solid rgba(250,250,250,0.25);
- }
-}
-
-
-/* Slider */
-
-.main-banner {
- position: relative;
- max-height: 100%;
- overflow: hidden;
- margin-bottom: -7px;
-}
-
-#bg-video {
- min-width: 100%;
- min-height: 100vh;
- max-width: 100%;
- max-height: 100vh;
- object-fit: cover;
- z-index: -1;
-}
-
-#bg-video::-webkit-media-controls {
- display: none !important;
-}
-
-.video-overlay {
- position: absolute;
- background-color: rgba(22,34,57,0.85);
- top: 0;
- left: 0;
- bottom: 7px;
- width: 100%;
-}
-
-.main-banner .caption {
- text-align: center;
- position: absolute;
- width: 80%;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
-}
-
-.main-banner .caption h6 {
- margin-top: 0px;
- font-size: 18px;
- text-transform: uppercase;
- font-weight: 600;
- color: #fff;
- letter-spacing: 1px;
-}
-
-.main-banner .caption h2 {
- margin-top: 30px;
- margin-bottom: 30px;
- font-size: 64px;
- text-transform: uppercase;
- font-weight: 800;
- color: #fff;
- letter-spacing: 1px;
-}
-
-.main-banner .caption h2 em {
- font-style: normal;
- color: #f5a425;
- font-weight: 900;
-}
-
-@media screen and (max-width: 1180px) {
-
- .main-banner .caption h6 {
- font-weight: 500;
- }
-
- .main-banner .caption h2 {
- font-size: 58px;
- }
-
-}
-@media screen and (max-width: 767px) {
-
- .main-banner .caption h6 {
- font-weight: 500;
- }
-
- .main-banner .caption h2 {
- font-size: 36px;
- }
-
-}
-
-
-/* Features */
-
-section.features .col-4 {
- padding-left: 0px;
- padding-right: 0px;
-}
-
-.features-post {
- position: relative;
- margin-bottom: 0px;
-}
-
-.features-thumb {
- overflow: hidden;
- position: relative;
-}
-
-.features-thumb img {
- width: 100%;
-}
-
-.features-content {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #0c1228;
- color: #fff;
- padding: 40px;
-}
-
-.features-content:hover {
- background-color: #f5a425;
- box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
-}
-
-.features-content h4 {
- font-size: 16px;
- text-transform: uppercase;
- font-weight: 700;
- color: #fff;
- letter-spacing: 1px;
- margin-bottom: 0px;
-}
-
-.features-content h4 i {
- margin-right: 15px;
- font-size: 24px;
-}
-
-.features-content p {
- margin-bottom: 0px;
-}
-
-.features-content a {
- margin-top: 15px;
- display: inline-block;
- text-transform: uppercase;
- color: #fff;
- letter-spacing: 0.5px;
- font-weight: 700;
- font-size: 14px;
- border-bottom: 2px solid #fff;
-}
-
-.features-content p.hidden-sm {
- display: none;
-}
-
-.second-features,
-.third-features {
- border-left: 1px solid rgba(250,250,250,0.1);
-}
-
-.content-hide {
- margin-top: 15px;
- display: none;
-}
-
-.content-hide p {
- color: #fff;
-}
-
-@media screen and (max-width: 767px) {
-
- .features-content {
- padding: 15px;
- }
- .features-content h4 i {
- display: block;
- margin-bottom: 10px;
- }
- .features-content h4 {
- font-size: 14px;
- }
- .features-content p {
- display: none;
- }
- .features-content p.hidden-sm {
- display: block;
- }
- .features-content a {
- letter-spacing: 0px;
- font-size: 13px;
- font-weight: 600;
- }
-
-}
-
-
-
-/* Why Choosing Us */
-
-section.why-us {
- background-image: url(../images/choosing-bg.jpg);
- background-color: #172238;
- background-repeat: no-repeat;
- background-size: cover;
- padding-bottom: 100px;
-}
-
-#tabs {
- text-align: center;
-}
-#tabs ul {
- margin: 0;
- padding: 0;
- -webkit-column-count: 3;
- -moz-column-count: 3;
- column-count: 3;
- -webkit-column-gap: 0;
- -moz-column-gap: 0;
- column-gap: 0;
-}
-#tabs ul::after {
- clear: both;
- content: "";
- display: table;
-}
-#tabs ul li {
- display: block;
- font-weight: 400;
- font-size: 1.2em;
- letter-spacing: 1px;
- text-align: center;
-}
-#tabs ul li a {
- display: block;
- font-size: 13px;
- font-weight: 700;
- letter-spacing: 1px;
- cursor: pointer;
- outline: 0;
- padding-bottom: 30px;
- color: #fff;
- text-decoration: none;
- text-transform: uppercase;
- position: relative;
-}
-#tabs ul li a:after {
- transition: all 0.3s;
- width: 10px;
- height: 10px;
- background-color: #fff;
- content: '';
- position: absolute;
- left: 50%;
- transform: translate(-50%);
- bottom: 0;
-}
-#tabs ul li a:before {
- transition: all 0.3s;
- width: 25px;
- height: 25px;
- border: 2px solid transparent;
- background-color: transparent;
- content: '';
- position: absolute;
- left: 50%;
- transform: translate(-50%);
- bottom: -5px;
-}
-#tabs ul li span {
- display: block;
- margin-bottom: 0.75em;
-}
-#tabs ul .ui-tabs-active {
-}
-#tabs ul .ui-tabs-active a {
- color: #f5a425;
-}
-#tabs ul .ui-tabs-active a:after {
- background-color: #f5a425;
- width: 15px;
- height: 15px;
-}
-#tabs ul .ui-tabs-active a:before {
- border-color: #f5a425;
-}
-#tabs h4 {
- margin-top: 60px;
- font-size: 32px;
- font-weight: 700;
- letter-spacing: 1px;
- color: #fff;
- margin-bottom: 30px;
-}
-
-#tabs p {
- color: #fff;
- font-size: 15px;
- line-height: 28px;
-}
-
-.tabs-content {
- margin-top: 60px;
- text-align: left;
-}
-
-@media screen and (max-width: 767px) {
-
- .tabs-content {
- text-align: center;
- }
-
-}
-
-.tabs-content img {
- width: 100%;
- overflow: hidden;
- padding-right: 45px;
-}
-
-@media screen and (max-width: 767px) {
-
- .tabs-content img {
- padding-right: 0px;
- }
-
-}
-
-
-/* Coming Soon */
-
-section.coming-soon {
- background-image: url(../images/coming-soon-bg.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- background-color: #172238;
- padding: 120px 0px;
-}
-
-section.coming-soon .continer .counter div {
- display: inline-block;
-}
-section.coming-soon .continer h4 {
- margin-top: 100px;
- font-size: 30px;
- color: #fff;
- font-weight: 800;
- letter-spacing: 0.5px;
- line-height: 40px;
- margin-bottom: 50px;
-}
-section.coming-soon .continer h4 em {
- font-style: normal;
- color: #f5a425;
-}
-
-@media screen and (max-width: 767px) {
-
- section.coming-soon .continer h4 {
- text-align: center;
- }
-
-}
-
-section.coming-soon .continer .counter .days,
-section.coming-soon .continer .counter .hours,
-section.coming-soon .continer .counter .minutes,
-section.coming-soon .continer .counter .seconds {
- width: 22%;
- height: 140px;
- float: left;
- text-align: center;
- font-size: 48px;
- font-weight: 800;
- letter-spacing: 1px;
- color: #fff;
- background-color: rgba(250,250,250,0.1);
-}
-@media screen and (max-width: 992px) {
-
- section.coming-soon .continer .counter .days,
- section.coming-soon .continer .counter .hours,
- section.coming-soon .continer .counter .minutes,
- section.coming-soon .continer .counter .seconds {
- font-size: 26px;
- }
-
- section.coming-soon .continer .counter .days .value,
- section.coming-soon .continer .counter .hours .value,
- section.coming-soon .continer .counter .minutes .value,
- section.coming-soon .continer .counter .seconds .value {
- margin-top: 40px!important;
- }
-
- section.coming-soon .continer .counter span {
- font-size: 14px!important;
- }
-
-}
-section.coming-soon .continer .counter .days,
-section.coming-soon .continer .counter .hours,
-section.coming-soon .continer .counter .minutes {
- margin-right: 4%;
-}
-section.coming-soon .continer .counter .days .value,
-section.coming-soon .continer .counter .hours .value,
-section.coming-soon .continer .counter .minutes .value,
-section.coming-soon .continer .counter .seconds .value {
- margin-top: 15px;
- display: block;
- width: 100%;
-}
-
-section.coming-soon .continer .counter span {
- font-size: 18px;
- text-transform: uppercase;
- color: #f5a425;
- font-weight: 500;
- letter-spacing: 1px;
- margin-top: 0px;
- display: block;
-}
-
-section.coming-soon .right-content {
- margin-left: 30px;
-}
-
-@media screen and (max-width: 767px) {
-
- section.coming-soon .right-content {
- margin-top: 60px;
- margin-left: 0px;
- }
-
-}
-
-section.coming-soon .top-content {
- margin-bottom: -8px;
-}
-
-section.coming-soon .top-content h6 {
- font-size: 14px;
- color: #fff;
- background-color: rgba(250,250,250,0.2);
- padding: 40px;
- text-align: center;
- line-height: 24px;
-}
-
-section.coming-soon .top-content h6 em {
- font-style: normal;
- font-weight: 600;
-}
-
-section.coming-soon form {
- background-color: rgba(250,250,250,0.1);
- padding: 60px 40px;
- width: 100%;
- text-align: center;
-}
-
-section.coming-soon form input {
- width: 100%;
- height: 40px;
- background-color: rgba(250,250,250,0.1);
- border-radius: 0px;
- border: none;
- outline: none;
- color: #fff;
- font-size: 13px;
- margin-bottom: 20px;
- letter-spacing: 0.5px;
-}
-
-section.coming-soon form input:focus {
- outline: none;
- border: none;
- box-shadow: none;
- color: #fff;
- background-color: rgba(250,250,250,0.1);
-}
-
-section.coming-soon form::placeholder { color: #fff }
-section.coming-soon form input::placeholder { color: #fff; }
-section.coming-soon form input::placeholder { color: #fff; }
-
-section.coming-soon form button {
- margin-top: 10px;
- background-color: #f5a425;
- color: #fff;
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 0.5px;
- font-weight: 700;
- padding: 12px 20px;
- display: inline-block;
- outline: none;
- box-shadow: none;
- border: none;
-}
-
-
-
-/* Courses */
-
-section.courses {
- background-image: url(../images/choosing-bg.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- background-color: #172238;
- padding-bottom: 100px;
- padding: 0px 30px 100px 30px;
-}
-
-section.courses .item img {
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
-}
-
-section.courses .item .down-content {
- padding: 30px;
- background-color: #fff;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
-}
-
-section.courses .item .down-content h4 {
- font-size: 16px;
- text-transform: uppercase;
- color: #1e1e1e;
- letter-spacing: 0.5px;
- font-weight: 700;
- margin-top: 0px;
- margin-bottom: 20px;
-}
-
-section.courses .item .down-content p {
- margin-bottom: 25px;
-}
-
-section.courses .item .down-content img {
- width: 40px;
- border: 2px solid #f5a425;
- border-radius: 50%;
- text-align: left;
- display: inline-block;
-}
-
-section.courses .item .down-content .text-button-pay {
- float: right;
- display: inline-block;
- margin-top: -30px;
-}
-
-section.courses .item .down-content .text-button-pay a {
- color: #f5a425;
- font-size: 13px;
-}
-
-section.courses .item .down-content .text-button-free {
- float: right;
- display: inline-block;
- margin-top: -30px;
-}
-
-section.courses .item .down-content .text-button-free a {
- color: #7a7a7a;
- font-size: 13px;
-}
-
-section.courses .owl-carousel .owl-nav {
- display: none;
-}
-
-section.courses .owl-carousel .owl-dots {
- text-align: center;
-}
-
-section.courses .owl-carousel button.owl-dot {
- width: 10px;
- height: 10px;
- background-color: #fff;
- margin: 50px 10px 0px 10px;
- outline: none;
-}
-section.courses .owl-carousel button.active {
- background-color: #f5a425;
-}
-
-
-
-
-
-/* Video */
-
-section.video {
- background-image: url(../images/video-bg.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- background-color: #172238;
- padding: 120px 0px;
-}
-
-section.video .left-content {
- color: #fff;
-}
-
-section.video .left-content span {
- text-transform: uppercase;
- font-size: 14px;
- letter-spacing: 0.5px;
-}
-
-section.video .left-content h4 {
- margin-top: 20px;
- font-size: 30px;
- color: #fff;
- font-weight: 800;
- letter-spacing: 0.5px;
- line-height: 40px;
- margin-bottom: 20px;
-}
-section.video .left-content h4 em {
- font-style: normal;
- color: #f5a425;
-}
-
-section.video .left-content .main-button {
- margin-top: 30px;
-}
-
-.video-item {
- position: relative;
- width: 100%;
- max-width: 600px;
- margin: 0px auto 0;
-}
-
-@media screen and (max-width: 767px) {
-
- section.video .left-content {
- margin-bottom: 45px;
- }
-
- section.video .first-item .first-content h4,
- section.video .second-item .second-content h4 {
- text-align: center;
- }
-
-}
-
-.video-item figure {
- position: relative;
- width: 100%;
- font-size: 0;
-}
-.video-item figure img {
- width: 100%;
-}
-.video-item figure a:before {
- content: '';
- position: absolute;
- bottom: 10px;
- right: 15px;
- width: 60px;
- height: 60px;
- margin-top: -32.5px;
- margin-left: -32.5px;
- border-radius: 50%;
- background-color: #f5a425;
- z-index: 10;
-}
-.video-item figure a:after {
- content: '';
- position: absolute;
- bottom: 27.5px;
- right: 20px;
- margin-top: -12.5px;
- margin-left: -7px;
- border: solid 13px transparent;
- border-left: solid 20px;
- border-left-color: #fff;
- z-index: 10;
-}
-.video-item figure a:hover:before {
- background-color: #f5a425;
-}
-
-.video-item .video-caption {
- position: absolute;
- z-index: 10;
- background-color: rgba(250,250,250,0.75);
- height: 80px;
- width: 100%;
- padding: 27px 30px;
- bottom: 0;
-}
-
-.video-item .video-caption h4 {
- font-size: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 1px;
-}
-
-/* Magnific Popup CSS */
-.mfp-bg {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1042;
- overflow: hidden;
- position: fixed;
- background: #0b0b0b;
- opacity: 0.8;
-}
-
-.mfp-wrap {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1043;
- position: fixed;
- outline: none !important;
- -webkit-backface-visibility: hidden;
-}
-
-.mfp-container {
- text-align: center;
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- padding: 0 8px;
- box-sizing: border-box;
-}
-
-.mfp-container:before {
- content: '';
- display: inline-block;
- height: 100%;
- vertical-align: middle;
-}
-
-.mfp-align-top .mfp-container:before {
- display: none;
-}
-
-.mfp-content {
- position: relative;
- display: inline-block;
- vertical-align: middle;
- margin: 0 auto;
- text-align: left;
- z-index: 1045;
-}
-
-.mfp-inline-holder .mfp-content,
-.mfp-ajax-holder .mfp-content {
- width: 100%;
- cursor: auto;
-}
-
-.mfp-ajax-cur {
- cursor: progress;
-}
-
-.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
- cursor: -moz-zoom-out;
- cursor: -webkit-zoom-out;
- cursor: zoom-out;
-}
-
-.mfp-zoom {
- cursor: pointer;
- cursor: -webkit-zoom-in;
- cursor: -moz-zoom-in;
- cursor: zoom-in;
-}
-
-.mfp-auto-cursor .mfp-content {
- cursor: auto;
-}
-
-.mfp-close,
-.mfp-arrow,
-.mfp-preloader,
-.mfp-counter {
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
-}
-
-.mfp-loading.mfp-figure {
- display: none;
-}
-
-.mfp-hide {
- display: none !important;
-}
-
-.mfp-preloader {
- color: #CCC;
- position: absolute;
- top: 50%;
- width: auto;
- text-align: center;
- margin-top: -0.8em;
- left: 8px;
- right: 8px;
- z-index: 1044;
-}
-
-.mfp-preloader a {
- color: #CCC;
-}
-
-.mfp-preloader a:hover {
- color: #FFF;
-}
-
-.mfp-s-ready .mfp-preloader {
- display: none;
-}
-
-.mfp-s-error .mfp-content {
- display: none;
-}
-
-button.mfp-close,
-button.mfp-arrow {
- overflow: visible;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
- display: block;
- outline: none;
- padding: 0;
- z-index: 1046;
- box-shadow: none;
- touch-action: manipulation;
-}
-
-button::-moz-focus-inner {
- padding: 0;
- border: 0;
-}
-
-.mfp-close {
- width: 44px;
- height: 44px;
- line-height: 44px;
- position: absolute;
- right: 0;
- top: 0;
- text-decoration: none;
- text-align: center;
- opacity: 0.65;
- padding: 0 0 18px 10px;
- color: #FFF;
- font-style: normal;
- font-size: 28px;
- font-family: Arial, Baskerville, monospace;
-}
-
-.mfp-close:hover,
-.mfp-close:focus {
- opacity: 1;
-}
-
-.mfp-close:active {
- top: 1px;
-}
-
-.mfp-close-btn-in .mfp-close {
- color: #333;
-}
-
-.mfp-image-holder .mfp-close,
-.mfp-iframe-holder .mfp-close {
- color: #FFF;
- right: -6px;
- text-align: right;
- padding-right: 6px;
- width: 100%;
-}
-
-.mfp-counter {
- position: absolute;
- top: 0;
- right: 0;
- color: #CCC;
- font-size: 12px;
- line-height: 18px;
- white-space: nowrap;
-}
-
-.mfp-arrow {
- position: absolute;
- opacity: 0.65;
- margin: 0;
- top: 50%;
- margin-top: -55px;
- padding: 0;
- width: 90px;
- height: 110px;
- -webkit-tap-highlight-color: transparent;
-}
-
-.mfp-arrow:active {
- margin-top: -54px;
-}
-
-.mfp-arrow:hover,
-.mfp-arrow:focus {
- opacity: 1;
-}
-
-.mfp-arrow:before,
-.mfp-arrow:after {
- content: '';
- display: block;
- width: 0;
- height: 0;
- position: absolute;
- left: 0;
- top: 0;
- margin-top: 35px;
- margin-left: 35px;
- border: medium inset transparent;
-}
-
-.mfp-arrow:after {
- border-top-width: 13px;
- border-bottom-width: 13px;
- top: 8px;
-}
-
-.mfp-arrow:before {
- border-top-width: 21px;
- border-bottom-width: 21px;
- opacity: 0.7;
-}
-
-.mfp-arrow-left {
- left: 0;
-}
-
-.mfp-arrow-left:after {
- border-right: 17px solid #FFF;
- margin-left: 31px;
-}
-
-.mfp-arrow-left:before {
- margin-left: 25px;
- border-right: 27px solid #3F3F3F;
-}
-
-.mfp-arrow-right {
- right: 0;
-}
-
-.mfp-arrow-right:after {
- border-left: 17px solid #FFF;
- margin-left: 39px;
-}
-
-.mfp-arrow-right:before {
- border-left: 27px solid #3F3F3F;
-}
-
-.mfp-iframe-holder {
- padding-top: 40px;
- padding-bottom: 40px;
-}
-
-.mfp-iframe-holder .mfp-content {
- line-height: 0;
- width: 100%;
- max-width: 900px;
-}
-
-.mfp-iframe-holder .mfp-close {
- top: -40px;
-}
-
-.mfp-iframe-scaler {
- width: 100%;
- height: 0;
- overflow: hidden;
- padding-top: 56.25%;
-}
-
-.mfp-iframe-scaler iframe {
- position: absolute;
- display: block;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
- background: #000;
-}
-
-/* Main image in popup */
-img.mfp-img {
- width: auto;
- max-width: 100%;
- height: auto;
- display: block;
- line-height: 0;
- box-sizing: border-box;
- padding: 40px 0 40px;
- margin: 0 auto;
-}
-
-/* The shadow behind the image */
-.mfp-figure {
- line-height: 0;
-}
-
-.mfp-figure:after {
- content: '';
- position: absolute;
- left: 0;
- top: 40px;
- bottom: 40px;
- display: block;
- right: 0;
- width: auto;
- height: auto;
- z-index: -1;
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
- background: #444;
-}
-
-.mfp-figure small {
- color: #BDBDBD;
- display: block;
- font-size: 12px;
- line-height: 14px;
-}
-
-.mfp-figure figure {
- margin: 0;
-}
-
-.mfp-bottom-bar {
- margin-top: -36px;
- position: absolute;
- top: 100%;
- left: 0;
- width: 100%;
- cursor: auto;
-}
-
-.mfp-title {
- text-align: left;
- line-height: 18px;
- color: #F3F3F3;
- word-wrap: break-word;
- padding-right: 36px;
-}
-
-.mfp-image-holder .mfp-content {
- max-width: 100%;
-}
-
-.mfp-gallery .mfp-image-holder .mfp-figure {
- cursor: pointer;
-}
-
-@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
- /**
- * Remove all paddings around the image on small screen
- */
- .mfp-img-mobile .mfp-image-holder {
- padding-left: 0;
- padding-right: 0;
- }
-
- .mfp-img-mobile img.mfp-img {
- padding: 0;
- }
-
- .mfp-img-mobile .mfp-figure:after {
- top: 0;
- bottom: 0;
- }
-
- .mfp-img-mobile .mfp-figure small {
- display: inline;
- margin-left: 5px;
- }
-
- .mfp-img-mobile .mfp-bottom-bar {
- background: rgba(0, 0, 0, 0.6);
- bottom: 0;
- margin: 0;
- top: auto;
- padding: 3px 5px;
- position: fixed;
- box-sizing: border-box;
- }
-
- .mfp-img-mobile .mfp-bottom-bar:empty {
- padding: 0;
- }
-
- .mfp-img-mobile .mfp-counter {
- right: 5px;
- top: 3px;
- }
-
- .mfp-img-mobile .mfp-close {
- top: 0;
- right: 0;
- width: 35px;
- height: 35px;
- line-height: 35px;
- background: rgba(0, 0, 0, 0.6);
- position: fixed;
- text-align: center;
- padding: 0;
- }
-}
-@media all and (max-width: 900px) {
- .mfp-arrow {
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- }
-
- .mfp-arrow-left {
- -webkit-transform-origin: 0;
- transform-origin: 0;
- }
-
- .mfp-arrow-right {
- -webkit-transform-origin: 100%;
- transform-origin: 100%;
- }
-
- .mfp-container {
- padding-left: 6px;
- padding-right: 6px;
- }
-}
-
-
-
-/* Contact */
-
-section.contact {
- background-image: url(../images/contact-bg.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- background-color: #172238;
- padding-bottom: 120px;
-}
-
-
-section.contact form {
- background-color: rgba(250,250,250,0.1);
- padding: 30px;
- width: 100%;
-}
-
-
-@media screen and (max-width: 767px) {
- section.contact form {
- margin-bottom: 30px;
- }
-}
-
-section.contact form input {
- width: 100%;
- height: 40px;
- background-color: rgba(250,250,250,0.1);
- border-radius: 0px;
- border: none;
- outline: none;
- color: #fff;
- font-size: 13px;
- margin-bottom: 30px;
- letter-spacing: 0.5px;
-}
-
-section.contact form textarea {
- width: 100%;
- height: 220px;
- max-height: 280px;
- min-height: 220px;
- background-color: rgba(250,250,250,0.1);
- border-radius: 0px;
- border: none;
- outline: none;
- color: #fff;
- font-size: 13px;
- margin-bottom: 30px;
- letter-spacing: 0.5px;
-}
-
-section.contact form input:focus,
-section.contact form textarea:focus {
- outline: none;
- border: none;
- box-shadow: none;
- color: #fff;
- background-color: rgba(250,250,250,0.1);
-}
-
-section.contact form::placeholder { color: #fff }
-section.contact form input::placeholder { color: #fff; }
-section.contact form input::placeholder { color: #fff; }
-
-section.contact form::placeholder { color: #fff }
-section.contact form textarea::placeholder { color: #fff; }
-section.contact form textarea::placeholder { color: #fff; }
-
-section.contact form button {
- background-color: #f5a425;
- color: #fff;
- font-size: 13px;
- text-transform: uppercase;
- letter-spacing: 0.5px;
- font-weight: 700;
- padding: 12px 20px;
- display: inline-block;
- outline: none;
- box-shadow: none;
- border: none;
-}
-
-/* Footer */
-
-footer {
- background-color: #152036;
- text-align: center;
-}
-
-footer p {
- margin-bottom: 0px;
- padding: 25px 0px;
- color: #fff;
- font-size: 13px;
- text-transform: uppercase;
- font-weight: 600;
- letter-spacing: 0.5px;
-}
-
-footer p a,
-footer p a:hover {
- color: #f5a425;
-}
-
-@media screen and (max-width: 992px) {
- .features { background-color: #0c1228; }
- .features-content { position: relative; }
- .features-post { border-left: 0 }
-}
-
-@media screen and (max-width: 950px) {
- .main-menu { padding-right: 0!important; }
- .main-header .logo {
- line-height: 73px;
- }
- .main-menu li {
- display: block;
- line-height: 1;
- margin-left: 0 !important;
- }
-
- .main-menu li .sub-menu {
- opacity: 1;
- visibility: visible;
- position: static;
- margin-left: auto;
- margin-right: auto;
- width: 100%;
- }
- .main-menu li .sub-menu li:last-child {
- border-bottom: 1px solid rgba(250,250,250,0.25);
- }
-}
-
-@media screen and (max-width: 950px) and (max-height: 400px) {
- nav[role="navigation"].active {
- max-height: calc(80px + 100vh);
- overflow-y: auto;
- }
-}
-
-@media screen and (max-width: 767px) {
- footer p {
- font-size: 12px;
- font-weight: 600;
- letter-spacing: 0.25px;
- }
+/*
+
+TemplateMo 557 Grad School
+
+https://templatemo.com/tm-557-grad-school
+
+*/
+
+
+@import url(fontawesome.css);
+@import url("");
+body {
+ font-family: 'Montserrat', sans-serif;
+}
+
+/* Basic */
+
+a {
+ color: #3CF;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #FC3;
+ text-decoration: none;
+}
+
+ul {
+ padding: 0px;
+ margin: 0px;
+ list-style: none;
+}
+
+p {
+ font-size: 13px;
+ line-height: 22px;
+}
+
+
+.section-heading {
+ text-align: center;
+ margin-bottom: 70px;
+}
+
+.section-heading h2:before {
+ width: 1px;
+ height: 100px;
+ background-color: rgba(250,250,250,0.1);
+ position: absolute;
+ top: -102px;
+ content: '';
+ left: 50%;
+ transform: translate(-50%);
+}
+
+.section-heading h2 {
+ margin-top: 100px;
+ position: relative;
+ font-size: 18px;
+ font-weight: 500;
+ color: #fff;
+ letter-spacing: 0.5px;
+ display: inline-block;
+ padding: 15px 20px;
+ border: 2px solid rgba(250,250,250,0.1);
+}
+
+
+/* Buttons */
+
+.main-button a {
+ background-color: #f5a425;
+ color: #fff;
+ font-size: 13px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ padding: 12px 20px;
+ display: inline-block;
+ outline: none;
+}
+
+a.menu-link { display: none; }
+
+@media screen and (max-width: 950px) {
+ a.menu-link {
+ float: right;
+ display: block;
+ font-size: 36px;
+ color: #fff;
+ padding-right: 30px;
+ padding-top: 15px;
+ }
+ nav[role="navigation"] {
+ clear: both;
+ -webkit-transition: all 0.3s ease-out;
+ -moz-transition: all 0.3s ease-out;
+ -ms-transition: all 0.3s ease-out;
+ -o-transition: all 0.3s ease-out;
+ transition: all 0.3s ease-out;
+ }
+ .js nav[role="navigation"] {
+ overflow: hidden;
+ max-height: 0;
+ }
+ nav[role="navigation"].active {
+ max-height: 20em;
+ height: 20em;
+ overflow-y: scroll;
+ }
+ nav[role="navigation"] ul {
+ top: 0;
+ width: 100%;
+ position: relative;
+ margin: 0;
+ padding: 0;
+ border-top: 1px solid rgba(250,250,250,0.25);
+ background-color: rgba(22,34,57,0.99);
+ }
+ nav[role="navigation"] li a {
+ display: block;
+ padding: 15px 0px;
+ border-bottom: 1px solid rgba(250,250,250,0.25);
+ text-align: center;
+ color: #fff;
+ font-size: 13px;
+ text-transform: uppercase;
+ font-weight: 700;
+ line-height: 1.5;
+ }
+ nav[role="navigation"] li:hover a,
+ nav[role="navigation"] li.active a {
+ color: #f5a425;
+ }
+
+ @media screen and (min-width: 951px) {
+ .js nav[role="navigation"] {
+ max-height: none;
+ }
+
+ nav[role="navigation"] li {
+ display: inline-block;
+ margin: 0 0.25em;
+ }
+ nav[role="navigation"] li a {
+ border: 0;
+ }
+ }
+}
+
+/* Header */
+
+@media screen and (max-width: 1050px) {
+ .main-header .logo {
+ padding-left: 30px!important;
+ }
+
+ .main-menu {
+ padding-right: 30px!important;
+ }
+
+ .main-menu li {
+ margin-left: 5px!important;
+ }
+}
+
+.main-header {
+ background-color: rgba(22,34,57,0.95);
+ height: 80px;
+ position: fixed;
+ z-index: 12;
+ width: 100%;
+ top: 0;
+}
+
+.main-header .logo {
+ float: left;
+ line-height: 80px;
+ padding-left: 60px;
+}
+
+.main-header .logo a {
+ font-size: 36px;
+ text-transform: uppercase;
+ font-weight: 800;
+ color: #fff;
+}
+.main-header .logo a em {
+ font-style: normal;
+ color: #f5a425;
+}
+
+.main-menu {
+ float: right;
+ padding-right: 60px;
+}
+
+.main-menu li {
+ display: inline-block;
+ line-height: 79px;
+ margin-left: 15px;
+ position: relative;
+}
+
+.main-menu li:first-child {
+ margin-left: 0px;
+}
+
+.main-menu li a {
+ padding: 10px 15px;
+ font-size: 13px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ color: #fff;
+ border: 2px solid transparent;
+ transition: all 0.5s;
+}
+
+.main-menu li.has-submenu a:after {
+ content: '\f107';
+ font-family: "FontAwesome";
+ margin-left: 5px;
+}
+
+.main-menu li.has-submenu ul li a:after {
+ display: none;
+}
+
+.main-menu li .sub-menu {
+ position: absolute;
+ width: 160px;
+ background-color: #18233a;
+ opacity: 0;
+ visibility: hidden;
+ transition: all 0.5s;
+}
+
+.main-menu li:hover .sub-menu {
+ opacity: 1;
+ visibility: visible;
+}
+
+.main-menu li .sub-menu li {
+ display: block;
+ line-height: 20px;
+ margin-left: 0px;
+ margin-bottom: 15px;
+ padding-bottom: 15px;
+ border-bottom: 1px solid #121b2f;
+}
+
+.main-menu li .sub-menu li:first-child {
+ padding-top: 15px;
+}
+
+.main-menu li .sub-menu li:last-child {
+ margin-bottom: 0px;
+ border-bottom: none;
+}
+
+.main-menu li .sub-menu li a {
+ font-size: 12px;
+ font-weight: 500;
+ padding: 0px 15px;
+ letter-spacing: 0.5px;
+ border: none;
+ transition: all 0.5s;
+}
+
+.main-menu li .sub-menu li a:hover {
+ color: #f5a425;
+ border: none;
+}
+
+.main-nav li:hover a,
+.main-nav li.active a {
+ border: 2px solid #f5a425;
+}
+
+@media (max-width: 950px) {
+ .main-nav li:hover a,
+ .main-nav li.active a {
+ border: 2px solid transparent;
+ border-bottom: 1px solid rgba(250,250,250,0.25);
+ }
+}
+
+
+/* Slider */
+
+.main-banner {
+ position: relative;
+ max-height: 100%;
+ overflow: hidden;
+ margin-bottom: -7px;
+}
+
+#bg-video {
+ min-width: 100%;
+ min-height: 100vh;
+ max-width: 100%;
+ max-height: 100vh;
+ object-fit: cover;
+ z-index: -1;
+}
+
+#bg-video::-webkit-media-controls {
+ display: none !important;
+}
+
+.video-overlay {
+ position: absolute;
+ background-color: rgba(22,34,57,0.85);
+ top: 0;
+ left: 0;
+ bottom: 7px;
+ width: 100%;
+}
+
+.main-banner .caption {
+ text-align: center;
+ position: absolute;
+ width: 80%;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%,-50%);
+}
+
+.main-banner .caption h6 {
+ margin-top: 0px;
+ font-size: 18px;
+ text-transform: uppercase;
+ font-weight: 600;
+ color: #fff;
+ letter-spacing: 1px;
+}
+
+.main-banner .caption h2 {
+ margin-top: 30px;
+ margin-bottom: 30px;
+ font-size: 64px;
+ text-transform: uppercase;
+ font-weight: 800;
+ color: #fff;
+ letter-spacing: 1px;
+}
+
+.main-banner .caption h2 em {
+ font-style: normal;
+ color: #f5a425;
+ font-weight: 900;
+}
+
+@media screen and (max-width: 1180px) {
+
+ .main-banner .caption h6 {
+ font-weight: 500;
+ }
+
+ .main-banner .caption h2 {
+ font-size: 58px;
+ }
+
+}
+@media screen and (max-width: 767px) {
+
+ .main-banner .caption h6 {
+ font-weight: 500;
+ }
+
+ .main-banner .caption h2 {
+ font-size: 36px;
+ }
+
+}
+
+
+/* Features */
+
+section.features .col-4 {
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.features-post {
+ position: relative;
+ margin-bottom: 0px;
+}
+
+.features-thumb {
+ overflow: hidden;
+ position: relative;
+}
+
+.features-thumb img {
+ width: 100%;
+}
+
+.features-content {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ background-color: #0c1228;
+ color: #fff;
+ padding: 40px;
+}
+
+.features-content:hover {
+ background-color: #f5a425;
+ box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
+}
+
+.features-content h4 {
+ font-size: 16px;
+ text-transform: uppercase;
+ font-weight: 700;
+ color: #fff;
+ letter-spacing: 1px;
+ margin-bottom: 0px;
+}
+
+.features-content h4 i {
+ margin-right: 15px;
+ font-size: 24px;
+}
+
+.features-content p {
+ margin-bottom: 0px;
+}
+
+.features-content a {
+ margin-top: 15px;
+ display: inline-block;
+ text-transform: uppercase;
+ color: #fff;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ font-size: 14px;
+ border-bottom: 2px solid #fff;
+}
+
+.features-content p.hidden-sm {
+ display: none;
+}
+
+.second-features,
+.third-features {
+ border-left: 1px solid rgba(250,250,250,0.1);
+}
+
+.content-hide {
+ margin-top: 15px;
+ display: none;
+}
+
+.content-hide p {
+ color: #fff;
+}
+
+@media screen and (max-width: 767px) {
+
+ .features-content {
+ padding: 15px;
+ }
+ .features-content h4 i {
+ display: block;
+ margin-bottom: 10px;
+ }
+ .features-content h4 {
+ font-size: 14px;
+ }
+ .features-content p {
+ display: none;
+ }
+ .features-content p.hidden-sm {
+ display: block;
+ }
+ .features-content a {
+ letter-spacing: 0px;
+ font-size: 13px;
+ font-weight: 600;
+ }
+
+}
+
+
+
+/* Why Choosing Us */
+
+section.why-us {
+ background-image: url(../images/choosing-bg.jpg);
+ background-color: #172238;
+ background-repeat: no-repeat;
+ background-size: cover;
+ padding-bottom: 100px;
+}
+
+#tabs {
+ text-align: center;
+}
+#tabs ul {
+ margin: 0;
+ padding: 0;
+ -webkit-column-count: 3;
+ -moz-column-count: 3;
+ column-count: 3;
+ -webkit-column-gap: 0;
+ -moz-column-gap: 0;
+ column-gap: 0;
+}
+#tabs ul::after {
+ clear: both;
+ content: "";
+ display: table;
+}
+#tabs ul li {
+ display: block;
+ font-weight: 400;
+ font-size: 1.2em;
+ letter-spacing: 1px;
+ text-align: center;
+}
+#tabs ul li a {
+ display: block;
+ font-size: 13px;
+ font-weight: 700;
+ letter-spacing: 1px;
+ cursor: pointer;
+ outline: 0;
+ padding-bottom: 30px;
+ color: #fff;
+ text-decoration: none;
+ text-transform: uppercase;
+ position: relative;
+}
+#tabs ul li a:after {
+ transition: all 0.3s;
+ width: 10px;
+ height: 10px;
+ background-color: #fff;
+ content: '';
+ position: absolute;
+ left: 50%;
+ transform: translate(-50%);
+ bottom: 0;
+}
+#tabs ul li a:before {
+ transition: all 0.3s;
+ width: 25px;
+ height: 25px;
+ border: 2px solid transparent;
+ background-color: transparent;
+ content: '';
+ position: absolute;
+ left: 50%;
+ transform: translate(-50%);
+ bottom: -5px;
+}
+#tabs ul li span {
+ display: block;
+ margin-bottom: 0.75em;
+}
+#tabs ul .ui-tabs-active {
+}
+#tabs ul .ui-tabs-active a {
+ color: #f5a425;
+}
+#tabs ul .ui-tabs-active a:after {
+ background-color: #f5a425;
+ width: 15px;
+ height: 15px;
+}
+#tabs ul .ui-tabs-active a:before {
+ border-color: #f5a425;
+}
+#tabs h4 {
+ margin-top: 60px;
+ font-size: 32px;
+ font-weight: 700;
+ letter-spacing: 1px;
+ color: #fff;
+ margin-bottom: 30px;
+}
+
+#tabs p {
+ color: #fff;
+ font-size: 15px;
+ line-height: 28px;
+}
+
+.tabs-content {
+ margin-top: 60px;
+ text-align: left;
+}
+
+@media screen and (max-width: 767px) {
+
+ .tabs-content {
+ text-align: center;
+ }
+
+}
+
+.tabs-content img {
+ width: 100%;
+ overflow: hidden;
+ padding-right: 45px;
+}
+
+@media screen and (max-width: 767px) {
+
+ .tabs-content img {
+ padding-right: 0px;
+ }
+
+}
+
+
+/* Coming Soon */
+
+section.coming-soon {
+ background-image: url(../images/coming-soon-bg.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-color: #172238;
+ padding: 120px 0px;
+}
+
+section.coming-soon .continer .counter div {
+ display: inline-block;
+}
+section.coming-soon .continer h4 {
+ margin-top: 100px;
+ font-size: 30px;
+ color: #fff;
+ font-weight: 800;
+ letter-spacing: 0.5px;
+ line-height: 40px;
+ margin-bottom: 50px;
+}
+section.coming-soon .continer h4 em {
+ font-style: normal;
+ color: #f5a425;
+}
+
+@media screen and (max-width: 767px) {
+
+ section.coming-soon .continer h4 {
+ text-align: center;
+ }
+
+}
+
+section.coming-soon .continer .counter .days,
+section.coming-soon .continer .counter .hours,
+section.coming-soon .continer .counter .minutes,
+section.coming-soon .continer .counter .seconds {
+ width: 22%;
+ height: 140px;
+ float: left;
+ text-align: center;
+ font-size: 48px;
+ font-weight: 800;
+ letter-spacing: 1px;
+ color: #fff;
+ background-color: rgba(250,250,250,0.1);
+}
+@media screen and (max-width: 992px) {
+
+ section.coming-soon .continer .counter .days,
+ section.coming-soon .continer .counter .hours,
+ section.coming-soon .continer .counter .minutes,
+ section.coming-soon .continer .counter .seconds {
+ font-size: 26px;
+ }
+
+ section.coming-soon .continer .counter .days .value,
+ section.coming-soon .continer .counter .hours .value,
+ section.coming-soon .continer .counter .minutes .value,
+ section.coming-soon .continer .counter .seconds .value {
+ margin-top: 40px!important;
+ }
+
+ section.coming-soon .continer .counter span {
+ font-size: 14px!important;
+ }
+
+}
+section.coming-soon .continer .counter .days,
+section.coming-soon .continer .counter .hours,
+section.coming-soon .continer .counter .minutes {
+ margin-right: 4%;
+}
+section.coming-soon .continer .counter .days .value,
+section.coming-soon .continer .counter .hours .value,
+section.coming-soon .continer .counter .minutes .value,
+section.coming-soon .continer .counter .seconds .value {
+ margin-top: 15px;
+ display: block;
+ width: 100%;
+}
+
+section.coming-soon .continer .counter span {
+ font-size: 18px;
+ text-transform: uppercase;
+ color: #f5a425;
+ font-weight: 500;
+ letter-spacing: 1px;
+ margin-top: 0px;
+ display: block;
+}
+
+section.coming-soon .right-content {
+ margin-left: 30px;
+}
+
+@media screen and (max-width: 767px) {
+
+ section.coming-soon .right-content {
+ margin-top: 60px;
+ margin-left: 0px;
+ }
+
+}
+
+section.coming-soon .top-content {
+ margin-bottom: -8px;
+}
+
+section.coming-soon .top-content h6 {
+ font-size: 14px;
+ color: #fff;
+ background-color: rgba(250,250,250,0.2);
+ padding: 40px;
+ text-align: center;
+ line-height: 24px;
+}
+
+section.coming-soon .top-content h6 em {
+ font-style: normal;
+ font-weight: 600;
+}
+
+section.coming-soon form {
+ background-color: rgba(250,250,250,0.1);
+ padding: 60px 40px;
+ width: 100%;
+ text-align: center;
+}
+
+section.coming-soon form input {
+ width: 100%;
+ height: 40px;
+ background-color: rgba(250,250,250,0.1);
+ border-radius: 0px;
+ border: none;
+ outline: none;
+ color: #fff;
+ font-size: 13px;
+ margin-bottom: 20px;
+ letter-spacing: 0.5px;
+}
+
+section.coming-soon form input:focus {
+ outline: none;
+ border: none;
+ box-shadow: none;
+ color: #fff;
+ background-color: rgba(250,250,250,0.1);
+}
+
+section.coming-soon form::placeholder { color: #fff }
+section.coming-soon form input::placeholder { color: #fff; }
+section.coming-soon form input::placeholder { color: #fff; }
+
+section.coming-soon form button {
+ margin-top: 10px;
+ background-color: #f5a425;
+ color: #fff;
+ font-size: 13px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ padding: 12px 20px;
+ display: inline-block;
+ outline: none;
+ box-shadow: none;
+ border: none;
+}
+
+
+
+/* Courses */
+
+section.courses {
+ background-image: url(../images/choosing-bg.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-color: #172238;
+ padding-bottom: 100px;
+ padding: 0px 30px 100px 30px;
+}
+
+section.courses .item img {
+ border-top-right-radius: 5px;
+ border-top-left-radius: 5px;
+}
+
+section.courses .item .down-content {
+ padding: 30px;
+ background-color: #fff;
+ border-bottom-right-radius: 5px;
+ border-bottom-left-radius: 5px;
+}
+
+section.courses .item .down-content h4 {
+ font-size: 16px;
+ text-transform: uppercase;
+ color: #1e1e1e;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ margin-top: 0px;
+ margin-bottom: 20px;
+}
+
+section.courses .item .down-content p {
+ margin-bottom: 25px;
+}
+
+section.courses .item .down-content img {
+ width: 40px;
+ border: 2px solid #f5a425;
+ border-radius: 50%;
+ text-align: left;
+ display: inline-block;
+}
+
+section.courses .item .down-content .text-button-pay {
+ float: right;
+ display: inline-block;
+ margin-top: -30px;
+}
+
+section.courses .item .down-content .text-button-pay a {
+ color: #f5a425;
+ font-size: 13px;
+}
+
+section.courses .item .down-content .text-button-free {
+ float: right;
+ display: inline-block;
+ margin-top: -30px;
+}
+
+section.courses .item .down-content .text-button-free a {
+ color: #7a7a7a;
+ font-size: 13px;
+}
+
+section.courses .owl-carousel .owl-nav {
+ display: none;
+}
+
+section.courses .owl-carousel .owl-dots {
+ text-align: center;
+}
+
+section.courses .owl-carousel button.owl-dot {
+ width: 10px;
+ height: 10px;
+ background-color: #fff;
+ margin: 50px 10px 0px 10px;
+ outline: none;
+}
+section.courses .owl-carousel button.active {
+ background-color: #f5a425;
+}
+
+
+
+
+
+/* Video */
+
+section.video {
+ background-image: url(../images/video-bg.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-color: #172238;
+ padding: 120px 0px;
+}
+
+section.video .left-content {
+ color: #fff;
+}
+
+section.video .left-content span {
+ text-transform: uppercase;
+ font-size: 14px;
+ letter-spacing: 0.5px;
+}
+
+section.video .left-content h4 {
+ margin-top: 20px;
+ font-size: 30px;
+ color: #fff;
+ font-weight: 800;
+ letter-spacing: 0.5px;
+ line-height: 40px;
+ margin-bottom: 20px;
+}
+section.video .left-content h4 em {
+ font-style: normal;
+ color: #f5a425;
+}
+
+section.video .left-content .main-button {
+ margin-top: 30px;
+}
+
+.video-item {
+ position: relative;
+ width: 100%;
+ max-width: 600px;
+ margin: 0px auto 0;
+}
+
+@media screen and (max-width: 767px) {
+
+ section.video .left-content {
+ margin-bottom: 45px;
+ }
+
+ section.video .first-item .first-content h4,
+ section.video .second-item .second-content h4 {
+ text-align: center;
+ }
+
+}
+
+.video-item figure {
+ position: relative;
+ width: 100%;
+ font-size: 0;
+}
+.video-item figure img {
+ width: 100%;
+}
+.video-item figure a:before {
+ content: '';
+ position: absolute;
+ bottom: 10px;
+ right: 15px;
+ width: 60px;
+ height: 60px;
+ margin-top: -32.5px;
+ margin-left: -32.5px;
+ border-radius: 50%;
+ background-color: #f5a425;
+ z-index: 10;
+}
+.video-item figure a:after {
+ content: '';
+ position: absolute;
+ bottom: 27.5px;
+ right: 20px;
+ margin-top: -12.5px;
+ margin-left: -7px;
+ border: solid 13px transparent;
+ border-left: solid 20px;
+ border-left-color: #fff;
+ z-index: 10;
+}
+.video-item figure a:hover:before {
+ background-color: #f5a425;
+}
+
+.video-item .video-caption {
+ position: absolute;
+ z-index: 10;
+ background-color: rgba(250,250,250,0.75);
+ height: 80px;
+ width: 100%;
+ padding: 27px 30px;
+ bottom: 0;
+}
+
+.video-item .video-caption h4 {
+ font-size: 20px;
+ text-transform: uppercase;
+ font-weight: 700;
+ letter-spacing: 1px;
+}
+
+/* Magnific Popup CSS */
+.mfp-bg {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1042;
+ overflow: hidden;
+ position: fixed;
+ background: #0b0b0b;
+ opacity: 0.8;
+}
+
+.mfp-wrap {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1043;
+ position: fixed;
+ outline: none !important;
+ -webkit-backface-visibility: hidden;
+}
+
+.mfp-container {
+ text-align: center;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ padding: 0 8px;
+ box-sizing: border-box;
+}
+
+.mfp-container:before {
+ content: '';
+ display: inline-block;
+ height: 100%;
+ vertical-align: middle;
+}
+
+.mfp-align-top .mfp-container:before {
+ display: none;
+}
+
+.mfp-content {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+ margin: 0 auto;
+ text-align: left;
+ z-index: 1045;
+}
+
+.mfp-inline-holder .mfp-content,
+.mfp-ajax-holder .mfp-content {
+ width: 100%;
+ cursor: auto;
+}
+
+.mfp-ajax-cur {
+ cursor: progress;
+}
+
+.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
+ cursor: -moz-zoom-out;
+ cursor: -webkit-zoom-out;
+ cursor: zoom-out;
+}
+
+.mfp-zoom {
+ cursor: pointer;
+ cursor: -webkit-zoom-in;
+ cursor: -moz-zoom-in;
+ cursor: zoom-in;
+}
+
+.mfp-auto-cursor .mfp-content {
+ cursor: auto;
+}
+
+.mfp-close,
+.mfp-arrow,
+.mfp-preloader,
+.mfp-counter {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
+}
+
+.mfp-loading.mfp-figure {
+ display: none;
+}
+
+.mfp-hide {
+ display: none !important;
+}
+
+.mfp-preloader {
+ color: #CCC;
+ position: absolute;
+ top: 50%;
+ width: auto;
+ text-align: center;
+ margin-top: -0.8em;
+ left: 8px;
+ right: 8px;
+ z-index: 1044;
+}
+
+.mfp-preloader a {
+ color: #CCC;
+}
+
+.mfp-preloader a:hover {
+ color: #FFF;
+}
+
+.mfp-s-ready .mfp-preloader {
+ display: none;
+}
+
+.mfp-s-error .mfp-content {
+ display: none;
+}
+
+button.mfp-close,
+button.mfp-arrow {
+ overflow: visible;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+ display: block;
+ outline: none;
+ padding: 0;
+ z-index: 1046;
+ box-shadow: none;
+ touch-action: manipulation;
+}
+
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+}
+
+.mfp-close {
+ width: 44px;
+ height: 44px;
+ line-height: 44px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ text-decoration: none;
+ text-align: center;
+ opacity: 0.65;
+ padding: 0 0 18px 10px;
+ color: #FFF;
+ font-style: normal;
+ font-size: 28px;
+ font-family: Arial, Baskerville, monospace;
+}
+
+.mfp-close:hover,
+.mfp-close:focus {
+ opacity: 1;
+}
+
+.mfp-close:active {
+ top: 1px;
+}
+
+.mfp-close-btn-in .mfp-close {
+ color: #333;
+}
+
+.mfp-image-holder .mfp-close,
+.mfp-iframe-holder .mfp-close {
+ color: #FFF;
+ right: -6px;
+ text-align: right;
+ padding-right: 6px;
+ width: 100%;
+}
+
+.mfp-counter {
+ position: absolute;
+ top: 0;
+ right: 0;
+ color: #CCC;
+ font-size: 12px;
+ line-height: 18px;
+ white-space: nowrap;
+}
+
+.mfp-arrow {
+ position: absolute;
+ opacity: 0.65;
+ margin: 0;
+ top: 50%;
+ margin-top: -55px;
+ padding: 0;
+ width: 90px;
+ height: 110px;
+ -webkit-tap-highlight-color: transparent;
+}
+
+.mfp-arrow:active {
+ margin-top: -54px;
+}
+
+.mfp-arrow:hover,
+.mfp-arrow:focus {
+ opacity: 1;
+}
+
+.mfp-arrow:before,
+.mfp-arrow:after {
+ content: '';
+ display: block;
+ width: 0;
+ height: 0;
+ position: absolute;
+ left: 0;
+ top: 0;
+ margin-top: 35px;
+ margin-left: 35px;
+ border: medium inset transparent;
+}
+
+.mfp-arrow:after {
+ border-top-width: 13px;
+ border-bottom-width: 13px;
+ top: 8px;
+}
+
+.mfp-arrow:before {
+ border-top-width: 21px;
+ border-bottom-width: 21px;
+ opacity: 0.7;
+}
+
+.mfp-arrow-left {
+ left: 0;
+}
+
+.mfp-arrow-left:after {
+ border-right: 17px solid #FFF;
+ margin-left: 31px;
+}
+
+.mfp-arrow-left:before {
+ margin-left: 25px;
+ border-right: 27px solid #3F3F3F;
+}
+
+.mfp-arrow-right {
+ right: 0;
+}
+
+.mfp-arrow-right:after {
+ border-left: 17px solid #FFF;
+ margin-left: 39px;
+}
+
+.mfp-arrow-right:before {
+ border-left: 27px solid #3F3F3F;
+}
+
+.mfp-iframe-holder {
+ padding-top: 40px;
+ padding-bottom: 40px;
+}
+
+.mfp-iframe-holder .mfp-content {
+ line-height: 0;
+ width: 100%;
+ max-width: 900px;
+}
+
+.mfp-iframe-holder .mfp-close {
+ top: -40px;
+}
+
+.mfp-iframe-scaler {
+ width: 100%;
+ height: 0;
+ overflow: hidden;
+ padding-top: 56.25%;
+}
+
+.mfp-iframe-scaler iframe {
+ position: absolute;
+ display: block;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
+ background: #000;
+}
+
+/* Main image in popup */
+img.mfp-img {
+ width: auto;
+ max-width: 100%;
+ height: auto;
+ display: block;
+ line-height: 0;
+ box-sizing: border-box;
+ padding: 40px 0 40px;
+ margin: 0 auto;
+}
+
+/* The shadow behind the image */
+.mfp-figure {
+ line-height: 0;
+}
+
+.mfp-figure:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 40px;
+ bottom: 40px;
+ display: block;
+ right: 0;
+ width: auto;
+ height: auto;
+ z-index: -1;
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
+ background: #444;
+}
+
+.mfp-figure small {
+ color: #BDBDBD;
+ display: block;
+ font-size: 12px;
+ line-height: 14px;
+}
+
+.mfp-figure figure {
+ margin: 0;
+}
+
+.mfp-bottom-bar {
+ margin-top: -36px;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ width: 100%;
+ cursor: auto;
+}
+
+.mfp-title {
+ text-align: left;
+ line-height: 18px;
+ color: #F3F3F3;
+ word-wrap: break-word;
+ padding-right: 36px;
+}
+
+.mfp-image-holder .mfp-content {
+ max-width: 100%;
+}
+
+.mfp-gallery .mfp-image-holder .mfp-figure {
+ cursor: pointer;
+}
+
+@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
+ /**
+ * Remove all paddings around the image on small screen
+ */
+ .mfp-img-mobile .mfp-image-holder {
+ padding-left: 0;
+ padding-right: 0;
+ }
+
+ .mfp-img-mobile img.mfp-img {
+ padding: 0;
+ }
+
+ .mfp-img-mobile .mfp-figure:after {
+ top: 0;
+ bottom: 0;
+ }
+
+ .mfp-img-mobile .mfp-figure small {
+ display: inline;
+ margin-left: 5px;
+ }
+
+ .mfp-img-mobile .mfp-bottom-bar {
+ background: rgba(0, 0, 0, 0.6);
+ bottom: 0;
+ margin: 0;
+ top: auto;
+ padding: 3px 5px;
+ position: fixed;
+ box-sizing: border-box;
+ }
+
+ .mfp-img-mobile .mfp-bottom-bar:empty {
+ padding: 0;
+ }
+
+ .mfp-img-mobile .mfp-counter {
+ right: 5px;
+ top: 3px;
+ }
+
+ .mfp-img-mobile .mfp-close {
+ top: 0;
+ right: 0;
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+ background: rgba(0, 0, 0, 0.6);
+ position: fixed;
+ text-align: center;
+ padding: 0;
+ }
+}
+@media all and (max-width: 900px) {
+ .mfp-arrow {
+ -webkit-transform: scale(0.75);
+ transform: scale(0.75);
+ }
+
+ .mfp-arrow-left {
+ -webkit-transform-origin: 0;
+ transform-origin: 0;
+ }
+
+ .mfp-arrow-right {
+ -webkit-transform-origin: 100%;
+ transform-origin: 100%;
+ }
+
+ .mfp-container {
+ padding-left: 6px;
+ padding-right: 6px;
+ }
+}
+
+
+
+/* Contact */
+
+section.contact {
+ background-image: url(../images/contact-bg.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-color: #172238;
+ padding-bottom: 120px;
+}
+
+
+section.contact form {
+ background-color: rgba(250,250,250,0.1);
+ padding: 30px;
+ width: 100%;
+}
+
+
+@media screen and (max-width: 767px) {
+ section.contact form {
+ margin-bottom: 30px;
+ }
+}
+
+section.contact form input {
+ width: 100%;
+ height: 40px;
+ background-color: rgba(250,250,250,0.1);
+ border-radius: 0px;
+ border: none;
+ outline: none;
+ color: #fff;
+ font-size: 13px;
+ margin-bottom: 30px;
+ letter-spacing: 0.5px;
+}
+
+section.contact form textarea {
+ width: 100%;
+ height: 220px;
+ max-height: 280px;
+ min-height: 220px;
+ background-color: rgba(250,250,250,0.1);
+ border-radius: 0px;
+ border: none;
+ outline: none;
+ color: #fff;
+ font-size: 13px;
+ margin-bottom: 30px;
+ letter-spacing: 0.5px;
+}
+
+section.contact form input:focus,
+section.contact form textarea:focus {
+ outline: none;
+ border: none;
+ box-shadow: none;
+ color: #fff;
+ background-color: rgba(250,250,250,0.1);
+}
+
+section.contact form::placeholder { color: #fff }
+section.contact form input::placeholder { color: #fff; }
+section.contact form input::placeholder { color: #fff; }
+
+section.contact form::placeholder { color: #fff }
+section.contact form textarea::placeholder { color: #fff; }
+section.contact form textarea::placeholder { color: #fff; }
+
+section.contact form button {
+ background-color: #f5a425;
+ color: #fff;
+ font-size: 13px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ font-weight: 700;
+ padding: 12px 20px;
+ display: inline-block;
+ outline: none;
+ box-shadow: none;
+ border: none;
+}
+
+/* Footer */
+
+footer {
+ background-color: #152036;
+ text-align: center;
+}
+
+footer p {
+ margin-bottom: 0px;
+ padding: 25px 0px;
+ color: #fff;
+ font-size: 13px;
+ text-transform: uppercase;
+ font-weight: 600;
+ letter-spacing: 0.5px;
+}
+
+footer p a,
+footer p a:hover {
+ color: #f5a425;
+}
+
+@media screen and (max-width: 992px) {
+ .features { background-color: #0c1228; }
+ .features-content { position: relative; }
+ .features-post { border-left: 0 }
+}
+
+@media screen and (max-width: 950px) {
+ .main-menu { padding-right: 0!important; }
+ .main-header .logo {
+ line-height: 73px;
+ }
+ .main-menu li {
+ display: block;
+ line-height: 1;
+ margin-left: 0 !important;
+ }
+
+ .main-menu li .sub-menu {
+ opacity: 1;
+ visibility: visible;
+ position: static;
+ margin-left: auto;
+ margin-right: auto;
+ width: 100%;
+ }
+ .main-menu li .sub-menu li:last-child {
+ border-bottom: 1px solid rgba(250,250,250,0.25);
+ }
+}
+
+@media screen and (max-width: 950px) and (max-height: 400px) {
+ nav[role="navigation"].active {
+ max-height: calc(80px + 100vh);
+ overflow-y: auto;
+ }
+}
+
+@media screen and (max-width: 767px) {
+ footer p {
+ font-size: 12px;
+ font-weight: 600;
+ letter-spacing: 0.25px;
+ }
}
\ No newline at end of file
diff --git a/assets/fonts/flexslider-icon.svg b/assets/fonts/flexslider-icon.svg
index 89fd1ab..dff93f0 100644
--- a/assets/fonts/flexslider-icon.svg
+++ b/assets/fonts/flexslider-icon.svg
@@ -1,19 +1,19 @@
-
-
-