/*
Theme Name: Lora
Theme URI: https://pixelonetry.com/
Author: pixelonetyry
Author URI: https://www.templatemonster.com/authors/pixelonetry/
Description: Lora is creative one page parallax WordPress theme for anyone. This theme can be used for creative, portfolio, agency or multipurpose website .This theme is perfect for any other categories as well and you can also modify it.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
Text Domain: pixelonetry.
*/

/*------------------------------------------------------------------
Main Color: #f75443
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. CSS Reset    
    2. Bootstrap fix for WinPhone 8 and IE10    
    3. Main Elements    
    4. Typography	
    5. Basic Styles		
        5.1. Hover Overlay
		5.2. Seperator		
        5.3. Buttons
        5.4. Forms	
        5.5. Preloader
        5.6. Spacer
        5.7. Scroll Bar
    6. Isotope Transitions
	7. Header
        7.1. Mobile Navigation
	8. Hero Section
	9. Basic Section Styles
	10. About Section	
    11. Call to Action
	12. Services Section
	13. Counters	
    14. Portfolio Section        
        14.1. Filter         
        14.2. Portfolio Item	
    15. Clients	
    16. New Feature Section	
    17. Testimonials		
        17.1. Flexslider
	18. Team Section		
		18.1. Social Icons Hover
	19. Pricing Section
    20. Contact Section		
        20.1. Contact Form	
    21. Blog
    22. Pagination
    23. Sidebar
    24. Comments
    25. Footer		
        25.1. Newsletter Form
		25.2. Footer Social Icons
        25.3. Copyright 
        25.4. Scroll Up
    26. Responsive CSS
		

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. CSS Reset
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------------------------
2. Bootstrap fix for WinPhone 8 and IE10
-------------------------------------------------------------------*/

@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }  

