/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*@media (min-width: 1700px) {
  .container {
    width: 1500px;
  }
}*/
html, body {
  width:100%;
  height: 100%;
  margin: 0;
  font-family: "Trebuchet MS";

}
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 23, 2017 6:27 AM */

@font-face {
	font-family: 'Trebuchet MS';
	src: url('../themes/studyingeorgia.ge/assets/fonts/TrebuchetMS.eot');
	src: url('../themes/studyingeorgia.ge/assets/fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
		url('../themes/studyingeorgia.ge/assets/fonts/TrebuchetMS.woff') format('woff'),
		url('../themes/studyingeorgia.ge/assets/fonts/TrebuchetMS.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.flag{
  width: 110px;
  margin: auto;
}
.links{
  margin:auto;
}
header{
  width: 100%;
  height: 90px;
  background: rgba(255,255,255,0.8);
  position: fixed;
  top:0;
  left:0;
  z-index: 9;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}
header.line{
  border-bottom:3px solid #f05453;
}
header.active{
  height: 50px;
  background: rgba(255,255,255,1);
}
header  ul.navigation{
  width:100%;
}
header div.logo{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  line-height: 90px;
  width: 100%;
  height: 65.5px;
  overflow: hidden;
}
header div.logo{
  margin-top:25.5px;
  width: 150px;-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
header.active div.logo{
  margin-top:5.5px;
}

header nav.navigation ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

header nav.navigation ul a
{
	display:inline;
	color:#5E5F5F;
	text-decoration:none;
  font-size:17px;
  text-transform: uppercase;
	padding:0 15px;
  padding-bottom: 5px;
}
header.active nav.navigation ul li{
  line-height: 50px;
}

header nav.navigation ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
  line-height: 90px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
header nav.navigation ul li a:hover{
  border-bottom: 2px solid #F05152;
}

header nav.navigation ul li.active a, header nav.navigation ul li.child-active a
{
	border-bottom: 2px solid #F05152;
}
header nav.navigation ul li.child-active ul li a{
  border:0;
}
header nav.navigation ul li.child-active ul li.active a{
  border-bottom: 2px solid #F05152;
}
header nav.navigation ul li.child-active ul li:hover a{
  border-bottom: 2px solid #F05152;
}


header nav.navigation ul ul
{
	display:none;
	position:absolute;
	top:99%;
	left:0;
	background: rgba(255,255,255,1);
	padding:0
}

header nav.navigation ul ul li
{
	float:none;
	width:200px;
  height: 40px;
}

header nav.navigation ul ul a
{
	line-height:120%;
	padding:10px 15px;
  display: block;
  font-size: 14px;
}

header nav.navigation ul ul ul
{
	top:0;
	left:100%
}

header nav.navigation ul li:hover > ul
{
	display:block
}
header nav.navigation ul li li:last-child{
  margin-bottom: 10px;
}
header .menu{
  display: none;
  float:right;
  width:35px;
  height: 35px;
  text-align:
  border:1px solid;
  margin-top:27.5px;
}
header.active .menu{
  margin-top:7.5px;
}
header .menu:hover{
  cursor: pointer;
}
header .menu div{
  width: 35px;
  height: 4px;
  background: #5E5F5F;
  margin-top:5px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

div.content {
  width: 100%;
  min-height: calc(100vh - 125px);
  margin: 0 auto -125px;
}
div.content.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.page-content{
  margin-top: 90px;
  width: 100%;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.page-content.fixed{
  margin-top:150px;
}
div.content.container-fluid .page-content .search-section{
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/storage/app/media/background/Webp.net-compress-image.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
div.content.container-fluid .page-content .search-section .overlay{
  width: 100%;
  height: 100%;
  background: transpaent;
  position: relative;
}

div.content.container-fluid .page-content .search-section .overlay .scroll-down{
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left:49%;
}
div.content.container-fluid .page-content .search-section .overlay .scroll-down:hover{
  cursor: pointer;
}
div.content.container-fluid .page-content .search-section .overlay .scroll-down .arrow{
  width:50px;
  height: 50px;
  background: #fff;
  margin:auto;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
div.content.container-fluid .page-content .search-section .overlay .scroll-down .arrow:hover{
  opacity: 0.7;
}
div.content.container-fluid .page-content .search-section .overlay .search-bar {
  margin-top: 100px;
}
div.content.container-fluid .page-content .search-section .overlay .search-bar form button {
  margin-left: -50px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
div.content.container-fluid .page-content .search-section .overlay .search-bar form input[type="text"] {
  width: 80%;
  height: 45px;
  padding: 0 0 0 15px;
  border: 0;
  outline: 0;
  background: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-size: 13px;
}
div.content.container-fluid .page-content .search-section .overlay .why-georgia h1, div.content.container-fluid .page-content .search-section .overlay .why-georgia h2 {
  color: #F05453;
  text-transform: uppercase;
}
div.content.container-fluid .page-content .search-section .overlay .why-georgia h1 {
  font-size: 120px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
div.content.container-fluid .page-content .search-section .overlay .why-georgia h2 {
  font-size: 60px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
div.content.container-fluid .page-content .apply-section .apply-header{
  width: 100%;
  /*height: 175px;*/
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color:#5E5E5E;
}
div.content.container-fluid .page-content .apply-section .apply-header .btn-apply{
  background: none;
  border-radius: 0;
  border:1px solid #F05453;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  outline: 0;
}
div.content.container-fluid .page-content .apply-section .apply-header .btn-apply:hover{
  opacity: 0.7;
}
div.content.container-fluid .page-content .apply-section .apply-header .btn-apply img{
  display: inline;
  width: 15px;
  transform:  rotate(-90deg);
  position: absolute;
  right: 10px;
  top:13.5px;
}
div.content.container-fluid .page-content .apply-section .apply-header a{
  color:#333;
}
div.content.container-fluid .page-content .apply-section .apply-header h6{
  font-weight: bold;
}
div.content.container-fluid .page-content .apply-section .apply-header select{
  border:4px solid #F05453;
  padding:5px 15px 8px 15px;
  text-transform: uppercase;
  font-size:18px;
  margin:30px 40px 0 0;
  font-weight: bold;
  color:#5E5F5F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay .aplly-item{
  display: none;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay .heading{
  width: 40%;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin:auto;
  text-align: center;
  display: block;
  color: #F05453;
  text-transform: uppercase;
  font-size:40px;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay p{
  width:50%;
  height: 210px;
  margin:auto;
  font-size:18px;
  font-weight: bold;
  color:#5E5F5F;
  padding-top: 10%;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay button{
  min-width: 130px;
  height: 40px;
  background: transparent;
  border:1px solid #F05453;
  outline:0;
  background:transparent;
  text-transform: uppercase;
  color:#5E5F5F;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
div.content.container-fluid .page-content .apply-section .apply-body{
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
div.content.container-fluid .page-content .apply-section .apply-body.top{
  background: url(/storage/app/media/background/webpnet-compress-image-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.content.container-fluid .page-content .apply-section .apply-body.top-1{
  background: url(../themes/studyingeorgia.ge/assets/images/bg1.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


div.content.container-fluid .page-content .apply-section .apply-body.middle{
  background: url(/storage/app/media/background/webpnet-compress-image-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.content.container-fluid .page-content .apply-section .apply-body.middle-1{
  background: url(../themes/studyingeorgia.ge/assets/images/bg-2.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


div.content.container-fluid .page-content .apply-section .apply-body.bottom{
  background: url(/storage/app/media/background/webpnet-compress-image-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.content.container-fluid .page-content .apply-section .apply-body.bottom-1{
  background: url(../themes/studyingeorgia.ge/assets/images/bg-3.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


div.content.container-fluid .page-content .apply-section .apply-body a{
  text-decoration: none;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay{
  width: 100%;
  min-height: 400px;
  background: rgba(255,255,255,0.5);
  text-align: center;
}

div.content.container-fluid .page-content .apply-section .apply-body .add-middle-orverlay{
  width: 100%;
  height: calc(100vh - 265px);
  background: rgba(255,255,255,0.9);
  text-align: center;
}



div.content.container-fluid .page-content .apply-section .apply-body .overlay button:hover{
  opacity: 0.7;
}
#map{
  height: 400px;
}
div.content.container-fluid .page-content .contact-page .contact-form{
  display: block;
  width:86%;
  margin:0 auto!important;
  overflow: hidden;
  height: auto;
  margin-top:30px!important;
  margin-bottom:30px!important;
}
div.content.container-fluid .page-content .contact-page .contact-form form{
  padding:30px;
  height: auto;
}
div.content.container-fluid .page-content .contact-page .contact-form form label{
  text-align: right;
  clear: both;
  float:left;
  margin-right:35px;
  padding-top:16px;
  color:#ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  display: block;
  min-width:100px;
}
div.content.container-fluid .page-content .contact-page .contact-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 140px;
  color: #fff;
}
div.content.container-fluid .page-content .contact-page .contact-form form input{
  border:0;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding:0 15px 0 15px;
  text-transform: uppercase;
  outline: 0;
  border:1px solid #F15153;
}
div.content.container-fluid .page-content .contact-page .contact-form form textarea{
  border:0;
  border-radius: 0;
  width:100%;
  min-height: 50px;
  padding:10px 15px 0 15px;
  text-transform: uppercase;
  outline: 0;
  border:1px solid #F15153;
}
div.content.container-fluid .page-content .contact-page .contact-form form select.form-control{
  width:20%;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
div.content.container-fluid .page-content .contact-page .contact-form form button{
  width:30%;
  min-width:170px;
  height: 45px;
  border:1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color:#F15153;
  outline: 0;
  border:1px solid #F15153;
}
div.content.container-fluid .page-content .contact-page .contact-form form button:hover{
  opacity: 0.7;
}
.form-horizontal .control-label {
  padding-top: 15px;
}
div.content.container-fluid .page-content .list-page{
  background: #fff;
  border-bottom: 1px solid #fff;
  min-height: calc(100vh - 215px);
  min-height: -moz-calc(100vh - 215px);
  min-height: -webkit-calc(100vh- 215px);
  min-height: -o-calc(100vh - 215px);
  color:#333;
}
div.content.container-fluid .page-content .list-page table{
  margin-top:40px;
}
div.content.container-fluid .page-content .list-page table tr td{
  padding: 40px 0 40px 10px;
  font-size: 15px;
  font-weight: normal;
}

div.content.container-fluid .page-content .list-page table select.form-control{
  border:1px solid #F05453;
  text-transform: uppercase;
  font-size:14px;
  font-weight: bold;
  color:#5E5F5F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
.push {
  height: 125px;
}
footer.footer{
  background: #F05453;
  min-height: 125px;
}
/*footer.footer .flag img{
  height: 101px;
  margin-top:9.5px;
}*/
footer.footer .links p{
  margin-top:30px;
  text-transform: uppercase;
  font-weight: small;
  font-size:12px;
  color:#ffffff;
}
footer.footer .links a{
  font-size:25px;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-decoration:underline;
}
footer.footer .links a:hover{
  opacity: 0.7;
}
footer.footer .social{
 float:right;
}
footer.footer .social ul{
  padding: 0;
  margin-top:30px;
  text-align: left;
}
footer.footer .social ul li{
  padding-left:45px;
  display: inline-block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
footer.footer .social ul li a{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
footer.footer .social ul li a img{
  height: 25px;
}
footer.footer .social ul li a:hover{
  opacity: 0.7;
}
footer.footer .social form{
  margin-top:20px;
  text-align:center;
}
footer.footer .social form input[type="email"]{
  text-transform: uppercase;
  width:60%;
  height: 35px;
  border:0;
  outline: 0;
  padding-left:10px;
  font-size: 12px;
}
footer.footer .social form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
footer.footer .social form input[type="email"]::-moz-placeholder {
  color: #000;
}
footer.footer .social form input[type="email"]:-ms-input-placeholder {
  color: #000;
}
footer.footer .social form input[type="email"]:-moz-placeholder {
  color: #000;
}
footer.footer .social form button[type="submit"]{
  margin:0;
  padding: 0;
  background: #F05453;
  border:1px solid #fff;
  line-height: 29px;
  margin-top:5px;
  text-align: center;
  min-width: 100px;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
footer.footer .social form button[type="submit"]:hover{
  opacity: 0.7;
}



.headerborder {
  width:100%;
  border:1px solid #F05152;
  position:relative;
  margin-top:90px;
  margin-bottom:20px;
  display:block;
}

.studentstitle-1  {
  color:#F05152;
  font-size:30px;
}

.border-color {
  border-bottom:3px solid #F05152;
  display:inline-block;
}

.student-fullbutton {
  width:200px;
  background-color:red;
}

.student-fullbutton a {
  font-size:20px;
}

.buttonstyles {
  min-width: 130px;
  height: 41px;
  background: transparent;
  border:1px solid #F05453;
  outline: 0;
  background: transparent;
  text-transform: uppercase;
  color: #5E5F5F;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.set-options {
  min-width: 240px;
  height: 41px;
  background: transparent;
  border:1px solid #F05453;
  outline: 0;
  background: transparent;
  text-transform: uppercase;
  color: #F15153;
  font-weight:bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom:30px;

}

.buttonstyles:hover {
  opacity: 0.7;
}

.add-absolute {
  position:absolute!important;
  width:25%;
  left:30%;
  margin-top:-40px;
  z-index:1;
  height:80px!important;
}


.set-section-option {
  width:100%;
  background-color:#F05252;
}

.set-section-option .row {
 padding-bottom:30px;
}

.add-block {
  width:100%;
  height:233px;
  overflow:hidden;
  margin-top:50px;
}

.add-block .add-fixed-icon {
  position:absolute;
  width:25%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom:180px;
}

.add-inside-bar {
 background: rgba(240,82,82,0.7);
 position:absolute;
 width:92.3%;
 padding:10px;
 color:white;
 text-transform:uppercase;
 bottom:0;
}

.add-block:hover .add-inside-bar {
  padding-bottom:100px;
  padding-top:108px;
  text-align:center;
  font-size:24px;
  cursor:pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;

}

.study1:hover div{
  height:100%;
  bottom:175px;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  text-align:center;
  font-size:20px;
  cursor:pointer;
  padding-top:70px;
}


.set-options:hover {
 opacity: 0.7;
}

.stbar {
  position:relative;
  left:10px;
}

.wholest {
  margin-bottom:45px;
}

.studenttext {
  font-size:13px;
}

/*.demo {
  width:100%;
}
.demo img {
  display: block;
  height: auto;
  width:600px;
  height:300px;
}*/

.studentbox {
  width:73%;
  min-width:222px;
  margin-bottom:40px!important;
  margin:0 auto;
  padding:30px;
}

.form-group label {
  color:white;
  font-size:20px;
  font-weight:normal;
  width:110px;
  padding-right:5px;
  text-align:right;
}

.form-group select  {
  width:100%;
  height:50px;
  outline:none;
  border:none;
  padding-left:7px;
  border:1px solid #F15153;
}

.option2 {
  width:222px;
  height:222px;
  border-radius:50%;
  overflow:hidden;
  display:block;
}

.form-group input {
  padding:14px;
  width:100%;
  min-width:160px;
  outline:none;
  text-transform:uppercase;
  font-weight:bold;
  border:1px solid #F15153;
}

.form-group textarea {
  padding:9px;
  font-weight:bold;
  width:100%;
  min-width:160px;
  resize:none;
  outline:none;
  overflow: hidden;
  text-transform:uppercase;
  border:1px solid #F15153;
}

#avatar-field {
  width:20%!important;
}

#inpcom {
  height:70px;
}

@media only screen and (max-width: 1169px)  {
  .sendbt {
    float:left!important;
    right:0!important;
    margin:0 auto!important;
    width:100%!important;
  }


}



.avataravatar {
  width:550px!important;
}

.test {
  display:none;
}

.sendbt {
  width: 60%;
  display:block;
  margin:0 auto;
  position:relative;
  float:right;
  height: 41px;
  background: transparent;
  border:1px solid #F15153;
  outline: 0;
  background: transparent;
  text-transform: uppercase;
  color: #F15153;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sendbt:hover {
  opacity: 0.7;
}

#sub-nav ul {
  position:absolute;
  margin-left:0;
  padding-left:0;
  background:rgba(255,255,255,0.9);
  right:27.5%;
  top:2;
  margin-top:-15px;
  display:none;
}
#sub-nav ul{
  padding: 10px 0 10px 7px;
}
#sub-nav ul li {
  display:flex;
  line-height:20px;
  height: 20px;
}
#sub-nav ul li:first-child{
  margin-top:10px;
}
#sub-nav ul li:last-child{
  padding-bottom: :10px;
}
#sub-nav ul li:hover a{
  border-bottom: 2px solid #F05453;
}
#sub-nav ul li:hover{
  border-bottom: none;
}
.pad {
  margin-top:20px!important;
}

#sub-nav:hover ul  {
  display:block;
}

.studysearch {
  background-color:#F15153;
  padding:5px;
  color:white;
}

#wherestudy {
  background-color:white;
  position:relative;
  top:0;
}

#wherestudy input{
  background-color:white;
  color:black;
}

#wherestudy input::-webkit-input-placeholder {
  color: #5E6161;
}

.whereborder {
  margin-bottom:0px;
}

.whereradius {
  margin:0 auto;
  width:177px;
  height:177px;
  background-color:#F15153;
  border-radius:50%;
  overflow:hidden;
}

.arrowbt {
  background-color:white;
  border-radius:50%;
  padding:8px;
  border:5px solid rgba(235,237,236,0.4);
  margin:0 auto;
  display:block;
  margin-bottom:20px;
}

.arrowbtborder button {

  outline:none;
  /*background:rgba(255,255,255,0.7);*/
}

.loadmore {
  font-size:20px;
  text-transform:uppercase;
  color:white;
  text-align:center;
  clear:both;
}

.loadoption {
  display:none;
}

.arrowbt img {
  width:20px;
}

.whereboxmargin {
  padding-top:3%;
  margin:0 auto;
  margin-bottom:20px;
}

.whereradius img {
  width:100%;
  height:100%;
}

.wherebox {
  background-color:#F15153;
}

.studysearch input {
  width:85%;
  background-color:#F15153;
  border:none;
  padding:10px;
  outline:none;
  text-transform:uppercase;
  font-size:20px;
}

.studysearch input::-webkit-input-placeholder {
  color: white;
}

.studysearch img {
  width:40px;
  position:relative;
  top:4px;
  margin-bottom:4px;
  float:right;
  margin-right:0.5%;
}

.selectdiv select {
  width: 180px;
  padding:10px;
  border:4px solid #F05253;
  margin-right:40px;
  position:relative;
  text-transform:uppercase;
  outline:none;
  background: url("../themes/studyingeorgia.ge/assets/css/assets/images/arrow.png");
  background-position:right;
  background-repeat:no-repeat;
  background-size:30px 18px;
  -webkit-appearance: none;
  background-position-x: 129px;
}

.add-select-option select {
  padding:10px;
  border:4px solid #F05253;
  width:100%;
  margin-right:40px;
  position:relative;
  text-transform:uppercase;
  outline:none;
  background: url("../themes/studyingeorgia.ge/assets/css/assets/images/arrow.png");
  background-position:right;
  background-repeat:no-repeat;
  background-size:30px 18px;
  -webkit-appearance: none;
  background-position-x: 90%;
  overflow:hidden;
}



.add-select-option option {
  overflow:hidden;
  width:100px;
  outline:none!important;
}

.add-select-option label {
  font-size:20px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  z-index: -1!important;
}

.lSAction > a {
  z-index: 1!important;
}

.selectdiv {
  width:180px;
  text-align:left;
  text-transform:uppercase;
  font-size:17px;
  display:inline-block;
  margin-right:50px;
  color:#5E6161;
}

.gridclass {
  width:80%; margin:0 auto;
}

.set-select-attribute {
  width:50%;
  margin:0 auto;
  overflow:hidden;
}



.study1 img{
  position:relative;
  height:175px;
}

.hideelement {
  display:none;
}


.study1 div {
 position:relative;
 background: rgba(255,86,89,0.7);
 bottom:40px;
 width:100%;
 height:40px;
 overflow:hidden;
 color:white;
 padding:10px;
}

.addoption-2 div {
 position:relative;
 background: rgba(255,86,89,0.7);
 bottom:40px;
 width:100%;
 height:40px;
 overflow:hidden;
 color:white;
 padding:10px;
}


.study1 {
 height:174px;
}


.bottomsec {
 padding-top:5%;
}

.sectionbg {
  background: url("../themes/studyingeorgia.ge/assets/css/assets/images/bg1.png");
  width:80%;
  background-size:100% 100%;
  height:300px;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
}

.section-2 {
  width:70%;
  margin:0 auto;
  margin-bottom:20px;
}
.oracleoption img {
  margin-left:10px;
}

.section-2-rightbar span {
  font-size:25px;
  display:flex;
  text-transform:uppercase;
  color:#F05152;
}

.topposition {
  margin-top:20px;
}

.sectable tr th {
  color:white;
  text-transform:uppercase;
  font-weight:normal;
  background-color:#F15153;
  border:none!important;
  letter-spacing:2px;
  font-size:15px;
}

.sectable tr:nth-child(even) {
  background: #F1F1F2;
}
.sectable tr:nth-child(odd) {
  background: #F8F9F9;
}

.butstyle1  {
  height:30px!important;
  float:right;
}

.full-section .title {
  font-weight:bold;
  font-size:37px;
  color:#5E6161;
}

#pageact .block {
  color:#F15153;
  font-size:16px;
  width:160px;
  display:block;
  float:left;
  font-weight:bold;
  text-align:left;
}

#pageact .block1 {
  float:left;
  /*width:200px;*/
  text-align:right;
  font-size:16px;
}

#pageact .title {
  letter-spacing:2px;
}

.content-slider li{
  text-align: center;
  color: #FFF;
}
.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}


#image-gallery img {
  display: block;
  height: auto;
  width:100%;
  height:230px;
}

.set-options-attr {
  margin-bottom:30px;
}

.readmoreopt {
  position:relative;
  background:none;
  border:none;
  text-transform:uppercase;
  border:1px solid #F05253;
  color:#5E6161;
  outline:none;
  width:160px;
  padding:6px;
  font-weight:bold;
  font-size:20px;
  margin-top:10px;
  top:5px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newopt {
  width:230px!important;
  margin-bottom:20px!important;
}

.newopt1 {
  width:270px;
  margin-bottom:20px!important;
}

.lastopt {
  font-size:18px;
  margin-top:20px;
  font-weight:bold;
}

.readmoreopt:hover {
  opacity: 0.7;
}

#pageact div {
  position:relative;
  padding-bottom:38px;
}

.sizabledesc {
  margin-top:0px!important;
  font-weight:normal;
}

.full-section .title1 {
  color:#5E6161;
  padding:5px;
  font-weight:bold;
  width:220px;
}

.full-section p {
  text-transform:uppercase;
  font-weight:bold;
}

.row .tableop {
  font-size:30px;
  padding-left:5px;
  color:#F15153;
  margin-top:10px;
}

.logobarsize img {
  width:60%;
}


.fulltab {
  margin-top:30px!important;
}


.full-section {
  display:inline-block;
  min-width:300px;
}

.socblog li {
  display:inline-block;
  margin-top:10px;
  position:relative;
  margin-right:10px
}

.socblog  {
  display:block;
  text-align:center;
  list-style-type:none;
  margin-bottom:40px;
}

.marginoption {
  margin-bottom:50px;
}

.coverbar {
  background-image: url(../themes/studyingeorgia.ge/assets/images/coverbar.png);
  background-size:100% 100%;
  position:relative;
  top:0;
  width:100%;
  height:300px;
  padding-left:0px!important;
  padding-left:0;
}

.socblog img {
  width:50px;
  max-height:40px;
}

.contentbar p {
  font-size:18px;
  color:#5E6161;
  margin-top:20px;
}


.why-learn-georgian p:before {
  width:20px;
  height:20px;
  vertical-align:middle;
  border-radius:50%;
  display:block;
  content: '';
  display:inline-block;
  background-color:#D1D3D4;
  position:relative;
  top:0;
  right:15px;
  margin-left:15px;
}

.why-learn-georgian .lSAction  > .lSPrev, .why-learn-georgian .lSAction  > .lSNext {
  display: none;
}

pre {
  background:none;
  border:none;
  margin-left:0;
  padding-left:0;
  overflow:hidden;
}

#contentfirst {
  font-weight:bold;
  margin-top:20px;
  margin-bottom:10px;
  font-size:24px;
  color:#5E6161;
}

.gridopt {
  width:80%;
  margin:0 auto;
  bottom:20px;
  position:relative;
}

.study2 img {
  width:100%;
}

.addition-2 {
  clear:both;
  font-size: 18px;
  font-weight:bold;
  text-align:center;
  letter-spacing:1px;
}




.soc-addons img {
  display:inline-block;
  position:relative;
  margin-right:15px;
  left:0;
}

.soc-addons img {
  height:20px;
  position:relative;
}



.sec2 button {
  float:right;
}

.sectable tr td {
  color:#5E5F5F;
  font-weight:normal;
  text-transform:uppercase;
  padding:12px;
  border:none!important;
  letter-spacing:2px;
  font-size:14px;
}

.sectable {
  width:100%;
  min-width:50px;
  margin-top:5%;
  margin-bottom:30px;
}

.section-2-rightbar .baroption  {
  margin-top:50px;
}

.alignrightbar {
  text-align:right!important;
  display:block!important;
}

.section-3-rightbar {
  text-align:right;
}


.section-2-rightbar p {
  margin-top:20px;
}

.oracle img {
  width:87%;
  margin-left:10px;
  margin-top:7px;
}



.imgquery {
  width:90%;
  position:relative;
  bottom:9px;
}

.section-2 .oracle {
  width: 345px;
  border:1px solid #F05152;
  height:340px;
  border-radius:50%;
  margin:0 auto;
}

.section-2-rightbar button {
  margin-top:20px;
}

.sectionbg span {
  text-transform:uppercase;
  font-size:25px;
  color:#F05253;
  display:flex;
}

.row .decor {
  text-decoration:none;
}

.sectionbg .sectionoption {
 width:35%;
 padding-left:5%;
 padding-top:3%
}

.sectionbg .sectionoption p {
  margin-top: 20px;
  height:100px;
  overflow:hidden;
}

.sectionbg .sectionoption  button {
  margin-top:10px;
}

.sectionbg  p {
  /*
  margin-top:7%;
  margin-bottom:5%;
  */
}

.bg1 {
  background-color:#FAFBFC;
}

.bg2 {
  background-color:#F3F3F4;
}

.table tr.url:hover td {
  color:#F15153;
  cursor:pointer;
}

.studyselect {
  text-align:center;
}
.search-form{
  margin:10px 0 20px 0;
  position: relative;
  width: 100%;
}
.search-form input[type="search"]{
  width: 100%;
  height: 60px;
  line-height: 20px;
  font-size: 20px;
  background: #F05453;
  border:0;
  border-radius: 0;
  outline: 0;
  color:#fff;
  text-transform: uppercase;
  padding-left: 15px;
}

.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 20px;
}

.search-form button{
  margin-left: -55px;
  height: 40px;
  width: 50px;
  position: absolute;
  right: 10px;
  top:10px;
  background: transparent;
  border:0;
  outline: 0;
}
.university-list h1.not-found{
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  margin-top:50px;
}
.university-list .bg{
  width: 100%;
  min-height: 400px;
  background: #F05453;
  padding-bottom: 30px;
  margin-top: 30px;
}
.university-list .bg .body{
  position: relative;
  width: 100%;
  height: 220px;
  background: #fff;
  margin-top:70px;
}
/*.university-list .bg .body .logo{
  width: 150px;
  height: 150px;
  position: absolute;
  top:-47.5px;
  left:36%;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}*/
.img-circle {
    border-radius: 50%;
    width: 100px;
    position: absolute;
    top: -50px;
    left: 36%;
    z-index: 9;
}
.university-list .bg .body .image{
  height: 220px;
  width: 100%;
}
.university-list .bg .body .footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color:#fff;
  text-transform: uppercase;
  padding-left: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(240,82,82,0.7);
}
.university-list .bg .body:hover .footer{
  height: 100%;
  text-align: center;
  line-height: inherit;
}
.university-list .bg .body .footer span{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  position: absolute;
  bottom: 0;
}
.university-list .bg .body:hover .footer span{
  width: 95%;
  margin:auto;
  top:30%;
  font-size: 17px;
}
.university-list .scroll-down{
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color:#fff;
  font-size: 24px;
}
.university-list .scroll-down:hover{
  cursor: pointer;
}
.university-list .scroll-down .arrow{
  width:50px;
  height: 50px;
  background: #fff;
  margin:auto;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.university-list .scroll-down .arrow:hover{
  opacity: 0.7;
}
.university-list .scroll-down .arrow i{
  color:#000;
}
.university-list #map .info h5{
  padding: 0;
  text-transform: uppercase;
}
.university-list #map .info .box{
  width: 300px;
  min-height: 100px;
  background: #DCDCDC;
  padding:10px;
}
.university-list #map .info .box .cont{
  padding-top:30px;
}
.university-list #map .info .box p{
  font-weight: bold;
}
.university-list #map .info .box p{
  font-weight: normal;
}
.university-list #map .info .coordinates{
  padding:5px 0 5px 0;
}
.bg-gray{
  background: grey;
  width: 100%;
  height: 100px;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.education-system{
  border-top:3px solid #F05453;
  margin-bottom: 30px;
}
.education-system .text h1{
  color: #5F6160;
}
.education-system .text{
  font-size: 19px;
}
.education-system .text ul{
  padding: 0;
  margin-top:15px;
  margin-bottom: 15px;
}
.education-system .text ul li{
  list-style: none;
}
.education-system .text ul li:before {
  content: "■";
  padding-right:17px;
}

.list-of-programs{
  margin-bottom: 30px;
}
.list-of-programs .body{
  position: relative;
  height: 160px;
}
.list-of-programs .body:hover .footer{
  height: 100%;
}
.list-of-programs .body .image{
  width: 100%;
  height: 160px;
}
.list-of-programs .footer{
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(240,82,82,0.7);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.border-top{
  border-top:4px solid #F05453;
  padding-top: 20px;
}
.why-learn-georgian{
  margin-bottom: 30px;
}
.institution-details .image{
  width: 100%;
  height: 230px;
  transition: all .5s;
  overflow: hidden;
}
.institution-details .image div{
  width: 100%;
  height: 230px;
  transition: all .5s;
}
.institution-details .image:hover div{
  transform: scale(1.2);
}
.institution-details .information .heading h1{
   color: #5E6060;
   text-transform: uppercase;
   font-size: 36px;
   padding: 0;
   margin:0;
}
.institution-details ul.information-list{
  list-style: none;
  padding: 0;
  margin-top:10px;
}
.institution-details ul.information-list li, .institution-details ul.information-list li a{
  color:#5E6060;
  font-weight: 600;
  font-size: 17px;
}
.institution-details ul.information-list li a{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.institution-details ul.information-list li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.institution-details .information .soc-addons a{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.institution-details .information .soc-addons a:hover{
  opacity: 0.7;
}
.institution-details .description {
  color:#5E6161;
  font-size:18px;
  margin-top:30px;
}
.institution-details .description ul{
  padding: 0;
}
.institution-details .description ul li{
  list-style: none;
  padding-right: 10px;
}
.institution-details .description ul li:before{
  content: "■";
  padding-right: 10px;
}
.institution-details .offered h1{
  text-transform: uppercase;
  color: #f05453;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 33px;
}
.program-details{
  margin-bottom: 30px;
}
.about-georgia{
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.about-georgia .body{
  width: 100%;
  height: 400px;
}
.about-georgia .body .info{
  display: block;
  width: 50%;
  height: 400px;
  background: rgba(255,255,255,0.9);
}
.about-georgia .col-xs-12:nth-child(even) .info{
  float:right;
}
.about-georgia .col-xs-12:nth-child(odd) .info{
  float:left;
}
.about-georgia .body .heading{
    width: 200px;
    height: 100px;
    margin: auto;
    text-align: center;
    display: table;
    text-transform: uppercase;
}
.about-georgia .body .heading h1{
  color: #F05453;
  font-size: 41px;
  line-height: normal;
}
.about-georgia .body .text{
  width: 70%;
  margin:15px auto 15px auto;
  font-size: 19px;
  height: 150px;
  text-transform: uppercase;
  text-align: center;
}

.about-georgia .body .link a{
  display: table;
  background: #fff;
  border-radius: 0;
  border:1px solid #F05453;
  color: #333;
  text-transform: uppercase;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: transparent;
  text-align: center;
}
.about-georgia .body a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.load-more a{
  transition: all .5s;
}
.load-more a:hover{
  opacity: 0.7;
}
.load-more button{
  background: transparent;
  border:0;
  outline: 0;
  transition: all .5s;
}
.load-more button:hover{
  opacity: 0.7;
}
.view-all{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.view-all a{
  color:#F05453;
  font-size: 23px;
  text-transform: uppercase;
  transition: all .5s;
}
.view-all a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.about-georgia .load-more{
  margin-top: 45px;
  margin-bottom: 45px;
}
.about-georgia .load-more a{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about-georgia .load-more a:hover{
  cursor: pointer;
  opacity: 0.7;
}
.about-georgia .load-more button.click{
  min-width: 160px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  background: none;
  border-radius: 0;
  border:1px solid #606060;
  margin-top: 40px;
  color: #606060;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  outline: 0;
}
.about-georgia .load-more button.click:hover{
  opacity: 0.7;
}

.about-georgia .load-more button.click:after,
.about-georgia .load-more button.click:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.about-georgia .load-more button.click:after {
  bottom: -15px;
  left: 62px;
  border-top-color: #fff;
  border-width: 15px;
}

.about-georgia .load-more button.click:before {
  bottom: -16px;
  left: 61px;
  border-top-color: #606060;
  border-width: 16px;
}
#about{
  -webkit-transition: all 10s;
  -moz-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}
.about-georgia-details{
  margin-bottom: 30px;
}
.about-georgia-details .image{
  width: 100%;
  height: 250px;
}
.about-georgia-details h1{
  width: 80%;
  color: #F05453;
  font-size: 70px;
  margin:auto;
  margin-top:40px;
  text-transform: uppercase;
}
.about-georgia-details .text{
  margin-top:30px;
  font-size: 17px;
  font-weight: 600;
}
.contact-us #contact-map{
  height: 400px;
}
.contact-us .contact-info p{
  font-size: 20px;
  color: #5E6060;
  margin-top:30px;
}
.contact-form input.form-control{
  border-radius: 0;
  outline: 0;
  height: 45px;
  line-height: 45px;
}
.contact-form textarea{
  border-radius: 0;
  outline: 0;
  height: 90px;
}
.contact-form input.form-control::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #5E6060;
}
.contact-form input.form-control::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #5E6060;
}
.contact-form input.form-control:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #5E6060;
}
.contact-form input.form-control:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  color: #5E6060;
}
.contact-form{
  margin-top:30px;
  margin-bottom: 30px;
}
.contact-form button{
  background: 0;
  border:1px solid #F05453;
  min-width: 240px;
  height: 45px;
  line-height: 45px;
  color:#F05453;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 0;
  outline: 0;
  transition: all .5s;
}
.contact-form button:hover{
  opacity: 0.7;
}
.contact-form ul {
  padding: 0;
}
.contact-form .alert-danger,.register-form .alert-danger{
  padding:15px;
}
.contact-form ul li, .register-form ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 15px;
}
.register-form input.form-control{
  border-radius: 0;
  outline: 0;
  height: 50px;
  line-height: 50px;
}
.register-form textarea{
  border-radius: 0;
  outline: 0;
  height: 90px;
}
.register-form input.form-control::-webkit-input-placeholder, .register-form textarea::-webkit-input-placeholder {
  color: #5E6060;
  font-size: 15px;
}
.register-form input.form-control::-moz-placeholder, .register-form textarea::-moz-placeholder {
  color: #5E6060;
  font-size: 15px;
}
.register-form input.form-control:-ms-input-placeholder, .register-form textarea:-ms-input-placeholder {
  color: #5E6060;
  font-size: 15px;
}
.register-form input.form-control:-moz-placeholder, .register-form textarea:-moz-placeholder {
  color: #5E6060;
  font-size: 15px;
}
.register-form{
  margin-top:30px;
  margin-bottom: 30px;
}
.register-form button{
  background: 0;
  border:1px solid #F05453;
  min-width: 240px;
  height: 45px;
  line-height: 45px;
  color:#F05453;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 0;
  outline: 0;
  transition: all .5s;
}
.register-form button:hover{
  opacity: 0.7;
}
.what-other-think{
  margin-bottom: 30px;
}
.what-other-think .btn.btn-share{
  min-width: 250px;
  height: 45px;
  background: transparent;
  border-radius: 0;
  border:1px solid #F05453;
  text-transform: uppercase;
  outline: 0;
  font-size: 18px;
  color: #5F6060;
}
.what-other-think .information{
  height: 300px;
}
.what-other-think a{
  color: #5F6060;
}
.what-other-think a:hover{
  text-decoration: none;
}
.what-other-think .image{
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 180px;
  height: 180px;
  margin:auto;
}
.what-other-think .image div{
  width: 180px;
  height: 180px;
  margin:auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.what-other-think .image:hover{
  cursor: pointer;
}
.what-other-think .image:hover div{
  transform: scale(1.3);
}
.what-other-think .info {
  /*text-align: center;*/
  height: 170px;
  color: #5F6060;
  font-size: 14px;
}
.what-other-think .info .heading{
  border-bottom: 2px solid #F05453;
  padding: 0;
  display: table;
}
.what-other-think .info .heading h3{
  text-transform: uppercase;
  font-size: 25px;
  color:#F05453;
  padding: 0;
}
.what-other-think .info h3.country{
  text-transform: uppercase;
  font-size: 25px;
  color:#F05453;
  padding: 0;
  margin:10px 0 0 0;
}
.what-other-think .info .description{
  margin-top: 10px;
  height: 90px;
}
.what-other-think a.btn-default{
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #F05453;
  text-transform: uppercase;
  font-weight: 600;
}
.what-other-think a.btn-default:hover{
  background: none;
  opacity: 0.7;
}
.what-other-think .send{
  height: 0;
  overflow: hidden;
  margin:30px 0 30px 0;
  transition: all .2s;
}
.what-other-think .send.active{
  height: 600px;
}
.what-other-think .send input::-webkit-input-placeholder, .what-other-think .send textarea::-webkit-input-placeholder {
  font-size: 19px;
  font-weight: normal;
}
.what-other-think .send input::-moz-placeholder, .what-other-think .send textarea::-moz-placeholder {
  font-size: 19px;
  font-weight: normal;
}
.what-other-think .send input:-ms-input-placeholder, .what-other-think .send textarea:-ms-input-placeholder {
  font-size: 19px;
  font-weight: normal;
}
.what-other-think .send input:-moz-placeholder, .what-other-think .send textarea:-moz-placeholder {
  font-size: 19px;
  font-weight: normal;
}
.what-other-think input[type="file"]{
  width: 350px;
  border:0;
  float: left;
  outline: 0;
  padding: 20px 30px;
  color:#5E6060;
  border: 1px solid #F05453;
}
.what-other-think input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.what-other-think .btn.btn-send{
  min-width: 240px;
  height: 45px;
  border: 1px solid #F05453;
  background: transparent;
  color: #5F6060;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 22px;
}
.what-other-think .send .alert-danger{

}
.student-life{
  margin-bottom: 30px;
}
/*.student-life .body{
  width: 100%;
  height: 500px;
  background: #606160;
  padding-top: 30px;
  overflow: hidden;
}*/
.student-life .body a.cl{
  font-size: 60px;
  position: absolute;
  top:0px;
  right:5px;
  color:#fff;
  transition: all .5s;
}
.student-life .body a.cl:hover{
  text-decoration: none;
  opacity: 0.7;
  outline: 0;
}
.student-life .body{
  width: 90%;
  margin:auto;
  position: relative;
}
.student-life .data{
  width: 90%;
  margin:auto;
  margin-top: 90px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  position: relative;
}
.student-life .data::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #606160;
}

.student-life .data::-webkit-scrollbar
{
	width: 12px;
	background-color: #606160;
}

.student-life .data::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff
}

.student-life .data .information h1{
  display: table;
  border-bottom: 5px solid #fff;
  color:#fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 42px;
}
.student-life .data .information h2{
  color:#fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 38px;
}
.student-life .data .information h4{
  color:#fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
}
.student-life .data .information .description{
  margin-top: 20px;
  color:#fff;
  font-size: 21px;
}
.student-life .data .included-media h1{
  color:#fff;
  text-transform: uppercase;
}
.student-life .data .included-media .image{
  width: 100%;
  height: 220px;
  transition: all .5s;
  overflow: hidden;
}
.student-life .data .included-media .image:hover{
  transform: scale(1.1);
  cursor: pointer;
}
.student-life .data .included-media .video{
  width: 99%;
  text-align: center;
  margin:auto;
  margin-top: 30px;
  overflow: hidden;
}
.student-life .data .included-media .video iframe{
  margin: auto!important;
}
.weather .tab .item {
  width:180px;
  height:180px;
  background-color:#AFB0B0;
  border-radius:50%;
  cursor:pointer;
  margin:auto;
}
.weather .tab.active .item.spring{
  background-color: #8DC63F;
}
.weather .tab .item.spring:hover{
  background-color: #8DC63F;
}
.weather .tab.active .item.summer{
  background-color: #FFD97B;
}
.weather .tab .item.summer:hover{
  background-color: #FFD97B;
}
.weather .tab.active .item.autumn{
  background-color: #F15A29;
}
.weather .tab .item.autumn:hover{
  background-color: #F15A29;
}
.weather .tab.active .item.winter{
  background-color: #45A7DD;
}
.weather .tab .item.winter:hover{
  background-color: #45A7DD;
}
.weather .tab img {
  margin:0 auto;
  display:block;
  width:60%;
  padding-top:20%;
}
.weather .title {
  text-transform:uppercase;
  text-align:center;
  font-size:30px;
  margin-top:10px;
  color:#606160;
}
.weather .tab.active .title.spring{
  color: #8DC63F;
}
.weather .tab:hover .title.spring{
  color: #8DC63F;
}
.weather .tab.active .title.summer{
  color: #FFD97B;
}
.weather .tab:hover .title.summer{
  color: #FFD97B;
}
.weather .tab.active .title.autumn{
  color: #F15A29;
}
.weather .tab:hover .title.autumn{
  color: #F15A29;
}
.weather .tab.active .title.winter{
  color: #45A7DD;
}
.weather .tab:hover .title.winter{
  color: #45A7DD;
}
.weather .tab-content{
  margin-top:20px;
  margin-bottom: 20px;
  display: none;
}
.weather .tab-content.active{
  display: block;
}
.weather .widgets{
  margin-top: 30px;
  margin-bottom: 30px;
}
button.accordion {
  background:none;
  border:1px solid #F05152!important;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

button.accordion.active, button.accordion:hover {

}

button.accordion:after {
  content: '\002B';
  color:#F05152;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
  color:#F05152;
}

div.panel {
  border:none;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

div.panel p {
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
  border:none;

}

.row .add-title {
  text-align:center;
  font-size:30px;
  color:#5E6060;
  margin-top:20px;
  margin-bottom:20px;
}

.set-button {
 background:none;
 border:1px solid #F05152;
 width:100%;
 padding:8px;
 margin-bottom:20px;
 outline:none;
}

.visa-content {
  margin-top:20px;
  font-weight:bold;
  /*line-height:20px;*/
}

.visa-content button {
  background:none;
  margin:0 auto;
  display:block;
  border:1px solid #F05152;
  padding:10px;
  width:160px;
  outline:none;
  margin-bottom:20px;
}

.visa-content button:hover {
  opacity:0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.filters select{
  width:100px!important;
  overflow: hidden;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.application-procedures h1{
  text-transform: uppercase;
  color: #5F6160;
}
.application-procedures table:first-child{
  margin-top: 20px;
}

.application-procedures table thead{
  border:1px solid #F05453;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
.application-procedures table thead:hover{
  cursor: pointer;
}
.application-procedures table thead th{
  padding-left: 20px;
  font-size: 19px;
  position: relative;
  color: #5F6160;
  font-weight: normal;
}
.application-procedures table thead th::after{
  content: "+";
  position: absolute;
  top:0;
  right: 10px;
  font-size: 40px;
  color: #F05453;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all .5s;
}
.application-procedures table.active thead th::after{
  content: "-";
}
.application-procedures table tbody{
  position: relative;
}
.application-procedures table tbody tr{
  position: relative;
}
.application-procedures table tbody td{
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 22px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all 5s;
  font-weight: normal;
}
.application-procedures table.active tbody td{
  height: auto;
}
.permits-and-visas{
  margin-bottom: 30px;
}
.permits-and-visas .visa-content p{
  font-size: 19px;
  color: #5E6060;
  font-weight: normal;
}
.permits-and-visas .visa-content p a{
  color: #F05453;
}
.permits-and-visas table a{
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  border:1px solid #F05453;
  margin:0 auto 20px auto;
  color: #5E6060;
  text-transform: uppercase;
  transition: all .5s;
}
.permits-and-visas table a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.permits-and-visas .website{
  margin-top: 20px;
}
.permits-and-visas .website a{
  display: table;
  min-width: 180px;
  height: 45px;
  line-height: 45px;
  border:1px solid #F05453;
  text-align: center;
  text-transform: uppercase;
  color: #F05453;
  font-size: 23px;
  margin:auto;
  transition: all .5s;
}
.permits-and-visas .website a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.tourist-atrrection{
  margin-bottom: 30px;
}
.tourist-atrrection .heading{
  margin-bottom: 30px;
}
.tourist-atrrection .heading h1{
  text-transform: uppercase;
  font-weight: 600;
}
.tourist-atrrection .region-body{
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tourist-atrrection .region-body .footer{
  width: 100%;
  height: 230px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  position: absolute;
  bottom: -170px;
  left: 0;
  line-height: 60px;
  font-size: 22px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tourist-atrrection .region-body:hover .footer{
  bottom: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tourist-atrrection .town-body{
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tourist-atrrection .town-body .footer{
  width: 100%;
  height: 230px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  position: absolute;
  bottom: -170px;
  left: 0;
  line-height: 60px;
  font-size: 22px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(240,84,83,0.7);
}
.tourist-atrrection .town-body:hover .footer{
  bottom: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  line-height: 230px;
}
.tourist-atrrection .load-more{
  width: 100%;
  text-align: center;
}
.tourist-atrrection .load-more img{
  height: 50px;
}
.region-details{
  margin-bottom: 30px;
}
.region-details .body{
  padding-top: 12%;
  padding-bottom: 30%;
  width: 100%;
  min-height: 800px;
  height: auto;
  margin-bottom: 50px;
}
.region-details .body .content{
  width: 100%;
  background: rgba(255,255,255,0.7);
}
.region-details .content .heading{
  width: 100%;
  text-align: center;
}
.region-details .content .heading h1{
  text-transform: uppercase;
  color: #5F6060;
  font-size: 60px;
}
.region-details .content .description{
  font-size:18px;
  padding: 10px;
  color: #5F6060;
}
.town-details{
  margin-bottom: 30px;
}
.town-details .body{
  padding-top: 12%;
  padding-bottom: 30%;
  width: 100%;
  min-height: 800px;
  height: auto;
  margin-bottom: 50px;
}
.town-details .body .content{
  width: 100%;
  background: rgba(255,255,255,0.7);
}
.town-details .content .heading{
  width: 100%;
  text-align: center;
}
.town-details .content .heading h1{
  text-transform: uppercase;
  color: #5F6060;
  font-size: 60px;
}
.town-details .content .description{
  font-size:18px;
  padding: 10px;
  color: #5F6060;
}

.load-more{
  width: 100%;
  margin-top:30px;
  text-align: center;
}
.load-more img{
  height: 50px;
}
.town-details .heading h6{
  color: #5F6060;
  text-transform: uppercase;
  font-size: 20px;
}
.town-details .sight-list .image{
  height: 180px;
  overflow: hidden;
}
.town-details .sight-list .image img{
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.town-details .sight-list .image:hover img{
  transform: scale(1.2);
}
.town-details .sight-list .name{
  color: #F27575;
  font-size: 25px;
}
.town-details .sight-list .description{
  font-size: 17px;
  color: #5F6060;
  font-weight: normal;
}
.events .filters .filter{
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #F27575;
  min-width: 240px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  color: #454545;
}
.events .filters .filter.active{
  background: #F27575;
}
.events .filters .filter.active{
  color:#fff;
}
.events .filters .filter a{
  color:#333;
}
.events .filters .filter:hover{
  background: #F27575;
}
.events .filters a:hover{
  color:#fff;
  text-decoration: none;
}
.events .filters a:hover .filter{
  color:#fff;
}
.events .filters .filter:hover a{
  color:#fff;
  text-decoration: none;
}
.events h4.upcoming_events{
  text-transform: uppercase;
}
.events .upcoming{
  margin-top: 30px;
  margin-bottom: 15px;
  transition: all .5s;
}
.events .upcoming:hover, .events .upcoming:hover a{
  color: #F05453;
}
.events .event-filter{
  margin-top: 30px;
}
select.form-control{
  min-width:320px;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  border:1px solid #EF5252;
  text-transform:uppercase;
  outline:none;
  cursor:pointer;
  background: url(/demos/study/storage/app/media/icons/arrow.png);
  -webkit-appearance: none;
  background-repeat:no-repeat;
  background-size: 21px 11px;
  background-position: 96%;
  padding: 0;
  padding-left:15px;
}
select.form-control:focus{
  border:1px solid #EF5252;
}
.events .filter{
  margin-bottom: 20px;
}
.events .event-filters .filter{
  display: inline;
}
.events .event-filters{
  margin-bottom: 40px;
}
.events .upcoming a{
  font-size: 20px;
  color:#333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.events .upcoming a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.events .upcoming .details{
  padding-top:10px;
}
.events .event{
  position: relative;
  height: 350px;
  margin-bottom: 30px;
  overflow: hidden;
}
.events .event .image{
  width: 100%;
  height: 350px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.events .event:hover{
  cursor: pointer;
}
.events .event:hover .image{
  transform: scale(1.2);
}
.events .event .right{
  position: absolute;
  top:0;
  left: 0;
  width: 90px;
  height: 260px;
  background: rgba(239,82,82,0.8);
  color:#fff;
}
.events .event .right div{
  text-align: center;
  font-size: 25px;
}
.events .event .right div:first-child{
  margin-top: 70px;
}
.events .event .footer{
  width: 100%;
  height: 90px;
  background: #5F6060;
  position: absolute;
  bottom: 0;
  left:0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.events .event .footer a{
  text-transform: uppercase;
  color:#fff;
  font-size: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.events .event .footer a:hover{
  text-decoration: none;
  opacity: 0.7;
  color:#F05453;
}
.events .event .footer .description{
  color:#fff;
}
.event-details{

}
.event-details .body{
  width: 100%;
  min-height: calc(100vh - 255px);
  min-height: -moz-calc(100vh - 255px);
  min-height: -webkit-calc(100vh- 255px);
  min-height: -o-calc(100vh - 255px);
  background: #606160;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.event-details .body  .close{
  float:right;
  margin-right: 40px;
  color:#fff;
}
.event-details .body  .close a{
  color:#fff!important;
  font-size: 44px;
}
.event-details .body  .close a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.event-details .body .heading{
  display: table;
  margin:40px 0 0 0;
}
.event-details .body .heading h3{
  color:#fff;
  text-transform: uppercase;
}
.event-details .body div{
  margin-top:10px;
  margin-bottom: 10px;
  color:#fff;
  font-size: 14px;
}
.event-details .body div a{
  color:#fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.event-details .body div a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.event-details .body .image{
  width: 80%;
  margin:30px auto 30px auto;
}
.event-details .body .description{
  width: 90%;
  margin:auto;
  color:#fff;
  font-size: 15px;
}
.accomodation-details .description{
  margin-top: 30px;
}
.accomodation-details .info{
    margin-left:30px;
}
.accomodation-details .info h1{
  margin:0;
  margin-bottom: 20px;
  padding: 0;
  display: table;
  max-width: 500px;
  font-size: 41px;
  text-transform: uppercase;
}
.accomodation-details .info p{
  display: table;
  max-width: 200px;
  font-size: 14px;
  font-weight: 600;
}
.accomodation-details .info p a{
  color:#000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accomodation-details .info p a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.accomodation-details .info ul.list-inline{
  margin-top:20px;
}
.accomodation-details .info img{
  height: 25px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accomodation-details .info img:hover{
  opacity: 0.7;
}
.accomodation-details .description{
  color: #5E6161;
  font-size: 15px;
}

.weather .nav-tabs {
  text-align: center;
  border:0;
}
.weather .nav-tabs>li{
  border:0;
}

.weather .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border:0;
}
.weather .tab-content{
  margin-top:50px;
}
/*.nav-tabs>li>a:hover {
    border:0;*/
}
.weather .nav>li>a:focus, .nav>li>a:hover{
  background: none;
}
.weather .weather-widget{
  margin-top: 20px;
  margin-bottom: 20px;
}
.living-costs .image{
  width: 600px;
  margin:40px auto 40px auto;
}
.living-costs td{
  border:0;
}
.living-costs .cost-tab{
  margin-top:15px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border:1px solid #F05453;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  color:#5E6060;
}
.living-costs .cost-tab.active{
  background: #F05453;
  color:#fff;
}
.living-costs .cost-tab:hover{
  cursor: pointer;
  background: #F05453;
  color:#fff;
}
.living-costs .tab-content{
  display: none;
}
.living-costs .tab-content.active{
  display: block;
}
.living-costs .gcw_mainFId0n1uS8 {
  border:0!important;
  max-width: 100%!important;
}
.living-costs .gcw_headerFId0n1uS8{
  display: none!important;
}
.gcw_mainFId0n1uS8 * {
    padding: 0px !important;
    margin: 0px !important;
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    background-color: inherit !important;
    border: 0px !important;
    /* height: auto !important; */
    /*display: inline-table;
    width: 50%;*/
}
.living-costs .gcw_valblockFId0n1uS8 {
    text-align: right !important;
    width: 100%;
    max-width: 100%!important;
    min-width: 100%!important;
    width: 20%!important;
    box-sizing: border-box !important;
}
.living-costs .gcw_mainFId0n1uS8 * {
    padding: 0px !important;
    margin: 0px !important;
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    background-color: inherit !important;
    border: 0px !important;
    /* height: auto !important; */
    text-align: right;
}
.living-costs .gcw_inputFId0n1uS8 {
    font: inherit !important;
    color: #2E6E9E !important;
    font-weight: bolder !important;
    background-color: #FCFDFD !important;
    border: 1px solid #C5DBEC !important;
    text-align: right !important;
    padding: 2px 2px !important;
    margin: 1px 0px 1px 2px !important;
    display: inline !important;
    box-sizing: border-box !important;
    height: inherit !important;
    width: auto;
}
.living-costs .gcw_sourceFId0n1uS8{
  display: none;
}
.load-more a:hover{
  cursor: pointer;
}
.job-details .image{
  margin-bottom: 30px;
}
.job-details .information h1{
  text-transform: uppercase;
  color: #5E6060;
  margin: 0;
  margin-bottom: 30px;
}
.job-details .information p{
  color: #5E6060;
  font-weight: bold;
}
.job-details .description{
  color: #5E6060;
  font-size: 19px;
}

@media only screen  and (min-width : 768px) and (max-width:1200px) {
  footer.footer{
    height: auto;
  }

}

@media only screen  and (min-width : 768px)  {
    .option2 {
    float:left;
  }


}



@media only screen  and (min-width : 1224px) {
  div.content.container-fluid .page-content .search-section .overlay .search-bar{
    margin-top:100px;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form input[type="text"]{
    width: 70%;
    height: 60px;
    padding: 0 0 0 15px;
    border:0;
    outline: 0;
    background: rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-size: 18px;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form button{
    margin-left: -50px;
    border:0;
    border-radius: 0;
    background: transparent;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form button img{
    width:30px;
  }
  div.content.container-fluid .page-content .search-section .overlay .why-georgia{
    margin-top:80px;
  }
  div.content.container-fluid .page-content .search-section .overlay .why-georgia h1, div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
   color:#F05453;
   text-transform: uppercase;
 }
 div.content.container-fluid .page-content .search-section .overlay .why-georgia h1{
  font-size:160px;
}
div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
  font-size:90px;
}
div.content.container-fluid .page-content .apply-section .apply-header h1{
  font-size: 45px;
  margin-bottom: 10px;
}
div.content.container-fluid .page-content .apply-section .apply-header h6{
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
div.content.container-fluid .page-content .apply-section .apply-header select{
  margin-top:20px;
}
div.content.container-fluid .page-content .apply-section .apply-body .overlay .heading{
  font-size: 46px;
}

div.content.container-fluid .page-content .apply-section .apply-body .overlay button{
  width: 150px;
  height: 46px;
  margin:30px 0 0 0;
  font-size: 17px;
}
}

@media only screen  and (min-width : 1824px) {
  header ul.navigation{
    width:auto;
    float:right;
  }
  header ul.navigation li{
    margin-right: 80px;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar{
    margin-top:30%;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form input[type="text"]{
    width: 80%;
    height: 60px;
    padding: 0 0 0 15px;
    border:0;
    outline: 0;
    background: rgba(255,255,255,0.7);
    text-transform: uppercase;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form button{
    margin-left: -50px;
    border:0;
    border-radius: 0;
    background: transparent;
  }
  div.content.container-fluid .page-content .search-section .overlay .search-bar form button img{
    width:30px;
  }
  div.content.container-fluid .page-content .search-section .overlay .why-georgia{
    margin-top:190px;
  }
  div.content.container-fluid .page-content .search-section .overlay .why-georgia h1, div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
   color:#F05453;
   text-transform: uppercase;
 }
 div.content.container-fluid .page-content .search-section .overlay .why-georgia h1{
  font-size:180px;
}
div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
  font-size:70px;
}

.apply-section .apply-body .overlay p {
  font-size: 51px;
}



div.content.container-fluid .page-content .contact-page .contact-form form input,div.content.container-fluid .page-content .contact-page .contact-form form textarea{
  width:20%;
}

}

@media only screen and  (min-device-height : 1366px) {
  div.content.container-fluid .page-content .contact-page #map {
    min-height: calc(50vh - 215px);
    min-height: -moz-calc(100vh - 215px);
    min-height: -webkit-calc(100vh- 215px);
    min-height: -o-calc(100vh - 215px);
  }
  div.content.container-fluid .page-content .search-section {
    width: 100%;
    height: calc(50vh - 90px);
    background: url(/storage/app/media/images/header-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
/*div.content.container-fluid .page-content .apply-section .apply-body .overlay {
    width: 100%;
    height: calc(50vh - 265px);
    background: rgba(255,255,255,0.5);
    text-align: center;
    }*/
    /*div.content.container-fluid .page-content .apply-section .apply-body {
      width: 100%;
      height: calc(50vh - 265px);
      overflow: hidden;
    }*/
    div.content.container-fluid .page-content .contact-page{
      min-height: calc(50vh - 215px);
      min-height: -moz-calc(50vh - 215px);
      min-height: -webkit-calc(50vh- 215px);
      min-height: -o-calc(50vh - 215px);
    }
  }

  @media only screen and (max-width : 992px){
    header  ul.navigation{
      /*display: none;*/
      margin:0;
      padding: 0;
      height: 0;
      position: absolute;
      right: 0;
      top:90px;
      background: #ffffff;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
    }
    header  ul.navigation.active{
      height: 100vh;
    }
    header  ul.navigation li {
      display: block;
      margin:0;
      padding: 0;
      text-align: right;
      padding-right: 20px;
    }
    header .menu{
      display: block;
    }
    header .menu.active div:first-child{
      transform: rotate(45deg) translate(12px);
    }
    header .menu.active div:nth-child(2){
      width: 0;
    }
    header .menu.active div:last-child{
      transform: rotate(-45deg) translate(12px);
    }
    div.content.container-fluid .page-content .search-section .overlay .search-bar{
      margin-top:30px;
    }
    div.content.container-fluid .page-content .search-section .overlay .search-bar form input[type="text"]{
      width: 70%;
      height: 40px;
      padding: 0 0 0 15px;
      border:0;
      outline: 0;
      background: rgba(255,255,255,0.7);
      text-transform: uppercase;
    }
    div.content.container-fluid .page-content .search-section{
      height: auto;
    }
    div.content.container-fluid .page-content .search-section .overlay .search-bar form button{
      margin-left: -50px;
      border:0;
      border-radius: 0;
      background: transparent;
    }
    div.content.container-fluid .page-content .search-section .overlay .search-bar form button img{
      width:30px;
    }
    div.content.container-fluid .page-content .search-section .overlay .why-georgia{
      margin-top:30px;
    }
    div.content.container-fluid .page-content .search-section .overlay .why-georgia h1, div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
     color:#F05453;
     text-transform: uppercase;
   }
   div.content.container-fluid .page-content .search-section .overlay .why-georgia h1{
    font-size:60px;
  }
  div.content.container-fluid .page-content .search-section .overlay .why-georgia h2{
    font-size:30px;
  }
  div.content.container-fluid .page-content .apply-section .apply-header{
    height: auto;
  }
  div.content.container-fluid .page-content .apply-section .apply-header .select-program{
    width: 90%;
    margin:10px auto 20px auto;
    text-align: center;
    border:1px solid;
  }
  div.content.container-fluid .page-content .apply-section .apply-header .select-program select{
    width: 60%;
    margin: 10px auto 10px 0;
    border:1px solid;
  }
  div.content.container-fluid .page-content .apply-section .apply-body .overlay .heading {
    width: 70%;
    margin: auto;
    text-align: center;
    display: block;
    padding: 10px 0 0 0;
    color: #F05453;
    text-transform: uppercase;
    font-size: 40px;
  }
  div.content.container-fluid .page-content .apply-section .apply-body .overlay p {
    margin:20px auto 20px auto;
    font-size:12px;
  }
  div.content.container-fluid .page-content .apply-section .apply-body .overlay button {
    font-size: 15px;
  }
  div.content.container-fluid .page-content .contact-page .contact-form form input{
    width: 100%;
  }
  div.content.container-fluid .page-content .contact-page .contact-form form label{
    text-align: left;
  }
  div.content.container-fluid .page-content .contact-page .contact-form form textarea{
    width: 100%;
  }
  div.content.container-fluid .page-content .contact-page .contact-form .help-block {
    margin-left: 0;
  }
  footer.footer{
    height: auto;
  }
  footer.footer .flag{
    text-align: center;
  }
  footer.footer .flag img {
    width: 97%;
    height: auto;
    margin: 24.5px auto 0 auto;
  }
  footer.footer .social{
    width: 100%;
    text-align: center;
    padding: 0;
  }
  footer.footer .social ul li:first-child{
    margin-left:23px;
  }
  footer.footer .social ul{
    text-align: center;
  }
  footer.footer .social ul li {
    margin: 0 30px 0 0;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  footer.footer form{
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 500px)  {
  .studentstitle-1  {
    width:230px;
    margin-top:10px;
  }
}

@media only screen and (max-width: 530px)  {
  .form-group label {
    text-align:left!important;
  }
  .form-group input {
    width:100%!important;
  }

  .form-group textarea {
    width:100%!important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1000px)  {
  .add-block:hover .add-inside-bar {
    padding-bottom: 61px;
    padding-top: 62px;
  }

}

@media screen and (max-width: 991px) {
  .studyselect select {
   width:100%;
   background-position-x: 97%;
   margin-bottom:10px;
 }

 .whereradius {
  width:80%;
  height:auto;
}
}

@media screen and (max-width: 320px) {
  .studysearch input {
    width:80%;
  }

  .add-inside-bar {
    bottom: 40px!important;
    margin-bottom:40px;
  }

  .add-block {
    margin-top:50px!important;
  }

}

@media screen and (max-width: 414px) {
  .study1 img {
    margin:0 auto;
    width:90%;
  }
  .study1 div {
    width:90%;
    margin:0 auto;
  }

  .set-options {
    display:block;
    margin:0 auto;
    margin-bottom:20px;
  }

  .option2 {
    margin:0 auto;
  }

  .stbar {
    width: 248px;
    margin: 0 auto;
    text-align: center;
    left:0;
  }

  .add-inside-bar {
    bottom: 0px!important;
  }

  .add-block {
    margin-top:80px;
  }

  footer.footer .social form {
    text-align:center;
  }

  .selectdiv {
    width:100%;
  }
  .sectable tr th {
    font-size:14px;
    letter-spacing:0;
  }
  .sectable tr td {
    text-align:center;
  }
  .descoptions {
    margin-top:10px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }

  #pageact .block {
    width:152px;
  }
}

@media screen and (max-width: 588px) {
  .sectable tr td {
    text-align:center;
  }
  .sectable tr th, .sectable tr td {
    font-size:11px;
  }

  .sectable {
    display:block;
    overflow:auto;
  }

  .studyselect select {
    width:95%;
  }

  header .menu {
    margin-right:20px;
  }
}

@media screen and (max-width: 1199px) {
 .section-2-rightbar {
  text-align:center;
}
.baroption span {
  text-align:center;
  display:block;
}

.querybt {
  margin-bottom:20px;
}

.alignrightbar {
  text-align:center!important;
  display:block!important;
}
}

@media screen and (max-width: 519px) {
  .section-2 .oracle {
    width:100%!important;
    max-height:250px!important;
  }

  .sectionbg {
    width:100%;
  }
}

@media screen and (max-width: 380px) {
  .section-2 .oracle {
    width:100%!important;
    max-height:230px!important;
  }

  #pageact .block {
    text-align:left;
  }
  #pageact .block1 {
    width:47%;
  }
}

@media screen and (min-width: 1025px) {
  .links {
    position:relative;
    right:55px;
    width:200px;
  }
}

@media screen and (min-width: 1024px) {
  .imgsize {
    margin-left:33px!important;
    margin-top:33px!important;
  }
  .artopt {
    position:relative;
    left:10px;
  }
}
@media screen and (max-width: 1024px) {
  .descoptions {
    text-align:center;
  }
  .readmoreopt {
    margin:0 auto;
    display:block;
    margin-top:10px;
  }

  .add-inside-bar {
    bottom: 40px;
  }

}

@media screen and (max-width: 414px) {
  .study1 img {
    margin:0 auto;
    width:90%;
  }
  .study1 div {
    width:90%;
    margin:0 auto;
  }


  .selectdiv {
    width:100%;
  }
  .logobarsize img {
    width:90%;
    margin-top:10px;
  }

  .links {
    text-align:center;
    width:100%!important;
  }

  footer.footer .links p {
    font-size:22px;
  }

  /*footer.footer .flag img  {
    width:40%;
  }*/
}

@media only screen and (width: 414px)  {
  .study1 div {
    width:303px!important;
  }

}

@media only screen and (min-width: 414px) and (max-width: 759px)  {
  .study1 img {
    margin:0 auto;
    width:330px;
  }
  .study1 div {
    width:330px;
    margin:0 auto;
  }

  .selectdiv {
    width:100%;
  }
}

@media only screen  and (max-width:1000px) {
  .selectdiv{
    margin: auto;
    text-align: center;
  }
  .selectdiv label{
    display: block;
    text-align: center;
  }
  body{
    position: relative;
  }
  header nav.navigation{
    display: none;
  }

  header nav.navigation.active {
    display: block;
    position: absolute;
    top:90px;
    right: 0;
    background: #fff;
    width: 100%;
    min-height: 100vh;
    text-align: center;
  }
  header.active nav.navigation.active{
    top:50px;
  }
  header nav.navigation.active ul{
    text-align: center;
  }
  header nav.navigation.active ul li{
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    line-height: 40px;
  }
  header nav.navigation.active ul li a{
    font-size: 14px;
  }
  header nav.navigation.active ul li a:hover{
    font-weight: 600;
  }
  header nav.navigation.active ul ul
  {
  	display:none;
  	position:inherit;
    top:59%;
  	padding:0;
    width: 100%;
    height: auto;
  }

  header nav.navigation.active ul ul li
  {
  	display: block;
    width: 100%;
    height: 40px;
  }

  header nav.navigation.active ul ul a
  {
  	line-height:120%;
  	padding:10px 15px;
    display: block;
    font-size: 11px;
    font-weight: normal;
  }
  header nav.navigation.active ul ul a:hover{
    font-weight: 500;
  }
  header nav.navigation.active ul ul ul
  {
  	top:0;
  	left:100%
  }

  header nav.navigation.active ul li:hover > ul
  {
  	display:block;
  }

}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media screen and (max-height: 800px){
  div.content.container-fluid .page-content .apply-section .apply-body{
    height: calc(45vh);
  }
}
@media screen and (max-width: 768px) {

  .education-system .text h1 {
    font-size: 23px;
  }
  .education-system .text p{
    font-size: 15px;
  }
  .education-system .text ul li {
    font-size: 15px;
  }
  /*.application-procedures table thead th{
    width: 20%;
    border:1px solid #000;
  }*/
  .selectdiv{
    margin-bottom: 20px;
  }
  .selectdiv select{
    width: 100%;
  }
  .living-costs .image {
    width: 100%;
  }

  .living-costs .cost-tab {
    margin-top: 5px;
    width: 100%;
    height: auto;
    line-height: normal;
    border: 0;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #5E6060;
}
  .living-costs .cost-tab.active {
    background: #fff;
    color: #F05453;
  }
  .about-georgia .body {
    width: 100%;
    height: 500px;
  }
  .about-georgia .body .info {
    height: 500px;
  }
  .about-georgia .body .text {
    height: 230px;
  }
  .what-other-think .info .heading {
    width: 90%;
    margin: auto;
}
  .links {
    text-align: center;
  }
  .about-georgia .body .info {
    width: 100%;
  }
  .what-other-think .information {
    text-align: center;
    height: 500px;
  }
  .what-other-think .btn.btn-send {
    float:inherit;
    margin: auto;
    margin-top: 20px;
  }
  #map {
    height: 200px;
  }
  .about-georgia-details h1 {
    font-size: 28px;
    width: 100%;
  }
  .about-georgia-details .text {
    font-size: 14px;
  }
  .student-life .data .information h1 {
    font-size: 24px;
  }
  .student-life .data .information h2 {
    font-size: 22px;
  }
  .student-life .data .information h4 {
    font-size: 16px;
  }
  .student-life .data .information .description {
    font-size: 13px;
  }
  footer.footer .links p{
    font-size:22px;
  }
  .institution-details .information .heading h1 {
    font-size: 25px;
  }
  .student-life .data .included-media h1 {
    font-size: 24px;
  }
  .student-life .data .included-media .image {
    margin-bottom: 10px;
  }
  .student-life .data .included-media iframe{
    width: 300px!important;
    height: 215px!important;
  }
  .accomodation-details .info {
    margin: 0;
  }
  .accomodation-details .info h1 {
    font-size: 25px;
    margin-top: 20px;
  }
  .weather .tab .item {
    width: 110px;
    height: 110px;
    margin: auto;
  }
  .weather .title {
    font-size: 20px;
  }
  .permits-and-visas table iframe{
    width: 80%!important;
    margin: auto;
  }
  .permits-and-visas table td{
    display: table-cell;
    vertical-align: inherit;
  }
  .permits-and-visas .visa-content p {
    /*font-size: 16px;*/
  }
  .institution-details ul.information-list li, .institution-details ul.information-list li a {
    font-size: 14px;
  }
  .institution-details .description {
    font-size: 13px;
  }
.institution-details .offered h1 {
  font-size: 26px;
}
  .full-section .title1 {
    width:100%;
    text-align:center;
  }

  .set-select-attribute {
    width:80%;
  }



  .add-inside-bar {
    bottom: 14px!important;
  }

  footer.footer .social ul li{
   padding-left:2px!important;
 }


 .sizablequery {
  width:60%!important;
}

.imgquery {
  width:50%!important;
  margin:0 auto;
  display:block;
}

.soc-addons {
  width:100%;
}
.query-res {
 text-align:center;
 display:block;
}

.logobarsize img {
  margin:0 auto;
}

.row .descoptions {
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}

.row .tableop {
  text-align:center;
}

  }

  .permits-and-visas table td{
    width: 100%!important;
  }
}
@media only screen and  (min-device-height : 1066px) {
  html{
    display: none;
  }
}
