/* www.liau.ac.ir / Design & Develop by Spiral Design Center / www.spiraldesign.org */
/*------------------------------------*
   Fonts
*------------------------------------*/
@import url(icomoon.css);
@font-face {
  font-family: Parastoo;
  src: url('../fonts/Parastoo.eot');
  src: url('../fonts/Parastoo.eot') format('embedded-opentype'),
  url('../fonts/Parastoo.woff') format('woff'),
  url('../fonts/Parastoo.ttf') format('truetype');
  font-weight: normal;
}             

@font-face {
  font-family: Parastoo;
  src: url('../fonts/Parastoo-Bold.eot');
  src: url('../fonts/Parastoo-Bold.eot') format('embedded-opentype'),
  url('../fonts/Parastoo-Bold.woff') format('woff'),
  url('../fonts/Parastoo-Bold.ttf') format('truetype');
  font-weight: bold;
}  

/*------------------------------------*
   Common
*------------------------------------*/
* {font-family: Parastoo,verdana,tahoma;}
html {max-width:100%; overflow-x:hidden;}
body {color:#000; background:#fff; font-size:13px; line-height: 24px;}
body,html {min-width:300px;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

/*links*/
a {text-decoration:none; color:#231f20; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:hover {text-decoration:none; color:#3db5ac; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:focus {text-decoration:none; outline:none;}
a:active {outline: none; text-decoration: none;}

/*images*/
img {max-width:100%;}

/*lists*/
ul {padding-right:20px;}

/*form elements*/
label{margin: 0;}
input[type=checkbox], input[type=radio]{margin-top: 0px; margin-left: 2px; vertical-align: middle; height: 22px; line-height: unset;}
input{border-radius: 3px; border:1px solid #dddddd; padding:0 12px; height: 40px; line-height: 40px;}
button{outline: none; background-color: transparent; border:1px solid #dddddd; height: 40px; line-height: 40px;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}
select {padding: 0 5px;}
select option{height: 30px;}

::-webkit-input-placeholder {opacity:1; color:#536a94;}
:-moz-placeholder {/* Firefox 18- */opacity:1; color:#536a94;}
::-moz-placeholder {/* Firefox 19+ */opacity:1; color:#536a94;}
:-ms-input-placeholder {opacity:1; color:#536a94;}

/*buttons*/
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {opacity:.3}

/*tooltips*/
.tooltip {font-size:11px; white-space:nowrap;}
.tooltip-inner {padding-bottom:7px;}

/*others*/
.pos-static {position:static!important}
.middle {display:table-cell; vertical-align:middle;}
.ltr {direction:ltr;}
/*.container { min-width: 1170px;}*/
.w100{width: 100%!important;}
.animated {opacity:0}
.visible {opacity:1}

/*margins*/
.m0 {margin:0!important}

.mt0 {margin-top:0px}
.mt10 {margin-top:10px!important}
.mt20 {margin-top:20px!important}
.mt30 {margin-top:30px!important}
.mt50 {margin-top:50px!important}
.mt60 {margin-top:60px!important}
.mt70 {margin-top:70px!important}

.mr10 {margin-right:10px}
.mr30 {margin-right:30px}

.mb10 {margin-bottom:10px!important}
.mb20 {margin-bottom:20px!important}
.mb30 {margin-bottom:30px!important}
.mb40 {margin-bottom:40px!important}
.mb50 {margin-bottom:50px!important}
.mb60 {margin-bottom:60px!important}
.mb90 {margin-bottom:90px!important}
.mb100 {margin-bottom:100px!important}
.mb120 {margin-bottom:120px!important}

.ml10 {margin-left:10px}
.ml30 {margin-left:30px}

/*paddings*/
.padd0 {padding:0!important}

.pr30{padding-right: 30px;}

.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}

/*------------------------------------*
                Header
*------------------------------------*/
.content {
  position: relative;
}
.content-header {
  padding: 30px 0;
}
.main-header {
  border-bottom:3px solid #0d345f;
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 100%;
  background-color:rgba(6, 22, 47, 0.8);
  z-index: 999;
}
.main-header .logo {
  display: block;
}
.main-header:after {
  content: "";
  background: url("../img/pattern1.png") repeat;
  width: 100%;
  height: 29px;
  bottom: -32px;
  right: 0px;
  position: absolute;
  display: block;
  z-index: 9;
}
.left-content {
  display: table;
  float:left;
}
.left-content .top {
  float:left;
  margin: 0px 0 0px 20px;
}
.details {
  float:left;
}
.left-content .top .date {
  color:#b7b7b7;
  float:left;
  font-size:11px;
  display:inline-block;
}
.left-content .top .date:after {
  content:"";
  display: inline-block;
  background-color:#97989b;
  height:11px;
  width: 1px;
  margin: -2px 10px -2px 8px;
}
.left-content .top .lang {
  color:#fff;
  float:left;
  font-size:11px;
  display:inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.left-content .top .lang:hover {
  color:#1cbbb4;
}
.navbar-collapse {
  padding: 0;
}
.main-menu {
    clear: both;
}
.main-menu ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 12px 0 0;
}
.main-menu ul li {
  list-style:none;
  float:right;
  position: relative;
}
.main-menu ul li:after {
  content:"/";
  color:#fff;
  display:inline-block;
  margin: 0 6px;
}
.sub-menu ul li:after {
  display: none;
}
.main-menu ul li:last-child:after {
  display: none;
}
.main-menu ul li .sub-menu {
  position: absolute;
  width: 200px;
  right: 0;
  top: 100%;
  font-size: 11px;
  border-radius: 3px;
  display: none;
  z-index: 1000;
  padding-top: 15px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-menu ul li ul{
  background-color: #0d345f;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main-menu li > .sub-menu > ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #0d345f transparent;
  position: absolute;
  top: -16px;
  right: 20px;
}
.main-menu ul li:hover .sub-menu{
  display: block;
}
.sub-menu ul {
  float: right;
  width: 100%;
}
.main-menu li > .sub-menu li {
  padding: 0 10px;
  float: none;
  border-bottom: 1px solid #124379;
}
.main-menu li > .sub-menu li:last-child {
  border:0 none;
}
.main-menu li > .sub-menu li a {
  display: block;
  padding: 5px 0;
  font-size:11px;
}
.main-menu li > .sub-menu ul ul{
  position: absolute;
  right: 100%;
  top: 0;
  background-color:#0A2E56;
  display: none;
}
.main-menu li > .sub-menu ul li:hover > ul{
  display: block;
}
.main-menu li > .sub-menu ul ul:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #0A2E56;
  position: absolute;
  top: 10px;
  right: -16px;
}
.main-menu li > .sub-menu ul ul ul{
  background-color:#0d345f;
}
.main-menu li > .sub-menu ul ul ul:before{
  border-color: transparent transparent transparent #0d345f;
}
.main-menu li > .sub-menu ul ul ul ul{
  background-color:#0A2E56;
}
.main-menu li > .sub-menu ul ul ul ul:before{
  border-color: transparent transparent transparent #0A2E56;
}
.main-menu li > .sub-menu ul ul ul ul ul{
  background-color:#0d345f;
}
.main-menu li > .sub-menu ul ul ul ul ul:before{
  border-color: transparent transparent transparent #0d345f;
}
.main-menu li > .sub-menu li{
  position: relative;
}
.main-menu ul li a {
  color:#fff;
  font-size:13px;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-menu ul li a i {
  vertical-align:middle;
  margin-right: 5px;
}
.main-menu ul li a:hover {
  color:#1cbbb4;
}
.search {
  float:left;
}
.search-btn {
  width: 45px;
  height: 60px;
  background-color:#1cbbb4;
  text-align:center;
  border:0 none;
  line-height:10px;
}
.search-btn:hover {
  background-color:#fff;
}
.search-btn:hover i {
  color:#1cbbb4;
}
.search-btn .icon-cross {
  font-size:12px;
}
.search-bar {
  width: 100%;
  background-color:#0d345f;
  height: 55px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 999;
  display: none;
}
.search-bar form {
  position: relative;
}
.search-bar input {
  background-color:transparent;
  border:0 none;
  height: 55px;
  line-height:55px;
  width: 100%;
  color:#fff;
}
.search-bar input:focus {
  outline:0 none;
}
.search-bar button {
  border:0 none;
  height: 55px;
  line-height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-bar button i {
  color:#fff;
  font-size:25px;
}
.search-btn i {
  color:#fff;
  font-size:25px;
}
.full-bg .carousel-indicators {
  right: 15px;
  left: auto;
  margin: 0;
  bottom: auto;
  top: 130px;
  width: auto;
  padding: 0;
  z-index: 9;
}
/* .carousel-indicators .active */
.full-bg .carousel-indicators li{
  display: block;
  margin: 5px 0;
  width: 12px;
  height: 12px;
}
.full-bg .container{
  position: relative;
}
.full-img {
  width: 100%;
  height: 625px;
  background-size:cover;
  background-position: center top;
}
.inside .full-img {
background-image:url('../img/img-header.jpg');
}
/*------------------------------------*
                Content
*------------------------------------*/
.news-on-img {
  margin-top: -225px;
}
.bg-white {
  display: table;
  background-color:#fff;
  background-image: url("../img/pattern2.png");
  background-repeat:repeat-x;
  background-position: right 119px;
  position: relative;
  /* border-top:5px solid #1cbbb4; */
}
.bg-white:after {
  display: block;
  content:"";
  background-color:#fff;
  background-image: url("../img/pattern2.png");
  background-repeat:repeat-x;
  background-position: left 119px;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -2000px;
  border-top:5px solid #1cbbb4;
}
.bg-white:before {
  display: block;
  content:"";
  background-color:#1cbbb4;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 5px;
}
.bg-white .title-uni {
  position: absolute;
  top: -90px;
  right: 0;
}
.bg-white .title-uni .bold {
  display: block;
  color:#fff;
  font-weight:bold;
  font-size:30px;
  margin-bottom: 15px;
}
.bg-white .title-uni .light {
  display: block;
  color:#fff;
  font-weight:bold;
  font-size:20px;
}
.bg-white .social-list {
  position: absolute;
  top: -70px;
  left: 0;
}
.social-list i {
    vertical-align: middle;
}
.bg-white .social-list li {
  line-height:34px;
  margin-right: 10px;
  border-right:0 none;
}
.bg-white .social-list li a {
  width: 30px;
  height: 30px;
  font-size:13px;
  display: block;
}
.bg-white .news {
  padding: 20px 0 39px;
  position: relative;
  z-index: 1;
}
.main-title {
  color:#000;
  font-size:18px;
  font-weight:bold;
  margin-left: 5px;
}
.more {
  color:#acacac;
  font-size:10px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.more:hover {
  color:#f21f14;
}
.bg-white .date-news {
  display: block;
  text-align:center;
  float:right;
  margin-left: 10px;
}
.bg-white .date-news span {
  display: block;
  color:#f21f14;
}
.bg-white .date-news .day {
  font-size:30px;
  line-height: 34px;
}
.bg-white .date-news .month {
  font-size:10px;
  margin-top: -12px;
}
.bg-white .text-news {
  line-height:18px;
  margin: 0;
  height: 35px;
  overflow: hidden;
}
.bg-white .text-news a {
  color:#555555;
  font-size:12px;
  display: block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.bg-white .text-news a:hover {
  color:#1cbbb4;
}
.bg-white .title-news {
  margin-bottom: 15px;
}
.title {
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.bg-white .list-item {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bg-white .list-item li {
  list-style:none;
  line-height: 19px;
}
.bg-white .list-item li a:before {
  display: inline-block;
  content:"";
  background-color:#1cbbb4;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-white .list-item li a {
  color:#555555;
  font-size:12px;
  display:inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 210px;
  white-space: nowrap;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.bg-white .list-item li a:hover {
  color:#1cbbb4;
}
.map-uni {
  display: block;
  position: relative;
  max-width:277px;
  overflow:hidden;
  border-top:5px solid #1cbbb4;
}
.map-uni:hover .text-map {
  color:#06162f;
}
.map-uni:hover:after {
  right: 0;
  bottom: 0;
  -moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.map-uni .text-map {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  bottom: 15px;
  right: 20px;
  z-index: 9;
  line-height: 13px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.map-uni .text-map i {
  font-size:20px;
  vertical-align:middle;
}
.map-uni:before {
  content:"";
  background-color:#06162f;
  opacity:0.8;
  position: absolute;
  top: -40px;
  right: -160px;
  width: 200px;
  height: 200px;
  -moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.map-uni:after {
  content: "";
  background-color: #1cbbb4;
  opacity: 0.8;
  position: absolute;
  bottom: -250px;
  right: -40px;
  width: 300px;
  height: 300px;
  -moz-transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-content {
  background-color:#06162f;
  margin: 0!important;
}
.main-content .main-title {
  color:#fff;
}
.main-content .more {
  color:#637dcf;
   -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-content .more:hover {
  color:#f21f14;
}
.bg-darkblue {
  background-color:#06162f;
}
.space-areas {
  position: relative;
}
.space-areas:before {
  display: block;
  content: "";
  background-color: #0d345f;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -1723px;
}
/* .bg-lightblue {
  padding-right: 0!important;
} */
.latest-news {
  padding: 50px 0;
}
.main-slider {
  position: relative;
  margin-bottom: 45px;
}
.main-slider:before {
  content: "";
  background: url("../img/pattern3.png") repeat-x right center;
  width: 1000px;
  height: 80px;
  bottom: 30px;
  right: -1000px;
  position: absolute;
  display: block;
  z-index: 9;
  background-color:#0d345f;
}
.main-slider .btn-slider {
  background-color:#1cbbb4;
  width: 30px;
  height: 30px;
  border-bottom:2px solid #0b948e;
  background-image: none;
  opacity:1;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-slider .btn-slider:hover {
  background-color:#0b948e;
}
.main-slider .btn-slider span {
  display: block;
}
.main-slider .btn-slider span i {
  vertical-align:middle;
  line-height: 29px;
}
.main-slider .img-slider img {
  width: 850px;
  height: 330px!important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-slider .img-slider:hover img {
  opacity:0.8;
}
.main-slider .carousel-control.left {
  left: 30px;
  bottom: 30px;
  top: auto;
}
.main-slider .carousel-control.right {
  left: 70px;
  bottom: 30px;
  top: auto;
  right: auto;
}
.main-slider .carousel-caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: auto;
  top: auto;
  border-bottom:5px solid #0d345f;
  padding: 0;
}
.main-slider .title-slider {
  background-color:rgba(13, 52, 95, 0.8);
  margin: 0;
  padding: 10px;
  text-align:right;
  line-height: 30px;
  vertical-align: middle;
  height: 75px;
  width: 460px;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-slider .title-slider a {
  font-size:18px;
  color:#c9d5e2;
  display: block;
}
.main-slider .title-slider:hover {
  background-color:rgba(13, 52, 95, 1);
}
.sm-news {
  position: relative;
}
.sm-news .img-sm {
  display: inline-block;
}
.sm-news img {
  width: 260px;
  height: 140px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.img-sm:hover img {
  -webkit-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
}
.sm-news .title {
  line-height:27px;
  margin-top: 10px;
  max-height:50px;
  overflow:hidden;
}
.sm-news .title a {
  font-size:16px;
  color:#fff;
  display: block;
}
.sm-news .title a:hover {
  color:#ccc;
}
.sm-news .text  {
  color:#b0b6bd;
  font-size:13px;
  margin-bottom: 10px;
  max-height:73px;
  overflow:hidden;
}
.sm-news .more {
  font-size:11px;
  color:#f21f14;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sm-news .more:hover {
  color:#fff;
}
.sm-news .date {
  background-color:#06162f;
  position: absolute;
  top: 0;
  right: 0;
  text-align:center;
  width: 37px;
  z-index: 999;
}
.sm-news .date .day {
  font-size:20px;
  color:#424f63;
  display: block;
}
.sm-news .date .month {
  font-size:11px;
  color:#424f63;
  display: block;
}
.widget {
  background-color:#0d345f;
  padding: 30px 15px;
}
.widget .content-widget ul {
  display: table;
  width: 100%;
  padding: 0 0 15px;
  height: 0;
  margin: 0 0 15px;
  border-bottom:1px solid #154478;
}
.widget .content-widget ul:last-child {
  border-bottom:0 none;
}
.widget .content-widget ul li  {
  list-style:none;
  margin-bottom: 10px;
}
.widget .content-widget ul li a {
  color:#fff;
  font-size:12px;
}
.widget .content-widget ul li a:hover {
  color:#1cbbb4;
}
.widget .content-widget ul li a i {
  color:#c2c8d1;
  font-size:18px;
  vertical-align:middle;
  margin-left: 10px;
}
.widget .content-widget ul.list{
  padding-right: 15px;
}
.widget .content-widget .list li:before{
  display: inline-block;
  content: "";
  background-color: #1cbbb4;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: -13px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-uni {
  width: 615px;
  height: 200px;
  background-color:#1cbbb4;
  padding: 80px 0 0;
  float:right;
  background-image: url("../img/pattern2.png");
  background-repeat: repeat-x;
  background-position: right -93px;
}
.info-uni:before {
  display: block;
  content: "";
  background-color: #1cbbb4;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -1985px;
}
.info-uni:after {
  display: block;
  content: "";
  background-image: url("../img/pattern2.png");
  background-repeat: repeat-x;
  background-position: left -93px;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -1985px;
}
.text-info-uni {
  float:right;
  padding-top: 20px;
  display: inline-block;
  color:#0b9a94;
  font-size:18px;
  width: 110px;
  font-weight:bold;
}
.sm-slider {
  display: table;
  width: 400px;
  float:left;
}




.sm-slider .item {
  margin: 0 auto;
}
.sm-slider .right-item {
  text-align:center;
  display:inline-block;
  border-left:1px solid #0b9a94;
  padding-left: 10px;
  margin-left: 10px;
  vertical-align:middle;
}
.sm-slider .left-item {
  width: 130px;
  vertical-align:middle;
  display:inline-block;
}
.sm-slider .right-item span {
  color:#fff;
  display: block;
}
.sm-slider .right-item .num {
  font-size:45px;
  line-height:50px;
}
.sm-slider .right-item .text {
  font-size:15px;
}
.sm-slider .left-item span {
  color:#fff;
  font-size:15px;
  display: table;
}
.sm-slider .carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  background-color:#0b9a94;
  border:0 none;
  margin: 5px auto;
}
.sm-slider .carousel-indicators li.active {
  background-color:#fff;
}
.sm-slider .carousel-indicators li.first-child {
  width: auto;
  height: auto;
  background-color:transparent;
}
.sm-slider .btn-slider {
  background-image: none;
  opacity:1;
  display: block;
}
.sm-slider .btn-slidern span {
  display: block;
  width: 100%;
  line-height: 10px;
}
.sm-slider .carousel-control.right {
  right: auto;
}
.sm-slider .carousel-control.left {
  left: auto;
}
.sm-slider .carousel-control {
  bottom: auto;
  position: static;
}
.sm-slider .carousel-control span {
  display: block;
  line-height:0;
}
.sm-slider .carousel-indicators {
  position: static;
  padding: 0;
  margin: 0 auto;
}
.slider-nav {
  left: 30px;
  top: 50%;
  position: absolute;
  margin-top: -40px;
  z-index: 9;
}
.tour {
  display: inline-block;
  width: 247px;
  height: 200px;
  background-color:#002043;
}
.tour:hover .text {
  color:#1cbbb4;
}
.tour .text {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  display: block;
  padding-right: 20px;
}
.tour img {
  display: table;
  margin: 0 auto;
  padding: 20px 0;
}
.tour .text i {
  vertical-align:middle;
  margin-right: 2px;
}
.link-gallery {
  display: block;
  position: relative;
  overflow:hidden;
  max-width:277px;
}
.link-gallery:hover:after{
  right: -21px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 0;
}
.link-gallery:before{
  content: "";
  background-color: #1cbbb4;
  opacity: 0.8;
  position: absolute;
  top: -40px;
  right: -160px;
  width: 200px;
  height: 200px;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.link-gallery:after {
  content: "";
  background-color: #06162f;
  opacity: 0.8;
  position: absolute;
  bottom: -250px;
  right: -40px;
  width: 300px;
  height: 300px;
  -moz-transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.link-gallery img{
  width: 277px;
  height: 200px;
}
.link-gallery .text-link {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  bottom: 15px;
  right: 20px;
  z-index: 9;
}
.link-gallery:hover .text-link {
  color:#1cbbb4;
}
.link-gallery .text-link i {
  vertical-align:middle;
  margin-right: 2px;
}
.share-newsletter {
  padding: 50px 0;
  background-color:#0d345f;
  position: relative;
}
.share-newsletter:before {
  content: "";
  background: url("../img/pattern3.png") repeat;
  width: 100%;
  height: 100px;
  bottom: 0px;
  right: 0;
  position: absolute;
  display: block;
  z-index: 9;
  opacity:0.8;
}
.share-form {
  position: relative;
  z-index: 9;
  float:left;
}
.share-form .form-group {
  margin-bottom: 0;
}
.share-newsletter .title * {
  color:#6e87a1;
  text-align:center;
}
.share-newsletter .title .bold {
  font-weight:bold;
  font-size:20px;
  display: block;
  margin-bottom: 10px;
}
.share-newsletter .title .light {
  font-size:15px;
  display: block;
}
.share-form .title-label {
  color:#c9d5e2;
  font-size:12px;
  display: block;
}
.share-form select {
  background-color:#002043;
  height: 45px;
  border:0 none;
  color:#536a94;
  font-size:11px;
  margin-left: 20px;
  width: 100%;
}
.style-selextbox {
  display:inline-block;
  position: relative;
  margin-left: 20px;
  width: 180px;
}
.style-selextbox:before {
  content: "\eb4e";
  font-family: 'lahijan' !important;
  background-color: #002043;
  display: block;
  position: absolute;
  top: 24px;
  left: 0px;
  width: 40px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  color:#536a94;
  pointer-events: none;
}
select option {
  padding: 7px;
}
.share-form select:focus {
  outline:0 none;
}
.share-form input {
  background-color:#002043;
  height: 45px;
  border:0 none;
  color:#536a94;
  font-size:11px;
  border-radius:0;
  width: 100%;
}
.share-form input:focus {
  outline:0 none;
}
.share-form label {
  width: 180px;
  margin-left: 20px;
}
.share-form label.email {
  width: 440px;
  margin-left: 0;
}
.email {
  position: relative;
}
.share-btn {
  background-color:#1cbbb4;
  color:#fff;
  font-size:11px;
  border:0 none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  bottom: 7px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.share-btn:hover {
  background-color:#fff;
  color:#1cbbb4;
}
.cancel-share {
  color:#f21f14;
  font-size:12px;
  float:left;
  border:0 none;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cancel-share:hover {
  color:#fff;
}
.cancel-share i {
  font-size:6px;
  margin-left: 5px;
}
.last-events {
  background-color:#fff;
  padding: 50px 0;
}
.last-events .main-title {
  color: #000;
}
.last-events .more {
  color:#acacac;
}
.event .date {
  float:right;
  margin-left: 20px;
}
.event .date * {
  color:#1cbbb4;
  display: block;
  text-align:center;
}
.event .date .day {
  font-size:45px;
  line-height:50px;
}
.event .date .month {
  font-size:13px;
  line-height:20px;
  margin-top: -7px;
}
.event .date .year {
  font-size:13px;
}
.des-event .title-event {
  margin-top: 0;
  height: 53px;
  overflow: hidden;
  margin-bottom: 6px;
}
.des-event .title-event a {
  color:#555555;
  font-size:18px;
}
.des-event .title-event a:hover {
  color:#1cbbb4;
}
.des-event .location {
  color:#b0b6bd;
  font-size:13px;
}
.des-event .location:hover {
  color:#4E545A;
}
.des-event .location i {
  margin-left: 5px;
  vertical-align:middle;
}
.social-section {
  background-color:#0d345f;
}
.social-section .logo {
  display: block;
  padding: 30px 0;
}
.des-social {
  display: table;
  width: 100%;
  background-color:#06162f;
  padding: 30px;
  position: relative;
}
.des-social:before {
  content: "";
  background: url("../img/pattern3.png") repeat;
  width: 1000px;
  height: 126px;
  bottom: 0px;
  left: -1000px;
  position: absolute;
  display: block;
  z-index: 9;
  opacity: 0.8;
}
.des-social:after {
  display: block;
  content: "";
  background-color: #06162f;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -1985px;
}
.des-social .title {
  width: 180px;
  text-align:center;
  border-left:5px solid #829dd0;
  padding-left: 10px;
  margin-left: 10px;
  float:right;
}
.des-social .title .bold {
  font-size:20px;
  color:#fff;
  font-weight:bold;
  display: block;
  margin-bottom: 10px;
}
.des-social .title .light {
  font-size:15px;
  color:#fff;
  display: block;
}
.text-social {
  display: block;
  padding: 17px 0;
  color:#829dd0;
  font-size:13px;
  float:right;
}
.social-list {
  display: table; 
  padding: 15px 0;
  margin: 0;
  float:left;
}
.social-list li {
  list-style:none;
  float:right;
  background-color:#55acee;
  margin-right: 15px;
  text-align:center;
  line-height:40px;
  border-right:1px solid #1c4972;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.social-list li a {
  width: 40px;
  height: 37px;
  color:#fff;
  font-size:16px;
  display: block;
}
.social-list li.google-plus a {
  font-size:20px;
}
.social-list li.google-plus {
  background-color:#dc4e41;
  border-bottom:2px solid #b1362b;
}
.social-list li.google-plus:hover {
  background-color:#b1362b;
}
.social-list li.twitter {
  background-color:#55acee;
  border-bottom:2px solid #2a7ebd;
}
.social-list li.twitter:hover {
  background-color:#2a7ebd;
}
.social-list li.facebook {
  background-color:#3b5998;
  border-bottom:2px solid #223f7b;
}
.social-list li.facebook:hover {
  background-color:#223f7b;
}
.social-list li.telegram {
  background-color:#0088cc;
  border-bottom:2px solid #0073ac;
}
.social-list li.telegram:hover {
  background-color:#0073ac;
}
.social-list li.instagram {
  background-color:#3f729b;
  border-bottom:2px solid #2e5d82;
}
.social-list li.instagram:hover {
  background-color:#2e5d82;
}
.list-uni ul {
  display: table;
  padding: 30px 0;
  margin: 0 auto;
}
.list-uni ul li {
  list-style:none;
  float:right;
}
.list-uni ul li:after {
  content:"::";
  display: inline-block;
  color:#fff;
  margin: 0 10px;
}
.list-uni ul li:last-child:after {
  display: none;
}
.list-uni ul li a {
  color:#fff;
  font-size:15px;
  font-weight: bold;
}
.list-uni ul li a:hover {
  color:#1cbbb4;
}


.main-footer {
  background-color:#06162f;
  position: relative;
}
.footer-content {
  padding-top: 50px;
}
.main-footer:before {
  content: "";
  background: url("../img/pattern3.png") repeat;
  width: 100%;
  height: 155px;
  bottom: 40px;
  left: 0px;
  position: absolute;
  display: block;
  z-index: 0;
  opacity: 0.3;
}
.title-list-footer {
  color:#516d9a;
  font-size:16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.list-footer {
  display: table;
  padding: 0;
  margin: 0;
}
.list-footer li {
  list-style:none;
  position: relative;
  margin-bottom: 10px;
}
.list-footer li a {
  color:#fff;
  font-size:12px;
  display: block;
  padding-right: 20px;
  line-height:17px;
}
.list-footer li a:hover {
  color:#5e6a71;
}
.list-footer li a:before {
  display: inline-block;
  content: "";
  background-color: #5e6a71;
  width: 5px;
  height: 5px;
  right: 8px;
  top: 5px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-headline {
  padding-top: 35px;
}
.footer-content .section-list {
  margin-bottom: 50px;
}
.des-uni {
  display: table;
  margin: 0 auto;
  text-align:center;
  position: relative;
  z-index: 1;
}
.des-uni .title {
  color:#ccc;
  font-size:16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.des-uni .contact-list {
  display: table;
  padding: 0;
  margin: 0 auto 20px;
}
.des-uni .contact-list li {
  list-style:none;
  float:right;
  border-left:1px solid #b7b7b7;
  padding-left: 10px;
  line-height:10px;
  margin-left: 10px;
}
.des-uni .contact-list li:last-child {
  padding-left: 0;
  border-left:0 none;
  margin-left: 0;
}
.des-uni .contact-list li a {
  color:#b7b7b7;
  font-size:11px;
}
.des-uni .contact-list li a:hover {
  color:#1cbbb4;
}
.contact-channel {
  margin-bottom: 30px;
}
.contact-channel * {
  color:#7b818e;
  font-size:10px;
}
.contact-channel span {
  display: block;
  line-height:16px;
}
.copyrights * {
  color:#acacac;
  font-size:10px;
}
.spiral {
  float:left;
}
.spiral:hover .designer-text {
  color:#1cbbb4;
}



























/*------------------------------------*
                UI Kit
*------------------------------------*/
.inside .full-bg {
  background-color:#1cbbb4;
  overflow:hidden;
}
.inside .full-img {
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  opacity:0.8;
  height: 480px;
  position: relative;
}
.inside .news-on-img {
  margin-top: -180px;
}
.inside .bg-white {
  background-image:none;
}
.content-bg-white {
  padding: 30px 30px 30px 100px;
}
.content-bg-white:before {
  content:"";
  background-color:#06162f;
  position: absolute;
  top: 0;
  left: -877px;
  width: 100%;
  height: 100%;
  display: block;
}
.content-bg-white:after {
  background-color:#1cbbb4;
  content:"";
  display: block;
  position: absolute;
  top: -5px;
  left: -600px;
  height: 5px;
  width: 1000px;;
}
@media screen and (min--moz-device-pixel-ratio:0) {
  .content-bg-white:before {
    top: 5px;
  }
  .content-bg-white::after {
    top: 0;
  }
}
_:-ms-input-placeholder, :root .content-bg-white:before {
  top: 5px;
}
_:-ms-input-placeholder, :root .content-bg-white::after {
  top: 0px;
}

.inside .bg-white:before,
.inside .bg-white:after {
  display: none;
}
.inside .bg-white .title-uni {
  top: -50px;
}
.breadcrumb {
  background-color:transparent;
  position: absolute;
  top: -80px;
  right: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb li a {
  color:#fff;
  font-size:11px;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li:after {
  content:"::";
  display: inline-block;
  color:#fff;
  padding: 0 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.main-title {
  position: relative;
  color: #0d345f;
  margin-bottom: 15px;
}
.main-title h2 {
  font-size:20px;
  margin-top: 0;
}
.inside .bg-white {
  width: 100%;
  border-top: 5px solid #1cbbb4;
}
.help-block {
  font-size: 11px;
  color: #9dacba;
}
.main-palettes {
  display: table;
  width: 100%;
}
.main-palette {
  height: 50px;
  padding: 10px;
}
.second-palette {
  height: 45px;
  padding: 10px;
}
.palette {
  width: 120px;
  float: right;
  margin-left: 30px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 11px;
  direction: ltr;
  margin-bottom: 30px;
  line-height: 1.5;
}
.palette span {
  display: block;
  color: #b8ced9;
}
.bg-blue {
  background: #0d345f !important;
  color: #fff;
}
.bg-blueDark {
  background: #06162f !important;
  color: #fff;
}
.bg-green {
  background: #1cbbb4 !important;
  color: #fff;
}
.bg-greenDark {
  background: #29948c !important;
  color: #fff;
}
.bg-red {
  background: #f21f14 !important;
  color: #fff;
}
.bg-redDark {
  background: #c71910 !important;
  color: #fff;
}
.other-palettes .main-palette {
  height: 60px;
}
.other-palettes span {
  color: #fff;
}
.grey-100 {
  background-color: #222;
  color: #fff;
}
.grey-70 {
  background-color: #999999;
  color: #fff;
}
.grey-50 {
  background-color: #9dacba;
  color: #fff;
}
.grey-20 {
  background-color: #b8ced9;
  color: #fff;
}
.grey-10 {
  background-color: #f2f4f8;
  color: #999;
}
.other-palettes .grey-10 span {
  color: #999;
}
.alert {
  border-radius:0;
  border:0 none;
}
.alert p {
  font-size:12px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -20px;
  top: -7px;
}
.alert-dismissible .close span {
  opacity:1;
}
.alert-dismissible.alert-success .close span {
  color:#3c763d;
}
.alert-dismissible.alert-info .close span {
  color:#31708f;
}
.alert-dismissible.alert-warning .close span {
  color:#a28a5e;
}
.alert-dismissible.alert-danger .close span {
  color:#a94442;
}
.alert .btn {
  margin-top: 10px;
}
.btn.bg-redDark {
  background-color:#a94442;
  border-radius:3px;
  color:#fff;
  font-size:11px;
}
h1 {
  font-size: 25px;
  line-height:40px;
}
h2 {
  line-height:35px;
  font-size: 20px;
}
h3 {
  line-height:25px;
  font-size: 15px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  color:#555555;
  font-size:15px;
}
blockquote {
  border-width:3px;
  color:#999999;
  font-size:15px;
}
small {
  font-size: 12px;
}
ul.main-list {
  display: table;
  padding: 0;
  margin: 0;
}
ul.main-list li {
  list-style:none;
  position: relative;
  margin-bottom: 10px;
}
ul.main-list li a {
  font-size: 12px;
  display: block;
  padding-right: 20px;
  line-height: 17px;
}
ul.main-list li a:before {
  display: inline-block;
  content: "";
  background-color: #5e6a71;
  width: 5px;
  height: 5px;
  right: 8px;
  top: 5px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
table thead tr {
  color:#999999;
}
table tr td:first-child {
  color:#999;
}
tr {
  font-size:15px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 15px 8px;
}
.form-control {
  border: 1px solid #c6ccd2;
  border-radius:0;
  height: 40px;
  font-size:12px;
}
.selextbox-contact {
  width: 100%;
}
.selextbox-contact:before {
  background-color: #fff;
  top: 1px;
  left: 1px;
  height: 38px;
  line-height: 38px;
}
.form-control:focus {
  outline:none;
  box-shadow:0 0;
  border-color:#c6ccd2;
}
textarea.form-control {
  height: 150px;
  margin-bottom: 10px;
}
.btn {
  padding: 9px 16px;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius:0;
}
.btn:focus {
  outline:0 none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border:0 none;
  border-radius:0;
}
.pagination>li>a {
  background-color:#d7d7d7;
  margin: 0 2px;
  color:#fff;
  position: relative;
}
.pagination>li>a:after {
  content:"";
  display: block;
  width: 100%;
  height: 2px;
  background-color:#b8b8b8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination>li>a i {
  vertical-align:middle;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius:0;
  padding: 6px 9px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 10px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  margin-right: 10px;
}
.pagination a:before {
  display: none;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1cbbb4;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color:#1cbbb4;
  color:#fff;
}
.pagination>li>a:hover:after {
  background-color:#10958f;
}
.pagination>li.active a:after {
  background-color:#10958f!important;
}
.num-comment {
  color:#e8182e;
}
.num-comment:before {
  content:"/";
  color:#96a3aa;
  display:inline-block;
  margin-left: 5px;
}
.comment {
  margin-bottom: 20px;
}
.comment-avatar {
    float: right;
}
.comment-avatar img {
    border-radius: 50%;
}
.comment-text {
    padding-right: 70px;
}
.comment-header {
    display: table;
    width: 100%;
    font-size: 13px;
}
.comment-name {
    float: right;
    font-weight: bold;
    color: #0d345f;
    font-size:12px;
}
.comment-date {
    float: left;
    color: #e8182e;
    font-size:10px;
}
.comment-text p {
  border-bottom:1px solid #e0e4e9;
  color:#999;
  font-size:11px;
  padding-bottom: 15px;
  margin: 0;
}
.comment-reply {
    margin-right: 70px;
    background-color:#ececec;
    padding:15px 10px;
    position: relative;
    border-radius:3px;
}
.comment-reply:before {
  content:"";
  border-width:8px;
  border-color:transparent transparent #ececec transparent;
  border-style:solid;
  display: block;
  position: absolute;
  top: -16px;
  right: 25px;
}
.comment-reply p {
  margin: 0;
  padding: 0;
  border-bottom:0 none;
}
.code {
  position: relative;
}
.code img {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.form-comment {
  margin-bottom: 50px;
}
.form-comment .btn {
  float:left;
}
.inside .widget {
    background-color: #06162f;
    padding: 30px 15px 0 0;
}
.title-widget {
  color:#1cbbb4;
  font-size:15px;
  margin: 0 0 20px;
}
.title-widget i {
  vertical-align:middle;
  margin-left: 5px;
  color:#fff;
}
.widget .content-widget ul.simple-list {
  padding-right: 15px;
}
.widget .content-widget ul.simple-list li {
  margin-bottom: 15px;
}
.widget .content-widget ul.simple-list li a {
  font-size:13px;
}
.widget .content-widget ul.simple-list li a:before {
  display: none;
}
.gray-title {
  color:#a1a1a1;
  font-size:15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom:1px solid #333;
}
.widget .content-widget ul.list-widget li {
  margin-bottom: 20px;
}
.widget .content-widget ul.list-widget li a {
  padding-right: 25px;
  font-size:13px;
}
.widget .content-widget ul.list-widget li a:before {
  background-color:#1aa9a5;
}
.widget .content-widget {
  margin-bottom: 60px;
}
.widget .content-widget .style-selextbox {
  width: 100%;
}
.widget .content-widget .style-selextbox:before {
  height: 40px;
  top: 0;
  background-color:#0d345f;
}
label {
  width: 100%;
  margin-bottom: 15px;
}
select {
  height: 40px;
  display: table;
  width: 100%;
  background-color:#0d345f;
  border:0 none;
  color:#c9d5e2;
  font-size:12px;
}
select:focus {
  outline:0;
}
.form-widget .form-control {
  background-color:#0d345f;
  border:0 none;
  font-size:12px;
}
.form-widget .form-control::-webkit-input-placeholder {opacity:1; color:#c9d5e2;}
.form-widget .form-control:-moz-placeholder {/* Firefox 18- */opacity:1; color:#c9d5e2;}
.form-widget .form-control::-moz-placeholder {/* Firefox 19+ */opacity:1; color:#c9d5e2;}
.form-widget .form-control:-ms-input-placeholder {opacity:1; color:#c9d5e2;}

.form-widget .btn {
  font-size:11px;
  height: 30px;
  font-weight:normal;
}



/*------------------------------------*
          Fulltext
*------------------------------------*/
.full-text {
  margin-bottom: 70px;
}
.full-text .img-fulltext {
  display: block;
  margin-bottom: 20px;
}
.full-text .img-fulltext img {
  border:1px solid #eee;
}
.full-text .detail {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.full-text .detail .date {
  float:right;
  font-size:11px;
  color:#b7b7b7;
}
.full-text .detail .social {
  float:left;
  display: table;
  padding: 0;
  margin: 0;
}
.full-text .detail .social li {
  list-style:none;
  float:right;
  margin-left: 5px;
  text-align:center;
}
.full-text .detail .social li:last-child {
  margin-left: 0;
}
.full-text .detail .social li a {
  width: 23px;
  height: 25px;
  display: block;
  background-color:#d7d7d7;
  color:#fff;
  border-bottom:2px solid #b8b8b8;
}
.full-text .detail .social li a i {
  vertical-align:middle;
}
.full-text .detail .social li:hover a {
  border-bottom:0 none;
}
.full-text .detail .social li.twitter a:hover {
  background-color:#2a7ebd;
}
.full-text .detail .social li.facebook a:hover {
  background-color:#223f7b;
}
.full-text .detail .social li.telegram a:hover {
  background-color:#0073ac;
}
.full-text .detail li.google-plus a:hover {
  background-color: #b1362b;
}
.full-text .detail li.instagram a:hover {
  background-color: #2e5d82;
}


/*------------------------------------*
        List
*------------------------------------*/
.list-news .content-news:last-child {
  margin-bottom: 0;
}
.content-news {
  margin-bottom: 60px;
}
.content-news .img-news {
  float:right;
  margin-left: 30px;
  border:1px solid #eee;
  position: relative;
}
.content-news .img-news:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content:"";
  background-color:#1cbbb4;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  opacity:0.3;
  display: block;
}
.content-news .img-news:hover:before {
  width: 100%;
}
.content-news .des-news  {
  display: table;
}
.content-news .des-news .date {
  color:#b7b7b7;
  font-size:10px;
}
.content-news .des-news .title {
  margin-top: 0;
}
.content-news .des-news p {
  color:#555555;
  font-size:12px;
}
.content-news .footer-news {
  display: table;
  width: 100%;
}
.content-news .footer-news .more {
  color:#e8182e;
  font-size:10px;
  float:right;
}
.content-news .footer-news .more:hover {
  color:#1cbbb4;
}
.content-news .footer-news .social {
  float:left;
  display: table;
  padding: 0;
  margin: 0;
}
.content-news .footer-news .social li {
  list-style:none;
  float:right;
  margin-left: 5px;
  text-align:center;
}
.content-news .footer-news .social li:last-child {
  margin-left: 0;
}
.content-news .footer-news .social li a {
  width: 23px;
  height: 25px;
  display: block;
  background-color:#d7d7d7;
  color:#fff;
  border-bottom:2px solid #b8b8b8;
}
.content-news .footer-news .social li a i {
  vertical-align:middle;
}
.content-news .footer-news .social li:hover a {
  border-bottom:0 none;
}
.content-news .footer-news .social li.twitter a:hover {
  background-color:#2a7ebd;
}
.content-news .footer-news .social li.facebook a:hover {
  background-color:#223f7b;
}
.content-news .footer-news .social li.telegram a:hover {
  background-color:#0073ac;
}
.content-news .footer-news li.google-plus a:hover {
  background-color: #b1362b;
}
.content-news .footer-news li.instagram a:hover {
  background-color: #2e5d82;
}


/*------------------------------------*
      Gallery
*------------------------------------*/
.gallery {
  margin-bottom: 50px;
}
.page-gallery {
  padding: 30px 30px 30px 0;
}
.title-section {
  color:#111;
  margin-top: 0;
}
.top-picture {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.top-picture .date {
  color:#b7b7b7;
  font-size:10px;
}
.top-picture .social {
  float:left;
  display: table;
  padding: 0;
  margin: 0;
}
.top-picture .social li {
  list-style:none;
  float:right;
  margin-left: 5px;
  text-align:center;
}
.top-picture .social li:last-child {
  margin-left: 0;
}
.top-picture .social li a {
  width: 23px;
  height: 25px;
  display: block;
  background-color:#d7d7d7;
  color:#fff;
  border-bottom:2px solid #b8b8b8;
}
.top-picture .social li a i {
  vertical-align:middle;
}
.top-picture .social li:hover a {
  border-bottom:0 none;
}
.top-picture .social li.twitter a:hover {
  background-color:#2a7ebd;
}
.top-picture .social li.facebook a:hover {
  background-color:#223f7b;
}
.top-picture .social li.telegram a:hover {
  background-color:#0073ac;
}
.top-picture li.google-plus a:hover {
  background-color: #b1362b;
}
.top-picture li.instagram a:hover {
  background-color: #2e5d82;
}
.pic-gallery {
  display: block;
}
.row-gallery {
  position: relative;
}
.hov-img:before {
  background-color:#06162f;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  opacity:0.3;
  display: block;
}
.hov-img {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.hov-img img {
  width: 100%;
}
.hov-img:hover:before {
  width: 100%;
}
.hov-img i {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size:30px;
  color:#fff;
  margin-top: -10px;
  margin-right: -15px;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hov-img:hover i {
  opacity:1;
  visibility:visible;
}
.sub-pic {
  height: 38px;
  overflow: hidden;
  display: block;
  line-height: 16px;
}

/*------------------------------------*
      cat-gallery
*------------------------------------*/
.pic-catgallery:hover .hover-img:before {
  left: 0px;
  top: 0;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pic-catgallery {
  margin-bottom: 30px;
  display: block;
}
.pic-catgallery:hover .sub-pic {
  color:#1cbbb4;
}
.pic-catgallery .sub-pic {
  color:#111111;
  font-size:15px;
  font-weight:bold;
  height: auto;
  display: block;
}
.pic-catgallery .subpic-light {
  color:#b7b7b7;
  font-size:10px;
  display: block;
}
.hover-img img {
  width: 100%;
}
.hover-img {
  position: relative;
  overflow:hidden;
  margin-bottom: 10px;
}
.hover-img:before {
  background-color:#1cbbb4;
  opacity:0.8;
  content:"";
  display: block;
  position: absolute;
  top: -35px;
  left: -200px;
  width: 100%;
  height: 300px;
  -moz-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hover-img i {
  color:#fff;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size:20px;
}
.content-bg-white .pagination {
  display: table;
  margin: 0 auto;
}
.cat-gallery {
  margin-bottom: 50px;
}

.gmap{
  height: 300px;
  width: 100%;
  background-color:#eee;
}
.modal-open{
  padding-right: 0!important;
}
.text-center {
  text-align: center!important;
}
.modal-header .close {
    margin-top: -10px;
}

.go-top {
  position: fixed;
  bottom: 25px;
  left: 25px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  padding: 5px 12px;
  display: none;
  z-index: 999;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.error-parent{
  text-align:center;
}
.error{
  font-weight:bold;
  font-size:200px;
  display: block;
  line-height:200px;
  color:#0d345f;
  margin-top: 200px;
}
.error-parent p{
  font-size:14px;
}
.error-parent a{
  color:#1cbbb4;
}
.error-parent a:hover{
  color:#0D345F;
}
.notification-list a{
  padding: 0 15px;
  display: block;
}
.notification-list .active,
.notification-list li:hover{
  background-color:#0d345f;
  position: relative;
}
.notification-list .active:before,
.notification-list li:hover:before{
  width: 20px;
  height: 24px;
  background-color:#0d345f;
  right: -16px;
  top: 0;
  content:'';
  position: absolute;
}
.notification-list .active:after,
.notification-list li:hover:after{
  border-color: transparent transparent transparent #0d345f;
  border-width:12px;
  border-style:solid;
  content:"";
  position: absolute;
  right: -39px;
  top: 50%;
  margin-top: -12px;
}



.g-recaptcha > div > div,
.g-recaptcha iframe{
  width: 100%!important;
}

