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

Project 	 :	Eydia Landing Page
Version 	 :	1.3
Last update  :	28/02/2015

------------------------------------------------------------------

[Table of contents]

1.  Common Styles
2.  #preloader
3.  #head
	  3.1  .header-top
	  3.2  .header-social
	  3.3  .navbar-nav
4.  .home-banner
5.  #service
6.  #service
	  6.1  .product-slider
	  6.2  .product-overview
7.  #portfolio
8.  #pricing
9.  #parallax
	  9.1  .product-item
10.  #team
11.  #client
12.  #teatimonial
		  12.1  .testimonial-slider
		  12.2  #faq
13.  #contact
		  13.1  #map-canvas
		  13.2  .address
		  13.3  #contact-form
		  13.4  .address
14.  .footer
		  14.1  .copyright
		  14.2  .social-links

------------------------------------------------------------------

[Color codes]

Background:	#ffffff (white)
Primary:	#00aeef (light blue)
Content:	#777 (light ash)

a (standard):	#777 (light ash)
a (hover)   :	#00aeef (light blue)

-----------------------------------------------------------------------

[Typography]

Body       :	  14px/26px 'Raleway', sans-serif;
Home Banner:	  67px/74px "Oswald",sans-serif,
Price Table:	  24px/1.1 Lato, sans-serif, italic,
				  54px/54px Oswald, sans-serif,
				  14px/26px Raleway, sans-serif;
Input, textarea:  14px/26px 'Raleway', sans-serif;
-----------------------------------------------------------------------*/

/*==================================
    Common Styles
===================================*/

body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 15px 0 0;
}

a {
    color: #777;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

a:focus, a:hover {
	color: #00aeef;
}

iframe {
    border: 0;
    width: 100%;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}


h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

body > section {
    padding: 100px 0;
}

.btn {
    border-radius: 0;
    border: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
    background-color: #00aeef;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px 36px;
    color: #fff;
}

.btn-blue-order {
    background-color: #00aeef;
    font-size: 38px;
    padding: 18px 36px 18px 36px;
    color: #fff;
    width:440px;
    height: 100px;
    text-align: left;
    font-weight: 300;
}

.btn-blue-order img {
    margin-right: 18px;
}



.btn-blue:hover,
.btn-blue:focus {
    background-color: rgba(0,174,239,0.8);
    color: #fff;
}

.section-head {
    margin-bottom: 70px;
}

.section-head h2 {
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
}

.section-head p {
    color: #333333;
    font-size: 16px;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
    min-width:200px;
}

@media (min-width: 700px) {
    .col-xs-5ths {
        width: 100%;
        float: none;
    }
}


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Nazya styles*/
div.footer div.row div.column.left {
  min-width: 330px;
  width: 25%;
}
div.footer div.row div.column {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  text-align: left;
}

div.footer div.row div.column.left .footer-title {
  margin-left: 60px;
}

div.footer div.row div.column .footer-title {
  color: #333;
  margin: 0 23px 10px;
  display: block;
  clear: both;
}


div.footer div.row div.column.left .ftr-tabs {
  position: relative;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  background: none;
  border: none;
  margin: 0 25px;
}

.clear {
  clear: both;
}

div.footer div.row div.column.left .ftr-tabs ul li {
  display: block;
}

div.footer div.row div.column ul li {
  line-height: 16px;
  padding: 7px 0;
}

div.footer div.row div.column.left .ftr-tabs ul {
  padding: 0;
  position: relative;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  background: none;
  border: none;
  left: 8px;
  top: -1px;
  margin-left: 0;
}


div.footer div.row div.column.left .ftr-tabs .ftr-list {
  display: block;
  position: absolute;
  top: 0;
  left: 65px;
  right: 0;
  margin: -10px 0 0;
  padding: 10px 20px;
  background: #fafafa;
  box-shadow: 3px 3px 3px #bbb,0 -1px 1px -1px #fefefe;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  height: 0;
  width: 0;
  max-width: 220px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s,opacity .3s;
  -moz-transition: -moz-transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s;
}

div.footer div.row div.column.center {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  box-shadow: 1px 0 0 #FFF,inset 1px 0 #FFF;
  min-height: 415px;
  padding: 27px 0 0;
  width: 20%;
  min-width: 240px;
}

div.footer div.row div.column {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  text-align: left;
}


div.footer {
  background: #f0f0f0;
  border-top: 1px solid #ababab;
} 

div.footer div.row div.column ul li a {
  text-decoration: underline;
}


div.footer div.row div.column.left .ftr-tabs ul li a {
  display: block;
  padding: 2px 30px;
  letter-spacing: normal;
  font: normal 14px/16px Arial,Helvetica,sans-serif;
  text-decoration: none;
}



div.footer div.row div.column ul {
  margin: 5px 23px;
}

div.footer div.row div.column ul li {
  line-height: 16px;
  padding: 7px 0;
}

div.footer div.row div.column .moble_lnk {
  margin: 0 23px;
}

div.footer div.row div.column .moble_lnk .footer-title {
  margin: 40px 0 23px;
}

div.footer div.row div.column .moble_lnk .moble_lnk__desc {
  clear: both;
}

div.footer div.row div.column .moble_lnk .moble_lnk__desc .ico {
  display: block;
  overflow: hidden;
  float: left;
  width: 50px;
  height: 90px;
  margin: 0 25px 0 0;
  text-align: center;
}

div.footer div.row div.column .moble_lnk .moble_lnk__desc .ico img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

div.footer div.row div.column .moble_lnk .moble_lnk__desc p {
  margin: 0 0 0 75px;
  font: normal 14px/22px Arial,Helvetica,'sans-serif';
  color: #333;
}

div.footer div.row div.column .payment_ftr_block li .img-wrap {
  display: block;
  overflow: hidden;
  margin: auto 0 auto auto;
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url('/media/images/payment_ftr_block_gray.png?67677ef06b26') 0 0 no-repeat;}
  
  div.footer div.row div.column .payment_ftr_block li {
  display: inline-block;
  vertical-align: middle;
 /* width: 25%;*/
  max-width: 135px;
  margin: 0 0 5px;
}

div.footer div.row div.column .payment_ftr_block li .img-wrap.f-paypal {
  background-position: 0 -50px;
}

div.footer div.row div.column .payment_ftr_block li .img-wrap:hover {
  background-image: url('/media/images/payment_ftr_block.png?67677ef06b26');
  
  
}

div.footer div.row div.column.left .ftr-tabs .ftr-list .close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: url('/media/images/colorbox/controls.png?9aa5fa146884&398c914b6d94') -25px 0 no-repeat;
  width: 25px;
  height: 25px;
  border: none;
}

