/* MAIN STYLESHEET             */
/* Thrive - Creative Template  */
/* Made By Rype Pixel          */
/* hello@rypepixel.com         */
/* Created: 12/12/2013         */
/* Author: Chris Gipple        */


/*====================================================================================*/
 /* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET 
/* 02 GLOBAL SETTINGS  
/* 03 HEADER   
/* 04 SUBHEADERS 
/*		04.1 SUBHEADER SPLIT 
/*		04.2 SUBHEADER CLASSIC
/* 05 PORTFOLIO 
/* 		05.1 PORTFOLIO GENERAL  
/* 		05.2 PORTFOLIO FULL WIDTH
/* 		05.3 PORTFOLIO COLUMN
/* 		05.4 PORTFOLIO SINGLE
/*		05.5 PORTFOLIO WIDGET SECTION
/* 06 SERVICES SECTION 
/* 07 ABOUT   
/* 08 PROMO BOX   
/* 09 FEATURES SECTION 
/* 10 BLOG  
/*		 10.1 BLOG GENERAL
/*		 10.2 BLOG CLASSIC
/*		 10.3 BLOG CREATIVE
/*		 10.4 BLOG MANSONRY
/*		 10.5 BLOG SINGLE
/* 11 PAGES
/* 12 SHOP
/* 13 TESTIMONIALS 
/* 14 FOOTER 
/* 15 HOME BOXED  
/* 16 ANIMATIONS  
/* SOLIDO: THE NITTY GRITTY
/* I. SOLIDO SERVICES
/* II. SOLIDO TEAM              

/*====================================================================================*/
 /* 01 RESET
/*====================================================================================*/

* { margin:0px; padding:0px; }

article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section { 
            display:block;
    }

h1,h2,h3,h4 { margin-top:0px; }

ul li { list-style-type: none; padding-left: 0px; }

.dropdown:hover .dropdown-menu {
    display: block;
 }


/*====================================================================================*/
 /* 02 GLOBAL SETTINGS
/*====================================================================================*/

