body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
input {
	border: none;
}
img {
	display: block;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;          
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
Click Inner Top Shadow Effect
a:active {
	-webkit-box-shadow: inset 0 12px 6px -12px #B4B4B4 !important;
	-moz-box-shadow: inset 0 12px 6px -12px #B4B4B4 !important;
	box-shadow: inset 0 12px 6px -12px #B4B4B4 !important;	
}
*/

a:active, a:focus, input, button, select, textarea
{
  outline: none;
}

::selection {
    background: #83b72c; /* Safari */
    color:#fff;
    }
::-moz-selection {
    background: #83b72c; /* Firefox */
    color:#fff;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #919191;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #919191;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #919191;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #919191;
}

a {
	text-decoration: none;
}


.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

.relative {
	position: relative;
}

.maxCharacters {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}

.clear {
	clear:both;
	float: left;
}

.hr {
	width: 100%;
	height: 1px;
	text-align: center;
	background: rgba(255,255,255, 0.1);
}

.pixelhr {
	width: 100%;
	height: 1px;
	text-align: center;
	background: #ededed;
	float: left;
	margin: 25px 0;
}

.blur {
	/* Any browser which supports CSS3 */
    filter: blur(2px);

    /* Firefox */ 
    filter: url("blur.svg#gaussian_blur");

    /* Webkit */
    -webkit-filter: blur(2px);

    /* Opera */
    -o-filter: blur(2px);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;    	
}

.overlay {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.left {
	float: left !important;
}

.right  {
	float: right !important;
}

.marginbottomnone {
	margin-bottom: 0 !important;
}

.paddingbottomnone {
	padding-bottom: 0 !important;
}

hr {
	width: 100%;
	float: left;
	margin: 15px 0;
	border: 1px solid #ededed;
}

body
	{
	font: 62.5%/1.5 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	background: #fff;
	color: #222;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	font-weight: 300;
}

#nowflow {
	width: 100%;
	height: 100%;
	position: relative;
}

#slider {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 370px;
}

.slider {
	width: 100%;
	height: 100%;
	float: left;
	z-index: 300;
}