div.footer div.row div.column .payment_ftr_block li .img-wrap.f-vtb24{background-position:-110px 0}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-visa{background-position:-210px 0}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-mastercard{background-position:-310px 0}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-paypal{background-position:0 -50px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-web_money{background-position:-110px -50px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-qiwi{background-position:-210px -50px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-maestro{background-position:-310px -50px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-kupi001{background-position:0 -100px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-yandex_money{background-position:-110px -100px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-rbk_money{background-position:-210px -100px}
div.footer div.row div.column .payment_ftr_block li .img-wrap.f-mts{background-position:-310px -100px}

div.footer div.row div.column.left .ftr-tabs .ftr-list .tab {
  line-height: 25px;
  letter-spacing: normal;
  font-size: 13px;
  display: none;
  text-align: center;
  color:#000;
}

div.footer div.row div.column.left .ftr-tabs .ftr-list .tab.active {
  display: block;
}

div.footer div.row div.column.left .ftr-tabs .ftr-list .tab p.online {
  color: #1f8d9c;
}

div.footer div.row div.column.left .ftr-tabs .ftr-list .tab p {
  margin: 0;
  line-height: 25px;
}

div.footer div.row div.column.left .ftr-tabs .ftr-list.active {
  opacity: 1;
  visibility: visible;
  height: 96%;
  width: 100%;
  -webkit-transform: translate(15px,15px);
  -moz-transform: translate(15px,15px);
  -ms-transform: translate(15px,15px);
  transform: translate(15px,15px);
}

div.footer div.row.bg-white {
  background: #FFF;
  padding: 4px 0;
  text-align:center;
}
div.footer div.row div.offer {
  font-size: 14px;
  margin: 10px 0px;
  display: inline-block;
}

div.footer div.row div.offer p {
  margin: 0;
}

div.footer div.row div.offer p.company a:first-child {
  padding-left: 0;
}

div.footer div.row div.offer p.company a {
  padding-left: 40px;
}

div.footer div.row div.offer a {
  color: #ed154b;
  font: normal 14px/16px Arial,Helvetica,sans-serif;
  text-decoration: none;
}
div.footer div.row div.social {
  margin: 6px 70px 4px 152px;
  /*float: right;*/
  display: inline-block;
}

div.footer div.row div.social .social_item.tw {
  background-position: -30px -59px;
}

div.footer div.row div.social .social_item {
  display: inline-block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 0 0 13px;
  background: url('/media/images/social_icons.png?a0b3f0c34ea6') no-repeat;}

div.footer div.row div.social .social_item.tw{background-position:-30px -59px}
div.footer div.row div.social .social_item.tw:hover{background-position:-1px -59px}
div.footer div.row div.social .social_item.vk{background-position:-30px -88px}
div.footer div.row div.social .social_item.vk:hover{background-position:-1px -88px}
div.footer div.row div.social .social_item.gg{background-position:-30px -30px}
div.footer div.row div.social .social_item.gg:hover{background-position:-1px -30px}
div.footer div.row div.social .social_item.od{background-position:-30px -1px}
div.footer div.row div.social .social_item.od:hover{background-position:-1px -1px}


div.footer div.row:last-child {
  padding: 15px 0 5px;
}

div.footer div.row div.inline:first-child {
  margin: 10px 17px 10px 50px;
}

div.footer div.row div.rght {
  margin: 10px 31px 10px 0;
  float: right;
  display: inline-block;
}

div.footer div.row div.inline {
  margin: 10px 17px;
  display: inline-block;
}

div.footer .row-last {
  font-size: 12px;
  padding: 10px 40px 5px 0!important;
  color:#000;
}


.header-wrap {
  display: inline-block;
  width: 100%;
  clear: both;
  font-family: Arial,Helvetica,sans-serif;
}

.header-wrap .logo {
  float: left;
  position: relative;
  float: left;
  padding: 10 10px 0 0;
  margin: 0;
}

.header-wrap .top-nav-menu, .header-wrap .middle-nav-menu {
  display: block;
  float: right;
  width: 892px;
}

.top-nav-menu {
  padding: 0;
}

.top-nav-menu:after, .top-nav-menu:before {
  content: " ";
  display: table;
}

.nav-wrap .nav>li:first-child>a {
  padding: 10px 11px 10px 0;
}	

.nav-wrap .nav>li>a {
  display: block;
  padding: 10px 11px;
  text-decoration: none;
  color: #999;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.nav-wrap .nav:after, .nav-wrap .nav:before {
  content: " ";
  display: table;
}

.nav-wrap .nav>li>a {
  display: block;
  padding: 10px 11px;
  text-decoration: none;
  color: #999;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.top-nav-menu .user-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-nav-menu .user-bar {
  float: right;
  margin: 0;
}

.top-nav-menu .user-bar .user-profile {
  position: relative;
  padding-top: 10px;
  margin-right:12px;
  display: block;
  float: right;
}

.top-nav-menu .dropdown, .nav-wrap .dropdown {
  display: block;
  float: left;
  position: relative;
}

.nav-wrap .nav>li {
  float: left;
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.middle-nav-menu .delivery-info {
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 451px;
  margin: 0 0 0 7px;
}

.middle-nav-menu .delivery-info .you-location {
  color: #333;
  position: relative;
  top: 0;
  max-width: 200px;
  height: 20px;
  margin: 0;
}

.you-location {
  display: inline-block;
  position: absolute;
  top: 36px;
  font-size: 14px;
  color: #228999;
  padding: 0 15px 0 0;
  margin: 12px 0;
}

.middle-nav-menu:after, .middle-nav-menu:before {
  content: " ";
  display: table;
}

.middle-nav-menu .consultant-phone {
  color: #777;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 3px 10px 0;
  margin: 0 0 0 5px;
}

.button_new.btn-small {
  padding: 5px 9px;
  font-weight: normal;
  font-size: 13px;
}

.button_new.btn-small {
  padding: 5px 9px;
  font-weight: normal;
  font-size: 13px;
}

.button_new {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #228999;
  border: 1px solid #1e7583;
  min-width: 50px;
  border-radius: 5px;
  padding: 13px 24px;
  outline: none;
  font: 14px/16px Helvetica,Arial,sans-serif;
  color: #FFF!important;
  outline-color: #1e7583;
  text-decoration: none!important;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

.middle-nav-menu .call-button {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 5px;
}

.button_new.white-btn {
  background-color: #FFF;
  border-color: #999;
  color: #1e7583!important;
}

.nav-wrap .nav>li:hover>a,.nav-wrap .nav>li.open>a{color:#228999}

.nav-wrap .dropdown{display:block;float:left;position:relative}
.top-nav-menu .dropdown .dropdown-toggle,.nav-wrap .dropdown .dropdown-toggle{-webkit-transition:color .15s ease-out;-moz-transition:color .15s ease-out;-o-transition:color .15s ease-out;transition:color .15s ease-out}
.top-nav-menu .dropdown .dropdown-menu,.nav-wrap .dropdown .dropdown-menu{position:absolute;top:100%;left:0;z-index:1011;display:none;float:left;min-width:160px;padding:5px 0;margin:0 -1px 0!important;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border-radius:4px;background-clip:padding-box}
.top-nav-menu .dropdown .dropdown-menu>li,.nav-wrap .dropdown .dropdown-menu>li{display:block}
.top-nav-menu .dropdown .dropdown-menu>li>p,.nav-wrap .dropdown .dropdown-menu>li>p{margin:0}
.top-nav-menu .dropdown .dropdown-menu>li>p.separate,.nav-wrap .dropdown .dropdown-menu>li>p.separate{margin-top:10px;padding:0}
.top-nav-menu .dropdown .dropdown-menu>li>a,.nav-wrap .dropdown .dropdown-menu>li>a,.top-nav-menu .dropdown .dropdown-menu>li>p,.nav-wrap .dropdown .dropdown-menu>li>p{display:block;padding:7px 15px;text-decoration:none;white-space:nowrap;color:#333;-webkit-transition:color .15s ease-out;-moz-transition:color .15s ease-out;-o-transition:color .15s ease-out;transition:color .15s ease-out}
.top-nav-menu .dropdown .dropdown-menu>li:hover>a,.nav-wrap .dropdown .dropdown-menu>li:hover>a{color:#ed154b}
.top-nav-menu .dropdown:hover>.dropdown-toggle,.nav-wrap .dropdown:hover>.dropdown-toggle,.top-nav-menu .dropdown.open>.dropdown-toggle,.nav-wrap .dropdown.open>.dropdown-toggle{color:#ed154b}
.top-nav-menu .dropdown:hover>.dropdown-toggle:after,.nav-wrap .dropdown:hover>.dropdown-toggle:after,.top-nav-menu .dropdown.open>.dropdown-toggle:after,.nav-wrap .dropdown.open>.dropdown-toggle:after{content:"";display:block;position:absolute;width:100%;height:1px;background-color:white;left:0;bottom:0;z-index:1012}
.top-nav-menu .dropdown.open,.nav-wrap .dropdown.open{position:relative}
.top-nav-menu .dropdown.open:before,.nav-wrap .dropdown.open:before{content:" ";position:absolute;bottom:0;left:50%;z-index:1013;margin:0 0 -3px -7px;border-bottom:10px solid #FFF;border-left:8px solid transparent;border-right:8px solid transparent}
.top-nav-menu .dropdown.open:after,.nav-wrap .dropdown.open:after{content:" ";position:absolute;bottom:0;left:50%;z-index:1012;margin:0 0 -1px -7px;border-bottom:10px solid #CCC;border-left:8px solid transparent;border-right:8px solid transparent}
.top-nav-menu .bt-menu-trigger,.nav-wrap .bt-menu-trigger{display:none}
.nav-wrap{float:right}
.nav-wrap .nav{margin:3px 0 0 7px}
.nav-wrap .nav:after{clear:both}
.nav-wrap .nav:after,.nav-wrap .nav:before{content:" ";display:table}
.nav-wrap .nav>li{float:left;display:block;position:relative;border-radius:4px 4px 0 0}
.nav-wrap .nav>li:hover>a,.nav-wrap .nav>li.open>a{color:#228999}
.nav-wrap .nav>li>a{display:block;padding:10px 11px;text-decoration:none;color:#999;-webkit-transition:color .15s ease-out;-moz-transition:color .15s ease-out;-o-transition:color .15s ease-out;transition:color .15s ease-out}
.nav-wrap .nav>li>a.dropdown-toggle{padding-right:18px;position:relative}
.nav-wrap .nav>li>a.dropdown-toggle:before{content:"\f107";font-family:'FontAwesome';display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:2px;top:14px;font-size:12px}
.nav-wrap .nav>li:first-child>a{padding:10px 11px 10px 0}
.hidden{display:none}

.logo #logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nav-logo_wrap {
  float: left;
}


/*==================================
    Effect
===================================*/

.item_top {
	top: -30px;
	opacity: 0;
	position: relative;
}

.item_bottom {
	bottom: -30px;
	opacity: 0;
	position: relative;
}

.item_left {
	left: -60px;
	position: relative;
	opacity: 0;
}

.item_right {
	right: -60px;
	position: relative;
	opacity: 0;
}

.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

div.footer div.row div.column .payment_ftr_block {
  margin: 0 23px 15px;
}

/*==================================
    Preloader
===================================*/

#preloader {
    background-color: #fff;
    height: 100%;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.loader,
.loader:before,
.loader:after {
  	border-radius: 50%;
}

.loader:before,
.loader:after {
	position: absolute;
	content: '';
}

.loader:before {
	width: 5.2em;
	height: 10.2em;
	background: #00aeef;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.2em 5.1em;
	transform-origin: 5.2em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}

.loader {
    font-size: 11px;
    height: 110px;
    left: 50%;
    margin: -55px 0 0 -55px;
    position: absolute;
    text-indent: -99999em;
    top: 50%;
    width: 110px;
}

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #00aeef;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*==================================
    Navigation
===================================*/

#head {
    border: 0;
    background-color: #fff;
    box-shadow: 0 7px 9px -11px rgba(0, 0, 0, 0.7);
}

/**----------------- Hedaer Top -------------------**/

.header-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
}

.quick-contact {
	font-family: 'Lato', sans-serif;
	color:#777;
}

.quick-contact > i {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    float: left;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin-right: 18px;
    text-align: center;
    width: 42px;

    -webkit-transition: all 0.5s linear 0s;
       -moz-transition: all 0.5s linear 0s;
         -o-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
}

.quick-contact:hover > i {
    background-color:#00aeef;
	border-color:#00aeef;
	color:#fff;
}

.quick-contact > p {
    margin: 9px 0 0;
}

.quick-contact > p span {
    color:#555;
}

#head > span {
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 0;
}

#head > .show-top {
	display: none;
    top: 0;
}

.header-top .social-links li {
    display: inline-block;
    margin-right: 8px;
}


.header-top .social-links li a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    color: #777;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    width: 42px;
}

.header-top .social-links li a:hover {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

/*------------------------
	Navbar nab
--------------------------*/

.nav-three {
	display: none;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-brand {
    height: inherit;
    padding: 29px 0 0 15px;

    -webkit-transition: all 0.5s linear 0s;
       -moz-transition: all 0.5s linear 0s;
         -o-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
}

.navbar-brand > img {
    -webkit-transition: all 0.5s linear 0s;
       -moz-transition: all 0.5s linear 0s;
         -o-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
}

.animated .navbar-brand {
    padding: 9px 0 0 15px;
}

.animated .navbar-brand > img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

/*--- navbar nav -----*/

.navbar-nav > li a {	
	border-color: transparent transparent;
	border-style: solid;
	border-width: 0 1px 1px;
	color: #888888;
	padding: 44.3px 25px;
	position: relative;
	text-transform: uppercase;
}

.animated .navbar-nav > li a {
    padding: 24px 25px;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav > li.current:before,
.navbar-nav > li:hover:before {
	background-color: #e5e5e5;
	content: "";
	height: 101%;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
}

.navbar-nav > li.current:after,
.navbar-nav > li:hover:after {
	background-color: #e5e5e5;
	content: "";
	height: 101%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.navbar-nav > li > a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 15px;
    height: 2px;
    opacity: 0;
    margin-left: -7.5px;
    background-color: #00aeef;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.navbar-nav > li.current > a:after,
.navbar-nav > li > a:hover:after {
    margin-left: -50%;
    width: 100%;
    opacity: 1;
}

.navbar-nav > li.current > a,
.navbar-nav > li.current > a:hover,
.navbar-nav > li.current > a:focus {
    background-color: transparent;
    color: #00aeef;
    border-bottom: 0;
}

.navbar-nav > li.current > a:before,
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
	background-color: #00aeef;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}


/*--------------- Dropdown ----------------*/

.navbar-nav > li > ul {
    background-color: #fff;
    border: 1px solid #f8f8f8;
    display: none ;
    left: 1px;
    list-style: none;
    margin: 1px 0 0;
    min-width: 250px;
    padding: 25px 40px;
    position: absolute;
    top: 100%;
}

.navbar-nav > li > .dropdown > li {
    position: relative;
}

.navbar-nav > li .dropdown > li > ul {
    background-color: #fff;
    border: 1px solid #f8f8f8;
    opacity: 0;
    padding: 25px 40px;
    position: absolute;
    min-width: 250px;
    left: 0;
    top: 0;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all 0.5s;
}

.navbar-nav > li .dropdown > li:hover > ul {
    left: -173%;
    opacity: 1;
}

.navbar-nav > li .dropdown > li a:hover {
    color: #00aeef;
}

.navbar-nav > li .dropdown > li > ul > li > a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd;
}

.navbar-nav > li .dropdown > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav > li > .dropdown > li > a {
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
}

.navbar-nav > li > .dropdown > li:last-child > a {
    border-bottom: 0;
}

/*==================================
    Home Banner
===================================*/

.home-banner {
    background: url("first_big.jpg") no-repeat scroll center center / cover  transparent;
	height: 600px;
    padding: 0;
}

.home-banner.banner-2 {
    background-image: none;
    padding-top: 0;
    position: relative;
}

.banner-2 .carousel-inner > .item {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

#home-carousel {
    overflow: hidden;
}

.home-banner.banner-2 .slide-controls a {
    background-color: #cecece;
    display: block;
    height: 60px;
    left: -60px;
    margin-top: -30px;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 60px;
    
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;
}

#home-carousel:hover .slide-prev {
    left: 0;
}

.home-banner.banner-2 .slide-controls a:hover {
    background-color: #00aeef;   
}

.home-banner.banner-2 .slide-controls .slide-next {
    left: auto;
    right: -60px;
}

#home-carousel:hover .slide-next {
    right: 0;
}

.home-banner.banner-2 .slide-controls .slide-prev:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    left: 27px;
    top: 50%;
    width: 18px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.home-banner.banner-2 .slide-controls .slide-next:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 27px;
    top: 50%;
    width: 18px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.home-banner.banner-2 .carousel-indicators li {
    background-color: #666;
    border: 1px solid #666;
    border-radius: 50px;
    height: 15px;
    margin: 0 5px;
    width: 15px;
    
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;
}

.home-banner.banner-2 .carousel-indicators li:hover,
.home-banner.banner-2 .carousel-indicators li.active {
    background-color: #00aeef;
    border-color: #00aeef;
}

.home-banner.banner-3 {
    background-image: url("http://pixelcoder.net/eydia/img/banner3.jpg");
    margin-top: 0 !important;
    height: 850px;
}

.banner-caption {
    margin-top: 15%;
    max-width: 100%;
    width: 470px;
}

.banner-caption h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

.banner-caption p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.banner-caption a {
    margin-top: 35px;
}

.home-banner.banner-3 .banner-caption {
    margin-top: 118px;
    max-width: none;
    width: 100%;
}

.home-banner.banner-3 .banner-caption h1,
.home-banner.banner-6 .slide-left h1 {
    color: #00aeef;
    font-family: Raleway;
    font-size: 44px;
    font-weight: 100;
    line-height: 60px;
}

.home-banner.banner-3 .banner-caption h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #00aeef;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.home-banner.banner-3 .banner-caption ul {}

.home-banner.banner-3 .banner-caption ul li {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #333333;
}

.home-banner.banner-3 .banner-caption ul li:last-child {
    margin-bottom: 0;
}

.home-banner.banner-3 .banner-caption ul li i {
    margin-right: 15px;
    font-size: 36px;
    color: #00aeef;
    float: left;
}

.home-banner.banner-3 .banner-caption ul li span {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: lowercase;
}

.home-banner.banner-3 .banner-caption ul li span::first-letter {
    text-transform: uppercase;
}


.home-banner.banner-3 .iphone {
    margin-top: 105px;
}

.home-banner.banner-3 .iphone img {

}

.home-banner.banner-6 {
    background-image: url(http://pixelcoder.net/eydia/img/banner3.jpg);
    margin-top: 0 !important;
    height: 900px;
}

.banner-6 .slide-left {
    float: left;
    margin-top: 305px;
    max-width: 695px;
    width: 100%;
}

.home-banner.banner-6 .slide-left h1,
.home-banner.banner-6 .slide-left h2,
.home-banner.banner-6 .slide-left h3 {
    clear: both;
}

.home-banner.banner-6 .slide-left h1 {
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.home-banner.banner-6 .slide-left h3 {
    background-color: #00aeef;
    clear: both;
    color: #fff;
    display: inline-block;
    float: right;
    right: -54px;
    padding: 19px 30px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.home-banner.banner-6 .slide-left h3:before {
    border-color: #00aeef #00aeef transparent transparent;
    border-style: solid;
    border-width: 35px;
    content: "";
    left: -70px;
    position: absolute;
    top: 0;
}

.home-banner.banner-6 .slide-left h2 {
    background-color: #dde1e2;
    clear: both;
    color: #00aeef;
    display: inline-block;
    float: right;
    right: -54px;
    padding: 27px 30px;
    font-size: 39px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.home-banner.banner-6 .slide-left h2:before {
    border-color: #dde1e2 #dde1e2 transparent transparent;
    border-style: solid;
    border-width: 43px;
    content: "";
    left: -86px;
    position: absolute;
    top: 0;
}

.banner-6 .slide-right {
    margin-top: 105px;
    float: right;
}

.service-three .section-head {
    margin-bottom: 130px;
}


/* subscriptipon form */

.sform .form-control {
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #cccccc;
    font-size: 18px;
    height: 60px;
    padding: 0;
    text-indent: 30px;
    text-transform: uppercase;
    width: 100%;
}

.sform .subs-sub {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    height: 60px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    background-color: #00aeef;
}

/*==================================
    Services
===================================*/


.service-four .section-head {
    margin-bottom: 130px;
}

.service-item h4 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.service-four .service-item {
    border: 1px solid #f4f4f4;
}

.service-four .service-item .service-icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    color: #00aeef;
    display: inline-block;
    font-size: 48px;
    height: 110px;
    left: 50%;
    line-height: 110px;
    margin-left: -55px;
    position: absolute;
    text-align: center;
    top: -55px;
    width: 110px;

    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
}



.service-four .service-item .service-icon:after {
    border: 1px solid #ddd;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


.service-four .service-item:hover .service-icon {
    background-color: #00aeef;
    color: #fff;
}

.service-four .service-desc {
    margin-top: 80px;
    padding: 0 0 20px;
}

.service-four .service-desc span {
    color: #00aeef;
    font-size: 13px;
}

.service-four .service-desc p {}

.service-four .service-desc a {
    background-color: #00aeef;
    border-top: 1px solid #00aeef;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 40px;
    padding: 5px 15px;
    position: relative;
}

.service-four .service-desc a:before {
    background-color: #00aeef;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -100%;
    position: absolute;
    top: -20px;
    width: 200%;
}


/*==================================
    Products
===================================*/

#product {
    background: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64\,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}

#product .section-head h2 {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 25px;
}

#product .bx-wrapper {
    margin: 30px 0 0;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #888;
    border-radius: 50px;
    height: 15px;
    width: 15px;
}

.bx-wrapper .bx-pager {
    bottom: -53px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00aeef;
}

.product-overview h3 {
    color: #00aeef;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    top: -5px;
}

.product-overview ul {
    color: #333;
    font-weight: 700;
    line-height: 41px;
    margin-top: 10px;
}

.product-overview ul li i {
    color: #333;
    font-size: 18px;
    margin-right: 4px;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.product-overview ul li:hover i {
    margin-right: 10px;
}

.product-overview a {
    margin-top: 40px;
    font-weight: 700;
}

/*==================================
    test-parallax
===================================*/


.test-parallax {
    background-image: url(second_big.jpg);
    padding: 250px 0;
}

.test-parallax .prlx-inner {
    border: 10px solid #ddd;
    margin: 0 auto;
    max-width: 400px;
    padding: 60px 0;
    width: 100%;
}

.test-parallax .prlx-inner p {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}


/*==================================
    Portfolio
===================================*/

#portfolio {
    padding-bottom: 0;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}

.portfolio-item  img {
}

.portfolio .col-xs-12 {
    padding: 0;
}

.portfolio-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.portfolio-hover > div {
    height: 50%;
    position: absolute;
    color: #fff;
    height: 50%;
    width: 100%;
    text-align: center;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.caption-top {
    background-color: rgba(0, 174, 239, 0.8);
    top: -50%;
}

.caption-bottom {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 6%;
    bottom: -50%;
}

.portfolio-item:hover .caption-top {
    top: 0;
}

.portfolio-item:hover .caption-bottom {
    bottom: 0;
}

.portfolio-item .caption-top a {
    background: url("zoom0000.png") no-repeat scroll center center transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    position: relative;
    text-indent: -9999em;
    top: 34%;
    width: 45px;
}

.portfolio-item .caption-top a:hover {
    background: url("http://pixelcoder.net/eydia/img/icons/zoom-hr.png") no-repeat scroll center center #fff;
    border: 1px solid #fff;
}

.lb-outerContainer,
.lightbox .lb-image {
    border-radius: 0;
}

.lb-data .lb-close,
.lb-nav a {
    position: relative;
}

.lb-data .lb-close:before,
.lb-data .lb-close:after {
    content: '';
    width: 25px;
    height: 1px;
    right: 0;
    top: 10px;
    position: absolute;
    transform: rotate(45deg);
    background-color: #fff;
}

.lb-data .lb-close:after {
    transform: rotate(-45deg);
}

.lb-nav a.lb-prev:before,
.lb-nav a.lb-next:after {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 25px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 25px;

    -webkit-transform: rotate(-47deg);
       -moz-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
         -o-transform: rotate(-47deg);
            transform: rotate(-47deg);
}

.lb-nav a.lb-next:after {
    left: auto;
    right: 22px;
    
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}


/*==================================
    Pricing
===================================*/

.price-table {}

.price-table .package-title {
    background-color: #f1f1f1;
    border-color: #ddd #ddd transparent;
    border-style: solid;
    border-width: 1px;
    background-color: #f1f1f1;
    color: #000;
    font-family: Lato,sans-serif;
    font-style: italic;
    font-weight: 700;
    padding: 40px 0;
    text-align: center;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.price-table:hover .package-title {
    background-color: #00aeef;
    color: #fff;
}

.price-table .price-innter {
    border-style: solid;
    border-color: transparent #ddd #ddd;
    border-width: 1px;
    padding: 35px 40px 40px;
}

.price-table .value {
    margin-bottom: 50px;
    padding-bottom: 45px;
    position: relative;
}

.price-table .value:after {
    background-color: #00aeef;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 65px;
}

.price-table .value strong {
    font-family: Oswald,sans-serif;
    line-height: 54px;
    font-weight: 700;
    font-size: 54px;
    margin: -2px 10px 0 0;
    float: left;
    color: #555;
}

.price-table .value p {
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    color: #777;
}

.price-table .value span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #00aeef;
}

.price-table ul li {
    color: #555;
    line-height: 36px;
    text-transform: uppercase;
}

.price-table .btn-blue {
    margin-top: 38px;
}


/*==================================
    Parallax
===================================*/

#parallax {
    background-image: url(product0.jpg);
    padding: 0;
}

#parallax .overlay {
    background-color: rgba(0,0,0,0.3);
    padding: 100px 0;
}

#parallax .bg {
    background-color: #fff;
    padding: 45px 0 60px;
}

#parallax .section-head h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #c2c2c2;
}

#parallax .bg .col-md-6:last-child .product-thumb {
    margin-left: 0; 
}

.product-thumb {
    float: left;
    margin-left: 45px;
}

.product-desc {
    margin-left: 45%;
}

.product-desc h3 {
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    color: #333;
}

.product-desc a {
    font-size: 14px;
    font-weight: 700;
    margin: 40px 0 0 43px;
    padding: 11.5px 35px;
    position: relative;
}

.product-desc a:before {
    background-color: #027ead;
    content: "";
    height: 43px;
    left: -43px;
    position: absolute;
    top: 0;
    width: 43px;
}

.product-desc a:after {
	background: url("dot00000.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	font-size: 30px;
	height: 3px;
	left: -24px;
	position: absolute;
	top: 50%;
	width: 3px;
}


/*==================================
    Team
===================================*/

.team .member-thumb {
    position: relative;
    overflow: hidden;
}

.team .member-thumb .mask {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    bottom: -100%;
    width: 100%;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.team-mate:hover .mask {
    bottom: 0;
}

.team .member-thumb .mask ul {
    bottom: -70%;
    position: relative;
}

.team .member-thumb .mask li {
    display: inline-block;
    margin-right: 8px;
}

.team .member-thumb .mask li:last-child {
    margin-right: 0;
}

.team .member-thumb .mask li a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    line-height: 40px;
}

.team .member-thumb .mask li a:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

.team-mate .about {
    background-color: #f5f5f5;
    padding: 20px;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.team-mate:hover .about {
    background-color: #00aeef;
}

.team-mate .about h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-mate:hover .about span,
.team-mate:hover .about p {
    color: #fff;
}


/*==================================
    Vertical Tabs
===================================*/

.vtabs .col-xs-12.col-md-4 {
    padding-right: 0;
}

.vtabs .col-xs-12:last-child {
    padding-left: 0;
}

.vtabs-nav {
    border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 1px;
    position: relative;
    z-index: 2;
}

.vtabs-nav li a:hover,
.vtabs-nav li.active a {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.vtabs-nav li a {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 15px 0 15px 25px;
}

.vtabs-nav li:last-child a {
    border-bottom: 0;
}

.vtabs-nav li a i {
    float: left;
    font-size: 28px;
    line-height: 34px;
    margin: -4px 10px 0 0;
}

.vtabs .tabpanel .tab-pane {
    border: 1px solid #e5e5e5;
    margin-left: -2px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.vtabs .tab-pane p {
    margin: 0;
}


/*==================================
    Cleint
===================================*/


#client {
    background-color: #e7e7e7;
    margin-bottom: 100px;
    padding: 55px 0 38px;
}

.client .client-list li {
    display: inline-block;
}

.client .client-list li:first-child {
    margin-left: 0;
}

.client .client-list li:last-child {
    margin-right: 0;
}


.client .client-list li a {
    display: block;
}



/*==================================
    Teatimonial
===================================*/

.twitter-feed,
#teatimonial,
.facts {
    background-image: url(third_big.jpg);
    padding: 0;
}

.twitter-feed .overlay,
#teatimonial .overlay,
.facts .overlay {
    background-color: rgba(255,255,255,0.8);
    padding: 100px 0;
}

.subtitle {
    border-bottom: 1px solid #c2c2c2;
    color: #333;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 70px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-sl-wrapper {
    background-color: #fff;
    padding: 30px 30px 72px;
}

.bx-wrapper {
    margin: 0;
}

.testimonial-item .date {
    float: left;
    margin-right: 50px;
    font-family: "Lato",sans-serif;
}

.testimonial-item .date b {
    color: #00aeef;
    font-size: 128px;
    line-height: 97px;
    font-weight: 100;
}

.testimonial-item .date p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    margin: 25px 0 0;
    text-transform: uppercase;
}

.testimonial-item .test-entry p {
    margin: 0;
}

.testimonial-item .test-entry span {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
}

.testimonial-item .test-entry span strong {
    color: #00aeef;
}

#teatimonial .panel-default {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

#teatimonial .panel-default .panel-heading {
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #c2c2c2;
}

#teatimonial .panel-default .panel-heading:hover {
    border-bottom: 1px solid #00aeef;
}

#teatimonial .panel-default .panel-body  {
    border: 0;
}

#teatimonial .panel-title a {
    color: #00aeef;
    display: block;
    margin: 0;
    padding: 12px 0 12px 46px;
    position: relative;
    text-transform: uppercase;
}

#teatimonial .panel-default > .panel-heading {
    position: relative;
    padding: 0;
}

#faq .panel-title {
    margin: 0;
    padding: 0;
}

#faq .panel-title a .icon {
  background-color: #00aeef;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 37px;
}

#faq .panel-title a:hover {
    color: #555555;
}

#faq .panel-title a .icon:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 50%;
    width: 7px;
    z-index: 1;
}

#faq .panel-title a .icon:after {
    background-color: #fff;
    content: "";
    height: 7px;
    left: 50%;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    width: 1px;
}

