.big {
font-size: 40px;
text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgba(81, 81, 81, 0.5), 0 0 1px #fdfdfd;
}

ul {
    font-size: 16px;
    list-style: none;
  padding: 0;
    margin: 0px 20px 0px 25px;
}


li {
  padding: 5px;
}
.color-text {
    color: #8B8970;
font-weight: 800;
}

.infoBox {
    background: #eee url(http://www.usp42.com/images/bg-info.png) right bottom no-repeat;
    text-shadow: 1px 1px #fff;
}

.pad20 {
    padding: 20px;
}

/* ------- Паралакс ---------- */
* { margin: 0; padding: 0; }

.ptextbig {
font-size: 45px;
text-align: center;
color: #fff;
font-weight: 600;
text-shadow: 1px 1px 1px #000; 
}

.paraltext {
font-size: 35px;
text-align: center;
color: #fff;
font-weight: 600;
text-shadow: 1px 1px 1px #000; 
}

.text-center {
text-align: center;
}
.p50 {
padding-top: 0px;
padding-bottom: 0px;
}
.dem1 {
height: 600px; /*----------------- высота картинки - высота окна -------------*/
background-size: cover;
box-sizing: border-box;
padding-top: 200px; /*-------------- отступ текста от верхней границы ------------*/
}.bg1 {
background: url(http://www.mrwallpaper.com/wallpapers/AUtumn-Yellow-Park-1680x1050.jpg);
}.bg2 {
background: url(http://madisonmemorial.org/wp-content/uploads/2013/09/mountain-river-autumn-nature.jpg);
}.bg3 {
background: url(http://www.listofimages.com/wp-content/uploads/2012/05/nature-photography-fields-sunflowers-yellow-flowers.jpg);
}.bg4 {
background: url(http://imgscenter.com/images/2014/09/13/6-autumn-nature-sandbox-images_2053316.jpg);
}.box {
width: 90%;
margin: 0 auto;
background: #fff;
padding: 100px;
box-sizing: border-box;
border: 1px solid #ddd;
box-shadow: 0 0 1px #777;
margin-bottom: 15px;
}.b2 {
background: #dedede;
}.dl {
margin-top: 200px;
padding: 100px;
}
.fork-mmk {
position: fixed;
top: 0px;
right: 0px;
z-index: 99999;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px; }

.divide2 {
  width: 100%;
  height: 2px; }

.divide3 {
  width: 100%;
  height: 3px; }

.divide5 {
  width: 100%;
  height: 5px; }

.divide10 {
  width: 100%;
  height: 10px; }

.divide15 {
  width: 100%;
  height: 15px; }

.divide20 {
  width: 100%;
  height: 20px; }

.divide25 {
  width: 100%;
  height: 25px; }

.divide30 {
  width: 100%;
  height: 30px; }

.divide35 {
  width: 100%;
  height: 35px; }

.divide40 {
  width: 100%;
  height: 40px; }

.divide45 {
  width: 100%;
  height: 40px; }

.divide50 {
  width: 100%;
  height: 50px; }

.divide55 {
  width: 100%;
  height: 55px; }

.divide60 {
  width: 100%;
  height: 60px; }

.divide65 {
  width: 100%;
  height: 65px; }

.divide70 {
  width: 100%;
  height: 70px; }

.divide75 {
  width: 100%;
  height: 75px; }

.divide80 {
  width: 100%;
  height: 80px; }

.divide85 {
  width: 100%;
  height: 85px; }

/*margins*/
.margin10 {
  margin-bottom: 10px; }

.margin20 {
  margin-bottom: 20px; }

.margin30 {
  margin-bottom: 30px; }

.margin40 {
  margin-bottom: 40px; }

.no-padding {
  padding: 0px; }

.no-padding.gray {
  background-color: #f5f5f5; }

.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px; }

.no-padding-inner {
  padding: 60px; }

@media (max-width: 568px) {
  .no-padding-inner {
    padding: 15px; } }
.margin-0 {
  margin: 0px !important; }

<!------------- стрелка в низ ----------------->
#tf-home p.lead{
	color: #e3e3e3;
}

.content{
	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #fff;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 15px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #000;
	color: #ffffff;
	border: 2px solid #8B8970;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
<!------------- / стрелка в низ ----------------->

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  line-height: 5px;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}



/*************** Dropcaps ***************/

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
font-weight: 600;
	line-height: 34px;
	color: #8B8970;
	margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
	border: 2px solid #FF9311;
	width: 46px;
	height: 46px;
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
	background-color: #FF9311;
	color: #fff;
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
	border: 2px solid #8B8970;
	width: 46px;
	height: 46px;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/* -------------------- Page Selector Style Start ------------------------- */ 
.catPages1, .pagesBlockuz1, 
.pagesBlockuz2 {color:#ffffff;border:0px;margin-bottom:8px;margin-top:9px;} 
.catPages1 a:link, 
.pagesBlockuz1 a:link, 
.pagesBlockuz2 a:link, 
.catPages1 a:visited, 
.pagesBlockuz1 a:visited, 
.pagesBlockuz2 a:visited, 
.catPages1 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover, 
.catPages1 a:active, 
.pagesBlockuz1 a:active, 
.pagesBlockuz2 a:active {text-decoration:none;color: #fff;background:#8B8970;padding:2px 8px;font-size:12px;font-weight:bold;-moz-border-radius: 3px;border-radius: 3px;} 
.catPages1 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover {background:#FF9311;color:#fff;font-weight:bold;-moz-border-radius: 3px;border-radius: 3px;} /*----- цвет при наведении курсора ---*/
.catPages1 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b {text-decoration:none; background:#FF9311; padding:2px 8px; color:#fff; font-size:12px;-moz-border-radius: 3px;border-radius: 3px;} /*----- цвет активной страницы ---*/
/* Page Selector Style End */ 