.sliderImageContent {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bannerImage {
	width: 100%;
	height: 100%;
	float: left;
	background-position: top center;
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 350;
}

.sidebar {
	width: 370px;
	height: 100%;
	float: left;
	/*background: #fff url('../_i/sidebar-bg.jpg') 0 100px no-repeat;*/
	background: rgb(236, 234, 222) url('../_i/sidebar-bg-2.jpg') 0 100px no-repeat;;
	position: fixed;
	z-index: 800;
}

.buble {
	width: 683px;
	height: 259px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right:-341px;
	margin-top:-129px;
}

.green {
	background: transparent url('../_i/buble-green.png') top left no-repeat;
}

.blue {
	background: transparent url('../_i/buble-blue.png') top left no-repeat;
}

.greenRW {
	background: transparent url('../_i/buble-greenRW.png') top left no-repeat;
} 

.blueRW {
	background: transparent url('../_i/buble-blueRW.png') top left no-repeat;
}

.buble p {
	width: 451px;
	height: 94px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	float: left;
	margin:68px 0 0 14px;
	line-height: 30px;
	padding: 16px 0 13px 0;
	letter-spacing: -0.7px;
}

.blueRW p, .greenRW p {
	float: right !important;
	margin:68px 14px 0 0 !important;
}

.buble p strong {
	font-size: 36px;
	font-weight: bold;
}

.buble-button {
	width: 57px;
	height: 57px;
	display: block;
	margin: 100px 105px 0 0;
	background: transparent url('../_i/buble-button.png') top left no-repeat;
	float: right;
}

.blueRW .buble-button, .greenRW .buble-button {
	float: left !important;
	margin: 100px 0 0 105px !important;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.subs {
	width: 100%;
	height: 2218px;
	float: left;
	background: transparent url('../_i/subs-bg.png') top left no-repeat;
	margin-left: 370px;
}

.subs2 {
	width: 100%;
	height: 1733px;
	float: left;
	background: transparent url('../_i/subs-bg-1.png') top left no-repeat;
	margin-left: 370px;
}

.subs3 {
	width: 100%;
	height: 2071px;
	float: left;
	background: transparent url('../_i/subs-bg-2.png') top left no-repeat;
	margin-left: 370px;
}

.sidebarHover {
	display: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 300px;
	height: 100%;
	min-height: 300px;
	float: left;
	background: rgba(229,213,173, .9);
	position: absolute;
	top: 0;
	left: 370px;
	z-index: 700;
}

.sidebarHover img {
	margin-top: 270px;
}

.zust {
	position: relative;
	z-index: 800;
}

.rlogo {
	position: relative;
	z-index: 800;
	margin-top: 52px;
}


.example-pager {
	width: auto;
	height: auto;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 800;
}

.example-pager span, .cycle-pager span {
	width: 18px;
	height: 18px;
	float: left;
	background: #83b72c;
	color: #83b72c
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin: 0 5px 0 0;
	cursor: pointer;
	text-indent: -99999px;
}

.example-pager span.cycle-pager-active, .cycle-pager span.cycle-pager-active {
	background: #394043;
	color: #83b72c;
}


nav {
	width: 370px;
	height: auto;
	margin:75px auto 0;
}

nav > ul, nav > ul > li  {
	float: left;
}

nav > ul > li {
	background: transparent url('../_i/nav-border.png') bottom center no-repeat;
	position: relative;
}

nav > ul > li > a {
	width: 370px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	font-weight: bold;
	color: #394043;
	display: block;
	text-align: left;
	text-indent: 67px;
}

nav > ul > li > span {
	width: 7px;
	height: 11px;
	display: inline-block;
	background: transparent url('../_i/nav-right-ok.png') top left no-repeat;
	position: absolute;
	top: 14px;
	right: 65px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;	
}

nav > ul > li:hover span {
	right: 55px;
}

.acNavMenu {
	width: 250px;
	background: transparent;
	height: 100%;
	position: absolute;
	top: -239px;
	left: 370px;
	text-align: left;
	z-index: 700;
	overflow: hidden;
	display: none;
}

.acNavMenu ul {
	margin-top: 239px;
}

.acNavMenu > ul > li {
	background: transparent url('../_i/nav-border3.png') bottom center no-repeat;
	position: relative;
}

.acNavMenu > ul > li > a {
	width: 250px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	font-weight: bold;
	color: #394043;
	display: block;
	text-align: left;
	text-indent: 32px;
}

.acNavMenu > ul > li > span {
	width: 7px;
	height: 11px;
	display: inline-block;
	background: transparent url('../_i/nav-right-ok.png') top left no-repeat;
	position: absolute;
	top: 14px;
	right: 55px;
}

.navHover {
	width: 250px;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(236, 234, 222, .9);
	z-index: 699;
}

.adreside {
	width: 370px;
	height: auto;
	position: absolute !important;
	bottom: 0;
	left: 0;
}

.adreside h5 {
	width: 100%;
	height: 16px;
	line-height: 16px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 14px;
	color: #394043;
}

.adreside h5 span {
	width: 12px;
	height: 16px;
	float: left;
	background: transparent url('../_i/pin-small.png') top left no-repeat;
	margin: 0 10px 0 16px;
}

.adreside p {
	width: 332px;
	height: auto;
	line-height: 16px;
	font-size: 13px;
	color: #394043;
	margin-left: 38px;
	text-align: left;
	margin-bottom: 10px;
}

.homeSubs {
	width: 100%;
	height: auto;
	float: right;
	overflow: hidden;
}

.barTitle {
	width: 100%;
	height: 89px;
	background: #f1f0ec;
	border-left: 2px solid #d9d8d5;
	float: left;
}

.subsTitle {
	width: 100%;
	height: 230px;
	background: #f1f0ec;
	border-left: 2px solid #d9d8d5;
	float: left;
}

.subsTitle .black h1, .subsTitle .black span, .subsTitle .black span a {
	color: #282828 !important;
}

.subsTitle h1 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 29px;
	color: #fff;
	letter-spacing: 0.25px;
	font-weight: 700;
	text-align: left;
	line-height: 30px;
	margin-top: 115px;
	float: left;
	width: 100%;	
}

.barTitle h1 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 29px;
	color: #282828;
	letter-spacing: 0.25px;
	font-weight: 700;
	text-align: left;
	line-height: 30px;
	margin-top: 30px;
	float: left;
	width: 100%;
}