/*------------------------------------------------------------------
3. Main Elements
-------------------------------------------------------------------*/
html {
    overflow-x: hidden;
}
body {
    font: 16px/32px "Lora", Helvetica, Arial, sans-serif;
    line-height: 1; 
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    background: #ffffff;
    overflow-x: hidden; 
    color: #808080;  
}
/*------------------------------------------------------------------
4. Typography
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { 
    font-family: "Oranienbaum", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 50px;
	line-height: 62px;
    font-weight: 400;
    color: #515151;
	letter-spacing: 0.10em;
    margin-bottom: 20px;
}
h2 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
    color: #7e7e7e;
    letter-spacing: 0.10em;
	margin-bottom: 20px;
}
h3 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
    color: #292929;
    margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
    margin-bottom: 20px;
}
p {
    font-size: 16px;
	line-height: 42px;
}
.post-body p {
   font-size: 18px;
   line-height: 36px;  
   margin-bottom: 60px;
}
a { 
    color: #f75443;
    text-decoration: none; 
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease; 
}
a:hover {  
    text-decoration: none; 
    outline: none;     
}
em {
	font-style: italic;
}
strong { 
    font-weight: 600;
    color: #f75443;
}
/*------------------------------------------------------------------
5. Basic Styles
-------------------------------------------------------------------*/
.text-left {
	text-align: left !important;
}
.text-right { 
	text-align: right !important;
}
.text-center {
	text-align: center!important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.left-margin {
	margin-left: 80px;
}
.right-margin {
	margin-right: 80px;
}
.top-margin {
	margin-top: 80px;
}
.bottom-margin {
	margin-bottom: 80px;
}
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
/*------------------------------------------------------------------
5.1. Hover Overlay
-------------------------------------------------------------------*/
.overlay {
    position: relative;
    overflow: hidden;
}
.overlay img {
    -webkit-transition: all 900ms;
	-moz-transition: all 900ms;
	-o-transition: all 900ms;
    -ms-transition: all 900ms;
	transition: all 900ms;
}
.overlay:hover img {
     -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
	-o-transform: scale(1.3);
    transform: scale(1.3);
}
.overlay .overlaycolor {
   	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
    filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}	
.overlay:hover .overlaycolor {
	opacity: 1;
    filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}	
.overlay span {
	width: 100%;
	height: 100%;
	position: absolute;
    background-color: #000000;
    opacity: 0.4;
}
/*------------------------------------------------------------------
5.2. Seperator
-------------------------------------------------------------------*/
.seperator {
	line-height: 0px;
	padding: 8px 0;
}
.seperator span {
    width: 100px;
	height: 2px;
	background: #000000;
	display: inline-block;
	opacity: 0.3; 
}
.color-light .seperator span { 
    background: #ffffff; 
    opacity: 0.7;
}
.seperator.full span { width: 100%; }
.seperator.medium span { width: 220px; }
.seperator.small span { width: 100px; }
.seperator.mini span { width: 40px; }

.seperator.height-1px span { height: 1px; }
.seperator.height-2px span { height: 2px; }
.seperator.height-3px span { height: 3px; }
/*------------------------------------------------------------------
5.3. Buttons
-------------------------------------------------------------------*/
.btn {
    font-family: "Oranienbaum", Helvetica, Arial, sans-serif;
    padding: 15px 50px;
    line-height: 16px;
    white-space: normal;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: All 200ms linear;
	-moz-transition: All 200ms linear;
	-ms-transition: All 200ms linear;
	-o-transition: All 200ms linear; 
    transition: All 200ms linear;
}
.btn:hover {
    color: #fff;
}
.btn-small {
    padding: 8px 16px;
}
.btn-medium {
    padding: 10px 20px;
}
.btn-large {
    padding: 15px 40px;
    font-size: 16px;
}
.btn-big {
    padding: 18px 45px;
    font-size: 18px;
}
.btn-outline-light {
    background: transparent;
    color: rgba(255,255,255,0.8);
    border: 2px solid rgba(255,255,255,0.3);
}
.btn-outline-light:hover {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.90); 
    color: #fff;
}
.btn-outline {
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(102, 102, 102, 0.5);
}
.btn-outline:hover {
    border: 2px solid rgba(102, 102, 102, 0.90); 
    color: #000000;
}
.btn-contour {
    background-color: #f75443;
}
.btn-contour:hover {
    opacity: 0.8;
}
/*------------------------------------------------------------------
5.4. Forms
-------------------------------------------------------------------*/
input, textarea, select {
    font-weight: 300;
    height: auto;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    color: #475996;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
    margin-bottom: 25px;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { color: #666; font-family: "Playfair Display", Helvetica, Arial, sans-serif; }
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, input::-moz-placeholder { color: #666; font-family: "Playfair Display", Helvetica, Arial, sans-serif; }
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, input:-ms-input-placeholder { color: #666; font-family: "Playfair Display", Helvetica, Arial, sans-serif;}
.wpcf7-form input.placeholder, .wpcf7-form textarea.placeholder, input.placeholder { color: #666; font-family: "Playfair Display", Helvetica, Arial, sans-serif; }
/*------------------------------------------------------------------
5.5. Preloader
-------------------------------------------------------------------*/
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
  }
  
  #preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
  }
  
  #preloader-status {
    display: table-cell;
    vertical-align: middle;
  }
  
  .preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 0;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
            animation: rotate 1s infinite linear;
    border: 3px solid;
    border-color: rgba(247, 85, 67, 0.15);
    border-radius: 50%;
  }
  
  .loader span {
      position: absolute;
      width: 45px;
      height: 45px;
      top: -3px;
      left: -3px;
      border: 3px solid transparent;
      border-top: 3px solid;
      border-top-color: rgba(247, 85, 67, 0.75); 
      border-radius: 50%;
  }
  
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
/*------------------------------------------------------------------
5.6. Spacer
-------------------------------------------------------------------*/
.spacer { 
    width:100%;
    display:block
  }
  .spacer.spacerhalf {
    height:5px 
  }
  .spacer.spacer1 {
    height:10px 
  }
  .spacer.spacer2 {
      height:20px
  }
  .spacer.spacer3 {
      height:30px 
  }
  .spacer.spacer4 {
        height:40px
  }
  .spacer.spacer5 {
    height:50px
  }
  .spacer.spacer6 {
    height:60px
  }
  .spacer.spacer7 {
    height:70px
  }
  .spacer.spacer8 {
    height:80px
  }
  .spacer.spacer9 {
    height:90px
  }
  .spacer.spacer10 {
    height:100px
  }
/*------------------------------------------------------------------
5.7. Scroll Bar
-------------------------------------------------------------------*/
  ::-webkit-scrollbar {
    width:12px
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); 
    -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3); 
    box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb { 
   background:rgba(247, 85, 67, 0.408); 
   -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5); 
    box-shadow:inset 0 0 6px rgba(0,0,0,.5); }
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(210,210,210,.4) 
}
/*------------------------------------------------------------------
6. Isotope Transitions
-------------------------------------------------------------------*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/*------------------------------------------------------------------
7. Header
-------------------------------------------------------------------*/
.navbar {
    font-family: "Oranienbaum", Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(168, 122, 122, 0.1);
    z-index: 100;
    min-height: 75px;
  }

  .navbar .navbar-nav li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 7px;
    margin: 10px;
  }

  .navbar .navbar-nav li > a i {
    color: #f75443;
    margin-right: 8px;
   } 
  
   .navbaroverlay .navbar-toggler i {
    color: #fff;
   }
   .nav-scroll .navbar-toggler i {
    color: #111;
   }
  
  .navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .navbar .navbar-nav .dropdown-menu li {
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 13px;
    opacity: .9;
  }

  .navbar .navbar-nav .dropdown-menu li a {
    color: #111111;
  }
  
  .navbar .navbar-nav .dropdown-menu li:hover {
    background: transparent;
    color: #f75443;
  }
  
  .navbar .navbar-nav .dropdown-menu.show {
    top: 42.5px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .navbar .navbar-nav .dropdown-menu li::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #f75443;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .navbar .navbar-nav .dropdown-menu li:hover {
    padding-left: 25px;
  }
  
  .navbar .navbar-nav .dropdown-menu li:hover::after {
    width: 10px;
  }
  
  .light, .nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  
  .light .navbar-nav li a, .nav-scroll .navbar-nav li a {
    color: #111;
  }
  
  .light .navbar-nav .logo, .nav-scroll .navbar-nav .logo {
    width: 100px;
    padding: 15px 0;
    color: #111;
  }
  
  .light .social-icon, .nav-scroll .social-icon {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .light .social-icon a, .nav-scroll .social-icon a {
    color: #000;
  }
  
  .light .social-icon a, .nav-scroll .social-icon a:hover {
    color: #000;
  }
  
  .light .search, .nav-scroll .search {
    color: #000;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar .social-icon {
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .navbar .social-icon a {
    color: #333;
    margin: 0 10px;
    font-size: 13px;
  }
  
  .navbar .social-icon a:hover {
    color: #f75443;
  }
  
  .navbar .search {
    color: #333;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar .search .icon {
    cursor: pointer;
  }
  
  .navbar .search .search-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(37, 37, 49, 0.98);
    display: none;
  }
  
  .navbar .search .search-form form {
    width: 600px;
    position: absolute;
    left: calc(50% - 300px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .navbar .search .search-form form input {
    padding: 15px 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #b19777;
  }
  
  .navbar .search .search-form .close {
    position: absolute;
    top: 20%;
    right: 20%;
    color: #fff;
    font-size: 60px;
    opacity: 1;
    cursor: pointer;
  }
  
  .navbar-expand-lg .navbar-nav > .active > a,
  .navbar-expand-lg .navbar-nav > .active > a:focus,
  .navbar-expand-lg .navbar-nav > .active > a:hover,
  .navbar-expand-lg .navbar-nav li > a:hover {
    color: #f75443;
  }
/*------------------------------------------------------------------
7.1. Mobile Navigation
-------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .navbar {
      min-height: 60px;
    }
    .navbar .navbar-collapse {
      max-height: 600px;
      width: 100% !important;
      left: 0 !important;
      position: relative;
      overflow: auto;
      background: #f7f7f7;
      text-align: center;
      padding: 0 0;
    }
    .navbar .navbar-collapse li {
      padding: 20px 10px !important;
      border-bottom: 1px solid rgb(212, 210, 210);
      color: #666;
      text-transform: uppercase;
      text-align: center;
    }
    .navbar .navbar-collapse li a {
      margin-top: -30px!important;
      color: #111;
    }
    .navbar li a {
      margin: 55x auto !important;
    }
    .navbar .logo {
      margin-left: 15px;
      width: 50px;
    }
    .nav-scroll .navbar-collapse li a,
    .light .navbar-collapse li a {
      color: #111;
    }
    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
    }
    .navbar .navbar-nav .dropdown-menu {
      opacity: 1;
      visibility: visible;
      display: none;
      background: #fff;
      text-align: center;
      color: #fff;
    }
    .navbar .navbar-nav .dropdown-menu li {
      color: #eee;
    }
    .navbar .navbar-nav .dropdown-menu.show {
      display: block;
    }
    .navbar .navbar-nav li a {
      padding: 0;
    }
    .light .social-icon,
    .nav-scroll .social-icon {
      padding: 20px!important;
    }
    .light .social-icon a,
    .nav-scroll .social-icon a {
    color: #fff;
    text-align: center;
    margin-top: 15px;
  }
  
  .navbar .social-icon,
  .navbar .search {
    border: 0;
    padding: 0;
    /*margin-top: 30px;*/
  }
  
  .navbar .search .search-form {
    display: block;
    position: static;
    height: auto;
  }
  
  .navbar .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  
  .navbar .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  
  .navbar .search .icon,
  .navbar .search .search-form .close {
    display: none;
  }
  }
/*------------------------------------------------------------------
8. Hero Section
-------------------------------------------------------------------*/
.hero {
	height: 760px;
	background: rgba(0,0,0,0.3);
    text-align: center;
}
.video-background #hero {
	background: rgba(0,0,0,0.4);
}
.home-slider ul.slides h1 {
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	color: #ffffff;
	vertical-align: central;
	padding: 180px 0;
	font-weight: bold;
    line-height: 82px;
	font-size: 70px;
    text-transform: uppercase;
}
.home-slider ul.slides h1 span {
	color: #f75443;
}
.hero .left-margin {
	margin-left: 0;
}
/*------------------------------------------------------------------
9. Basic Section Styles
-------------------------------------------------------------------*/
.section .title {
	text-transform: uppercase;
	letter-spacing: 0.10em;
    margin-bottom: 40px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
}
.section .subtitle {
	line-height: 48px;
}
.section .icon { 
    background-image: url(../images/section-title.png);
    background-repeat: repeat-x;
    background-position: center left;
    text-align: center;
    margin-bottom: 40px;
    color: #f75443;
} 
.section .icon i {
    background-color: #fff;
    font-size: 40px;
    padding: 0 50px;
}
.section .seperator {
    margin-bottom: 20px;
}
/*------------------------------------------------------------------
10. About Section
-------------------------------------------------------------------*/
.block {
    margin-top: -10px;
}
/*.block h2 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
}*/
.block h5 {
    margin-bottom: 0;
}
/*------------------------------------------------------------------
11. Call to Action
-------------------------------------------------------------------*/
.action { 
    text-transform: uppercase;
}
.action h2 { 
    margin-top: 10px;
    font-size: 30px;
    color: #f0f0f0;
}
.action h2 span {
     color: #fff;
     font-weight: 700;                       
}
.action .left-margin { 
    margin-left: 5px;
}
/*------------------------------------------------------------------
12. Services Section
-------------------------------------------------------------------*/
.service-block {
    cursor: pointer;
}
.service-block .ibox {
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.service-block .ibox i {
    background-color: #f75443;
    color: #ffffff;
    width: 65px;
    height: 65px;
     -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
    line-height: 65px;
    font-size: 30px;
}
.service-block:hover .ibox i {
    background-color: #f0f0f0;
    color: #f75443;
}
.service-block .tbox {
    overflow: hidden;
    padding: 0px 0px 0px 40px;
}
.service-block .tbox h3 {
      margin-bottom: 0;
}
.service-block .tbox .seperator {
    margin-bottom: 0;
}
.service-block .tbox p {
    font-size: 16px;
    line-height: 24px;
}
/*------------------------------------------------------------------
13. Counters
-------------------------------------------------------------------*/
.counters { 
    color: #fff;
}
.counters i { 
    font-size: 40px;
}
.counters .numbers-value {
	font-weight: 900;
	font-size: 45px;
	line-height: 60px;
    color: #fff;
}
.counters p {
	margin-bottom: 15px;
}
.counters h6 { 
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.counters h6 strong { 
    color: #f75443;
}
/*------------------------------------------------------------------
14. Portfolio Section
-------------------------------------------------------------------*/
#project-page {
	padding: 80px 0;
	text-align: center;
}
#project-page .project-title {
    margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
	margin-bottom: 40px;
   font-weight: bold;
}
#project-page .flex-control-paging li a.flex-active {
	background: #f75443;
}
#project-page p {
	text-align: left;
    margin-top: 20px;
}
/*------------------------------------------------------------------
14.1. Filter
-------------------------------------------------------------------*/
.portfolio .filter {
	text-align: center;
    margin-bottom: 10px;
}
.portfolio .filter li {
	display: inline-block;
    margin-left: 5px;
}
.portfolio ul li .button {
	color: #333;
    padding: 10px 40px;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #d0d0d0;
	letter-spacing: 0.20em;
    cursor: pointer;
     -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;
}
.portfolio ul li .button:hover {
	color: #fff;
	background: #f75443;
	border: 2px solid transparent;
}
.portfolio ul li .button.active {
    background: #f75443;
    border: 2px solid transparent;
     -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	color: #ffffff;
}
.portfolio ul li a.button.active:hover {
	color: #fff;
}
/*------------------------------------------------------------------
14.2. Portfolio Item
-------------------------------------------------------------------*/
.portfolio-item .overlay img {
    height: 235px;
}
.portfolio-item {
    margin-top: 30px;
    overflow: hidden;
}
.portfolio-item .mask {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid #ffffff;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-item:hover .mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX();
}
.portfolio-item .mask h6 {
    position: absolute;
    top:25%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}
