/***************************************
========================================

	Author Name   : Themeplaza
	This is HTML5 template
	Template Name : Adam Personal Portfolio HTML5 Template
	Version: 1.0
	
****************************************
=======================================/



/* ----------------------------------------------------------------

 ==> Table Of Content

	01 Basics
	02 Buttons
	03 Header
	04 Banner
	05 About
	06 Service
	07 Works
	08 Counter
	09 Resume
	10 Testimonial
	11 Blog
	12 Contact
	13 Footer
	14 Top-control
 

---------------------------------------------------------------- */



/* ----------------------------------------------------------------
    [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;
	color: #333;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	list-style: none;
}

p {
    margin: 0;
    font-size: 17px;
    color: #9090a7;
}
a:hover{
	text-decoration: none;
	outline: none;
}
.text_white{
	color: #fff;
}
.padding_0{
	padding: 0;
}
/* START PRELOADER DESIGN */
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: transparent;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #FF3D4F ;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #FF3D4F ;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF3D4F ;
  font-size: 25px;
  font-weight: 700;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #fff;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* END PRELOADER DESIGN */

/* Start Section-Padding */
.section_padding{
	padding: 100px 0;
}
.pb_70{
	padding-bottom: 70px;
}
/* End Section-Padding */

/* Start Section-Heading */
.section_heading {
    padding-bottom: 80px;
}
.section_heading h2 {
    font-size: 42px;
    font-weight: 600;
    color: #222;
    margin-top: 5px;
	text-transform: uppercase;
    margin-bottom: 10px;
	position: relative;
}
.section_heading .sm_border {
    display: block;
    height: 2px;
    width: 70px;
    margin-bottom: 15px;
    bottom: -15px;
    position: relative;
    left: 50%;
    background-color: #FF3D4F;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section_heading span{
	font-weight: 600;
	color: #FF3D4F;
}
.section_heading p {
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 700px;
}

/* End Section-Heading */

/* ----------------------------------------------------------------
    [ End Basics ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 02 Start Buttons ]
-----------------------------------------------------------------*/
/* Start Btn-Style */
.main_btn {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 23px 40px;
    letter-spacing: 0.6px;
	font-weight: 600;
    background: #FF3D4F;
    line-height: 10px;
	border: none;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}
.main_btn:focus, .main_btn:hover {
    color: #fff;
    background: #333;
	border: none;
}
/* ----------------------------------------------------------------
    [ End Buttons ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/
.navbar-brand{
	height: auto;
	padding: 0;
}
.header_logo .navbar-brand p {
    font-size: 35px;
    color: #FF3D4F;
    font-weight: 700;
}
.navbar {
	padding: 25px 0;
}
.navbar-light .navbar-toggler-icon {
	background: transparent;
	color: #fff;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	border: none;
	align-items: center;
	-webkit-transition: .4s;
	transition: .4s;
}
.navbar-light .navbar-toggler {
    background-color: transparent;
    border: none;
	cursor: pointer;
	padding: 0;
}
.navbar-light .navbar-toggler:hover .navbar-toggler-icon ,
.navbar-light .navbar-toggler:focus .navbar-toggler-icon {
   color: #FF3D4F;
}
.nav-change{
	background: #000;
	-webkit-transition:.6s;
	transition:.6s;
}
nav.navbar ul li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    margin-left: 15px;
    background-color: transparent !important;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
nav.navbar li a.active,
nav.navbar ul li a:hover {
    color: #FF3D4F !important;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/
.main_banner{
	height: 700px;
}
.banner_bg{
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
	position: relative;
}
.banner_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0.75;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
canvas.sketch{
    height: 700px !important;
}
.banner_content{
	margin-top: 250px;
    z-index: 99;
}
.banner_content strong {
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 26px;
}
.banner_content h1 {
    color: #fff;
    font-size: 60px;
	font-weight: 600;
    margin: 20px 0 5px;
}
.banner_content p {
    max-width: 80%;
    color: rgba(255,255,255, 0.7);
    margin: 0 auto;
    padding-top: 20px;
}
.banner_content .banner_title {
    color: #fff;
    padding: 30px 0 0;
    font-size: 60px;
    max-width: 100%;
    margin: 0 auto;
}
.banner_title.c8_title{
    font-size: 72px;
}
.banner_content .banner_title span {
    color: #FF3D4F;
}
.banner_social_link {
    margin-top: 30px;
}
.banner_social_link li {
    display: inline-block;
    margin: 0 18px;
    position: relative;
}
.banner_social_link li:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 180%;
    height: 1px;
    top: 15px;
    right: -34px;
    display: inline-block;
}
.banner_social_link li:last-child:after{
	display: none;
}
.banner_social_link li a {
    color: #fff;
    font-size: 18px;
    transition: all ease-in-out .4s;
}
.banner_social_link li a:hover{
	color: #FF3D4F;
}
/* ----------------------------------------------------------------
    [ 05 Start About ]
-----------------------------------------------------------------*/
.about_image {
    position: relative;
    left: 60px;
    z-index: 99;
    box-shadow: 9px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.about_image img{
	border: 5px solid #FF3D4F;
    width: 100%;
}
.about_content_bg {
    background-image: url(../images/about-bg.jpg);
    position: absolute;
    top: -150px;
    z-index: 9;
    left: 0;
}
.about_content_bg:after {
    content: "";
    top: 0;
    left: 0;
    border: 5px solid #FF3D4F;
    width: 100%;
    height: 100%;
	background: rgba(248, 255, 248, 0.9);
    position: absolute;
	z-index: -1;
}
.about_content_area {
    padding: 100px;
}
.single_about h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
}
.single_about .ab_title strong {
    color: #FF3D4F;
    font-weight: 600;
}
.single_about .ab_title span {
    font-weight: 500;
}
.cd-headline.clip .cd-words-wrapper::after {
    display: none;
}
.single_about p {
    margin-bottom: 30px;
}
.single_about p span{
    color: #FF3D4F;
}
.single_about h4 {
    float: left;
    font-size: 18px;
}
.single_about .follow_social_icon li {
    display: inline-block;
    margin-left: 20px;
    margin-top: -5px;
    float: left;
}
.single_about .follow_social_icon li a {
    color: #333;
    font-size: 18px;
	-webkit-transition:.4s;
	transition:.4s;
}
.single_about .follow_social_icon li a:hover{
    color: #FF3D4F;
    font-size: 18px;
}

