@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,100,300,700,500,600&subset=latin,latin-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
   }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input {
  line-height: normal; }

a {
  background: transparent;
  text-decoration: none; }

figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear:before, .clear:after {
  content: '';
  display: table; }
.clear:after {
  clear: both; }

.m-half {
  width: 50%; }

.m-left {
  float: left; }

.m-right {
  float: right; }

.pull-right {
  float: right !important; }

.m-align-center {
  text-align: center; }

.m-table {
  display: table;
  width: 100%; }
  .m-table .m-tr {
    display: table-row; }
  .m-table .m-td {
    display: table-cell; }

header:before, header:after, main:before, main:after, section:before, section:after, .widget:before, .widget:after {
  content: '';
  display: table; }
header:after, main:after, section:after, .widget:after {
  clear: both; }

body {
  font-family: "Work Sans", sans-serif; }

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative; }


nav {
  min-height: 50px;
  padding-bottom: 4px;
  padding-top: 2px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  nav:after, nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    z-index: -1; }
  nav:before {
    height: 2px;
    top: 0;
    bottom: auto; }
  nav .left-side {
    float: left; }
    nav .left-side .nav-toggle {
      color: #fff;
      padding: 20px; }
  nav .right-side {
    float: right;
    margin-top: -2px;
    margin-bottom: -4px;
    min-height: 50px;
	}
    nav .right-side:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 100%;
      top: -2px;
      min-height: 50px;
	}
  nav ul.navbar li {
    position: relative; }
    nav ul.navbar li:last-child {
      background: transparent; }
    nav ul.navbar li a {
      font-weight: 700;
	  }
  nav ul.user-panel {
    float: right; }
      nav ul.user-panel li:last-child {
        background: none; }
  nav ul li {
    float: left;
    position: relative;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all; }
    nav ul li.active:after {
      bottom: -1px; }
    nav ul li:hover:after {
      bottom: -1px; }
    nav ul li:after {
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      content: '';
      position: absolute;
      bottom: -7px;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
	  }
    nav ul li a {
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      display: block !important;
      font-weight: 700;
      padding: 18px 15px;
      font-size: 13px; }
      nav ul li a i {
        font-size: 15px;
        position: relative;
        top: 1px;
        padding-right: 4px; }

.nav-dropdown {
  display: none;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -500px;
  width: 250px;
  z-index: 55;
  font-family: "Roboto", sans-serif;
  border-top: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .nav-dropdown.active {
    display: block; }
  .nav-dropdown ul li {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all; }
    .nav-dropdown ul li:last-child {
      border-bottom: transparent; }
    .nav-dropdown ul li a {
      padding: 14px;
      display: block;
      font-size: 13px; }

header .top {
  padding: 25px 0;
  min-height: 65px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1); }

  header .top .logo {
    float: left;
	width:350px;
	height:65px;
	overflow:hidden;
	margin:0px 30px 0px 0px;
	padding:0px;
	border:0px;
	}
    header .top .logo img {
    float: left;
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	}
  
		  
		  
  header .top .weather, header .top .call-center {
    float: left;
    margin-top: 13px;
    position: relative; }
    header .top .weather .image, header .top .call-center .image {
      position: absolute;
      top: 0;
      left: 0; }
      header .top .weather .image span, header .top .call-center .image span {
        position: absolute;
        top: 10px;
        left: 6px;
        font-size: 10px;
        color: #fff; }
    header .top .weather .text, header .top .call-center .text {
      padding-left: 47px;
      padding-top: 4px; }
      header .top .weather .text span, header .top .call-center .text span {
        display: block;
        color: #91a1b4;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 4px; }
        header .top .weather .text span:last-child, header .top .call-center .text span:last-child {
          font-weight: 700;
          font-size: 15px; }
  header .top .call-center {
    border-left: 1px solid #dee0e9;
    margin-left: 20px; }
    header .top .call-center .image {
      top: 3px;
      left: 15px; }
    header .top .call-center .text {
      padding-left: 55px; }
  header .top .donation {
    float: right;
    padding-top: 15px; }
    header .top .donation a {
      display: inline-block;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 700;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all; }
      header .top .donation a:hover {
        color: #fff; }
      header .top .donation a:hover:after {
        width: 100%; }
      header .top .donation a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
         }



header .middle {
	float:left;
	width:100%;
	height:auto;
  position: relative; }
  header .middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
	}
  header .middle:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 1px;
	 }
  header .middle .nav-toggle {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    cursor: pointer;
    display: none; }
  header .middle .container > ul {
	 float:left;
    width: 100%;
	height:auto;
	margin:1px 0px 0px 0px;
	}
    header .middle .container > ul > li {
		height:57px;
  	  float:left;
      position: relative;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all; }
      header .middle .container > ul > li:last-child {
        border-right: transparent; }
      header .middle .container > ul > li:first-child {
        text-align: center; }
        header .middle .container > ul > li:first-child a {
          padding: 15px; }
      header .middle .container > ul > li:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      header .middle .container > ul > li ul {
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 95%;
        left: -2px;
        width: 250px;
        z-index: 9999;
        padding: 5px 10px;
        border-top: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        header .middle .container > ul > li ul li {
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all; }
          header .middle .container > ul > li ul li:last-child {
            border-bottom: transparent; }
          header .middle .container > ul > li ul li a {
            padding: 10px;
            letter-spacing: -1px;
            display: block;
            font-size: 14px;
            font-weight: 500; }
      header .middle .container > ul > li > a {
        display: block;
        padding: 15px 10px 10px 20px; }
        header .middle .container > ul > li > a > span {
          display: block; }
          header .middle .container > ul > li > a > span.name {
            letter-spacing: -0.4px;
            font-size: 14px;
            margin-bottom: 6px;
            font-weight: 700; }
          header .middle .container > ul > li > a > span.info {
            font-size: 10px;
            font-weight: 300; }



header .bottom {
  overflow: hidden;
  padding: 10px 0;
  position: relative; }
  header .bottom:before {
    content: '';
    position: absolute;
    top: 0;
    margin-right: 320px;
    right: 50%;
    width: 50%;
    height: 100%;
     }
  header .bottom .announcement {
    float: left;
    margin-top: 8px;
    position: relative; }
    header .bottom .announcement:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -18px;
      right: -45px;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent; }
    header .bottom .announcement .title {
      font-size: 14px; }
      header .bottom .announcement .title i {
        padding-left: 15px;
        padding-right: 5px; }
  header .bottom .marquee {
    float: left;
    margin-left: 40px;
    width: 65%;
    overflow: hidden;
    margin-top: 5px; }
    header .bottom .marquee a {
      font-size: 11px;
    }
      header .bottom .marquee a span.tag {
        padding: 3px 7px;
        display: inline-block;
        margin-right: 10px; }
      header .bottom .marquee a i {
        margin: 0 10px; }
  header .bottom .social {
    float: right; }
    header .bottom .social ul li {
      float: left;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      margin: 0 5px;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all; }

      header .bottom .social ul li a {
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        display: block;
        width: 26px;
        height: 26px;
        line-height: 28px;
        text-align: center;
        font-size: 13px; }