.title span {
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	color: #282828;
	letter-spacing: 0.25px;
	font-weight: 300;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: -2px;
}

.title span a, .subsTitle .title span {
	color: #fff;
}

.title {
	width: 405px;
	height: 89px;
	float: left;
	margin-left: 48px;
}

.piyasalar {
	width: 540px;
	height: 89px;
	float: left;
	display: none;
}

.biss {
	width: 90px;
	height: 59px;
	float: right;
	padding: 20px 0 10px 0;
}

.biss span {
	width: 100%;
	float: left;	
	text-align: center;	
	font-family: 'Fira Sans', sans-serif;	
	display: block;	
	color: #282828;
	height: 19px;
	line-height: 19px;
	font-weight: 300;	
}


.veriName {
	font-size: 16px;
}

.biss span.veriSum {
	height: 21px;
	line-height: 21px;
	font-weight: 700;
	font-size: 22px;
}

.veriDeg {
	font-size: 12px;
}

.bissRed {
	background: transparent url('../_i/kirmizi.png') top center no-repeat;
}

.bissRed span.veriDeg {
	color: #d61414;
}

.bissGreen {
	background: transparent url('../_i/yesil.png') top center no-repeat;
}

.bissGreen span.veriDeg {
	color: #83b72c;
}


.homeContent {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
}

.subsContent {
	width: auto;
	height: auto;
	min-height: 500px;
	float: left;
	text-align: left;
}

.subsContent > .wContent {
	padding: 30px 0 30px 48px;
	min-height: 500px;
}

.subsContent h1 {
	color: #282828;
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 15px;
	margin-top: 10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #cdcdcd;
}