@font-face {
    font-family: 'Ubuntu Light';
    src: url('type/ubuntu-l-webfont.eot');
    src: url('type/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ubuntu-l-webfont.woff') format('woff'),
         url('type/ubuntu-l-webfont.ttf') format('truetype'),
         url('type/ubuntu-l-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Med';
    src: url('type/ubuntu-m-webfont.eot');
    src: url('type/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ubuntu-m-webfont.woff') format('woff'),
         url('type/ubuntu-m-webfont.ttf') format('truetype'),
         url('type/ubuntu-m-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url('type/ubuntu-b-webfont.eot');
    src: url('type/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ubuntu-b-webfont.woff') format('woff'),
         url('type/ubuntu-b-webfont.ttf') format('truetype'),
         url('type/ubuntu-b-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('type/proximanova-light-webfont.eot');
    src: url('type/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-light-webfont.woff') format('woff'),
         url('type/proximanova-light-webfont.ttf') format('truetype'),
         url('type/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Reg';
    src: url('type/proximanova-regular-webfont.eot');
    src: url('type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-regular-webfont.woff') format('woff'),
         url('type/proximanova-regular-webfont.ttf') format('truetype'),
         url('type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi-bold';
    src: url('type/proximanova-semibold-webfont.eot');
    src: url('type/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-semibold-webfont.woff') format('woff'),
         url('type/proximanova-semibold-webfont.ttf') format('truetype'),
         url('type/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Montserrat, Proxima Nova Light, Helvetica, Arial;
	font-size:15px;
    background-color:#f7f7f7;
}

a { color:#0297a9; }
a:hover { color:#ea6868; text-decoration:none; }

.boldItalic { 
	font-weight:bold; 
	color:#565656;
	font-size:17px;
	font-style:italic;
}

img{
    max-width:100%;
    height: auto;
    width: auto\9; /* ie8 */
    }
.genericSection { padding:80px 0px 80px 0px; }

h1 .title .one{
	font-family: Montserrat, Ubuntu Med, Helvetica, Arial;
	font-size:107px;
}

h2 {
	font-family: Montserrat, Ubuntu Med, Helvetica, Arial;
	font-size:41px;
}

h3 {
	font-family: Open Sans, Montserrat, Ubuntu Light, Helvetica, Arial;
	font-size:28px;
    line-height: 1.4; 
    font-weight: 300;
	text-align:center;
	color:#606060;
	margin-bottom:20px;
    margin-top:30px;
	letter-spacing:1px;
}

h3 span { font-family: Montserrat, Ubuntu Bold; color:#c44747; }

h4 {
	font-family: Montserrat, Ubuntu Med, Helvetica, Arial;
	color:#545454;
	letter-spacing:1px;
}

h5 { 
	font-family: Open Sans, Montserrat, Proxima Nova Light, Helvetica, Arial;
    font-weight: 300;
	line-height:28px;
	font-size:19px; 
	text-align:center; 
	letter-spacing:1px;
	margin: 50px auto;
}

h6 { 
	font-size:18px; 
	font-family: Montserrat, Ubuntu Bold;
	color:#545454;
}

/** BUTTONS **/
.button {
	background:#f7f7f7;
	font-family: Montserrat, Ubuntu Bold;
	color:#0297a9;
	border-style:solid;
    border-color:#f7f7f7;
	border-width:2px;
	border-radius:4px;
	padding:12px 30px 12px 30px;
    margin-top: 30px;
	display:inline-block;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#button-wrapper {
                text-align: center;
                width: 85%;
                margin-left: auto;
                margin-right: auto;
                font-size: 13px;
                
}
.subHeadBtn-table {
	width:100%;
	margin-top:; 
}

.subHeadBtn-table td { text-align:center; }

.button:hover { 
	background-color:#0297a9; 
	border-color: #0297a9;
	text-decoration:none;
	color:#f7f7f7;
}

.button.grey {
	border-color:#c8c8c8;
	color:#4CDDF3;
}

.button.grey.video {
	margin-bottom:0px;
}

.button.grey.current, .button.grey:hover {
	background-color:#c44747;
	color:white;
	border-color:#c44747;
	text-decoration:none;
}

.button.smallGrey {
	font-family: Montserrat, Ubuntu Bold;
	font-size:11px;
	padding:5px 10px 5px 10px;
	background-color:#e1e1e1;
	border-radius:3px;
	color:#848484;
	border:none;
}

.button.smallGrey:hover { color:white; background-color:#c44747; }

.button.red {
	color:#c44747;
	border-color:#c44747;
}

.button.red:hover {
	background-color:#c44747;
	color:white;*/
}

/* to center button */
.wrapper { 
	text-align:center; 	
	margin-top:0px;
	margin-bottom:60px; 
}

/** FORM ELEMENTS **/

input {
	background:transparent;
	border-style:solid;
	border-width:2px;
	border-color:#d0d0d0;
	border-radius:4px;
	padding:12px;
	width:100%;
}

input[type=checkbox] {
	width:auto;
	float:left;
	margin-right:20px;
}

.contactForm input {
	margin-bottom:20px;
	float:left;
	width:49%;
}

.contactForm .button { width:35%; float:none; }

#contact-us input { margin-bottom:20px; }
#contact-us .button { width:35%; float:none; }
.screen-reader-text { display:none; }
.error { float:left; margin-bottom:30px; margin-top:-10px; }

textarea { 
	width:100%; 
	height:181px;
	background:transparent;
	border-style:solid;
	border-width:2px;
	border-color:#d0d0d0;
	border-radius:4px;
	padding:12px;
	margin-bottom:20px;
}

.formDropdown {
	-webkit-appearance: none;
	-moz-appearance: none; 
	background: url('../images/dropDownArrow.png')  no-repeat;
	background-position: right center; 
	border-style:solid;
	border-width:2px;
	border-color:#d0d0d0;
	border-radius:4px;
	padding:11px;
	width:49%;
	text-indent: 0.01px;
 	text-overflow: "";
}

.formDropdown option {
	background-color:#233036;
	color:#a1b1b8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#162026;
	background-image:none;
}

.map iframe { width:100%; margin-bottom:-10px;}

.subscribe { width:auto; }

/*====================================================================================*/
 /* 03 HEADER 
/*====================================================================================*/

header a { font-family: Montserrat, Ubuntu Bold; }

.navbar.navbanoner-default.navbar-fixed-top {  
	box-shadow: 0px 0px 7px #454545;
	z-index:1000;
    height: 60px;
}

.navbar-brand img { margin-right:20px; 
}
.navbar-brand { letter-spacing:2px; margin-top:0px;} 

.nav.navbar-nav { float:right; margin-right: 0px; }


.nav.navbar-nav li a {
	color:#a6a6a6;
	font-size:12px;
	letter-spacing:2px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:8px;
}

.nav.navbar-nav li a:hover {
	background-color:transparent;
	color:#0294a6;
}

.nav.navbar-nav .dropdown .dropdown-menu {
	box-shadow:none;
	background-color:#141c21;
	border:none;
	border-radius:0px;
	padding:0px;
	margin-top:0px;
    
}

.nav.navbar-nav .dropdown .dropdown-menu li a {
	font-family: Montserrat, Proxima Nova Semi-bold;
	margin:0px 0px 0px 0px;
	padding:10px;
	color:#0294a6;
	letter-spacing:0px;
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#172126;
}

.nav.navbar-nav .dropdown .dropdown-menu li a:hover { background-color:#182227; color:#7f9baa; }

/** YAMM MEGA MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a {
	padding:0px;
	border:none;
}

.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a:hover {
	background:transparent;
	color:#c44747;
}

.yamm-content {
	color:#455c68;
	font-size:14px;
	background-color:#f8f8f8;
	border-style:solid;
	border-width:1px;
	border-color:#d7d7d7;
}

.yamm-content h4 { 
	color:#455c68; 
	font-size:16px;
	margin-bottom:20px;
}

.googleMap { border:none; }

/* Dropdown Submenu */
    .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu {
        position:relative;
        overflow: visible;
    }

    .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
        left:161px;
        margin-top:-39px;
        margin-left:-1px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;
        display:none;
        background-color:#1f2b33;
    }
    
    .nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display:block;
    }

.nav.navbar-nav .current { 
	color:#0294a6; 
	box-shadow: inset 0 0px 0px #0294a6;
}

.socmedia{ 
           margin-top:12px; 
           border: 0px solid #000000; 
           max-width:120px; 
           margin-left:0px;
           float: right;
 }

/** SEARCH **/
.nav.navbar-nav .search { margin-right:-12px; }

.nav.navbar-nav .search li a {
	margin-right:20px;
	margin-left:20px;
}

.verticalDivider {
	height:90px;
	width:1px;
	background-color:#d5d5d5;
}

.searchDropdown {
	width:350px;
	height:auto;
	background-color:#f8f8f8;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#d7d7d7;
}

.searchForm input {
	margin:20px;
	width:88.5%;
	background: url(../images/searchIcon.png) no-repeat;
	background-position:95% 50%;
	color:#171f23;
}

.navbar-toggle { margin-top:22px; }

/** HEADER TOP BAR **/
.topBar {
	padding-top:6px;
	padding-bottom:6px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cdcdcd;
}

.italicSmall.top {
	margin-top:3px;
	margin-bottom:0px;
	float:left;
	color:#848484;
}

.topBar .socialIcons { margin-bottom:0px; }
.topBar .socialIcons li img { opacity:0.2; width:25px; }
.topBar .socialIcons li img:hover { opacity:1.0; }

.topBar.shaded {
	background-color:#eeeeee;
	border:none;
}

.topBar.thin {
	position:absolute;
	padding:0;
	height:5px;
	width:100%;
	background-color:#c0d4de;
}

/*====================================================================================*/
 /* 04 SUBHEADERS
/*====================================================================================*/

/* 04.1 SUBHEADER SPLIT */
/*====================================*/
.subHeader.split {
	margin-top:60px;
	background-image: url('../images/background-1.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:auto 200%;
	color:white;
	height:565px;
}

.leftBlock {
	opacity: ;
	background: url('../images/white-transparent.png');
	display:block;
	padding:185px 50px 225px 50px;
	float:left;
	width:30%;
    text-align: center;
    max-height: 565px;
    box-shadow: 0px 0px 7px #454545;
}

.leftBlock h1 { color:white; }

.leftBlock p {
    font-family: Montserrat, open sans;
	font-size: 24px;
	letter-spacing:0.5px;
	color:#ffffff;
}

.rightBlock {
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	width:70%;
    max-height: 565px;
    height:565px;
	float:left;
    background-image: url('../images/overlay-b.png');
}

.rightBlock .container { width:500px; }

.subHeaderList li {
	font-family: Montserrat, Proxima Nova Semi-bold;
	font-size:18px;
	display:inline;
	margin-left:45px;
	margin-right:45px;
}

/* 04.2 SUBHEADER CLASSIC */
/*====================================*/
.subHeader.classic {
	padding:75px 0px 70px 0px;
	margin-top:90px;
	background-color:#1b282f;
	background: url('../subHeaderBg_blue.png');
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
}

.subHeader.classic.video {
	background: url('../images/redSquare.png');
	background-repeat:repeat;
	text-align:center;
	padding:180px 0px 180px 0px;
}

.subHeader.classic.video .col-lg-8 { margin-top:0px; }
.subHeader.classic .col-lg-8 { margin-top:70px;}

.subHeader.classic h1 { font-size:80px; float:left; }
.subHeader.classic.video h1 { float:none; }

.subHeader.classic h1 span {
	font-family: Montserrat, Proxima Nova Semi-bold;
	font-size:30px;
	color:#c44747;
	font-style:italic;
	margin-left:20px;
}

.subHeader.classic p { font-size:20px; }

.subHeader.classic .subHeadBtn {
	position:relative;
	margin-top:0px;
	margin-left:0px;
}

.subHeader.classic.video .sliderControls span {
	margin-top:-150px;
	opacity:0.5;
}

/** SUBHEADER SEARCH FORM **/
.subHeader .searchForm input {
	float:right; 
	width:300px; 
	color:#8b9da8; 
	margin-top:25px; 
	margin-right:0px;
}

/*====================================================================================*/
 /* 05 PORTFOLIO GENERAL 
/*====================================================================================*/

/* 05.1 PORTFOLIO GENERAL */
/*====================================*/
/** TABS **/

.tabs { margin-bottom:-2px;}

.tabs li {
}

.button.grey.tab { 

}

.tabContent {
}
.tabContent h4 { font-size:14px; }
.overlay {
	
	opacity:0.9;
	display:block;
	width:100%;
	position:absolute;
	height:100%;
	box-shadow:0px 0px 2px #cdcdcd;
	border-style:solid;
	border-width:5px;
	border-color:white;
	text-align:center;
	display:none;
}

.overlay h4 { 
	margin-top:30%;
	color:white;
	pointer-events:none;
}

.italicSmall {
	font-size:13px; 
	font-style:italic; 
	letter-spacing:0px; 
	margin-right:15px;
}

.portfolioCat_list { margin-top:-8px; margin-bottom:40px; text-align:center;  }

.portfolioCat_list li {
	display:inline;
	margin-right:10px;
}

.portfolioCat_list li a { margin-bottom:10px; }

/* 05.2 PORTFOLIO FULL WIDTH */
/*====================================*/

.workFullWidth { padding:80px 0px 0px 0px; background-color:white; }

#screenshots { margin-top:40px; }
#screenLeft, #screenRight { margin-top:80px; opacity:0; max-width:100%;}
#screenRight { float:right; }

#screenMiddle {
	opacity:0;
	position:absolute;
	display:block;
	margin-left:23%;
	margin-top:-340px;
	max-width:100%;
}

.workFullWidth_list .image { width:25%; margin-left: -1px; float:left; }
.workFullWidth_list { margin-bottom:20px; }
.workFullWidth_list img {  width:100%; display:block; }
.workFullWidth_list .overlay { border:none; }


/* 05.3 PORTFOLIO COLUMN */
/*====================================*/

.workColumn { padding:80px 0px 0px 0px; }

.portfolioItem { 
	position:relative;
	display:block;
	margin-bottom:30px; 
}

.col-lg-3 { width:292px; }
.col-lg-3 .portfolioItem { margin-bottom:10px; }

.portfolioImg {
	max-width:100%;
	box-shadow:0px 0px 2px #cdcdcd;
	border-style:solid;
	border-width:5px;
	border-color:white;
}

.portfolioDetails, .shopItemDetails {
	margin-top:13px;
	margin-bottom:35px;
	padding:13px 13px 0px 13px;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	border-radius:3px;
}

.portfolioDetails h4, .shopItemDetails h4 {
	font-family:Ubuntu Bold;
	font-size:14px;
}

.portfolioDetails p {
	font-size:13px;
	font-style:italic;
	text-align:left;
}

.tagList li { 
	display:inline;
	margin-right:5px;
}

/* 05.4 PORTFOLIO SINGLE */
/*====================================*/

.projectDetailsList li { margin-bottom:10px; }

.projectDetailsList .button { margin-right:10px;}
.projectDetailsList .button.smallGrey:hover { background-color:#e1e1e1; color:#848484; }

/* 05.5 PORTFOLIO WIDGET SECTION */
/*====================================*/

.widgets {
	padding:50px 0px 80px 0px;
}

.dividerWidget{
	width:100%;
	height:1px;
	background-color:#d6d6d6;
	margin-bottom:30px;
}

.clientList li {
	display:inline-block;
	margin-right:21px;
	margin-bottom:20px;
	padding:40px 62px 40px 62px;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	border-color:#b4b4b4;
}

.clientList li:nth-child(3n+0) { margin-right:0px; }

.tweetList li {
	margin-bottom:18px;
}

.tweetList span {
	font-size:12px;
	font-style:italic;
	color:#696969;
}

.relatedProjectList li {
	display:inline-block;
	margin-right:21px;
	margin-bottom:20px;
	width:168px;
}

.progressBar {
	border-style:solid;
	border-width:1px;
	border-color:#a9a9a9;
	border-radius:3px;
	height:37px;
	padding:5px;
	margin-bottom:19px;
}

.progressBar span { 
	float:left; 
	margin-right:5px; 
	width:15%;
	text-align:center;
}

.bar {
	float:left;
	height:25px;
	background-color:#c44747;
}

.bar.full { width:83.7%; }
.bar.half { width:42%; }
.bar.threeQuarters { width:60%; }
.bar.quarter { width:21%; }


/*====================================================================================*/
 /* 06 SERVICES SECTION
/*====================================================================================*/

.serviceContent { padding:80px 0px 80px 0px; }

.textureLip {
	width:100%;
	height:19px;
	background-color:white;
	background: url('../images/textureLip.png');
	box-shadow:0px -3px 3px #d7d7d7;
	position:relative;
}

.row.services { margin-top:50px; }
.row.services .col-lg-4 { margin-bottom:20px; }

.services3Col_big {
	padding:80px 0px 80px 0px;
	text-align:center;
	background: url('../images/greyTexture.png');
}

.services3Col_big .row.services { opacity:0; }

.services3Col_small {
	padding:80px 0px 80px 0px;
	background: url('../images/greyTexture.png');
}

.serviceText { 
	float:right;
	width:260px;
}

/*====================================================================================*/
 /* 07 ABOUT
/*====================================================================================*/ 

.aboutTeam {
	padding:80px 0px 80px 0px;
	text-align:center;
}

.aboutTeam h4 { color:#c44747; }
.aboutTeam h4 span { font-family: Montserrat, Proxima Nova Light; }
.aboutTeam img { margin-bottom:30px; max-width:100%;}
.aboutTeam .socialIcons { margin:0 auto; float:none;}

.skills { padding:80px 0px 80px 0px; background-color:#c44747; }
.skills p { float:left; color:white; font-size:21px; margin-top:-105px;}
.skillDivider {margin-top:-200px; margin-left:100px; }
.skills h4 {color:white; margin-top:10px;}

.skillsList li {
	display:inline-block;
	width:180px;
	margin-right:53px;
	text-align:center;
}

.skillsList li:nth-child(5) { margin-right:0px; }


/*====================================================================================*/
 /* 08 PROMO BOX
/*====================================================================================*/

.promoBox {
	padding:80px 0px 60px 0px;
	background-color:#293941;
	color:white;
}

#mailIcon { float:left; margin-right:10px; }

.promoBox h4 { color:white; }

.subscribeForm .input { 
	color:white; 
	margin-right:5px; 
	margin-bottom:10px;
	width:340px; 
	border-color:white; 
}

.button.subscribe { border-color:white; }


/*====================================================================================*/
 /* 09 FEATURES
/*====================================================================================*/

/*.features { padding:80px 0px 80px 0px; background-color:white; }

.featuresImg { max-width:100%; margin-top:-30px; opacity:0; }

.features ul { margin-top:; }
.features ul li { margin-bottom:; }*/


/*====================================================================================*/
 /* 10 BLOG
/*====================================================================================*/

/* 10.1 BLOG GENERAL */
/*====================================*/
.blogThumb, .blogThumb img {
	margin-top:0px;
	max-width:100%;
}

.thumbBar {
	width:100%;
	height:8px;
	background-color:#c44747;
}

.triangle {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #c44747;
	margin:0 auto;
}

.button.blog {
	color:#c44747;
	border-color:#c44747;
	padding:8px 20px 8px 20px;
}

.button.blog:hover {
	background-color:#c44747;
	color:white;
}

.blogDetails { 
	margin-top:10px; 
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
	border-radius:3px;
	width:100%;
	text-align:center;
}

.blogDetails td {
	font-family:Ubuntu Bold;
	font-size:12px;
	width:33.6%;
	height:40px;
	border-color:#cacaca;
}

.blogDetails td a { color:#ababab;} 
.blogDetails td a:hover { opacity:0.7; } 

.blogIcon { margin-right:6px; }


/* 10.2 BLOG CLASSIC */
/*====================================*/

.blogClassic { padding:80px 0px 80px 0px; }
.blogPostClassic h4 { font-size:32px; margin-top:30px; }
.blogPostClassic h4 a { color:#545454; }
.blogPostClassic { margin-bottom:40px; max-width:100%; }
.blogPostClassic .videoPost { height:450px; }

.sidebar .searchForm input { 
	width:100%;
	margin:0px 0px 40px 0px;
	background-color:white; 
	border-style:solid;
	border-width:2px;
	border-color:#cacaca;
	color:#b7b7b7;
}

.categoryList { margin-bottom:40px; }
.categoryList li { 
	margin-bottom:12px; 
	border:solid; 
	border-width:1px;
	border-color:#cacaca;
	border-radius:3px;
	padding:5px 5px 8px 5px;
}

.catNum { 
	font-family:Ubuntu Bold;
	font-size:12px;
	float:left; 
	padding:3px 7px 3px 7px; 
	background-color:#c44747;
	color:white;
	border-radius:3px;
	margin-right:8px;
}

.catNum:hover { color:white; }
.categoryList .button.smallGrey { float:right; }

.topPostList li { margin-bottom:30px; }
.topPostList h1 { font-size:14px; margin-bottom:3px; }
.topPostList .sidebarThumb { float:left; margin-right:15px; }

.blogClassic .tagList { margin-bottom:25px; }
.sidebar .tagList li a {margin-bottom:11px;}


/* 10.3 BLOG CREATIVE */
/*====================================*/

.blogCreative { padding:20px 0px 80px 0px; }
.blogCreative h4 a { font-size:28px; color:white; }
.blogCreative h4 a:hover { color:#c44747; }

.blogPostCreative { float:left; width:292px; margin-top:30px; }
.blogPostCreative.wide { width:584px; }

.date {
	margin-top:-65px;
	padding:10px 0px 10px 0px;
	background-color:#c44747;
	color:white;
	text-align:center;
	width:70px;
	position:relative;
	z-index:10;
}

.date span { 
	font-size:25px; 
	font-family:Ubuntu Bold; 
	line-height:20px; 
}

.blogExcerptCreative {
	padding:20px 10px 25px 10px;
	background-color:#293941;
	color:white;
}

.blogCreative .blogPostCreative .dividerWidget { opacity:0.2; }

.blogDetailsCreative p { 
	font-family:Ubuntu Bold;  
	font-size:12px; 
	color:#748b96; 
}

.blogPostCreative .quotePost { padding:50px 0px 100px 0px; }
.blogPostCreative .bxsliderBlog { margin-bottom:-458px; }


/* 10.4 BLOG MASONRY */
/*====================================*/

.blogMasonry {
	text-align:center;
	padding:20px 0px 80px 0px;
	background-color:white;
}

.blogPostMasonry { float:left; width:292px; margin-top:30px; }

.blogMasonry h4 a { color:#545454;}
.blogMasonry h4 a:hover { color:#2d2d2d; text-decoration:none; }

.blogExcerptMasonry {
	padding:20px 10px 25px 10px;
	margin-top:20px; 
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
	border-radius:3px;
}

.videoPost { margin-bottom:-6px; width:100%; height:200px; }
.quotePost { 
	background-color:#c44747; 
	padding:14px 0px 41px 0px; 
	display:block; 
	color:white;
	text-align:center;
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.quotePost span { font-size:40px; font-family:Georgia; }
.quotePost:hover { background-color:#293941; color:white; }

.bxsliderBlog { margin-bottom:-410px; }
.bx-wrapper .bx-pager { bottom: -10px; }
.bx-wrapper .bx-pager.bx-default-pager a { background:white; }


/* 10.5 BLOG SINGLE */
/*====================================*/

.quoteBox { 
	background-color:#f5f5f5; 
	padding:25px 25px 10px 25px;
	border-radius:3px;
	font-family:Ubuntu Bold;
	color:#a5a5a5;
	font-size:18px;
	border-left-style:solid;
	border-left-color:#c44747;
}

.comment.reply {
	margin-left:130px;
}

.commentText {
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	border-color:#cdcdcd;
	border-left-color:#c44747;
	border-left-width:4px;
	padding:20px;
	float:left;
	margin-bottom:20px;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid #c44747; 
	float:left;
	margin-left:-8px;
	margin-top:40px;
}

.commentImage { max-width:100%; }

.commentText h1 {
	font-size:12px;
	color:#c44747;
}
.commentText p { font-size:13px; }

.commentText .commentFooter {
	float:left;
	font-family:Ubuntu Bold; 
	font-size:11px;
	color:#ababab;
}

.commentText .commentFooter.replyIcon:hover { opacity:0.7; }

.commentText .commentFooter.replyIcon { float:right; }

/*====================================================================================*/
 /* 11 PAGES
/*====================================================================================*/

.comingSoonForm input { margin-bottom:10px; }
.container.coming-soon { max-width:100%; }

.content404 { padding:80px 0px 80px 0px; }

.content404 h1 { 
	margin:0 auto;
	margin-bottom:30px;
	font-size:119px;
	text-align:center;
	color:#a6a6a6;
	border-style:solid;
	border-color:#a6a6a6;
	border-radius:5px;
	width:250px;
}

.content404 p {
	font-family:Ubuntu Bold;
	text-align:center;
	color:#a6a6a6;
}

.content404 ul { text-align:center; }

.content404 ul li {
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
}


/** ACCORDIAN **/

.accordianTab {
	border-style:solid;
	border-width:2px;
	border-radius:3px;
	border-color:#c8c8c8;
	margin-bottom:10px;
	padding:5px;
}

.accordianLink {
	background-image: url('../images/plusIcon.png');
	background-repeat:no-repeat;
	height:45px;
	padding-left:55px;
}

.accordianLink p { padding-top:13px; }

.accordianIcon:hover { opacity:1.0; }

.accordianTab .accordianLink { 
	cursor:pointer;
	font-family:Ubuntu Bold;
	color:#a7a7a7; 
}

.accordianTab .accordianLink:hover { color:#c44747; }

.accordianContent { display:none; padding:15px 20px 0px 20px; }

/** ALERT BOXES **/

.alertBox {
	border-style:solid;
	border-radius:3px;
	padding:18px 18px 8px 18px;
	margin-bottom:15px;
}

.alertBox img { float:left; margin-right:10px; margin-top:-3px; }

.success { 
	background-color:#e2f1db;
	border-color:#8dca70;
	color:#73a45b;
}

.success h4 { color:#73a45b; }

.error {
	background-color:#f1d9d9;
	border-color:#c44747;
	color:#c44747;
}

.error h4 { color:#c44747; }

.info {
	background-color:#d9e7f1;
	border-color:#70a3ca;
	color:#70a3ca;
}

.info h4 { color:#70a3ca; }

.warning {
	background-color:#ebe8bc;
	border-color:#aca530;
	color:#aca530;
}

.warning h4 { color:#aca530; }

/** PRICING TABLES **/

.pricingTable { text-align:center; }

.pricingHeader {
	background-color:#c44747;
	padding:11px 11px 1px 11px;
}

.pricingHeader h4 { color:white; }

.pricingAmount {
	margin-top:-12px;
	background-color:#293941;
	color:white;
	padding:28px 28px 13px 28px;
	position:relative;
	z-index:-1;
}

.pricingAmount h2 span { font-size:17px; }

.pricingDetails {
	border-style:solid;
	border-width:1px; 
	border-color:#bbbbbb;
	border-top-style:none;
	border-bottom-style:none;
}

.pricingDetails li { 
	padding:20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#c5c5c5;
}

/** ITEM TABLE **/

.itemTable { width:100%; }
.itemTable td, .itemTable th {
	border-style:solid;
	padding:13px;
	border-style:solid;
	border-width:1px; 
	border-color:#bbbbbb;
}

.itemTable tr:nth-child(even) {
    background-color: #f2f6f8;
}

/*====================================================================================*/
 /* 12 SHOP
/*====================================================================================*/
.shop { padding:85px 0px 85px 0px; }

.button.cart { 
	padding-left:25px; 
	padding-right:25px; 
	float:right;
	margin-top:30px;
}

.shop .italicSmall { float:left; }

.formDropdown.sort {
	float:right;
	width:230px;
}

.formDropdown.qty { width:70px; }

.row.shopList { margin-top:80px; }

.shopPrice {
	color:#c44747;
	font-size:21px;
	margin-top:-7px;
}

.shopPrice span {
	font-size:14px;
	color:#909090;
	text-decoration: line-through;
}

.shopItem { 
	position:relative;
	display:block;
	margin-bottom:30px; 
}

.col-lg-3 .shopItem { margin-bottom:10px; }

.shopItem .overlay h4 { margin-top:50%; }

.shopImg { max-width:100%; }

.button.smallGrey.sale {
	background-color:#c44747;
	color:white;
	position:absolute;
	margin-top:5px;
	margin-left:5px;
}

.pageList li { display:inline; }
.pageList li .current { background-color:#c44747; color:white; }

.shopInput { width:44%; margin-bottom:15px; }
.button.red.shopForm { width:30%; float:right; }

.shopReview {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#d4d4d4;
	padding-top:30px;
	padding-bottom:40px;
}

.shopReview h1 {
	font-size:12px;
	color:#c44747;
}

.reviewFooter {
	float:left;
	font-family:Ubuntu Bold; 
	font-size:11px;
	color:#ababab;
}

.itemTable.shop { margin-bottom:60px; }

.itemTable.shop tr:nth-child(even) {
    background-color: white;
}

.shippingForm { margin-bottom:60px; }

.totalsList li {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#d4d4d4;
	padding-top:10px;
	padding-bottom:10px;
}

.totalsList li span { float:right; }

.confirmOrder {
	background-color:#f6f6f6;
	text-align:center;
	padding:45px;
}

/*====================================================================================*/
 /* 13 TESIMONIALS
/*====================================================================================*/

.testimonials {
	padding:90px 0px 85px 0px; 
	background-color:#c44747;
	background: url('../images/subHeaderBg_red.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.image img, .text { float:left; }

.text { width:80%; margin-left:30px; margin-top:10px; }

.text .quote {
	font-family:Proxima Nova Light;
	font-size:24px;
	color:white;
}

.text p { 
	font-family:Ubuntu Med;
	color:white; 
}

.text p span {
	color:#293941;
}

.subHeader.classic .sliderControls span {
	margin-top:-250px;
	opacity:0.5;
}

.sliderControls span {
	margin-top:-170px;
	opacity:0.5;
}

.sliderControls .slider-prev, .sliderControls .slider-prev2 {
	margin-left:10px;
	float:left;
}

.sliderControls .slider-next, .sliderControls .slider-next2 {
	margin-right:10px;
	float:right;
}

.sliderControls .slider-prev:hover, .sliderControls .slider-prev2:hover {
	opacity:1.0;
}

.sliderControls .slider-next:hover, .sliderControls .slider-next2:hover {
	opacity:1.0;
}

/*====================================================================================*/
 /* 14 FOOTER
/*====================================================================================*/

footer {
	padding:0px 0px 40px 0px;
    background: url('../images/background-3b.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-attachment:fixed;
	color:#87969e;
}

.footerLogo { margin-right:15px; }

footer h4 { color:#87969e; margin-bottom:20px; }
footer h4 a { color:#87969e; margin-bottom:20px; }

.contactList { margin-top:40px; }
.contactList li { margin-bottom:10px; }

.contactList li span {
	font-family:Ubuntu Bold;
	font-size:12px;
	margin-right:15px;
}

.input.footer {
	border-color:white;
	width:256px;
	padding:10px;
}

.button.subscribe.footer {
	padding:10px 25px 10px 25px;
	border-color:white;
}

.bottomBar {
	padding-top:17px;
	padding-bottom:5px;
	font-family:Ubuntu Bold;
	font-size:13px;
	color:#334650;
	background-color:#192328;
    text-align: center;
}

.bottomBar p { float:left; margin-top:6px; }

.socialIcons { float:right; border: 0px solid #000000; margin-left:100px;}

.socialIcons li {
	display:inline;
	margin-right:4px;
    width:30px;
}

.socialIcons li a img:hover { 
	opacity:0.7;
}

/** FOOTER 2 **/
#footer2 { text-align:center; }

#footer2 .socialIcons {
	float:none;
	margin:40px auto;
	margin-bottom:0px;
}

#footer2 .socialIcons li {
	border-style:solid;
	border-color:#d0dadf;
	border-radius:7px;
	padding-top:5px;
	padding-bottom:6px;
	margin-right:17px;
}

.bottomBar.center p { float:none; }
.bottomBar.center { text-align:center; }


/*====================================================================================*/
 /* 15 HOME BOXED
/*====================================================================================*/
.boxed {
	padding-left:30px;
	padding-right:30px;
}

.bodyBoxed {
	background-color:#edf1f3;
}

.navbar.navbar-default.boxed {
	padding-left:0px;
	padding-right:0px;
	border-radius:0px;
}

.workFullWidth.boxed, .features.boxed, .blogMasonry.boxed, .services3Col_big.boxed {
	background-color:white;
}

.workFullWidth.boxed {
	padding:80px 20px 50px 20px;
}

.services3Col_big.boxed, .textureLip.boxed {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#c1c1c1;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#c1c1c1;
}

.subHeader.classic.boxed {
	margin-top:-21px;
	padding-left:30px;
	padding-right:30px;
}

.sliderControls.boxed span {
	padding:3px 10px 3px 10px;
	border-radius:5px;
	background-color:#d2d7da;
	opacity:0.9;
}

.promoBox.boxed .input { width:310px; }

.blogPostMasonry.boxed {
	padding-left:11px;
	padding-right:11px;
	width:277px;
}

.boxed .input.footer { width:230px; }


/*====================================================================================*/
 /* 16 ANIMATIONS
/*====================================================================================*/
#screenLeft.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.3s;
	margin-top:100px;
}

#screenRight.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.5s;
	margin-top:100px;
}

#screenMiddle.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.1s;
    margin-top:-289px;
}

.featuresImg.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.2s;
    margin-top:0px;
}

.features ul.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.4s;
}

.services3Col_big .row.services.animated {
	opacity:1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.2s;
}

.subHeader.classic .col-lg-8.fadeInFast {
	animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@keyframes fadeIn{
    0% {opacity: 0; }
    100% {opacity: 1; }
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
    100% {opacity: 1;}
}

.subHeader.classic .iphone.fadeInMed {
	animation: fadeInMed 0.3s linear 0.5s both; 
	-webkit-animation: fadeInMed 0.3s linear 0.5s both; 
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.5s;
}

@keyframes fadeInMed{
    0% {opacity: 0; margin-left:-50px; }
    100% {opacity: 1; margin-left:0px; }
}

@-webkit-keyframes fadeInMed {
	0% {opacity: 0; margin-left:-50px; }
    100% {opacity: 1; margin-left:0px; }
}




/*====================================================================================*/
 /* SOLIDO: THE NITTY GRITTY
/*====================================================================================*/
/* Services */
.spacer{
	width: 100px;
	height: 2px;
	background: #4cddf3;
	margin: auto;
}
.container-W { background-color: #fff; }
.container-g { background-color: #f7f7f7; }
/*====================================================================================*/
 /* I. SOLIDO SERVICES 
/*====================================================================================*/
/* Services */
.services{
	position: relative;
	overflow: visible;
}
.tooltip {
	display: none;
	position: absolute;
	width: 220px;
	background: #000;
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 5px 23px;
	margin-bottom: 30px;
}
.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6,6,6,.85);
}
.details{
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.details ul{
	list-style: none;
	padding: 0;
}
.list-dot {
	display: inline-block;
	margin: 0px 7px -3px 0px;
	width: 15px;
	height: 15px;
	background: url("../img/ckeck.png") no-repeat #4cddf3;
}
.visible {display: block;}
.s-container{
             position: relative;
             max-width: 1045px;
             margin-left: auto; 
             margin-right: auto;
             text-align: center;             
}
.s-element{
	width: 393px;
	height: auto;
	float: left;
	text-align: center;
}
.s-info{padding: 0 45px;}
.s-ico{
	width: 170px;
	height: 170px;
	background-color: #4cddf3;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.s-ico:hover{
	background-color: #e6e6e6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.f-ico.s-one{background-position: 0 0;}
.f-ico.s-two{background-position: -73px 0;}
.f-ico.s-three{background-position: -146px 0;}
.f-ico.s-four{background-position: -219px 0;}
.s-info{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #b4b4b4;
	font-weight: 400;
	line-height: 25px;
}
.s-info span{
	font-family: 'Montserrat', sans-serif;
	color: #434242;
	font-size: 22px;
}
.sl-element {
	width: 236px;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}
.sl-title{
	font-family: 'Open Sans', sans-serif;
	color: #434242;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.sl-ico{
	cursor: crosshair !important;
	background-image: url("../img/sl-icons.png");
	width: 110px;
	height: 110px;
	background-color: #4cddf3;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 30px;
	background-position: center center;
	background-repeat: no-repeat;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}.sl-ico:hover{
	background-color: #e6e6e6 !important;
}
.sl-config{background-position: 0 0;}
.sl-globe{background-position: -110px 0;}
.sl-diamond{background-position: -220px 0;}
.sl-pointer{background-position: -330px 0;}
.sl-clock{background-position: -440px 0;}

/*====================================================================================*/
 /* II. SOLIDO TEAM 
/*====================================================================================*/
/* Team */
.fix {margin:  0 43px;}
.team-box{border: 0px solid #000000; text-align: center;}
.t-list {border: 0px solid #000000;}
.t-spacer{
	width: 40px;
	height: 2px;
	background: #4cd8ed;
	margin: auto;
	margin-top: 30px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-spacer{
	background: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-roll{
	background: #fff;
	background: rgba(255,255,255,0.8);
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-photo{
	position: relative;
	width: 230px;
	overflow: hidden;
    height: 213px;
    	margin: 0 auto; 
    	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#hanyamin {background-image: url('../images/team-01.jpg');}
#hanyamin:hover {background-image: url('../images/team-01-hover.jpg');}

#bretmorin{background-image: url('../images/team-02.jpg'); }
#bretmorin:hover {background-image: url('../images/team-02-hover.jpg'); }

#jackazoulay{background-image: url('../images/team-00.jpg'); }
#jackazoulay:hover {background-image: url('../images/team-00-hover.jpg'); }

#michaelyousef{background-image: url('../images/team-03.jpg'); }
#michaelyousef:hover{background-image: url('../images/team-03-hover.jpg')}

#minamlak{background-image: url('../images/team-04.jpg'); }
#minamlak:hover{background-image: url('../images/team-04-hover.jpg'); }

.t-element{
	
	float: ;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
}
.t-element:nth-child(4){margin-right: 0;}
.t-element:nth-child(8){margin-right: 0;}
.t-element:nth-child(12){margin-right: 0;}
.t-data{
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding: 20px;
	overflow: auto;
	width: 230px;
	margin: 0 auto;      
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-data{
	background: #4cd8ed;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t-element:hover .t-info{
	color: #fff;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*.t-element:hover .t-photo img{
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}*/
.t-name{
	color: #030303;
	font-size: 18px;
}
.ts{
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: url("../images/socialmedia.png");
	float: left;
	margin: 3px 9px 11px 9px;
	opacity: 1.0;
}.ts:hover{opacity: 1;}
.ts.linkedin{background-position: 0 32px;}/*.ts.facebook:hover{background-position: 60px bottom;}*/
.ts.linkedin:hover{background-position: 0 0; }
.ts.twitter{background-position: 64px 32px;}/*.ts.twitter:hover{background-position: 0 bottom;}*/
.ts.twitter:hover {background-position: 64px 0px; }
.ts.facebook{background-position: 32px 32px;}/*.ts.pinterest:hover{background-position: 50px bottom;}*/
.ts.facebook:hover{background-position: 32px 64px; }
.ts.pinterest{background-position: 0 0;}/*.ts.tumblr:hover{background-position: 30px bottom;}*/
.t-info{
	color: #7f7f7f;
	font-size: 14px;
	margin-top: 10px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*.t-photo img{
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%);
}*/
.t-social{
	float: right;
	right: 50%;
	position: relative;
}
.in-social{
	margin-top:10px;
	height: 36px;
	float: right;
	right: -50%;
	position: relative;
}

/*================================*/
/* AIR SHIT
/*=========================================*/

#menu-features{
             background-image: url('../images/background-2b.jpg');
             background-color: #f7f7f7;
             background-position: 200px auto;
             background-repeat:no-repeat;
	         background-attachment:fixed;
	         background-size:cover;
             background-position: center top;
             padding: 0px;
}

#menu-features h3{
 padding: 0px;
}

.row text-center title {
     background: #000000; }

/*========================================*/
/* CUSTOM 
/*========================================*/
.services-title {
                background: transparent;
                width: 100%;
                font-family: Open Sans, Montserrat, Ubuntu Light, Helvetica, Arial;
	            font-size:28px;
                line-height: 3.00; 
                font-weight: 300;
	            text-align:center;
	            color:#f7f7f7;
                margin-bottom: -50px;
	            padding-bottom:px;
                padding-top: 15px;
	            letter-spacing:1px;
                border-top: 0px solid #f7f7f7;
}
.services-title h4{
                color: #f7f7f7;
                font-size: 16px;
                text-align: center;
                
                
}

.service-link{
              width: 230px;
              margin: 0 auto;
              border: 0px solid #000000;
              display: inline-block;

}

.service-navigation {
                    border: 0px solid #000000;
                    background-image: url('../images/digi-eco-symbol-small.png');
                    background-repeat: no-repeat;
                    background-position: 50% 60%;
                    min-width: 470px;
}

.services-nav {
             max-width: 750px; 
             text-align:center; 
             margin: 0 auto;
             padding-top: 30px;  
             padding-bottom: 15px;       
}

.nav-terminal {
              height: 30px;
              width: 30px;
              background: url('services-sprite.png') 0 0;
              display:inline-block;
}

.nav-terminal:hover {
              height: 30px;
              width: 30px;
              background: url('services-sprite.png') 0 30px;
              display:inline-block;
}

.nav-divider {
             height:1px;
             background:#ffffff;
             width: 200px;
             display:inline-block;
             margin-bottom: 15px;
}

#services-icons {
             max-width: 750px; 
             text-align:center; 
             margin: 0 auto;
             padding-top: 0px;  
             padding-bottom: 30px; 
}

#service1 {
              width: 235px;
              display:inline-block; 
              padding-bottom: 30px;
              line-height: 150%;
              color: #fff;
}
#service2 {
              width: 235px;
              display:inline-block;  
              padding-bottom: 30px;
              line-height: 150%;
               color: #fff
              
}
#service3 {
              width: 235px;
              display:inline-block;  
              padding-bottom: 30px;
              line-height: 150%;
               color: #fff
              
}

.downarrow {
           background: url('../images/a-grey.png');
           background-repeat: no-repeat;
           background-position: center;
           height: 34px;
}

.downarrow2 {
           background: url('../images/a-white.png');
           background-repeat: no-repeat;
           background-position: center;
           height: 34px;
           margin-bottom: 30px; 
}
.social-media-vertical {float: left;}
.social-icon-vertical {
                      height: 21px;
                      width: 21px; 
                      
                      margin-left:px;
                      border: 0px solid #000000;
                      background-image:url('../images/fb-soc-ver.png');
}

.social-icon-vertical:hover {
                       opacity: 0.5;
}
.social-icon-vertical2:hover {
                       opacity: 0.5;
}
.social-icon-vertical3:hover {
                       opacity: 0.5;
}
.social-icon-vertical2 {
                      height: 21px;
                      width: 21px; 
                      margin-left:px;
                      border: 0px solid #000000;
                      background-image:url('../images/tw-soc-ver.png');
}

.social-icon-vertical3 {
                      height: 21px;
                      
                      width: 21px; 
                      margin-left:px;
                      border: 0px solid #000000;
                      background-image:url('../images/in-soc-ver.png');
}

/*====================================================================================*/
 /* solido contact

/*====================================================================================*/

.img-spacer{
	width: 1180px;
	margin: auto;
	position: relative;
	margin-top: 265px;
}
.img-item{
	position: absolute;
	top: -200px;
	z-index: 15;
}

.footer-container{
/* Footer */
	padding: 0px 0 0px 0;
	width: 90%;
	margin: auto;
	overflow: auto;
	color: #f7f7f7;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.footer-container span{font-size: 13px;}
.foot-third{
	float: left;
	width: 365px;
	padding: 0 0 0 28px;
	line-height: 25px;
}
.f-title-one{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #f7f7f7;
	text-transform: uppercase;
	margin-bottom: 5px;
}




.title-one, .title-full-one{
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #f7f7f7;
	text-transform: uppercase;
}



.f-title-two{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #f7f7f7;
	margin-bottom: 20px;
}
.f-data{
	color: #f7f7f7;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 30px;
}
.f-data span{color: #f7f7f7; padding-left: 15px;}
.f-data.phone span{padding-left: 26px;}
.f-data.e-mail span{padding-left: 30px;}
.f-data.hour-2 span{padding-left: 58px;}
.f-data.hour-3 span{padding-left: 56px;}
.f-data img{margin-right: 10px;}
.no-top{padding-top:0 !important;}
.f-bottom{margin-bottom: 115px !important;}

/* Form */
.error{ font-size:13px;}

.formSent, .formError {
	display: none;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.bay {
	overflow: hidden;
	background-color: transparent;
}
.form-horizontal .control-group {margin-bottom: 10px;}
.peThemeContactForm .controls .span9 {
	width: 97%!important;
	border: none;
	outline: none;
	padding: 11px;
	font-weight: 300;
	font-size: 13px;
	color: #a8a8a8;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background: #fbfbfb;
	}
/*.foot-third:last-child {padding-left: 0;}*/
.controls.send-btn{
	background: none;
}
.controls textarea{height: 100px;}
.contour-btn {
	width: 97%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	display: inline-block;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 3px 0px;
	border-radius: 3px;
	background: #4cddf3;
	border: none;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contour-btn:hover {
	color: #4cddf3;
	background: #f7f7f7 !important;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/* Map */
#maps {
	width: 100%;
	height: 500px;
	position: absolute;
	overflow: hidden;
}
.map-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner-map {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Facts */
.f-element{
	width: 295px;
	height: auto;
	float: left;
	text-align: center;
}
.f-ico{
	background: url("../img/facts.png") #4cddf3;
	width: 73px;
	height: 71px;
	margin: 0 auto 20px;
}
.highlight{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 100px;
	color: #000000;
	line-height: 75px;
}
.milestone-details{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #7f7f7f;
	text-transform: uppercase;
	padding: 20px 0 100px;
	letter-spacing: 1px;
}

/* Social Footer */
.socialFooter{
	 position:relative;
	 background:#fff;
	 margin-top:500px;
	 width:100%;
	 height:201px;
}
.social-icons{
	width:215px;
	margin: 0px auto 35px;
	padding-top:50px;
}
.socialFooter .social-icons .social{
/*	float: right;
	right: 50%;
	position: relative;*/
}
.socialFooter .social-icons .social div{
	width: 51px;
	height: 51px;
	overflow: hidden;
	background: url("social-footer.png");
	float: left;
	margin: 0 10px;
}.socialFooter .social-icons .social div:hover{opacity: 0.7;}
.socialFooter .social-icons .social .face{ background-position: right bottom;}
.socialFooter .social-icons .social .twitt{ background-position: left bottom;}
.socialFooter .social-icons .social .plus{ background-position: -51px bottom;}
.socialFooter .copy{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	font-size: 13px;
	margin-top:35px;
}


/*----------------------------------------------*/
/*VERY CUSTOM
/*----------------------------------------------*/
#teasers {margin-bottom: 30px;}

#teaser-container { /* border: 1px solid #000000;*/
                  overflow: auto;                 
}

#teaser-tab1{}
#teaser-tab2{}
#teaser-tab3 h5{color:; margin-bottom: 20px;}
#teaser-tab3 .tab-text ul{ padding-left: 20px; padding-bottom: 25px; padding-top: 7px;}
#teaser-tab3 .tab-text li{ list-style-position: outside; padding-left: 0; padding-bottom: 7px;}
#teaser-tab2 .tab-text h6{ margin-top: 5px; margin-bottom: 5px; }
#teaser-tab2 .tab-text p{margin-top: 0px; }

.tab-custom {
    background: #f7f7f7;
    border-radius: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 70px;
    overflow: auto;
    margin-bottom: 50px;
}

.tab-title{
          /* border: 1px solid #000000;*/
           width: 35%;
           padding-right: 30px;
           text-align: center;
           float: left;          
}
.tab-title h6{font-size: 25px; margin-top: 20px; margin-bottom: 20px; color: #0294a6;}
.tab-title p{font-size: 14px;text-align: justify;}

.tab-text{
             border-left: 1px solid #E9E9E9;
             width: 65%;
             min-height: 500px;
             padding-left: 40px;
             float:left;
             text-align: left;
}
.tab-text ul {list-style-type: }
.tab-text li {list-style-image: url('../images/blue-square.png');
             list-style-position: inside;
             padding-left: 15px; }
.tab-text h5{text-decoration: none; font-family: Open Sans;font-weight: 300;font-size: 25px;text-align: left;margin: 0 0 20px 0;}
.tab-text h6{color: #0294a6;}
.tab-text p{font-family: Open Sans; text-align: left; margin-top: 10px; margin-bottom: 17px;}
.tab-text li{font-family: Open Sans;font-weight: 100;text-align: left; margin-top: 10px; color: #000000;}


/*-- TUMBLR --*/
.tumblr_posts {	
              width: 100px;
              height: 100px;
              border: 1px solid #000000;
}
.tumblr_post {		

}
.tumblr_title {	

}
.tumblr_body img {	

}
.read_more_container {
	
}
.read_more_container a {
	
}



.tumblr_quote {	

}
.tumblr_quote p {		

}
.tumblr_source {
	
}