#faq .panel-heading a .icon i {
    background-color: transparent;
    height: 15px;
    left: 50%;
    margin: -7px 0 0 -7px;
    position: absolute;
    top: 50%;
    width: 15px;
}

#faq .panel-heading.active a .icon:before {
  background-color: #00aeef;
}

#faq .panel-heading.active a .icon i {
    background-color: #fff;
}

#faq .panel-body {
	padding: 0;
}

#faq .panel-body > p {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 10px 46px;
}


/*==================================
    Twitter Feed
===================================*/

.twitter-feed .twitter-icon {
    position: relative;
}

.twitter-feed .twitter-icon:after {
    background-color: #00aeef;
    content: "";
    height: 170%;
    position: absolute;
    right: -30%;
    top: -35%;
    width: 1px;
}

.twitter-feed .twitter-icon h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 25px;
    text-transform: uppercase;
}

.twitter-feed .twitter-icon > i {
    background-color: #00aeef;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    width: 80px;
}

.latest-tweets {
    background-color: #fff;
    max-width: 400px;
    padding: 30px 30px 100px;
    position: relative;
    width: 100%;
}

.tweet-slider .tweet-item span {
    color: #00aeef;
}

.tweet-slider .tweet-item p {
    float: right;
    margin: 5px 0 0;
}