.subsContent h2 {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.subsContent h3 {
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.subsContent p {
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	letter-spacing: -0.3px;
	margin-bottom: 15px;
	line-height: 17px;
	width: 98%;
	float: left;
}

.subsContent p a {
	color: #da3e3e;
}

.subsContent p strong {
	font-weight: 700;
}

.wContent {
	width: 946px;
	height: auto;
	float: left;
	padding-left: 48px;
	border-left: 2px solid #e6e6e6;
}

.videoHaber {
	width: 893px;
	height: auto;
	float: left;
	padding: 20px;
	margin: 20px 0;
	background: transparent;
}

.height388 {
	height: 348px;
	overflow: hidden;
}

.height388 p {
	max-height: 251px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;  number of lines to show */
	-webkit-box-orient: vertical;
}

.first {
	display: block;
}

.videoHaber p.lasts {
	width: 100% !important;
	height: auto;
	float: left;
	display: block;
}

.newsContentHeight {
	float: left;
	display: block;
	height: 304px;
	overflow: hidden;
}

.hideContent {
	height: auto;
	float: left;
	display: block;
}

.borderLine {
	background: transparent url('../_i/news-top-left.png') top left no-repeat;
	position: relative;
}

.borderLineRightBottom {
	width: 176px;
	height: 113px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url('../_i/news-bottom-right.png') bottom right no-repeat;
	z-index: -1;
}

.videoImage {
	width: 492px;
	height: 304px;
	position: relative;	
	float: left;
	margin: 0 18px 28px 0;
	display: inline-block;
}

.fl .videoImage{
	float: right;
}

.videoButton {
	width: 492px;
	height: 304px;	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .1) url('../_i/play.png') center center no-repeat;
	z-index: 101;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;	
}

.videoButton:hover {
	background-color: rgba(0,0,0, .4);
}

.videoImage img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.videoHaber h2 {
	width: 373px;
	font-size: 22px;
	font-weight: 700;
	color: #282828;
	line-height: 28px;
	float: left;
	margin-bottom: 10px;
}

.videoHaber p {
	width: 373px;
	font-size: 13px;
	color: #646464;
	font-weight: 300;
	line-height: 18px;
	float: left;
	display: inline-block;
}

.wvideo, .readMore, .readLess {
	width: auto;
	height: auto;
	line-height: 18px;
	float: right;
	color: #da3e3e;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-top: 25px;
}

.readLess {display: none;}

.wvideo span, .readMore span, .readLess span {
	width: 7px;
	height: 13px;
	background: transparent url('../_i/right-ok.png') top left no-repeat;
	float: right;
	margin: 2px 6px;
	display: inline-block;
}

.latestNews {
	width: 933px;
	height: auto;
	float: left;
	text-align: center;
}

.latestNews h2 {
	width: auto;
	height: auto;
	font-size: 22px;
	font-weight: 700;
	color: #282828;
	line-height: 28px;
	margin:0 auto 30px;
	display: inline-block;
	border-bottom: 1px solid #b2b2b2;
	padding: 7px 53px;
	text-align: center;
}

.sliderSectiklerimiz {
	width: 851px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin: 15px 41px;
}

.itemSlideSec {
	width: 283px;
	height: auto;
	float: left;
}

.itemContent {
	width: 263px;
	height: auto;
	float: left;
	margin-left: 10px;
}

.itemContent:active {
	cursor: move;
}

.itemContent img {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.itemContent p {
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 15px;
}

.slick-prev {
	width: 31px;
	height: 339px;
	background:transparent url('../_i/slick-left.png') top left no-repeat;
	border:none;
	text-indent: -999999px;
	cursor: pointer;
	position: absolute;
	top: -55px;
	left: -41px;
}

.slick-next {
	width: 31px;
	height: 339px;
	background:transparent url('../_i/slick-right.png') top left no-repeat;
	border:none;
	text-indent: -999999px;
	cursor: pointer;
	position: absolute;
	top: -55px;
	right: -41px;
}

footer {
	width: auto;
	height: 442px;
	background:#394043;
	float: left;
}

footer .wContent {
	height: 442px;
	border-left: 2px solid #343a3d;
}

.footerAdress {
	width: 217px;
	height: 74px;
	float: left;
	margin: 53px 0 0 0;
	background: transparent url('../_i/footer-pin.png') top left no-repeat;
	padding:19px 131px 11px 95px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 16px;
	font-weight: 600;
}

.footerPhone {
	width: 227px;
	height: 61px;
	float: left;
	margin: 53px 0 0 40px;
	background: transparent url('../_i/footer-phone.png') top left no-repeat;
	padding:32px 141px 11px 95px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 18px;
	font-weight: 600;
}

.footerPhone strong {
	font-weight: 700;
	width: 45px;
	float: left;
	display: inline-block;
}

.footerNav {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #fff;
	margin: 50px 0 0 0;
}


.footerNav ul  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 35px;
}

.footerNav ul li {
	width: auto;
	height: auto;
	line-height: 28px;
}

.footerNav ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
    display: block;
}

.footerNav ul li a strong {
	font-size: 18px;
	font-weight: 700;
}

.footerNav ul li a:hover {
	text-decoration: underline;
}

.copyright {
	width: 100%;
	height: 58px;
	line-height: 58px;
	float: left;
	background: #2c3134;
	color: #848e92;
	font-size: 14px;
}


@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.cycle-slide-active .greenRW, .cycle-slide-active .blueRW {
    animation-name: fadeInRightBig;
    animation-duration: 2s;
    -webkit-animation-name: fadeInRightBig; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
}

.cycle-slide-active .green, .cycle-slide-active .blue {
    animation-name: fadeInLeftBig;
    animation-duration: 2s;
    -webkit-animation-name: fadeInLeftBig; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */    
}

.boardMembers {
	width: 650px;
	height: auto;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	margin-right: 15px;
	float: left;
	margin-bottom: 20px;
}

.boardMembers img {
	float: left;
	display: block;
	margin-right: 10px;
}

.boardMembers h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 10px;
	color: #282828;
	width: 510px;
}

.boardMembers p {
	font-size: 14px;
	line-height: 24px;
	width: auto !important;
}

.subsContent ul {
	float: left;
}

