/**
* Importing Styles.
**/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);
@import url('font-awesome.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');
@import url('global.css');


/**
* Global Styles.
**/
/*
 1) - common style
 ----------------------------------------*/
.section-header h1{
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.section-header h1::before {
  border-bottom: 5px solid #00AEFF;
  content: " ";
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  position: absolute;
  top: 5px;
  width: 70px;
}
.section-header span{
  font-size: 13px;
  text-transform: uppercase;;
  color: #535353;
  font-weight: 500;
  margin: 0;
}
.section-padding{
  padding: 100px 0;
}
.tran{
  margin-top:30px;
}
.over-bg{
  background: rgba(17, 33, 52, 0.8);
  background-color: rgba(17, 33, 52, 0.8);;
  height: 100%;
  width: 100%;
}

 /*Nav*/
.navbar-static-top{
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
}
.dropdown-toggle{
  margin-top:-10px;
}
.affix{
  position: fixed !important;
  z-index: 999;
  top: 0px;
  background-color: #fff;
  min-height: 70px !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.affix .navbar-brand{
  padding: 10px 15px;
}
.affix .navbar-nav{
  border-bottom:none;
  margin: 15px 15px !important;
}
.navbar{
  padding:0px;
  margin:0px;
  min-height:90px;
  background: #fff;
}
.navbar-brand {
    height: auto !important;
    opacity: 1;
    padding: 10px 15px;
    width: 250px;
}
.navbar-nav{
	margin:25px 0px;
}
.navbar-nav li{
  margin-top:5px;
  margin-left:30px;
  opacity:1;
  padding-right:10px;

}

.navbar-nav li a.btn:hover{
  padding: 6px 25px;
  background: #00AEFF;
  color: #fff;
}
.navbar-nav .active a.btn{
  padding: 6px 25px;
  background: #00AEFF;
  color: #fff;
}
.navbar-nav li a{
  color:#4d4d4d;
  font-size:14px;
  text-transform:uppercase;
  padding:5px 0px;
  transition: all 0.5s ease;
  font-weight:500;
  opacity:1;
  letter-spacing: 0.03em;
}
.navbar-nav li a:hover{
  background:none;
  color:#00AEFF;
  transition: all 0.5s ease;
}
.navbar-nav .active a{
  background:none;
  color:#00AEFF;
  transition: all 0.5s ease;
}

.navbar-toggle .icon-bar{
  background:#fff;
}
.clear{clear: both;}
.clients h1 {text-align: center; font-size: 22px; text-transform: uppercase; margin-top: -20px; color: #727272; margin-bottom: 25px;} 
.clients_thumb{width: 17%;
float: left;
padding: 7px;
border-radius: 5px;
border: #DEF0FB 2px solid;
margin-right: 3%;}

.clients_thumb img {

    max-width: 100%;
    height: auto;
}
 /*-- banner 
 -----------*/
.banner-section{
  position:relative;    
  background: #2c3e50 none repeat scroll 0 0;
  overflow: hidden;
}
.banner-section .section-padding {
  padding:0 ;
}
.banner-section .carousel-inner .item {
  opacity: 0;
transition-property: opacity;
}
.banner-section .carousel-inner .active {
  opacity: 1;
}
.banner-section .carousel-inner .active.left, 
.banner-section .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-inner .next.left, 
.banner-section .carousel-inner .prev.right {
  opacity: 1;
}
.banner-section .carousel-control {
  z-index: 2;
}
@media not all, not all {
  .banner-section .carousel-inner > .item.next, 
  .banner-section .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.prev, 
  .banner-section .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.next.left, 
  .banner-section .carousel-inner > .item.prev.right, 
  .banner-section .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.banner-section .item {
  background-size: cover;
  height: 560px;
}
.banner-section .item .carousel-caption {
  left: 10%;
  right: 10%;
  text-shadow: none;
  top: 22%;
}
.banner-section .item .carousel-caption h2 {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  font-family: "Ubuntu",sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}
.banner-section .item .carousel-caption h3 {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.banner-section .item .carousel-caption .btn {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  margin: 30px 15px;
}
.banner-section .active {
  opacity: 1;
}
.banner-section .active.left, 
.banner-section .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-control {
  background-image: none;
  box-shadow: none;
  height: 55px;
  margin-top: -35px;
  padding: 10px 5px;
  text-shadow: none;
  top: 50%;
  width: 35px;
  z-index: 10;
}
.banner-section .carousel-control i {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50px;
  padding: 15px;
  width: 50px;
}
.banner-section .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.banner-section .left.carousel-control {
  left: 2%;
}
.banner-section .right.carousel-control {
  right: 4%;
}
.banner-section .carousel-indicators {
  bottom: 45px;
}
.banner-section .carousel-indicators li {
  border-radius: 4px;
  height: 8px;
  margin: 0 5px;
  opacity: 0.5;
  width: 40px;
}
.banner-section .carousel-indicators li:hover, 
.banner-section .carousel-indicators li.active {
  opacity: 1;
}
.banner-section:hover .carousel-control {
  display: block;
}
.banner-section i {
  margin-right: 10px;
}
.banner-section .col-md-5{
  margin-top: 80px;
}
.revolutionary{
	letter-spacing:16.5px;
	text-transform:uppercase;
}
.banner-section .titles h1{
	font-family:"Raleway", "Helvetica Neue", sans-serif;
	color:#fff;
	font-size:55px;
	margin:3px 0px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
.banner-section .grow{
	font-family:"Raleway", "Helvetica Neue", sans-serif;
	text-transform:uppercase;
	font-size:35px;
	font-weight:600;
	color:#fff;
}
.banner-section p{
	font-size:18px;
	padding: 20px 0px 30px;
	color:#fff;
  font-weight: 600;
  line-height: 30px;
}
.banner-section .btn{
  font-size: 18px;
  font-weight: 500;
  padding: 7px 28px;
  text-transform: uppercase;
}
.banner-section .col-md-7{
  padding: 120px 0px 0px;
}


/*
4) services Section
----------------------------------------*/
.services-section{
  padding: 50px 0;
  overflow: hidden;
}
.services-section .page-header{
  margin: 0px 0px 17px;
}
.services-section .item{
  padding: 0px;
  text-align: center;
}
.services-section img{
  margin-top: -20px;
}
.services-section .nav-tabs > li > a:hover{
  background: transparent;
  border-color: 0;
}
.services-section .item .fa {
    border: 1px solid #00aeff;
    border-radius: 100%;
    color: #00aeff;
    font-size: 25px;
    height: 90px;
    line-height: 90px;
    margin: 15px 0;
    text-align: center;
    width: 90px;
}
.services-section .nav-tabs > li.active .fa,
.services-section .nav-tabs > li:hover .fa{
  border: 1px solid #C40014;
  color: #C40014
}
.services-section .nav-tabs > li.active h6,
.services-section .nav-tabs > li:hover h6{
  color: #C40014;
}
.services-section .item {
  min-height: 200px;
  color: #00aeff;
}
.services-section h6{
  text-transform: uppercase;
  color: #727272;
  width: 100%;
  float: left;
}
.services-section .media-left{
  float: left;
  width: 100%;
}

.services-section  .tab-content{
  padding: 70px 0 0 0;
  background: #1f7ab3;
}
.services-section .nav-tabs > li > a, 
.services-section .nav-tabs > li > a:focus, 
.services-section .nav-tabs > li > a:hover{
  border-color:transparent;
  border-width: 0;
}
.services-section .nav-tabs > li.active > a, 
.services-section .nav-tabs > li.active > a:focus, 
.services-section .nav-tabs > li.active > a:hover{
  border-color:transparent;
  border-width: 0;
}

.services-section  .nav-tabs .active{
  position: relative;
  border: 0;
}
.services-section .nav-tabs .active::after {
    background: #fff none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 45%;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}
.services-section  .tab-content h2 {
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
}
.services-section .h-line{
  position: relative;
}
.services-section .h-line::after {
    background: transparent;
    top: 0px;
    content: "";
    min-height: 500px;
    right: -20%;
    position: absolute;
    width: 2px;
    border-right:1px dotted #fff;

}
.services-section  .tab-content ul{
  margin:0;
  padding: 0;
}
.services-section  .tab-content p{
  color: #fff;
  font-size: 17px;
}

.services-section .tab-pane ul li{
  width: 100%;
  margin: 15px 0;
  float: left;
}
.services-section .recent-pro{
  width: 250px;
  float: left;
}
.services-section .recent-pro img{
border: 3px solid #06262f33;
border-radius:5px;
}
.services-section article{
  margin-bottom: 20px;
}
.services-section .recent-pro p{
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}
.video-tab{
  min-height: 300px;
}
.other-video{
  margin-bottom: 20px;
}
.services-section .video-bg {
    background: rgba(0, 0, 0, 0) url("../images/video-tab.png") no-repeat scroll 0 0 / cover ;
    height: 415px;
    max-width: 100%;
}


/* people says */
.people_says_main {
  float: left;
  width: 100%;
}
.people_says_main h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
}
.people_says_main h3 strong {
  font-weight: 600;
}
.people_says {
  float: left;
  width: 100%;
  padding: 25px 0 0px 0%;
  background-color: #fff;
  margin-top: -10px;
}
.people_says .picture {
  float: left;
  width: 140px;
  height: 130px;
  padding: 0px;
  margin: 0px 25px 0px 0px;
  text-align: left;
  background-color: #999;
}
.people_says.blogposts h4 {
  color: #19a3eb;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
}
.people_says.blogposts h4 i {
  font-size: 14px;
  color: #454545;
  display: block;
}
.people_says.blogposts a.more3 {
  float: left;
  color: #fff;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #1F7AB3;
  margin-top: 10px;
}
.people_says .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: -65px;
}
.video-border{
  width:100%;
  margin:0 auto;
  position: relative;
  text-align: center;
}
.video{
  width:100%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
}
.overlay{
  width: 100%;
  height: auto;
  background:rgba(0, 0 ,0 ,0.5);
  position: absolute;
  top:25%;
  left: 0;
  text-align: center;
  display: table;
}
.overlay p{
  color: #fff;
}
.overlay h2{
  font-weight: 700;
  font-size: 2em;
  color:#fff;
  text-align: center;
  padding:10px 0;
}
.dsc {
  padding:30px 0;
  text-align: left;

}
.dsc h2, .recent-video h2{
  font-weight: 700;
  font-size: 2em;
   padding:15px 0;
   text-align: center;
}
.recent-video h2{
  padding:25px 0;
}

 /*
 11)Contact
----------------------------------------*/
.contact-section{
  background:#E9E9E9;
  margin-top: 50px;
}
.contact-form .col-sm-6{
	padding-right:0px;
}
.contact-form .col-sm-6 input{
	border-right:0px;
}
.contact-form .col-sm-5{
	padding-left:0px;
}
.contact-form input, 
.contact-form  textarea{
 background:none;
 border:1px solid #e4e3e7;
 border-radius:0px;
 box-shadow:none;
 padding:10px 15px ;
 font-size:16px;
 color:#656565;
 background:#fff;
 border-radius: 3px;

 }
.contact-form input{
  height:50px;
}
.contact-detail ul {
  padding: 0px;
}
.contact-detail h2{
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-detail ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
.contact-detail li p {
  padding-left: 35px;
  padding-top: 5px;
  position: relative;
}
.contact-detail li p i{
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  width: 25px;
  color: #3d3d48;
}
.contact-form .btn{
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: none;
}
.contact-form .form-control::-moz-placeholder{
  color:#999;
  opacity:1; 
  text-transform:capitalize; 
  font-size: 13px;
}
.contact-form .form-control:-ms-input-placeholder{
  color:#999; 
  text-transform:capitalize; 
  font-size: 13px;
}
.contact-form .form-control::-webkit-input-placeholder{
  color:#999; 
  text-transform:capitalize; 
  font-size: 13px;
}

ul.footer_social_links {
    float: left;
    margin: 0;
    padding: 0;
}
.footer_social_links li {
    float: left;
    margin: 0 0 10px 10px;
    padding: 0;
}
.footer_social_links li a {
    background-color: #f3f3f3;
    border-radius: 4px;
    color: #3d3d48;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.footer_social_links li a:hover {
    background-color: #3d3d48;
    color: #fff;
}
.footer_social_links li a:hover i {
    color: #fff;
}
.footer_social_links li i {
    color: #3d3d48;
    margin-right: 5px;
}

/*
 12) Footer
 ----------------------------------------*/
.footer-bottom {
  background: #2A2A2A none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom .copyright{
  color: #a1b1bc;
  line-height: 24px;
  margin: 10px 0;
}

/*------------------*/
/*  CONTENT
/*------------------------------------------------------*/
.fullimage_box li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: outside none none;
}
.content_left {
  float: left;
  width: 71%;
  padding: 0px 0px 0px;
}

.cont_h2{
margin-top:50px;
  margin-bottom: 20px;
}
.content_fullwidth {
  padding: 50px 0px 0px 0px;
}
.right_sidebar {
  float: right;
  width: 25%;
  padding:0px;
}
.left_sidebar {
  float: left;
  width: 25%;
  padding: 50px 0px 0px 0px;
}
.content_right {
  float: right;
  width: 71%;
  padding: 50px 0px 0px 0px;
}
/* page title */
.page_title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 28px 0px;
  background: #97b5bf url(../images/page-titlebg.jpg) repeat-y center top;
}
.page_title .title {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
}
.page_title .title h1 {
  margin: 0px 0px 0px 0px;
  background: none;
  font-weight: 500;
  color: #000000;
}
.page_title .pagenation {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  color: #fff;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
.page_title .pagenation i {
  color: #c3d6dd;
  margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
  padding: 0px 0px 0px 0px;
  color: #c3d6dd;
}
.page_title .pagenation a:hover {
  color: #fff;
}

ul.list_doted02 {
  float: left;
  margin: 13px 0px 0px 0px;
  padding: 0px;
}
.list_doted02 li {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 13px;
}
.list_doted02 li h5 {
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}
.big_text1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 35px;
  color: #999;
}
.big_text1 i {
  color: #19a3eb;
  font-style: normal;
}
ul.fullimage_box {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 48%;
}
.fullimage_box li {
  padding: 0px;
  margin: 0px;
}
.fullimage_box li img {
  margin-bottom: 8px;
  width: 100%;
}
.fullimage_box li img:hover {
}
ul.fullimage_box.last {
  float: left;
  width: 48%;
  margin-left: 4%;
}
ul.fullimage_box2 {
  float: left;
  padding: 30px 20px;
  margin: 0px;
  width: 86.6%;
  border: 1px solid #eee;
  border-radius: 4px;
}
.fullimage_box2 li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
ul.fullimage_box2.last {
  float: left;
  width: 100%;
  margin-left: 4%;
}
.fullimage_box2 li i {
  color: #19a3eb;
}
.fullimage_box2 h3 {
  color: #19a3eb;
  margin-top: 13px;
}
.box_widget_full {
  float: left;
  width: 96%;
  padding: 2%;
  margin: 0px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
}
.box_widget_full h3 {
  margin-bottom: 10px;
}
.box_widget_full i {
  float: left;
  margin-right: 20px;
}
.sidebar_widget {
 float: left;
margin: 0;
padding: 10px 3%;
width: 94%;
background:#e6faff;
border-top-left-radius:7px;
border-top-right-radius:7px;

}
.sidebar_widget  i{
 color: #19a3eb;
}
.sidebar_widget ul.arrows_list1 {
    float: left;
    margin: -10px 0 0;
    padding: 0;
	font-size:15px;
	line-height:25px;
}
.sidebar_widget ul.arrows_list1 li a {
    color: #19a3eb;
    line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
    color: #383634;
}
.sidebar_widget ul.arrows_list1 i {
    margin-right: 4px;
}
.sidebar_title {
    float: left;
    width: 100%;
}
ul.recent_posts_list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.recent_posts_list li {
    border-bottom: 1px solid #f5f6f6;
    float: left;
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0 0 13px;
    width: 100%;
}
.recent_posts_list li a {
    color: #999;
    display: block;
    line-height: 17px;
    text-decoration: none;
}
.recent_posts_list li a:hover {
    color: #19a3eb;
}
.recent_posts_list li span {
    float: left;
    margin-right: 15px;
}
.recent_posts_list li span img {
    float: left;
    margin-right: 0;
    opacity: 0.8;
}
.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0;
    opacity: 1;
}
.recent_posts_list li i {
    color: #c9c9c9;
    display: block;
    font-size: 10px;
    font-style: normal;
    margin: 0;
    padding: 1px 0 0;
}
.recent_posts_list li.last {
    border-bottom: 0 solid #f5f6f6;
    margin: 0;
    padding: 0 0 7px;
}

/* get features */
.get_features {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features h5 {
  margin-bottom: 7px;
  font-weight: normal;
}
.get_features p {
  line-height: 19px;
}
.get_features ul.get_features_list {
  float: left;
  padding: 0px;
  margin: 0px 0px 35px 0px;
}
.get_features ul.get_features_list.last {
  margin: 0px 0px 0px 0px;
}
.get_features .get_features_list li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features .get_features_list li.left {
  float: left;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  width: 44px;
  height: 44px;
  background-color: #19a3eb;
  border-radius: 45px;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
}
.get_features .get_features_list li.left i {
  color: #fff;
}
.get_features .get_features_list li.right {
  width: 80%;
}

 /*---------------------------------------
 13) Preloader
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/pl.GIF);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

a.scroll-top {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 20px;
    color: #ffffff;
    height: 40px;
    padding-top: 7px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
}
a.scroll-top:hover {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #ffffff;
}
a.scroll-top::before {
  font-size: 25px;
}

/* element-item
------------------------- */
/* button
------------------------- */
.big-demo{
  margin-top:50px;
}
.button {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #1F7AB3;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.button:hover {
  background-color: #C40014;
  color: #fff;
}

.button:active,
.button.is-checked,
.button.is-selected {
  background-color: #28F;
}

.button.is-checked,
.button.is-selected {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* hide radio inputs */
.button input[type="radio"] { display: none; }
.element-item {
  position: relative;
  float: left;
  width: 370px;
  height: 300px;
  margin: 5px;
  padding: 10px;
  border:1px solid #ccc;
  color: #262524;
  overflow: hidden;
  
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);

  
  
  
}
.element-item:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.8em;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 2.8em;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 0.8em;
}