.latest-tweets .bx-wrapper .bx-controls-direction a {
    top: 150px;
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-prev {
    left: auto;
    right: 40px;
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-prev:before {
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    content: "";
    height: 15px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 15px;

    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-prev:hover:before{
    border-color: #00aeef;
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-prev:after {
    background-color: #c2c2c2;
    content: "";
    height: 22px;
    position: absolute;
    right: -7px;
    top: -4px;
    width: 1px;
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-next:after {
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    content: "";
    height: 15px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 15px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.latest-tweets .bx-wrapper .bx-controls-direction a.bx-next:hover:after{
    border-color: #00aeef;
}

/*==================================
    Current News
===================================*/

.nws-item .news-head > span {
    color: #00aeef;
    display: inline-block;
    font-size: 14px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.nws-item .news-head h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nws-item .post-meta {
    color: #777777;
    font-family: Lato,sans-serif;
    font-size: 14px;
}

.nws-item .post-meta:after {
    background-color: #00aeef;
    content: "";
    display: block;
    height: 3px;
    margin-top: 13px;
    width: 70px;
}

.nws-item .post-meta a {
    color: #333333;
}


/*==================================
    Facts
===================================*/

.facts .fact-item {
    background-color: #fff;
    padding: 28px 0;
}

.facts .fact-item strong {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.facts .fact-item p {
    margin: 0;
}

#map-canvas4 {
    width: 100%;
    height: 650px;
}

.contact4 {
    position: relative;
    padding-bottom: 0;
}

.contact4 .address {
    background-color: #00aeef;
    bottom: 21%;
    color: #fff;
    height: 250px;
    position: absolute;
    right: 9%;
    padding: 30px;
    width: 385px;
}

.contact4 .address:before {
    border-color: transparent transparent transparent #00aeef;
    border-style: solid;
    border-width: 40px;
    bottom: -40px;
    content: "";
    left: 0;
    margin-top: 12px;
    position: absolute;
}

.contact4 .address a {
    color: #fff;
}

.contact.contact4 .address p:nth-child(2) i {
    margin-bottom: 30px;
}


/*==================================
    Contact
===================================*/


.contact > .container > .row:first-child {
    margin-bottom: 70px;
}

.contact #map-canvas {
    width: 100%;
    height: 345px;
}

.contact .address h5 {
    font-size: 15px;
    font-weight: 700;
}

.contact .address p {
    font-size: 15px;
    margin-top: 10px;
}

.contact .address p:nth-child(2) i {
	display: inline-block;
	float: left;
	margin-bottom: 40px;
	margin-top: 9px;
}

.contact .address p i {
    margin-right: 15px;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #666a6b;
    font-size: 13px;
    height: 48px;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
}

#success, #error {
    display: none;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
}

#error {
    color: #c0392b;
}

#success {
    color: #9bd32d;
}

.contact-form .error {
    color: #ff0000;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.contact-form textarea.form-control {
    height: 128px;
    padding: 20px 20px 20px 25px;
}

.contact-form .message-sub {
    font-size: 14px;
    padding: 11px 40px;
}

/*==================================
    footer-nav
===================================*/

.footer-navigation {
    padding: 0px;
    border-top: 1px solid #00aeef;
    background-color: #f1f1f1;
}

.footer-navigation .footer-nav ul {
    text-align: center;
}

.footer-navigation .footer-nav ul li {
    display: inline-block;
}

.footer-navigation .footer-nav ul li a {
    display: block;
    color: #888888;
    padding: 50px 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-navigation .footer-nav ul li a:hover {
    color: #00aeef;
}

/*==================================
    Footer
===================================*/


.footer {
    background-color: #00aeef;
    padding: 30px 0;
    color: #fff;
}

.footer .copyright {
    margin: 9px 0 0;
	font-weight:300;
	font-family: Lato, sans-serif;
    text-transform: uppercase;
}

.footer .copyright a {
    color: #fff;
}

.footer .social-links li {
    display: inline-block;
    margin-right: 8px;
}

.team .member-thumb .mask li:last-child {
    margin-right: 0;
}

.footer .social-links li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    width: 42px;
}

.footer .social-links li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00aeef;
}

#go-top {
    background-color: rgba(0,0,0,0.08);
    bottom: 102px;
    color: #fff;
    font-size: 12px;
    height: 50px;
    position: fixed;
    right: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 9;
    display: none;
    line-height: 12px;
}

#go-top > i {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#go-top:hover {
    background-color: #24afe3;
}