section.banner {
  padding: 20px 0; }
  section.banner .thumb-gallery {
    float: left;
    width: 19%;
    margin-right: 0.5%; }
    section.banner .thumb-gallery .swiper-container {
      height: 351px; }
    section.banner .thumb-gallery .swiper-scrollbar {
      width: 2px !important;
      opacity: 1 !important; }
    section.banner .thumb-gallery .swiper-slide {
      padding: 1px;
      width: 92%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 5px;
      font-size: 0;
      line-height: 0;
      border: 1px solid #d7d7d7;
      transition: 0.3s border;
      -webkit-transition: 0.3s border;
      -moz-transition: 0.3s border; }

      section.banner .thumb-gallery .swiper-slide figure {
        height: 100%; }
      section.banner .thumb-gallery .swiper-slide a {
        display: block;
        font-size: 0;
        line-height: 0;
        height: 100%;
        position: relative; }
      section.banner .thumb-gallery .swiper-slide img {
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0; }
  section.banner .right-side {
    border: 1px solid #d6d6d6;
    overflow: hidden; }
  section.banner .big-image {
    float: left;
    overflow: hidden;
    width: 69%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    position: relative; }
    section.banner .big-image .buttons a {
      font-size: 50px;
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      z-index: 5;
      text-shadow: 0 1px 0 #000; }
      section.banner .big-image .buttons a.prev {
        left: 10px; }
      section.banner .big-image .buttons a.next {
        right: 10px; }
    section.banner .big-image figure {
      width: 100%;
      height: 100%;
      position: relative; }
      section.banner .big-image figure figcaption {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 3;
        text-shadow: 0 1px 1px #000; }
        section.banner .big-image figure figcaption h3 {
          padding: 15px;
          margin-bottom: 0px;
          background-color: rgba(0, 0, 0, 0.65);
          font-size: 23px;
          line-height: 29px;
          color: #fff; }
       
        section.banner .big-image figure figcaption .info {
                background-color: rgba(0, 0, 0, 0.40);
	    font-size: 11px;
          padding: 15px 15px 15px 15px;
              margin-bottom: 0px;
      color: #fff; }
          section.banner .big-image figure figcaption .info span.s2 {
            padding-left: 20px; }
            section.banner .big-image figure figcaption .info span.s2 span {
              padding-right: 10px; }
          section.banner .big-image figure figcaption .info i {
            padding-right: 2px; }
    section.banner .big-image img {
      width: 100%; }
  section.banner .user-profile {
    float: left;
    width: 30.7%;
    border-left: 1px solid #d6d6d6;
    min-height: 351px;
    position: relative; }
    section.banner .user-profile .user-detail {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      section.banner .user-profile .user-detail ul {
        display: table;
        width: 100%;
        border-top: 1px solid #d6d6d6; }
        section.banner .user-profile .user-detail ul li {
          border-right: 1px solid #d6d6d6;
          display: table-cell;
          text-align: center;
          transition: 0.2s all;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all; }
          section.banner .user-profile .user-detail ul li:hover {
            -webkit-box-shadow: inset 0 0 4px #dddddd;
            -moz-box-shadow: inset 0 0 4px #dddddd;
            box-shadow: inset 0 0 4px #dddddd; }
          section.banner .user-profile .user-detail ul li:last-child {
            border-right: transparent; }
          section.banner .user-profile .user-detail ul li a {
            display: block;
            padding: 8px 3px;
            font-size: 11px;
            color: #cdcdcd;
            font-weight: 700;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all; }
          section.banner .user-profile .user-detail ul li i {
            display: block;
            font-size: 15px;
            transition: 0.2s all;
            -webkit-transition: 0.2s all;
            -moz-transition: 0.2s all;
            color: #afafaf;
            margin-bottom: 8px; }
    section.banner .user-profile .cover-image {
      height: 148px;
      margin: 3px;
      text-align: center; }
      section.banner .user-profile .cover-image .image {
        padding-top: 70px; }
        section.banner .user-profile .cover-image .image a {
          border-radius: 100%;
          width: 129px;
          height: 130px;
          border: 5px solid #fff;
          transition: 0.2s all;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all; }
          section.banner .user-profile .cover-image .image a img {
            border-radius: 100%; }
    section.banner .user-profile .text {
      margin-top: 80px;
      text-align: center; }
      section.banner .user-profile .text h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 3px; }
      section.banner .user-profile .text span {
        font-size: 12px;
       }
section.bar {
  background-color: #f4f4f4;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  position: relative; }
  section.bar:before {
    content: '';
    position: absolute;
    top: 0;
    margin-right: 320px;
    right: 50%;
    width: 50%;
    height: 100%;
    background-color: #eee; }
  section.bar .breadcrumb {
    float: left;
    margin-left: 20px;
    margin-top: 10px; }
    section.bar .breadcrumb a, section.bar .breadcrumb span {
      font-size: 12px;
      color: #2f3b4c; }
    section.bar .breadcrumb span {
      font-weight: 700; }
    section.bar .breadcrumb a:after {
      content: '\f054';
      display: inline-block;
      font-family: FontAwesome;
      padding: 0 10px;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  section.bar .search {
    float: right;
    position: relative;
    margin-right: 10px; }
    section.bar .search a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 100%;
      font-size: 14px;
      position: absolute;
      top: 0;
      right: -10px;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all; }
    section.bar .search input {
      font-size: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 10px;
      height: 35px;
      width: 240px;
      border-radius: 4px; }

main {
  padding-top: 10px;
  background-color: #f4f4f4;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 100px; }
  main section.slider-navigation {
    padding: 10px 0; }
    main section.slider-navigation .container {
      width: 1100px; }
    main section.slider-navigation .swiper-container {
      height: 210px;
      width: 1000px;
      margin: 0 auto; }
    main section.slider-navigation .fa {
      font-size: 35px;
      color: #dddddd;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      cursor: pointer; }
      main section.slider-navigation .fa:hover {
        color: #999999; }
    main section.slider-navigation .prev {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 0; }
    main section.slider-navigation .next {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      right: 0; }
    main section.slider-navigation .swiper-scrollbar {
      opacity: 1 !important; }
      main section.slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
        background: rgba(0, 0, 0, 0.3) !important; }
    main section.slider-navigation .swiper-slide figure {
      text-align: center;
      margin-top: 20px; }
      main section.slider-navigation .swiper-slide figure:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); }
      main section.slider-navigation .swiper-slide figure img {
      		max-height:100px !important;
  transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all; }
      main section.slider-navigation .swiper-slide figure figcaption {
        margin-top: 20px; }
        main section.slider-navigation .swiper-slide figure figcaption h3 {
          transition: 0.2s all;
          -webkit-transition: 0.2s all;
          -moz-transition: 0.2s all;
	     font-size: 14px;
          color: #566871;
          font-weight: 700;
		        margin-bottom: 10px; 
				}
			
        main section.slider-navigation .swiper-slide figure figcaption span {
		font-size: 12px !important;
		}
			
			
			
		  
        main section.slider-navigation .swiper-slide figure figcaption span {
          font-size: 8px;
          color: #566871;
          font-weight: 300; }
		  
		  
	.swiper-slide figure figcaption span {
       		margin-bottom:6px !important;
      }


  main section.main-content {
    float: left;
    width: 69%;
    margin-right: 1%; }
  main article {
    margin-bottom: 15px; }
	
	 main article.post-page .cover-imagex {
	 float:left;
	 width:100%;
	 height:90px;
	 overflow:hidden;
	 margin:0px;
      padding: 20px; 
	 border:0px;
	      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
 }

    main article.post-page .cover-image {
      height: 90px;
      background-size: 110%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px; 
	  }
	  
      main article.post-page .cover-image h2 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 700; }
      main article.post-page .cover-image h3 {
        margin-top: 6px;
        font-size: 13px;
        font-weight: 300;
        color: #fff; }
        main article.post-page .cover-image h3 span {
          font-weight: 500;
          color: #fff; }
        main article.post-page .cover-image h3 i {
          color: #fff; }
    main article.post-page .post-title {
      font-size: 26px;
	font-weight: 700;
	  color: #52575b;
      text-indent: -1px;
	  line-height:1.1;
	   }
      main article.post-page .post-title strong {
        color: #52575b; }
    main article.post-page .post-meta {
      margin: 10px 0;
      border-bottom: 1px solid #fff;
      position: relative;
      min-height: 30px; }
      main article.post-page .post-meta:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        width: 100%;
        background-color: #e2e2e2; }
      main article.post-page .post-meta .post-rate {
        color: #505355;
      font-weight: 300;  font-size: 14px; }
        main article.post-page .post-meta .post-rate span.s1 {
          font-size: 13px;
          letter-spacing: -1px; }
        main article.post-page .post-meta .post-rate span.stars {
          padding-left: 10px;
          float: right; }
          main article.post-page .post-meta .post-rate span.stars span {
            float: left;
            cursor: pointer; }
        
      main article.post-page .post-meta ul {
        float: left; }
        main article.post-page .post-meta ul li {
          display: inline-block;
          padding-right: 10px;
          border-right: 1px solid #e7e7e7; }
          main article.post-page .post-meta ul li:last-child {
            border-right: transparent; }
          main article.post-page .post-meta ul li *, main article.post-page .post-meta ul li a {
            font-size: 12px;
            color: #505355;
	      font-weight: 300;
	   }
            main article.post-page .post-meta ul li * i, main article.post-page .post-meta ul li a i {
              padding-right: 5px; }
          main article.post-page .post-meta ul li span.post-author {
            font-weight: 700;
            color: #2b3646; }
          main article.post-page .post-meta ul li:last-child span {
            padding: 0 2px; }
    main article.post-page .post-share {
      margin: 10px 0;
      border-bottom: 1px solid #fff;
      position: relative;
      min-height: 50px;
      width: 100%; }
      main article.post-page .post-share:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        width: 100%;
        background-color: #e2e2e2; }
      main article.post-page .post-share ul.share {
        float: left; }
        main article.post-page .post-share ul.share li {
          float: left;
          border-radius: 4px;
          margin-right: 10px;
          height: 35px;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all; }
          main article.post-page .post-share ul.share li:hover a {
            color: #fff !important; }
			
			
main article.post-page .post-share ul.share li.fb {
            background-color: #3c5a9a;
            border-bottom: 2px solid #344e86; }
main article.post-page .post-share ul.share li.fb:hover {
              background-color: #4365ac; }
main article.post-page .post-share ul.share li.fb a {
              color: #c9d7f7; }
			  
			  
main article.post-page .post-share ul.share li.gp {
            background-color: #d64028;
            border-bottom: 2px solid #ae3420; }
main article.post-page .post-share ul.share li.gp:hover {
              background-color: #ea462c; }
main article.post-page .post-share ul.share li.gp a {
              color: #ff9d90; }
     
main article.post-page .post-share ul.share li.tw {
            background-color: #49d7df;
            border-bottom: 2px solid #40bcc3;
            }
main article.post-page .post-share ul.share li.tw:hover {
              background-color: #4de4ec; }
main article.post-page .post-share ul.share li.tw a {
              color: #a9faff;
               }
			  
			  
			  
			  
			  
			    main article.post-page .post-share ul.share li.linkedin {
            background-color: #4f80bb;
            border-bottom: 2px solid #446ea0; }
            main article.post-page .post-share ul.share li.linkedin:hover {
              background-color: #578dce; }
            main article.post-page .post-share ul.share li.linkedin a {
              color: #b2d2ff; }
              main article.post-page .post-share ul.share li.linkedin a i {
                font-size: 16px; }
				
				
          main article.post-page .post-share ul.share li a {
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            line-height: 37px;
            display: block;
            padding: 0 12px;
            color: #fff;
            font-size: 12px;
            font-weight: 500; }
            main article.post-page .post-share ul.share li a i {
              padding-right: 5px; }
      main article.post-page .post-share .post-nav {
        float: right;
        margin-top: 12px; }
        main article.post-page .post-share .post-nav a {
          color: #52575b;
          position: relative;
          font-size: 17px;
          margin-left: 10px; }
          main article.post-page .post-share .post-nav a sup {
            position: absolute;
            top: -5px;
            right: 0; }
          main article.post-page .post-share .post-nav a.s2 sup {
            font-size: 14px; }
          main article.post-page .post-share .post-nav a.s1 {
            font-size: 12px; }
    main article.post-page .post-content p {
      margin: 15px 0;
      font-size: 13px;
      color: #505355;
      line-height: 1.4;
      font-weight: 300; }
	  
	  .video-alani {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	}

    main article.post-page .post-tags {
      background-color: #f7f7f7;
	   display: table;
      width: 100%; }
      main article.post-page .post-tags .title {
        padding: 15px;
        display: table-cell;
        width: 30%;
        font-weight: 300;
        color: #52575b;
        vertical-align: middle;
        margin-right: 10px;
        border-right: 1px solid #e7e7e7; }
      main article.post-page .post-tags .tags {
        display: table-cell;
        width: 70%;
        padding: 10px 15px;
        vertical-align: middle; }
        main article.post-page .post-tags .tags li {
          float: left;
          border-right: 1px solid #e7e7e7;
          border-radius: 6px;
          overflow: hidden;
          margin: 5px; }
          main article.post-page .post-tags .tags li a {
            font-size: 12px;
            color: #52575b;
            display: block;
            padding: 10px;
            background-color: #fff; }
    main article.post-page .post-rate {
      float: right; }
    main article.services {
      float: left;
      width: 100%; }
      main article.services .panel-content {
       padding: 10px; }
      .panel-content {
        background: #fff; }
        main article.services .panel-content ul {
          margin-left: 20px; }
    main article.webtv {
      float: left;
      width: 100%;
      margin: 0%; }
    main article.post-comments .panel {
      min-height: 130px;
      overflow: inherit;
      position: relative; }
      main article.post-comments .panel .comment-box .user-image {
        position: absolute;
        top: 50%;
        left: -50px;
        margin-top: -55px; }
      main article.post-comments .panel .comment-box .user-image img{
		width:92px;
		height:93px;
		}
        main article.post-comments .panel .comment-box .user-image .date {
          width: 55px;
          height: 55px;
          border-radius: 100%;
          text-align: center;
          position: absolute;
          bottom: -15px;
          right: -15px; }
          main article.post-comments .panel .comment-box .user-image .date span {
            color: #65dbbd;
            display: block;
            font-size: 14px;
            font-weight: 600; }
            main article.post-comments .panel .comment-box .user-image .date span:first-child {
              font-size: 13px;
              margin-bottom: 1px;
              padding-top: 10px; }
      main article.post-comments .panel .comment-box .comments-content {
        padding-left: 90px;
        padding-top: 30px;
        padding-bottom: 25px; }
        main article.post-comments .panel .comment-box .comments-content .post-meta ul {
          margin-bottom: 10px; }
          main article.post-comments .panel .comment-box .comments-content .post-meta ul li {
            display: inline-block;
            margin-right: 10px; }
            main article.post-comments .panel .comment-box .comments-content .post-meta ul li:first-child {
              margin-right: 20px; }
            main article.post-comments .panel .comment-box .comments-content .post-meta ul li .author-name {
              color: #52575b;
              font-size: 24px;
              font-weight: 700;
              position: relative;
              top: 2px;
              margin-bottom: 5px;
              display: inline-block; }
            main article.post-comments .panel .comment-box .comments-content .post-meta ul li a {
              font-size: 12px;
              color: #c0c0c0; }
              main article.post-comments .panel .comment-box .comments-content .post-meta ul li a:hover {
                color: #444444; }
            main article.post-comments .panel .comment-box .comments-content .post-meta ul li.close i {
              color: #cf3a24; }
            main article.post-comments .panel .comment-box .comments-content .post-meta ul li.reply i {
              color: #6688bd; }
        main article.post-comments .panel .comment-box .comments-content .post-meta p {
          color: #52575b;
          font-size: 12px;
          line-height: 18px; }
    main article.comment-respond .title {
      margin-bottom: 25px;
      position: relative; }
      main article.comment-respond .title i {
        position: absolute;
        top: 0;
        left: 0;
        color: #52575b;
        font-size: 60px; }
      main article.comment-respond .title h3 {
        padding-left: 70px;
        padding-top: 12px; }
        main article.comment-respond .title h3 span {
          display: block; }
          main article.comment-respond .title h3 span:first-child {
            color: #52575b;
            font-size: 30px; }
          main article.comment-respond .title h3 span:last-child {
            color: #52575b;
            font-size: 14px; }
    main article.comment-respond .form ul li {
      margin-bottom: 15px; }
      main article.comment-respond .form ul li .quarter {
        float: left;
        width: 32%;
        margin-right: 2%; }
        main article.comment-respond .form ul li .quarter:last-child {
          margin-right: 0; }

      main article.comment-respond .form ul li .quarterx {
        float: left;
        width: 47%;
        margin-right: 2%; }
        main article.comment-respond .form ul li .quarterx:last-child {
          margin-right: 0; }

      main article.comment-respond .form ul li textarea {
        width: 100%;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        min-height: 150px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
        resize: none;
        font-size: 13px;
        line-height: 18px; }
		
		
		
		
		
		
        main article.comment-respond .form ul li textarea::-webkit-input-placeholder {
          color: #757575; }
        main article.comment-respond .form ul li textarea:-moz-placeholder {
          color: #757575;
          opacity: 1; }
        main article.comment-respond .form ul li textarea::-moz-placeholder {
          color: #757575;
          opacity: 1; }
        main article.comment-respond .form ul li textarea:-ms-input-placeholder {
          color: #757575; }
        main article.comment-respond .form ul li textarea:focus {
          background-color: #fff; }
      main article.comment-respond .form ul li input {
        width: 100%;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5; }
        main article.comment-respond .form ul li input::-webkit-input-placeholder {
          color: #757575; }
        main article.comment-respond .form ul li input:-moz-placeholder {
          color: #757575;
          opacity: 1; }
        main article.comment-respond .form ul li input::-moz-placeholder {
          color: #757575;
          opacity: 1; }
        main article.comment-respond .form ul li input:-ms-input-placeholder {
          color: #757575; }
        main article.comment-respond .form ul li input:focus {
          background-color: #fff; }
      main article.comment-respond .form ul li button {
        display: inline-block;
        padding: 15px 35px;
        cursor: pointer;
        font-size: 14px;
        border-radius: 4px;
        font-weight: 600;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all; }
		  
		  
.tam-satir {
		background-color: #d0d0d0;
        color: #878787;
	width:100%;
	display: inline-block;
	padding: 15px 0px 15px 15px;;
	margin:0px 0px 20px 0px;
	cursor: pointer;
	font-size: 14px;
        border-radius: 4px;
		text-align:left;
        font-weight: 600;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
	}


  main .panel {
    background-color: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px #bebebe;
    -moz-box-shadow: 0 0 1px #bebebe;
    box-shadow: 0 0 1px #bebebe; }
    main .panel.red .panel-content {
      min-height: 185px;
      background-color: #e2574c;
      -webkit-box-shadow: inset 0 2px 4px #cf5147;
      -moz-box-shadow: inset 0 2px 4px #cf5147;
      box-shadow: inset 0 2px 4px #cf5147;
      text-align: center; }
      main .panel.red .panel-content a {
        display: inline-block;
        margin-top: 20px; }
 
 
    main .panel.red .panel-head {
      background-color: #ea5b50;
	  	  border-bottom:0px;
 }
      main .panel.red .panel-head * {
        color: #fff; }
		
	main .panel.red .panel-head .title {
        color: #fff; }


      main .panel.red .panel-head .nav a {
        color: #fff !important;
        font-size: 11px;
		}
        main .panel.red .panel-head .nav a:hover {
          text-decoration: underline; }
    main .panel .panel-head {
    height: 53px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 18px; }
      main .panel .panel-head .nav {
        float: right; }
        main .panel .panel-head .nav a {
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all; }
			
         .widget .nav a {
			 line-height:20px;
		  }
	
			
			
			          		

        main .panel .panel-head .nav .fullsize {
          font-size: 14px; }
      main .panel .panel-head a {
        font-size: 14px; }
      main .panel .panel-head .title {
        float: left;
        font-weight: 700;
        font-size: 14px;
		 }
        main .panel .panel-head .title i {
          padding-right: 3px;
		  margin-right:2px; }
      main .panel .panel-head ul.tab-list li {
        margin-right: 25px;
        position: relative; }
        main .panel .panel-head ul.tab-list li:hover:after {
          bottom: -16px; }
        main .panel .panel-head ul.tab-list li:hover a {
          color: #bccbde; }
          main .panel .panel-head ul.tab-list li:hover a i {
			margin-right:2px; }
        main .panel .panel-head ul.tab-list li:after {
          content: '';
          position: absolute;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          bottom: -20px;
          left: 50%;
          margin-left: -5px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #e6e6e6; }
        main .panel .panel-head ul.tab-list li.active:after {
          bottom: -16px; }
        main .panel .panel-head ul.tab-list li.active a {
          color: #fff; }
          main .panel .panel-head ul.tab-list li.active a i {
            color: #fff;
			margin-right:2px; }
        main .panel .panel-head ul.tab-list li a {
          font-weight: 700;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          font-size: 13px; }
          main .panel .panel-head ul.tab-list li a i {
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            padding-right: 4px;
			margin-right:2px; }
      main .panel .panel-head ul li {
        display: inline-block; }
    main .panel .panel-content {
      padding: 20px;
      -webkit-box-shadow: inset 0 1px 2px #e3e3e3;
      -moz-box-shadow: inset 0 1px 2px #e3e3e3;
      box-shadow: inset 0 1px 2px #e3e3e3;
      background-color: #FFFFFF; }
      main .panel .panel-content figure {
        position: relative;
        overflow: hidden;
        border-radius: 6px;
		margin-bottom:10px;
		}
        main .panel .panel-content figure a {
          border-radius: 6px;
          display: block;
          overflow: hidden; }
        main .panel .panel-content figure img {
          position: relative;
          display: block;
          min-height: 100%;
          width: 100%;
          transform: scale(1);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transition: 0.4s all;
          -webkit-transition: 0.4s all;
          -moz-transition: 0.4s all; }
        main .panel .panel-content figure:hover img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1); }
      main .panel .panel-content img {
        border-radius: 6px;
        max-width: 100%; }
		
		
		
a.yarima {
	float:left;
	margin-right:15px;
	width:30% !important;
}
a.yarima2 {
	float:left;
	margin-right:15px;
	width:20% !important;
	height:125px;
}

.cizgi {
	float:left;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:16px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}


		
      main .panel .panel-content h3 {
        font-size: 17px;
        font-weight: 700;
        margin: 10px 0px 5px 0px;
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
			border-radius:0px;
	 }
      main .panel .panel-content h3 a{
		  padding:0px 0px 0px 0px;
        font-size: 17px;
        font-weight: 700;
		  line-height:1.3;
		  margin:0px;
		  border-radius:0px;
		 }
      main .panel .panel-content h3 a:hover{
		text-decoration:underline;
		 }
        main .panel .panel-content h3 span {
          font-weight: 700;
          display: block;
          color: #656565; }
        
      main .panel .panel-content ul.grid-2 li {
        float: left;
        width: 49.5%;}
        main .panel .panel-content ul.grid-2 li:nth-child(n) {
          margin-bottom: 1px;
          margin-right: 1%; }
        main .panel .panel-content ul.grid-2 li:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; }
        main .panel .panel-content ul.grid-2 li:hover img {
          transform: scale(0.9);
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9); }


      
        main .panel .panel-content ul.grid-2 li figure {
          position: relative;
          min-height: 70px;
			margin-bottom:10px; 
		}
          main .panel .panel-content ul.grid-2 li figure img {
			float:left;
            width: 60px;
            height: 60px;
			margin:3px 10px 0px 0px;
			border-radius:70px !important;
			}

          main .panel .panel-content ul.grid-2 li figure figcaption {
            padding-left: 60px;
            padding-top: 15px;
            z-index: 2; }
            main .panel .panel-content ul.grid-2 li figure figcaption span {
              font-size: 15px;
              font-weight: 700;
              transition: 0.3s all;
              -webkit-transition: 0.3s all;
              -moz-transition: 0.3s all;
              line-height: 17px;}
			  
	            main .panel .panel-content ul.grid-2 li figure figcaption span p {
              font-size: 11px;
              font-weight: 500;
              transition: 0.3s all;
			  margin-top:2px;
              -webkit-transition: 0.3s all;
              -moz-transition: 0.3s all;
              line-height: 17px;
              color: #aeaeae; }
		  

		  

      main .panel .panel-content ul.grid-3 {
        overflow: hidden;
        margin-top: 5px; }
        main .panel .panel-content ul.grid-3 li {
          float: left;
          width: 32.66667%; }
          main .panel .panel-content ul.grid-3 li:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%; }
          main .panel .panel-content ul.grid-3 li:nth-child(3n) {
            margin-right: 0;
            margin-bottom: 0; }
      main .panel .panel-content ul.grid-3 img { height:129px; }
			
			
          main .panel .panel-content ul.grid-3 li figure {
            position: relative;
            font-size: 0;
            line-height: 0; }
            main .panel .panel-content ul.grid-3 li figure figcaption {
              position: absolute;
              bottom: 0;
              text-align: center;
              left: 0;
              width: 100%;
              z-index: 2;
              overflow: hidden;
              border-radius: 10px; }
              main .panel .panel-content ul.grid-3 li figure figcaption p {
                padding: 10px;
                color: #fff;
                font-size: 13px;
                text-shadow: 0 1px 0 #000;
                font-weight: 700;
                background-color: rgba(0, 0, 0, 0.50); }
      main .panel .panel-content p {
        color: #8c8c8c;
        line-height: 16px;
        font-size: 11px; }
    main .panel .col-8 {
      float: left;
      width: 70%; }
    main .panel .col-2 {
      float: left;
      width: 28%;
      margin-left: 2%; }
      main .panel .col-2 figure {
        margin-bottom: 17px; }
        main .panel .col-2 figure figcaption {
          display: none; }
  main aside.sidebar {
    float: right;
    width: 30%; }
    main aside.sidebar .widget {
      margin-bottom: 15px; }
      main aside.sidebar .widget.rklm .panel-content {
        box-shadow: none;
        padding: 20px 15px;
        text-align: center; }
        main aside.sidebar .widget.rklm .panel-content h4 {
          color: #7a7a7a;
          font-size: 14px;
          font-weight: 500; }
        main aside.sidebar .widget.rklm .panel-content p {
          line-height: 16px;
          margin: 20px 0; }
        main aside.sidebar .widget.rklm .panel-content a.button {
          padding: 13px 20px;
          border-radius: 4px;
          display: inline-block;
          letter-spacing: -1px;
          font-size: 14px;
          font-weight: 500;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all; }
      main aside.sidebar ul.list li:hover span:last-child {
        font-weight: 500; }
      main aside.sidebar ul.list li:nth-of-type(2n) {
        background-color: #ebebeb; }
        main aside.sidebar ul.list li:nth-of-type(2n) a span:first-child {
          background-color: #e5e5e5; }
      main aside.sidebar ul.list li a {
        display: block;
        color: #52575b;
        font-size: 13px; }
        main aside.sidebar ul.list li a span {
          display: block;
          padding: 10px; }
        main aside.sidebar ul.list li a span:last-child {
          padding-left: 70px; }
        main aside.sidebar ul.list li a span:first-child {
          position: absolute;
          font-weight: 700;
          top: 0;
          left: 0;
          width: 30px;
          height: 100%;
          z-index: 1;
          text-align: center;
          background-color: #ececec; }
		  
		  
		  
		  
		  
		   main aside.sidebar ul.listx li:hover a:last-child {
        font-weight: 500; }
      main aside.sidebar ul.listx li:nth-of-type(2n) {
        background-color: #ebebeb; }
        main aside.sidebar ul.listx li:nth-of-type(2n) a:first-child {
          background-color: #e5e5e5; }
      main aside.sidebar ul.listx li a {
        display: block;
        color: #52575b;
        font-size: 13px;
		 padding: 10px; }
		  
		  
		  
    main aside.sidebar ul.quick-menu li {
      float: left;
      width: 33.3%;
      min-height: 110px;
      text-align: center; }
      main aside.sidebar ul.quick-menu li figure {
        overflow: inherit; }
      main aside.sidebar ul.quick-menu li img {
        max-width: 70%;
        margin: 5px 0;
        display: inline-block; }
      main aside.sidebar ul.quick-menu li a {
        overflow: inherit;
        font-size: 10px;
        color: #52575b; }
        main aside.sidebar ul.quick-menu li a span {
          display: block;
          padding-bottom: 3px; }
          main aside.sidebar ul.quick-menu li a span:first-child {
            font-weight: 700; }
  main .pagination {
    margin: 20px 0; }
    main .pagination a {
      padding: 12px 15px;
      margin: 3px;
      -webkit-box-shadow: 0 1px 2px #999999;
      -moz-box-shadow: 0 1px 2px #999999;
      box-shadow: 0 1px 2px #999999;
      display: inline-block;
      border-radius: 4px;
      background-color: #f9f9f9;
      font-size: 13px;
      font-weight: 700;
      color: #c7c7c7; }
      main .pagination a:hover {
        background-color: #d8d8d8;
        color: #fff; }

footer .top {
  background-color: #a4b4c4;
  position: relative;
  -webkit-box-shadow: inset 0 3px 12px #91a0af;
  -moz-box-shadow: inset 0 3px 12px #91a0af;
  box-shadow: inset 0 3px 12px #91a0af;
  height: 110px; }
  footer .top .phone {
    content: '';
    background: url("../images/phone.png") no-repeat;
    width: 260px;
    height: 121px;
    position: absolute;
    top: 0;
    right: 0; }
  footer .top .rocket {
    background: url("../images/rocket.png") no-repeat;
    width: 142px;
    height: 121px;
    position: relative;
    top: -161px;
    left: 50%;
    margin-left: -71px; }
  footer .top .container {
    width: 1200px; }
  footer .top .contact {
    padding: 29px 0;
    background: url("../images/contact-bg.png") no-repeat left;
    position: relative;
    z-index: 3; }
    footer .top .contact > div {
      position: relative; }
    footer .top .contact span.icon {
      position: absolute;
      top: 0;
      left: -5px;
      font-size: 40px;
      color: #cbdef0;
      text-shadow: 0 1px 0 #84919d; }
    footer .top .contact h3 {
      padding-left: 50px;
      margin-top: 5px;
      position: relative; }
      footer .top .contact h3 span {
        display: block;
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 5px;
        text-shadow: 0 1px 0 #84919d; }
      footer .top .contact h3 a {
        font-size: 14px;
        font-weight: 700;
     }
      footer .top .contact h3 span.info {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 10px;
        color: #c6d0da; }
      footer .top .contact h3 a {
        display: inline-block; }
  footer .top .email {
    float: left;
	width:20%;
	margin-left:10%;
	 }
  footer .top .emailx {
    float: left;
	width: 30%;
	margin-left:5%;
	 }
  footer .top .callcenter {
    float: left; }
    footer .top .callcenter span.icon {
      top: 3px;
      left: 5px; }
footer .middle ul {
  float: left;
  border-left: 1px solid #38424f;
  padding: 17px 15px;
  height: 247px;
  overflow: hidden; }
  footer .middle ul:last-child {
    border-right: 1px solid #38424f; }
  footer .middle ul li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(192, 209, 230, 0.13); }
    footer .middle ul li:last-child {
      border-bottom: transparent; }
    footer .middle ul li:hover a {
      color: #fff; }
    footer .middle ul li a {
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      font-size: 12px;
      color: #c0d1e6; }
footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(59, 71, 86, 0.53);
  overflow: hidden;
  padding: 10px 0; }
  footer .bottom:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #506071; }
  footer .bottom .logo {
    float: left;
    margin-top: 5px; }
  footer .bottom .copyright {
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    margin-top: 17px;
    color: rgba(208, 217, 226, 0.69);
    font-size: 12px; }
    footer .bottom .copyright span {
      color: #fff; }
  footer .bottom ul.social {
    float: right;
    margin-top: 7px; }
    footer .bottom ul.social li {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      text-align: center;
      line-height: 30px;
      background-color: #404a59; }
      footer .bottom ul.social li a {
        color: #fff;
        font-size: 12px; }
		
		
		
.haritam {
  position: absolute;
  width:100%;
  height: 342px;
  overflow:hidden;
  }

	
	
footer .map-bg {
  position: relative;
  background: url("../images/map.png") no-repeat top center;
  height: 342px;
  background-size: cover; }

.m-popup {
  background: #FFF;
  width: auto;
  max-width: 380px;
  margin: 20px auto;
  border-radius: 6px;
  position: relative;
  font-family: "Roboto", sans-serif; }
  .m-popup .mfp-close {
    color: #dedede;
    top: 18px !important;
    right: 10px;
    font-size: 35px;
    font-weight: 700; }
  .m-popup .popup-content {
    padding: 20px 30px;
    -webkit-box-shadow: inset 0 2px 6px #e6e6e6;
    -moz-box-shadow: inset 0 2px 6px #e6e6e6;
    box-shadow: inset 0 2px 6px #e6e6e6; }
    .m-popup .popup-content ul.form li {
      margin-bottom: 15px; }
      .m-popup .popup-content ul.form li .half {
        width: 45%; }
      .m-popup .popup-content ul.form li.black a {
        color: #000;
        font-size: 13px;
        font-weight: 300; }
        .m-popup .popup-content ul.form li.black a:hover {
          text-decoration: underline; }
      .m-popup .popup-content ul.form li .gp {
        background-color: #d85133;
        padding: 13px 10px;
        border-radius: 2px;
        font-size: 13px;
        display: block;
        color: #fff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all; }
        .m-popup .popup-content ul.form li .gp:hover {
          background-color: #e35536; }
        .m-popup .popup-content ul.form li .gp i {
          padding-right: 5px; }
      .m-popup .popup-content ul.form li .fb {
        background-color: #465aa0;
        padding: 13px 10px;
        border-radius: 2px;
        font-size: 13px;
        display: block;
        color: #fff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all; }
        .m-popup .popup-content ul.form li .fb:hover {
          background-color: #4d64b1; }
        .m-popup .popup-content ul.form li .fb i {
          padding-right: 5px; }
      .m-popup .popup-content ul.form li.text {
        text-align: center;
        font-size: 13px;
        color: #7f7f7f; }
        .m-popup .popup-content ul.form li.text a {
          font-size: 13px;
          color: #7f7f7f; }
      .m-popup .popup-content ul.form li .title {
        display: block;
        margin-bottom: 15px;
        padding-left: 5px;
        color: #4f4f4f;
        font-size: 14px; }
        .m-popup .popup-content ul.form li .title i {
          padding-right: 5px; }
      .m-popup .popup-content ul.form li .or {
        text-align: center;
        height: 1px;
        background-color: #737373; }
        .m-popup .popup-content ul.form li .or span {
          position: relative;
          top: -9px;
          display: inline-block;
          background-color: #fff;
          padding: 0 10px;
          font-size: 12px;
          color: #737373; }
      .m-popup .popup-content ul.form li input {
        background-color: #f8f8f8;
        width: 100%;
        height: 50px;
        border: 1px solid transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 12px;
        color: #737373;
        border-radius: 2px;
        border-bottom: 1px solid #fff;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all; }
        .m-popup .popup-content ul.form li input::-webkit-input-placeholder {
          color: #737373; }
        .m-popup .popup-content ul.form li input:-moz-placeholder {
          color: #737373;
          opacity: 1; }
        .m-popup .popup-content ul.form li input::-moz-placeholder {
          color: #737373;
          opacity: 1; }
        .m-popup .popup-content ul.form li input:-ms-input-placeholder {
          color: #737373; }
      .m-popup .popup-content ul.form li button {
        cursor: pointer;
        border-radius: 2px;
        width: 100%;
        display: block;
        padding: 15px 0;
        font-size: 15px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        border: 1px solid transparent; }

      .m-popup .popup-content ul.form li .custom-select {
        background-color: #f8f8f8;
        border-radius: 2px;
        font-size: 12px;
        color: #737373;
        box-shadow: none;
        border: none;
        padding: 15px 10px; }
        .m-popup .popup-content ul.form li .custom-select:after, .m-popup .popup-content ul.form li .custom-select:before {
          content: '\f0d7';
          color: #eaeaea;
          top: 15px; }
        .m-popup .popup-content ul.form li .custom-select .sod_list_wrapper {
          border: none; }
  .m-popup .popup-head {
    padding: 20px;
    font-size: 18px; }
    .m-popup .popup-head span.icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 100%;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      display: inline-block; }
    .m-popup .popup-head span.title {
      color: #25282b;
      font-weight: 300;
      margin-left: 10px; }

::-moz-selection {
  background: rgba(138, 138, 138, 0.27); }

::selection {
  background: rgba(138, 138, 138, 0.27); }
	
	.kucuk {
		  margin: 0px 0px 5px 0px !important;
		   }
	    .buyuk {
          font-size: 21px;
		  font-weight:700;
		  margin-top:10px;
		  margin-bottom:0px;
		  padding-bottom:0px;
			line-height: 1.5;
		   }
.buyuk2 {
          font-size: 18px;
		  font-weight:400;
		margin-top:-10px;
		  padding-top:0px;
		line-height: 1.1;
	  }

.buyuk3 {
          font-size: 16px;
		  font-weight:400;
		margin-top:-10px;
		  padding-top:0px;
		line-height: 1.1;
	  }


.bolumler {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align:left;
	}

.bolumler span{
	float:left;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	font-size:13px;
	font-weight:700;
	color:#7d7d7d;
	text-decoration:none;
	text-align:left;
	border: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

span.b1 { width: 27%; padding: 10px 0px 10px 2%; }
span.b2 { width: 25%; padding: 10px 0px 10px 2%; }
span.b3 { width: 18%; padding: 10px 0px 10px 2%; }
span.b4 { width: 15%; padding: 10px 0px 10px 2%; }
span.b5 { width: 15%; padding: 10px 0px 10px 2%; }

.bolumler b{
	float:left;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	font-size:13px;
	font-weight:400;
	color:#7d7d7d;
	text-decoration:none;
	text-align:left;
	border: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

b.b1 { width: 27%; padding: 10px 0px 10px 2%; }
b.b2 { width: 25%; padding: 10px 0px 10px 2%; }
b.b3 { width: 18%; padding: 10px 0px 10px 2%; }
b.b4 { width: 15%; padding: 10px 0px 10px 2%; }
b.b5 { width: 15%; padding: 10px 0px 10px 2%; }




.kanbank input {
        width: 100%;
		margin:0px 0px 10px 0px;
	   transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
		 }
		
.kanbank select {
        width: 100%;
		margin:0px 0px 10px 0px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        min-height: 150px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
        resize: none;
        font-size: 13px;
        line-height: 18px;
	border:0px !important;
		 }
		
.kan-select {
	border:0px !important;
        width: 100%;
		margin:0px 0px 10px 0px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        min-height: 150px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
        resize: none;
        font-size: 13px;
        line-height: 18px;
		 }
		
		
		
		
		
		
		
		
		
		
		
.boyutla {
	float:left;
	width: 45%;
	height: 265px;
	overflow:hidden;
	margin:0px 3% 20px 2%;
  }

.boyutla4 {
	float:left;
	width: 22% !important;
	height: 208px;
	overflow:hidden;
	margin:0px 1.5% 20px 1.5%;
	padding:10px;
	border:1px solid #cdd3d6;
	border-radius:10px;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 }

.boyutla4 img {
	float:left;
	width: 100%;
	height: 140px;
	margin:0px 0px 0px 0px;
  }

.boyutla4 h3 {
	margin:8px 0px 0px 0px !important;
	}

.boyutla4 h3 a{
	height: 36px;
	overflow:hidden;
	font-size: 13px !important;
	font-weight: 400 !important;
	padding:0px 0px 0px 0px;
	line-height:1.4 !important;
	margin:0px;
	border-radius:0px;
	text-align:center;
	}
	
	
	
	
	
	
	
	
	
		

@media screen and (max-width: 1100px) {
  section.slider-navigation .swiper-container {
    width: 100% !important; }
  section.slider-navigation .swiper-scrollbar {
    display: none; }
}
		
@media screen and (max-width: 1000px) {
 

       main .panel .panel-content ul.grid-2 li { width: 100%; }

.boyutla4 { width: 13.3% !important; height: 208px !important; margin:0px 1.5% 20px 1.5%; }
.boyutla4 img { height: 120px !important; }
.boyutla4 h3 a{ height: 56px; }

   main .panel .panel-content ul.grid-3 img { height: 180px; }

	 .gallery .gallery-item { float:left; width: 23%;height: 100px;overflow:hidden;margin: 10px 1% 2px 1%;padding: 0px;border: 0px; }
	.gallery a { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 0px; border: 0px; }
	.gallery img { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 2px; border: 2px solid #dddddd; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

 	header .middle .container > ul > li {  width:100%; border-right:0px; }

     header .middle .nav-toggle {
    display: block; }

  header .middle .container > ul {
    display: none;
	padding-bottom:10px; }

    header .middle .container > ul > li {
      display: block;
	  height:auto;
	  min-height:57px;
	  overflow: auto;
	  }

      header .middle .container > ul > li:first-child {
		  float:left;
		  text-align:left;
		  padding-left:10px;
        display: block !important; }


   ul.sub-menu {
		display: block !important;
        position: relative !important;
		float:left !important;
        width: 100% !important;
		height: auto !important;
		overflow:hidden !important;
	    visibility: visible !important;
        opacity: 1 !important;
        top: 100% !important;
		border:0px !important;
        left: 0px !important;
        z-index: 9999 !important;
        padding: 0px 0px 0px 20px !important;
		}


 .container {
    width: 100% !important;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  nav .container {
    padding: 0; }
  nav .left-side {
    display: none; }
  nav .right-side {
    width: 100%;
    float: none; }

  header .donation {
    display: none; }
  header .bottom {
    display: none; }

  section.banner .thumb-gallery {
    display: none; }
  section.banner .big-image h3 {
    font-size: 16px !important;
    padding: 5px 15px !important;
    margin-bottom: 10px !important; }
  section.banner .right-side > div {
    float: none;
    width: 100%;
    border-left: none !important; }
  section.slider-navigation .swiper-container {
    width: 100% !important; }
  section.slider-navigation .swiper-scrollbar {
    display: none; }

  main section.main-content, main aside.sidebar {
    float: none;
    width: 100%; }
  main .comment-box .user-image {
    left: 10px !important; }
  main .comment-box .comments-content {
    padding-left: 150px !important; }

  footer .phone {
    display: none; } 
	
.video-alani { height: 390px; }
.video-alani iframe { width: 100% !important; height: 390px !important; overflow:hidden; }
.video-alani embed { width: 100% !important; height: 390px !important; overflow:hidden;	}
.video-alani video { width: 100% !important; height: 390px !important; overflow:hidden;	}

}
	
@media screen and (max-width: 850px) {
	
.boyutla4 { width: 17% !important; height: 208px !important; margin:0px 1.5% 20px 1.5%; }
.boyutla4 img { height: 120px !important; }
.boyutla4 h3 a{ height: 56px; }

main .panel .panel-content ul.grid-3 img { height: 150px; }

 .gallery .gallery-item { float:left; width: 23%;height: 100px;overflow:hidden;margin: 10px 1% 2px 1%;padding: 0px;border: 0px; }
.gallery a { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 0px; border: 0px; }
.gallery img { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 2px; border: 2px solid #dddddd; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

	header .middle .container > ul > li {  width:100%; border-right:0px; }

	header .top .logo {
    float: left;
	width: 100%;
	height:65px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	}
    header .top .logo img {
    float: none;
	width: 350px;
	height: auto;
	overflow:hidden;
	margin:0px auto 0px;
	padding:0px;
	border:0px;
	}

 header .weather, header .call-center {
    display: none; }
  header .logo {
    text-align: center;
    float: none !important;
    margin-left: 0 !important; }
    header .logo h2 {
      padding-left: 0 !important; }
    header .logo img {
      position: inherit !important;
      left: inherit !important;
      top: inherit !important; }

  section.bar .breadcrumb {
    float: none;
    width: 100%;
    margin-left: 0; }
  section.bar .search {
    float: none;
    margin-top: 20px; }
    section.bar .search input {
      width: 100%; }

  main {
    padding-bottom: 0; }
    main img {
      min-height: inherit !important; }
    main .webtv, main .services {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important; }
    main .main-tab .panel-head {
      height: inherit !important; }
    main .main-tab .tab-content > div {
      float: none;
      width: 100%; }
    main .main-tab .tab-content .col-2 {
      display: none; }
    main .main-tab .tab-list {
      display: table;
      width: 100%; }
      main .main-tab .tab-list li {
        display: table-cell !important;
        margin-bottom: 10px;
        text-align: center; }
        main .main-tab .tab-list li a {
          font-size: 0 !important; }
          main .main-tab .tab-list li a i {
            font-size: 20px !important; }
        main .main-tab .tab-list li:after {
          display: none; }

  footer .rocket {
    display: none; }
  footer .top {
    height: inherit; }
    footer .top .contact {
      padding: 15px 0;
      background: none; }
      footer .top .contact > div {
        float: none !important;
        width: 265px !important;
        margin: 15px auto; }
  footer .map-bg {
    background: #475465;
    height: inherit !important; }
  footer .bottom {
    position: inherit !important;
    text-align: center; }
    footer .bottom .logo {
      float: none; }
    footer .bottom .copyright {
      margin: 15px 0; }
    footer .bottom ul.social {
      float: none !important; }
  footer .middle ul {
    float: none;
    width: 100%;
    height: 100% !important;
    padding: 0 20px;
    border: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    footer .middle ul:first-child li:last-child {
      border-bottom: 1px solid rgba(192, 209, 230, 0.13); }

  .pagination a {
    font-size: 10px !important; } 
	
}
	
@media screen and (max-width: 690px) {
 
.gallery .gallery-item { float:left; width: 23%;height: 80px;overflow:hidden;margin: 10px 1% 2px 1%;padding: 0px;border: 0px; }
.gallery a { float:left; width: 100%; height: 80px; overflow:hidden; margin: 0px; padding: 0px; border: 0px; }
.gallery img { float:left; width: 100%; height: 80px; overflow:hidden; margin: 0px; padding: 2px; border: 2px solid #dddddd; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

 header .middle .container > ul > li {  width:100%; border-right:0px; }

 main article.post-page .cover-image {
    background-size: cover; }

    main article.post-page .cover-image h2 {
      font-size: 23px; }
    main article.post-page .cover-image h3 {
      font-size: 16px; }
  main article.post-page .post-share {
    border-bottom: transparent;
    overflow: hidden; }
    main article.post-page .post-share ul.share {
      float: none !important; }
      main article.post-page .post-share ul.share li {
        margin: 10px 0;
        float: none;
        text-align: center; }
    main article.post-page .post-share .post-nav {
      float: none !important; }
    .post-nav a{ cursor:pointer; }
    main article.post-page .post-share:after {
      display: none; }
  main article.post-page .post-meta {
    border-bottom: transparent;
    overflow: hidden; }
    main article.post-page .post-meta:after {
      display: none; }
    main article.post-page .post-meta .post-rate {
      float: none; }
      main article.post-page .post-meta .post-rate:after {
        display: none; }
      main article.post-page .post-meta .post-rate > span {
        display: block;
        float: none !important;
        padding-left: 0 !important;
        margin-bottom: 5px; }
    main article.post-page .post-meta ul {
      float: none; }
      main article.post-page .post-meta ul li {
        display: block;
        border-right: transparent;
        margin: 5px 0; }
        main article.post-page .post-meta ul li span {
          padding: 0 !important;
          margin-right: 10px; }

  .quick-menu li {
    width: 50% !important; } 


}
	
	
@media screen and (max-width: 600px) {
	
.boyutla4 { width: 30% !important; height: 188px !important; margin:0px 1.5% 20px 1.5%; }
.boyutla4 img { height: 120px !important; }
.boyutla4 h3 a{ height: 36px; }

main .panel .panel-content ul.grid-3 img { height: 140px; }

.video-alani { height: 250px; }
.video-alani iframe { width: 100% !important; height: 250px !important; overflow:hidden;	}
.video-alani embed { width: 100% !important; height: 250px !important; overflow:hidden;	}
.video-alani video { width: 100% !important; height: 250px !important; overflow:hidden;	}

.gallery .gallery-item { float:left; width: 23%;height: 75px;overflow:hidden;margin: 10px 1% 2px 1%;padding: 0px;border: 0px; }
.gallery a { float:left; width: 100%; height: 75px; overflow:hidden; margin: 0px; padding: 0px; border: 0px; }
.gallery img { float:left; width: 100%; height: 75px; overflow:hidden; margin: 0px; padding: 2px; border: 2px solid #dddddd; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

header .middle .container > ul > li {  width:100%; border-right:0px; }
			
	header .top .logo {
    float: left;
	width: 100%;
	height:65px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	}
    header .top .logo img {
    float: none;
	width: 350px;
	height: auto;
	overflow:hidden;
	margin:0px auto 0px;
	padding:0px;
	border:0px;
	}

	main .panel .panel-content ul.grid-3 li {
	width: 49.5%; }
	main .panel .panel-content ul.grid-3 li:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%; }
	main .panel .panel-content ul.grid-3 li:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0; } 
				
}



@media screen and (max-width: 350px) {
			
.boyutla4 { width: 47% !important; height: 208px !important; margin:0px 1.5% 20px 1.5%; }
.boyutla4 img { height: 120px !important; }
.boyutla4 h3 a{ height: 56px; }

main .panel .panel-content ul.grid-3 img { height: 110px; }

main .panel .panel-content ul.grid-3 li figure figcaption p {
                font-size: 12px;
               }
				
.gallery .gallery-item { float:left; width: 48%;height: 100px;overflow:hidden;margin: 10px 1% 2px 1%;padding: 0px;border: 0px; }
.gallery a { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 0px; border: 0px; }
.gallery img { float:left; width: 100%; height: 100px; overflow:hidden; margin: 0px; padding: 2px; border: 2px solid #dddddd; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

	header .top .logo {
    float: left;
	width: 100%;
	height:65px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	}
    header .top .logo img {
    float: left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	}
	
	}





/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: November 21, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }




button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../scripts/plugins/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../scripts/plugins/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../scripts/plugins/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../scripts/plugins/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../scripts/plugins/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../scripts/plugins/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

	header .middle .container > ul > li {  width:100%; border-right:0px; }

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
 	header .middle .container > ul > li {  width:100%; border-right:0px; }

 .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * Waves v0.7.2
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 400; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  z-index: 10 !important;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  /*background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);*/
  /*background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);*/
  /*background: -moz-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);*/
  /*background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)*/ }

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2); }

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {
  white-space: normal;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  z-index: 1; }

.waves-input-wrapper.waves-button {
  padding: 0; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

a.waves-effect .waves-ripple {
  z-index: -1; }

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100%;
  padding: 10px 10px;
  color: #727272;
  font-size: 13px;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
   }

/* Up/Down arrows */
.sod_select:before,
.sod_select:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f078';
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 15px;
  color: #e3a00f; }

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus { }

.sod_select.open {
  color: #919191; }

.sod_select.focus {}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */ }

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */ }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  border-top: none;
  z-index: 4; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block; }

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-bottom: none; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }
  
  .kaninput {
        width: 100%;
		margin:0px 0px 10px 0px;
	   transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
		 }

.kanbankd {
        width: 100%;
		margin:0px 0px 10px 0px;
	   transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
		padding-top:5px;
		padding-left:5px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
		}
		
.kanbankad {
	text-align:left;
        width: 100%;
		margin:0px 0px 10px 0px;
	   transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 45px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
		padding-top:1px;
		padding-left:5px;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
		}

.kanbankad input{
        width: auto;
        height: 45px;
        padding: 0px 10px 10px 10px;
		margin:0px 10px 10px 10px;
		}

.kanbankad p{
	font-size:13px !important;
	margin-left:15px;
	padding-top:2px;
	color:#727272 !important;
	}
	
.kan-submit {
        display: inline-block;
        padding: 15px 35px;
        cursor: pointer;
        font-size: 14px;
        border-radius: 4px;
        font-weight: 600;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
		}

.arainput {
        float:left;
		width: 70%;
		height: 45px;
        margin: 0px 0px 20px 0px;
		padding: 0 15px;
        	
		border-radius: 4px;
       	background-color: #f7f7f7;
        font-size: 13px;
        
		transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 1px 2px #b5b5b5;
        -moz-box-shadow: 0 1px 2px #b5b5b5;
        box-shadow: 0 1px 2px #b5b5b5;
		 }

.arasubmit {
        float:left;
		width: 30%;
		height: 45px;
        margin:0px 0px 20px 0px;
        padding: 15px 15px 15px 15px;
		
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        border-radius: 4px;
        font-weight: 600;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
		}

/*# sourceMappingURL=main.css.map */