.portfolio-item .mask p {
    position: absolute;
    top:37.5%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #ffffff;
}
.portfolio-item .mask ul {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}
.portfolio-item .mask ul li {
    display: inline-block;
    margin: 0 10px;
}
.portfolio-item .mask ul li a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #000000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    color: #000000; 
}
.portfolio-item .mask ul li a i {
    color: #ffffff; 
}
.portfolio-item .mask ul li a:hover {
    background: #f75443;
}
/*------------------------------------------------------------------
15. Clients
-------------------------------------------------------------------*/
.clients {
    text-align: center;
     -webkit-box-shadow: 0px 0px 10px 10px #e5e4e3;
	-moz-box-shadow: 0px 0px 10px 10px #e5e4e3;
    box-shadow: 0px 0px 10px 10px #e5e4e3;
}
.clients img {
    padding: 5px 5px;
    border: 1px solid #e5e4e3;
    width: auto;
    height: 92px;
}
.clients img:hover {
    opacity: 0.7;
}
/*------------------------------------------------------------------
16. New Feature Section
-------------------------------------------------------------------*/
#new-feature {
    padding: 80px 0;
    background-color: #ffffff;
}
#new-feature h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
}
/*------------------------------------------------------------------
17. Testimonials
-------------------------------------------------------------------*/
.testimonials {
    text-align: center; 
}
.testimonials .seperator  {    
    margin-bottom: 50px;
}
.testimonials-slider {
	text-align: center;
}
.testimonials-slider ul.slides i {
    font-size: 30px;
    color: #f75443;
}
.testimonials-slider ul.slides p {
    font-size: 28px;
	font-style: italic;
	padding: 30px 40px 0 40px;
    margin-bottom: 30px;
    color: #ffffff;
}
.testimonials-slider ul.slides h4 {
    font-size: 18px;
	font-style: italic;
    font-weight: 300;
	padding-bottom: 30px;
    margin-bottom: 80px;
    color: #ffffff;
}
.testimonials-slider ul.slides h4 span {
	color: #f75443;
    -webkit-box-shadow: 1px solid #ebd7d7;
	-moz-box-shadow: 1px solid #ebd7d7;
    box-shadow: 1px solid #ebd7d7;
}
/*------------------------------------------------------------------
17.1. Flexslider
-------------------------------------------------------------------*/
.flexslider .flex-control-paging li a {
    height: 12px;
    width: 12px;
    overflow: hidden;
}
.testimonials-slider .flex-control-paging li a.flex-active {
	background: #f75443;
}
/*------------------------------------------------------------------
18. Team Section
-------------------------------------------------------------------*/
.team-member .overlay img {
    height: 260px;
}
.team-member .mask {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-member:hover .mask {
      -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
	-o-transform: translateZ(0);
    transform: translateZ(0);
}
.team-member .mask ul {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    text-align: center
}
.team-member .mask ul li {
    display: inline-block;
}
.team-member .mask ul li a {
    background-color: #e5e4e3;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    -webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	-o-border-radius: 30%;
    border-radius: 30%;
    margin: 0px 10px;
    font-size: 24px;
    color: #f75443;
}
.team-member .mask ul li a:hover {
    background: #232323;
}
.team-info {
    margin-top: 10px;
}
.team-member h3 {
   margin-bottom: 10px;
}
.team-member h5 {
    color: #f75443;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.team-member .seperator {
    margin-bottom: 10px;
}
.team-member .team-info p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
/*------------------------------------------------------------------
18.1. Social Icons Hover
-------------------------------------------------------------------*/
.team-member .mask ul li a:hover .fa-facebook {
    color: #475996;
}
.team-member .mask ul li a:hover .fa-twitter {
    color: #69baf3;
}
.team-member .mask ul li a:hover .fa-google-plus {
    color: #f00;
}
.team-member .mask ul li a:hover .fa-linkedin {
    color: #4875b4;
}
.team-member .mask ul li a:hover .fa-pinterest {
	color: #d03737;
}
.team-member .mask ul li a:hover .fa-dribbble {
	color: #d76896;
}
.team-member .mask ul li a:hover .fa-behance {
	color: #00a8e7;
}
.team-member .mask ul li a:hover .fa-instagram {
    color: #beb3a8;
}
.team-member .mask ul li a:hover .fa-dropbox {
	color: #008ad2;
}
.team-member .mask ul li a:hover .fa-skype {
	color: #00a9ed;
}
.team-member .mask ul li a:hover .fa-youtube {
    color: #cd1b20;
}
.team-member .mask ul li a:hover .fa-tumblr {
    color: #3a5976;
}
.team-member .mask ul li a:hover .fa-vimeo {
    color: #00adee;
}
.team-member .mask ul li a:hover .fa-flickr {
    color: #d2d2d2;
}
.team-member .mask ul li a:hover .fa-github {
    color: #222;
}
.team-member .mask ul li a:hover .fa-renren {
    color: #364a83;
}
.team-member .mask ul li a:hover .fa-vk {
    color: #3b5998;
}
.team-member .mask ul li a:hover .fa-xing {
    color: #015f5e;
}
.team-member .mask ul li a:hover .fa-weibo {
    color: #be4443;
}
.team-member .mask ul li a:hover .fa-digg {
    color: #222;
}
.team-member .mask ul li a:hover .fa-deviantart {
    color: #57675d;
}
.team-member .mask ul li a:hover .fa-envelope {
    color: #999;
}
.team-member .mask ul li a:hover .fa-delicious {
    color: #0A0A0A;
}
.team-member .mask ul li a:hover .fa-rss {
    color:  #e67e22;
}
/*------------------------------------------------------------------
19. Pricing 
-------------------------------------------------------------------*/
#pricing-table {
    background-color: #f8f8f8;
    padding: 10px 10px;
    z-index: 100;
}
#pricing-table-center {
    background-color: #f8f8f8;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px 10px #e5e4e3;
    z-index: 100;
}
.pricing-table {
    background-color: #fff;
    border: 1px solid #e5e4e3;
    text-align: center;
}
.pricing-table:hover {
    background-color: #f8f8f8;
    opacity: 0.9;
}
.pricing-table .price-name {
  /* font-family: "Oswald", Helvetica, Arial, sans-serif; */
   margin-top: 15px;
   color: #666;
}
.pricing-table .price {
    padding-top: 8px;
    background-color: #f8f8f8;
   /* font-family: "Lato", Helvetica, Arial, sans-serif; */
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    color: #000;
    border-top: 1px solid #e5e4e3;
}
.pricing-table .price .currency {  
   position: relative;
   color: #505050;
   margin-right: -5px;
   font-size: 24px;
   top: -18px;
}
.pricing-table .price .integer-part {  
    font-weight: bold;
    font-size: 55px;
    color: #f75443;
    line-height: normal;
}
.pricing-table .price .decimal-part {  
    position: relative;
    right: 5px;
    margin-right: -30px;
    top: -25px;
    color: #f75443;
    font-size: 14px;
    font-weight: bold;
}
.pricing-table .price .time {
    /*font-family: "PT Sans", Helvetica, Arial, sans-serif;*/
    font-size: 11px;
    font-style: italic;
    position: relative;
    color: #3e3d3d;
}
.pricing-table ul {
    margin-top: -60px; 
}
.pricing-table ul li {
    display: block; 
    padding: 15px;
   /* font-family: "PT Sans", Helvetica, Arial, sans-serif; */
    color: #666;
    border-top: 1px solid #e5e4e3; 
}
.pricing-table ul li strong {
    font-weight: 400;
}
.pricing-table .price-footer {
  margin-top: -55px;
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e5e4e3;
}
.pricing-table .bottom-margin {
  margin-bottom: 10px;
}
#pricing-table .pricing-table .price-footer a.btn {
    margin-top: 5px;
}
#pricing-table-center .pricing-table .price-footer a.btn {
    margin-top: 5px;
}
#pricing-table-center .pricing-table .price-name {
   color: #f75443;
}
/*------------------------------------------------------------------
20. Contact Section
-------------------------------------------------------------------*/
.content-box {
    padding: 15px 15px;
    background-color: #eeeeee;
}
.content-box i {
    display: inline-block;
    background-color: #f75443;
    height: 70px;
    width: 70px;
    line-height: 70px;
    cursor: pointer;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    color: #ffffff;
    font-size: 35px;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    margin-bottom: 20px;
}
.content-box:hover i {
    background-color: #ffffff;
    color: #f75443;
}
.content-box h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.content-box p {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 15px;
}
/*------------------------------------------------------------------
20.1. Contact Form
-------------------------------------------------------------------*/
input, textarea, select p {
    font-size: 16px;
	line-height: 24px;
}
.form-control {
    padding: 10px 15px;
    background: #eeeeee;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
   -o-border-radius: 0;
    border-radius: 0;
}
.form-control:hover, .form-control:focus {
	background: #e7e7e7;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#btn-submit { 
    font-weight: 700;
    letter-spacing: 0.15em;
    width: 100%;
}
div.wpcf7-validation-errors {
    border: none !important;
}
div.wpcf7-mail-sent-ng {
    border: none !important; 
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
/*------------------------------------------------------------------
21. Blog
-------------------------------------------------------------------*/
.parallax-blog {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
  }
.blog .title { 
    margin-top: 25px; 
}
.blog .subtitle { 
    margin-bottom: 50px; 
}
.blog a.btn { 
    margin-top: 15px; 
}
section.blog {
    padding-top: 80px;
    background: #ffffff;
}
body.single-post .section.blog {
    padding: 80px 0;
}
section.blog .section-icon {
	margin-bottom: 100px;
}
.post {
	position: relative;
	margin-bottom: 80px;
	text-align: left;
}
.post hr {
	margin: 10px 0 20px 0;
}
.post .post-title {
	width: 100%;
	display: inline-block;
    background: url(../images/background-title.png) left center repeat-x;
}
.post .post-title h2 {
    background: #ffffff;
	float: left;
	padding-right: 30px;
	margin-bottom: 15px;
}
.post .post-title h2 a {
	color: #262626;
}
.post .post-title h2 a:hover {
	color: #f75443;
}
.post .post-media img {
	width: 100%;
    height: 100%;
}
.post .post-meta {
	margin-bottom: 25px;
}
.post .post-meta .post-meta-date,
.post .post-meta .post-meta-author,
.post .post-meta .post-meta-category,
.post .post-meta .post-meta-tags,
.post .post-meta .post-meta-comments {
	margin-right: 10px;
	display: inline-block;
	font-style: italic;
}
.post .post-meta a:hover {
	color: #212121;
}
.post .post-meta .post-meta-author {
	color: #333;
}
.post .post-meta i {
	margin-right: 5px;
	color: #666;
}
.post .post-media {
	margin-bottom: 20px;
}
.blog .flex-control-paging li a.flex-active {
	background: #f75443;
}
.post .post-body p {
	font-size: 14px;
	line-height: 30px;
    margin-bottom: 10px;
}
.post blockquote p {
	border-left: 1px solid #f75443;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	padding: 15px 20px 15px 20px !important;
	color: #111111;
	background: #ebebeb;
	margin: 20px 0;
}
.pager li>a, .pager li>span {
    padding: 8px 25px;
}
.pager a {
    padding: 10px 10px;
	background: #ebebeb !important;
}
.pager a:hover {
	background: #000000 !important;
	color: #ffffff;
}
.pager .disabled a {
	background: transparent !important;
}
.pager .disabled a:hover {
	background: transparent !important;
    color: #333;
}
.pager .previous {
	float: left;
}
.pager .next {
	float: right;
}
/*------------------------------------------------------------------
22. Pagination
-------------------------------------------------------------------*/
.pagination span, .pagination a {
	float: left;
	margin: 2px 4px 2px 0;
	padding: 6px 20px;
	color: #666666;
	background: #c2c2c2;
}
.pagination span:hover, .pagination a:hover {
	background: #333333;
}
.pagination .page-info {	
	background: none;
	font-style: italic;
}
.pagination .page-info:hover {
	background: none;
}
.pagination .current {
	background: #f75443;
	color: #ffffff;
}
.pagination .current:hover {
	background: #f75443;
}
/*------------------------------------------------------------------
23. Sidebar
-------------------------------------------------------------------*/
.widget {
    margin-top: 10px;
	text-align: left;
}
.widget h3 {
    margin-top: 25px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
}
.widget_search #s { 
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    color: #999;
    padding: 10px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3x;
    transition: all 200ms linear;
}
.widget_search #s:hover, .widget_search #s:focus {
	border: 1px solid #000000;
}
.widget_search input[type=submit] {
	display: none;
}
.widget_text {
   line-height: 22px !important;
}
.widget ul li {
   padding: 15px 0;
   border-bottom: 1px solid #d9d9d9;
   font-size: 16px;
   margin: 0;
}
.widget ul li a {
    color: #f75443;
    line-height: 28px;
}
.widget ul li a:hover {
    opacity: 0.6;
}
.tagcloud a {
	border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 3px;
}
.tagcloud a:hover {
	color: #ffffff;
	background: #f75443;
}
/*------------------------------------------------------------------
24. Comments
-------------------------------------------------------------------*/
#comments {
    margin-top: 130px;
}
#comments p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
    margin-bottom: 10px;
}
#comments-title {
	text-transform: uppercase;
    margin-bottom: 10px;
}
#comments-title span {
	color: #777777;
	margin-left: 5px;
}
#comments .comment-body {
    margin-bottom: 30px;
}
#comments img {
    margin-bottom: 10px;
}
.commentlist .commentmetadata {
	margin-bottom: 10px;
}
.commentlist .commentmetadata a {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
.commentlist .reply a {
	background: #ffffff;
	color: #c2c2c2;
	padding: 4px 8px;
	font-weight: normal;
	border: 2px solid #c2c2c2;
	text-transform: uppercase;
}
.commentlist .reply a:hover {
	background: #f75443;
	color: #ffffff;
	border: 2px solid transparent;
}
.form-horizontal .control-group {
	display: inline-block;
	width: 100%;
    margin-bottom: 20px;
}
.form-horizontal .controls {
	float: left;
}
.form-horizontal .comment-form-comment .controls {
	width: 100%;
}
.form-horizontal .controls input {
	height: 35px;
}
.form-horizontal .controls input,
.form-horizontal .controls textarea {
    padding: 10px 15px;
	background: #eeeeee;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
   -o-border-radius: 0;
    border-radius: 0;
	width: 100%;
    color: #333;
    font-size: 18px;
	margin-bottom: 0px;
}
.form-horizontal .controls input:hover,
.form-horizontal .controls input:focus,
.form-horizontal .controls textarea:hover
.form-horizontal .controls textarea:focus {
	background: #e7e7e7;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-horizontal .control-label {
	margin-left: 10px;
}
.form-horizontal .required {
	color: #f75443;
}
.form-horizontal button {
	padding: 15px 50px;
    line-height: 16px;
    white-space: normal;
    text-align: center;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: All 200ms linear;
	-moz-transition: All 200ms linear;
	-ms-transition: All 200ms linear;
	-o-transition: All 200ms linear; 
    transition: All 200ms linear;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(102, 102, 102, 0.5);
}
.form-horizontal button:hover {
	color: #ffffff;
	background: #f75443;
	border: 2px solid transparent;
}
/*------------------------------------------------------------------
25. Footer
-------------------------------------------------------------------*/
footer {
    padding: 60px 0;
    text-align: center;
}
/*------------------------------------------------------------------
25.1. Newsletter Form
-------------------------------------------------------------------*/
#newsletter h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 15px;
}
#newsletter form {
    margin-bottom: 0;
}
#newsletter form input[type="email"] {
   	width: 74%;
    height: 38px;
    background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	color: #414141;
	font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