/*==================================
    #blog-section
===================================*/


#blog-section {
    padding: 65px 0 0;
    background-color: #f1f1f1;
}

.posts-section .post-entry {
    background-color: #fff;
    margin-bottom: 30px;
}

.posts-section .post-entry:last-child {
    margin-bottom: 0;
}

.post-entry .post-media .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.post-entry .post-media .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-entry .post-excerpt {
    padding: 30px;
}

.posts-section .post-entry h2 {
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
}

.posts-section .post-entry .post-meta {
    color: #777777;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 15px;
}

.posts-section .post-entry .post-meta a {
    color: #555;
}

.posts-section .post-entry .post-meta a:hover,
.post-entry .post-media .link-post:hover {
    color: #00aeef;
}

.post-entry .post-media .link-post {
    background-color: hsl(0, 0%, 87%);
    background-image: url("http://pixelcoder.net/eydia/images/image_slider/fullimage4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: hsl(0, 0%, 33%);
    display: block;
    font-size: 22px;
    padding: 50px 0;
    text-align: center;
}

blockquote {
    border-left: 3px solid #00aeef;
    font-size: 14px;
    margin: 20px 0 20px 25px;
    padding: 0 20px 0 30px;
}

.posts-section .post-entry .excerpt-btn {
    color: #555555;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    margin-top: 25px;
}

.posts-section .post-entry .excerpt-btn i {
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.posts-section .post-entry .excerpt-btn:hover i {
    margin-left: 5px;
}

.posts-section .post-entry .post-share {
    margin-top: 25px;
}

.posts-section .post-entry .post-share li {
    display: inline-block;
}

.posts-section .post-entry .post-share li a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 42px;
}

.posts-section .post-entry .post-share li a:hover {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.post-media .bx-wrapper {
    overflow: hidden;
}

.post-entry .bx-controls-direction a {
    background-color: #00aeef;
    color: #fff;
    height: 50px;
    margin-top: -25px;
    width: 50px;
    z-index: 99;
}

.post-entry .bx-controls-direction a.bx-prev:before {
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    height: 15px;
    left: 22px;
    position: absolute;
    top: 18px;
    width: 15px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.post-entry .bx-controls-direction a.bx-next:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    height: 15px;
    left: 18px;
    position: absolute;
    top: 13px;
    width: 15px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.post-entry .bx-controls-direction a.bx-prev {
    left: -50px;
}

.post-entry .bx-controls-direction a.bx-next {
    right: -50px;
}

.post-entry:hover .bx-controls-direction a.bx-prev {
    left: 0;
}

.post-entry:hover .bx-controls-direction a.bx-next {
    right: 0;
}

.post-media > iframe {
    width: 100%;
}

/*----------------------- Post Comment Section ----------------------*/
.about_psot_author {
  background: none repeat scroll 0 0 #fbfcf0;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 30px;
  padding: 20px 10px 17px;
  width: 100%;
}
.about_psot_author h2{
    color: #00aeef;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.about_psot_author img {
    border: 1px solid #ddd;
    float: left;
    margin-left: 10px;
    max-width: 130px;
    padding: 5px;
    transition: all 0.5s ease 0s;
}
.about_psot_author div {
    margin-left: 22%;
}
.about_psot_author div h3{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}
.about_psot_author div h3 span{
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    font-style: italic;
}
.about_psot_author div p{
    color: #999;
    font-size: 14px;
    margin: 11px 0 0 0;
    line-height:24px;
}
/* Comment Style css */
.post_comment_area{
    clear: both;
    margin: 30px 0;
    padding: 30px;
    background-color: #fff;
}
.post_comment_area > h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #00aeef;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.post_comment_area .single_comment{
    overflow:hidden;
    margin-top:10px;
}

.comment{
    width:100%;
    height:auto;
    float:left;
    padding:10px 0 15px;
}
.comment>div{
    width:100%;
    float:left;
}
.coment_text{
    float: left;
    padding-bottom: 34px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.coment_text:after{
    width:1000%;
    height:1px;
    background:#ccc;
    content:"";
    position:absolute;
    z-index:1;
    bottom:0%;
    left:-300%;
}
.coment_text>a{
    display:block;
    width:10%;
    float:left;
}
.coment_text>a img{
    max-width:100%;
}
.coment_text div{
    display: block;
    float: left;
    margin-left: 2%;
    width:87%;
}

.author-meta .author_picture {
    float:left;
}

.author-meta .author_picture img {
  border-radius: 50%;
  max-width: 85px;
  width: 100%;
}

.coment_text .author-meta > div {
  float: left;
  margin: 20px 0 0 25px;
  width: auto;
}

.coment_text .author-replay p {
  line-height: 24px;
  margin: 15px 0 0;
}

.coment_text > div h2 {
    color:#333;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
    text-transform:uppercase;
}

.coment_text > div h2 a {
    color: #333;
}

.coment_text > div h2 a:hover {
    color: #00aeef;
}
.coment_text > div span {
  color: #999;
  font-size: 12px;
}
.coment_text > div span + a {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}
.coment_text > div span + a:hover {
    color: #00aeef;
}
.coment_text>div p{
    font-size:14px;
    color:#999;
    line-height:22px;
    margin-top:10px;
}
.comment_replay{
    padding-left:70px;
}
.comment_form_box{
    margin:25px 0 0;
}
.comment_form_box input[type='text']{
    border-radius:0;
    margin:0;
    padding:0 8px;
}
.comment_form_box textarea{
    border-radius: 0;
    margin: 25px 0;
    padding: 8px;
}
.comment_form_box .comment-submit {
    background-color: #fff;
    border: 2px solid #00aeef;
    color: #000;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.comment_form_box .comment-submit:hover{
    background-color: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
}

.comment_form_box .form-control {
    border-radius:0;
}

.comment_form_box .form-control:focus {
  border-color: #00aeef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 
              0 0 8px rgba(0,174,239,0.8);
}


/*----------------------- Right SIdebar ----------------------*/

.sidebar {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

.sidebar:last-child {
    margin-bottom: 0;
}

.sidebar .blog-search {
    position: relative;
}

.sidebar .blog-search .search-input {
    background-color: #edecec;
    letter-spacing: 2px;
    text-indent: 30px;
    padding: 0;
    height: 42px;
    border: 0;
    width: 100%;
}

.sidebar .blog-search .search-sub {
    background-color: #00aeef;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.sidebar .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar ul li a {
    line-height: 30px;
    margin-bottom: 5px;
    display: block;
}

.sidebar ul li:last-child a {
    margin-bottom: 0;
}

.sidebar ul li a i {
    margin-right: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar ul li a:hover i {
    margin-right: 10px;
}

.media-list .pp-item,
.sidebar .pp-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.media-list .pp-item:last-child,
.sidebar .pp-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.media-list .pp-item img,
.sidebar .pp-item img {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}

.media-list .pp-media span,
.sidebar .pp-media span {
    display: block;
}

.media-list .pp-media h4 a,
.sidebar .pp-media h4 a {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
}

.sidebar .tagcloud a {
    background-color: #e5e5e5;
    color: #999;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
    padding: 2px 10px;
}

.sidebar .tagcloud a:hover {
    background-color: #00aeef;
    color: #fff;
}

.sidebar .flickr-widget li {
    float: left;
}

.sidebar .flickr-widget li a {
    margin: 0 5px 5px 0;
}

.sidebar .flickr-widget li:nth-child(3n) a {
    margin-right: 0;
}

.sidebar .flickr-widget li a img {
    max-width: 100px;
}