.subsContent ul li{
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #282828;
	font-weight: 500;
	line-height: 34px;
	float: left;
}

.table {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	float: left;
	margin-right: 15px;
}

.table tr td {
	padding:10px 5px;
	border: 1px solid #ededed;
	font-size: 12px;
	color: #545454;
	letter-spacing: -0.3px;
	font-weight: 400;
	line-height: 17px;
}

.table tr td.greenTable {
	background: #83b72c;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 7px;
	letter-spacing: -0.3px;
	line-height: 23px;
}

.table tr td.darkTable {
	background: #394043;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 7px;
	letter-spacing: -0.3px;
	line-height: 23px;
}

.table tr td strong {
	font-weight: 700;
}

.newsContent {
	width: 98%;
	height: auto;
	float: left;
}

.newsContent p {
	width: 98%;
	height: auto;
    margin-left: 18px;
    font-size: 13px;
    color: #646464;
    font-weight: 300;
    line-height: 18px;
    float: left;
}

.newsContent p img.left {
	margin: 0 20px 10px 0 ;
}

.newsContent p img.right {
	margin: 0 0px 10px 20px;
}

.contactAdress, .contactPhone {
	width: 250px;
	height: auto;
	float: left;
	background: transparent url('../_i/pin-small.png') top left no-repeat;
	padding-left: 22px;
}

.contactPhone {
	background: transparent url('../_i/phone-small.png') top left no-repeat;
}

.contactForm {
	width: 933px;
	height: auto;
	float: left;
}

.contactForm ul {
	float: left;
}

.contactForm ul li {
	width: 456px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}

.contactForm ul li .textBoxLabel {
	width: 110px;
	height: 46px;
	line-height: 46px;
	font-size:14px;
	display: inline-block;
	float: left;
}

.contactForm ul li i {
	width: 2px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	float: left;
}

.contactForm ul li .textBox {
	width: 290px;
	height: 44px;
	border: 1px solid #dddddd;
	margin-left: 30px;
	float: left;
	padding: 0 5px;
	font-size: 13px;
	font-family: 'Fira Sans', sans-serif;
}

.contactForm ul li .textarea {
	width: 290px;
	height: 114px;
	line-height: 20px;
	font-size: 13px;
	border: 1px solid #dddddd;
	margin-left: 30px;
	resize:none;
	float: left;
	padding: 5px;
	font-family: 'Fira Sans', sans-serif;
}


.send {
	width: auto;
	height: auto;
	background: #83b72c;
	display: inline-block;
	border: 2px solid #83b72c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center; 
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
	padding: 10px 20px;
	margin-right: 23px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    float: right;
    cursor: pointer;

}

.send:hover {
	color: #fff;
	background: #394043;
	border: 2px solid #2c3134;
}

.note {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: red;
	font-weight: 700;
}

.scrollContent {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 35px;
}

.scrollContentClone {
	width: 100%;
	height: 28px;
	float: left;
	margin-bottom: 35px;
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	left: 420px;
}

.scrollContent a {
	width: auto;
	height: 16px;
	line-height: 16px;
	background: #83b72c;
	padding: 5px 5px 5px 10px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #ddd;
	float: left;
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.scrollContent a span {
	width: 16px;
	height: 16px;
	background: transparent url('../_i/down-arrow.png') top left no-repeat;
	display: inline-block;
	margin:0px 0 0px 5px;
	float: right;
}

.scrollContent a:hover span {
	width: 16px;
	height: 16px;
	background: transparent url('../_i/down-arrow1.png') top left no-repeat;
	display: inline-block;
	margin:0px 0 0px 5px;
	float: right;
}

.scrollContent a:hover {
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	color: #282828;
}

.scrollDown {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
}




























/*TimeLine*/


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 2em 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #c8c7c5;
}
@media only screen and (min-width: 933px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 933px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-history {
  background: #83b72c;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 933px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f0f0f0;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 1px 0 #c8c7c5;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
  font-weight: 700;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #d9d8d5;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #d9d8d5;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 933px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 42%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #d9d8d5;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #d9d8d5;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 933px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*TimeLine*/



