#newsletter form input[type="submit"] {
    width: auto;
    height: 38px;
	background-color: #f75443;
	border: 1px solid transparent;
    float: left;
	color: #fff;
	font-size: 16px;
    font-weight: 900;
	text-transform: uppercase;
    padding: 6px 18px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
#newsletter form input[type="submit"]:hover {
	opacity: 0.8;
}
.message {
    margin-bottom: 10px;
}
.message span {
    color: #f75443;
}
footer .icons {
    margin-bottom: 15px;
}
/*------------------------------------------------------------------
25.2. Footer Social Icons
-------------------------------------------------------------------*/
footer .icons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 20px;
}
footer .icons a:hover {
    color: #ffffff;
}
footer .icons a.facebook:hover { 
    background-color: #475996; 
}
footer .icons a.twitter:hover { 
    background-color: #69baf3;                             
}
footer .icons a.google-plus:hover { 
    background-color: #c63d2d;
}
footer .icons a.linkedin:hover { 
    background-color: #4875b4; 
}
footer .icons a.pinterest:hover { 
    background-color: #d03737; 
}
footer .icons a.dribbble:hover { 
    background-color: #d76896; 
}
footer .icons a.behance:hover { 
    background-color: #00a8e7; 
}
footer .icons a.instagram:hover { 
    background-color: #beb3a8; 
}
footer .icons a.vimeo-square:hover { 
    background-color: #45bbff; 
}
footer .icons a.dropbox:hover { 
    background-color: #008ad2; 
}
footer .icons a.skype:hover { 
    background-color: #00a9ed; 
}
footer .icons a.youtube:hover { 
    background-color: #cd1b20; 
}
footer .icons a.tumblr:hover { 
    background-color: #3a5976; 
}
footer .icons a.vimeo:hover { 
    background-color: #00adee; 
}
footer .icons a.flickr:hover { 
    background-color: #d2d2d2; 
}
footer .icons a.github:hover { 
    background-color: #222; 
}
footer .icons a.renren:hover { 
    background-color: #364a83; 
}
footer .icons a.vk:hover { 
    background-color: #3b5998; 
}
footer .icons a.xing:hover {
     background-color: #015f5e; 
}
footer .icons a.weibo:hover {
     background-color: #be4443;
}
footer .icons a.digg:hover  { 
    background-color: #222; 
}
footer .icons a.deviantart:hover {
     background-color: #57675d;
}
footer .icons a.envelope:hover { 
    background-color: #999; 
}
footer .icons a.delicious:hover {
     background-color: #0A0A0A; 
}
footer .icons a.rss:hover {
     background-color: #e67e22; 
}
/*------------------------------------------------------------------
25.3. Copyright 
-------------------------------------------------------------------*/
footer .copyright {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
footer .copyright span {
    color: #f75443;
}
/*------------------------------------------------------------------
25.4. Scroll Up
-------------------------------------------------------------------*/
#scrollUp {
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: center;
	background-color: #333;
    bottom: 0px;
    right: 30px;
    height: 35px;
    width: 50px;
    -webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#scrollUp:hover {
	background-color: #f75443;	
}
/*------------------------------------------------------------------
26. Responsive CSS
-------------------------------------------------------------------*/
 @media only screen and (max-width: 992px) {	
    #about img { 
    margin-bottom: 25px;
    }
    .action {
    text-align: center;
    }
    .clients img { 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .team-member .overlay img {
    max-height: 700px;
    height: auto;
    }
    .team-member {
    margin-bottom: 30px;
    }
    .content-box {
    margin-bottom: 30px;
    }
    #newsletter form {
    margin-left: 10%;
    }
    .post-meta {
    line-height: 28px;
    }
    
  }
@media only screen and (max-width: 768px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 15px 15px 5px 25px;
    }
    #about img { 
    margin-bottom: 25px;
    }
    .action {
    text-align: center;
    }
    .counters { 
    margin-bottom: 25px;
    }
   .portfolio-item .overlay img {
    max-height: 480px;
    height: auto;
    }
   .team-member .overlay img {
    max-height: 660px;
    height: auto;
    }
    .clients img { 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .team-member {
    margin-bottom: 30px;
    }
    .content-box {
    margin-bottom: 30px;
    }
    #newsletter form {
    margin-left: 20%;
    }
    #newsletter form input[type="email"] {
    margin-bottom: 5px;
    }
    #newsletter form input[type="submit"] {
    width: 74%;
    }
    .post-meta {
     line-height: 28px;
    }
}