/* ----------------------------------------------------------------
    [ 05 Start About ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 06 Start Service ]
-----------------------------------------------------------------*/
.single-service {
    border: 1px solid #f7f7f7;
    padding: 40px 25px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}
.single-service:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    background: #FF3D4F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.4s  ease-in-out;
	opacity: 0;
}
.single-service:hover:after{
    width: 100%;
	opacity: 1;
}
.service_icon {
    width: 100px;
    height: 80px;
    margin: 0 auto;
	box-shadow: 0 5px 23px rgba(0, 0, 0, 0.05);
}
.service_icon i {
    font-size: 34px;
    display: block;
    color: #333;
    line-height: 80px;
}
.single-service h4 {
    font-size: 22px;
    margin-top: 40px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    transition: all 0.4s ease;
}
.single-service:hover h4{
    color: #FF3D4F;
}
.single-service p{
	margin-top: 15px;
}
/* ----------------------------------------------------------------
    [ End Service ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 07 Start Works ]
-----------------------------------------------------------------*/
.work_filter ul {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.work_filter ul li {
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
	color: #333;
    font-size: 16px;
    border-radius: 30px;
    padding: 7px 20px;
    letter-spacing: 1px;
	background: rgba(174, 157, 120, 0.10);
    margin: 0 5px 20px;
    transition: all 0.5s ease-in-out;
}
.work_filter ul li:hover{
	border-color: #FF3D4F;
	background: #FF3D4F;
	color: #fff;
}
.work_filter .active {
    color: #fff;
	border-color: #FF3D4F;
    background: #FF3D4F;
}
.work_content_area .item-img {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.work_content_area .item-img:hover {
	-webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
}
.work_content_area .item-img:hover .item-img-overlay {
	visibility: visible;
	opacity: 1;
}
.work_content_area .item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(0,0,0, 0.55);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.work_content_area .item-img-overlay .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #fff;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.work_content_area .item-img:hover .icon {
	bottom: 40px;
}
.work_content_area .item-img-overlay p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.work_content_area .item-img:hover p{
    padding-top: 0;
}
.work_content_area .item-img-overlay h5{
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	-webkit-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
}
.work_content_area .item-img:hover h5 {
	margin-top: 5px;
}
/* ----------------------------------------------------------------
    [ End Works ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 08 Start Counter ]
-----------------------------------------------------------------*/
#counter_area{
	position: relative;
	z-index: 1;
}
#counter_area:after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
	position: absolute;
	z-index: -1;
}
.single_counter .icon {
    margin-bottom: 25px;
}
.single_counter .icon i {
    font-size: 42px;
    color: #fff;
}
.single_counter h3{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FF3D4F;
    font-size: 30px;
}
.single_counter span{
	font-size: 30px;
	font-weight: 800;
}
.single_counter h4{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
/* ----------------------------------------------------------------
    [ End Counter ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 09 Start Resume ]
-----------------------------------------------------------------*/
.timeline-page {
    padding: 30px 0 0;
    position: relative;
    margin-top: 0;
}
.timeline-page::after {
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e8e8e8;
}
.timeline-item {
    margin-bottom: 80px;
}
.timeline-page .timeline-item .content_left {
    text-align: right;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 15px 20px 10px;
}
.timeline-content {
    position: relative;
    padding: 15px 20px 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f6f7fe;
    border-left: 2px solid #FF3D4F;
    transition: 0.3s ease-in-out;
}
.timeline-content {
    position: relative;
    padding: 15px 20px 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f6f7fe;
    border-left: 2px solid #FF3D4F;
    transition: 0.3s ease-in-out;
}
.timeline-content.timeline_left {
    position: relative;
    padding: 15px 20px 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f6f7fe;
    border-right: 2px solid #FF3D4F;
    transition: 0.3s ease-in-out;
}
.timeline-content:last-child {
	margin-bottom: 0;
}
.timeline-content.timeline_left:last-child {
	margin-bottom: 0;
}
.timeline-content:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	top: 20px;
	left: -29px;
	border: 2px solid #FF3D4F;
	z-index: 2;
}
.timeline-content.timeline_left:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 20px;
    left: 105%;
    right: 23px;
    border: 2px solid #FF3D4F;
    z-index: 2;
}
.timeline-content.timeline_left:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #FF3D4F;
    border-radius: 10px;
    width: 29px;
    height: 2px;
    top: 25px;
    left: 100%;
    z-index: 1;
}
.timeline-content:after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #FF3D4F;
	border-radius: 10px;
	width: 29px;
	height: 2px;
	top: 25px;
	left: -29px;
	z-index: 1;
}
.timeline-content .item-title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #333;
}
.timeline-content .item-period {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #FF3D4F;
	margin-bottom: 8px;
}
.timeline-content .item-small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	margin-left: 5px;
	margin-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #e0e0e0;
}
.duration-right {
    margin-left: 100px;
}
/* ----------------------------------------------------------------
    [ End Resume ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 10 Start Testimonial ]
-----------------------------------------------------------------*/
#testimonial_area{
	background: #000;
}
.single_testimonial {
    margin: 0 50px;
    text-align: center;
    position: relative;
}
.single_testimonial .quote i {
    font-size: 50px;
    color: #FF3D4F;
}
.single_testimonial .description {
	padding-bottom: 30px;
    font-style: italic;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
}
.single_testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.single_testimonial .post{
	color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.testimonial_area .owl-dots{
	margin-top: 20px;
	text-align: center;
}
.testimonial_area .owl-dot {
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 3px;
	border-radius: 5px;
    background: #fff;
    transition: 0.3s ease-in-out;
}
.testimonial_area .owl-dot.active{
	background: #fff;
    width: 23px;
}

/* ----------------------------------------------------------------
    [ End Testimonial ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 11 Start Blog ]
-----------------------------------------------------------------*/
.single_blog{
	margin-bottom: 30px;
}
.blog-thumb{
	background: #fff;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: left;
	margin-bottom: 30px;
}
.blog-thumb small {
    color: #fff;
    display: block;
    position: absolute;
    left: 15px;
    padding: 6px 15px;
    top: 200px;
    background: #333;
}
.blog-thumb small .fa {
	margin-right: 5px;
}
.blog-thumb small {
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
}
.blog-thumb span {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.blog-thumb h4 {
    padding: 8px 0 12px;
    font-size: 22px;
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.blog-thumb h4:hover{
	color: #FF3D4F;
}
.blog-info {
	padding: 30px 35px;
}
.blog-info p {
    padding: 15px 0 5px;
}
.blog-info .blog_btn {
    font-size: 16px;
    color: #333;
	position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.blog-info .blog_btn:hover{
    color: #FF3D4F;
}
.blog-info .blog_btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #FF3D4F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	opacity: 0;
}
.blog-info .blog_btn:hover:after{
    width: 75px;
	opacity: 1;
}
/* ----------------------------------------------------------------
    [ End Blog ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 12 Start Contact ]
-----------------------------------------------------------------*/
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group input:focus{
	border-color: #FF3D4F;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
	margin-top: 10px;
	padding-bottom: 5%;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group textarea:focus{
	border-color: #FF3D4F;
}
/* ----------------------------------------------------------------
    [ End Contact ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 13 Start Footer ]
-----------------------------------------------------------------*/
.footer {
    padding: 40px 0;
    background: #222;
}
.copy-text p {
    margin-top: 10px;
    font-size: 18px;
}

/* ----------------------------------------------------------------
    [ End Footer ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 14 Start Top-control ]
-----------------------------------------------------------------*/
.topcontrol {
    background: #FF3D4F none repeat scroll 0 0;
    border-radius: 0;
    bottom: 5px;
    margin-bottom: 80px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 6px 12px;
    border-radius: 5px;
    position: fixed;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    z-index: 99;
}
.topcontrol:hover {
    background: #fff;
    color: #333;
}
/* ----------------------------------------------------------------
    [ End Top-control ]
-----------------------------------------------------------------*/