@charset "utf-8";

/* CSS Document */


/*==>1: HTML & BODY ======================================*/

html {
    overflow-y: scroll;
}


/* FF viewport scrollbar issue */

html {
    min-height: 100.1%;
}

.try-buy {
    position: absolute;
    top: -62px;
    right: 0;
}

.try-buy a {
    width: 228px;
    height: 154px;
    display: block;
    background: url(../../images/skin1/try-buy.png) no-repeat center;
}

.try-buy a:hover {}


/*==>2: SKIN CONTAINER ======================================*/

#skin-trigger {
    background: #AD4D00;
    color: #fff;
    padding: 5px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-size: 12px;
}

a#skin-trigger:hover {
    color: #f4f4f4;
}

#skin-content {
    display: none;
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e1c8), to(#f2ead2));
    background-image: -webkit-linear-gradient(top, #e9e1c8, #f2ead2);
    background-image: -moz-linear-gradient(top, #e9e1c8, #f2ead2);
    background-image: -ms-linear-gradient(top, #e9e1c8, #f2ead2);
    background-image: -o-linear-gradient(top, #e9e1c8, #f2ead2);
    background-image: linear-gradient(top, #e9e1c8, #f2ead2);
    padding: 15px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .9);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .9);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .9);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

li #skin-content {
    right: -15px;
    width: 125px;
}

li #skin-content ul {
    margin: 0;
    padding: 0;
    width: auto;
}

li #skin-content ul li {
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
}

#skin-content a {
    font-weight: bold;
    padding: 20px 0 0 45px;
    display: block;
    width: auto;
    text-align: left;
}

.grunge {
    width: 36px;
    height: 36px;
    background: url(../../images/cc-grunge-ic.png) no-repeat left center;
}

.clean {
    width: 36px;
    height: 36px;
    background: url(../../images/cc-clean-ic.png) no-repeat left center;
}

.skin-active {
    background: url(../../images/tick.png) no-repeat right center;
}


/*======= FEEDBACK PANEL ========================================*/

.feedback {
    top: 250px;
    width: 45px;
    height: 150px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.feedback-panel {
    border: 1px solid #d4d4d4;
}

.feedback-panel .hd {
    background: #d4d4d4;
    font-weight: bold;
}

.feedback-panel td {
    padding: 15px;
    background: #f3f3f3;
}

.center {
    text-align: center;
}


/*======= LOGO ========================================*/

.cclogo {
    margin: 0 auto;
    text-align: center;
    background: url(../../images/skin1/cclogo.png) no-repeat center;
    width: 336px;
    height: 135px;
}

.cclogo a {
    display: block;
    width: 336px;
    height: 115px;
}

.cclogo a span {
    display: none;
}

body.portfolio {
    margin: 0px;
    padding: 0px;
    /*background: url(../../images/skin1/glow.png) no-repeat center top, #b7a589 url(../../images/skin1/bg.jpg) repeat-y center top;*/
    background: #d0c1a4 url(../../images/skin1/bg.jpg) repeat-y center top;
    font-family: "Lato" sans-serif !important;
    font-size: 16px !important;
}

body.thoughtcloud {
    margin: 0px;
    padding: 0px;
    background: #efefef;
    font-family: "Lato" sans-serif !important;
    font-size: 16px !important;
}

h1 {
    margin: 15px 0 30px 0;
    padding: 0;
    font: normal 30px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #803e06;
    letter-spacing: -1px;
}

h2 {
    margin: 15px 0;
    padding: 0;
    font: normal 22px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #deb300;
    color: #333;
}

h3 {
    margin: 0px;
    padding: 0px;
    font: normal 20px 'Conv_SketchRockwell-Bold', Helvetica, Arial, Helvetica, sans-serif;
    color: #555;
}

p {
    font: 16px arial, "colaborate-mediumregular";
    margin: 5px 0px 10px 0px;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin: 5px 0px 10px 0px;
    color: #555;
    color: #333;
}

.title1 {
    font: normal 30px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #5d3818;
    text-shadow: 0px 2px 0px #ffffff;
}

.title1 span {
    font-size: 33px;
    color: #b76925;
}

.subtitle1 {
    color: #5d3818;
    font: normal 16px 'colaboratelightregular', Arial, Helvetica, sans-serif;
    text-align: center;
}

.mainContainer {
    margin: 0px auto;
    width: 1200px;
    position: relative;
}

.headerLinks {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.headerLinks ul {
    margin: 15px auto 30px auto;
    width: 700px;
    width: 760px;
    position: relative;
}

.headerLinks li {
    list-style-type: none;
    display: inline;
    margin: 0px 15px 0px 15px;
}

.headerLinks li a {
    font-family: "colaboratelightregular", arial;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 800;
}

.headerLinks li a:hover {
    color: #ad4d00;
}

.skin1links {
    display: none;
}

.skin2links {
    display: none;
}


/*======= FOLDER ========================================*/

.folder {
    margin: 0 0 30px 0;
    padding: 0px;
    font: normal 30px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
}

.folder a {
    width: 316px;
    height: 148px;
    background: url(../../images/skin1/folder.png) no-repeat left top;
    float: left;
    margin: 0px 35px;
    text-align: center;
    padding-top: 65px;
    vertical-align: middle;
    color: #7f4921;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.folder a:hover {
    background: url(../../images/skin1/folder-hover.png) no-repeat left top;
    color: #2e2e2e;
    text-shadow: 0px 1px 0px #ffffff;
    -moz-transform: rotateZ(5deg) scale3d(1, 1, 1);
    -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(5deg) scale3d(1, 1, 1);
}

.gearsBg {
    margin: 0 auto;
    background: url(../../images/skin1/gears.png) no-repeat left top;
    width: 1200px;
    height: 175px;
    margin-top: 20px;
}


/*======= INNER TOP NAV ========================================*/

.innerTopNav {
    width: 815px;
    margin: 0 auto;
    padding: 85px 0 0 0;
}

.innerTopNav li {
    list-style-type: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.innerTopNav li a {
    display: block;
    font: normal 18px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #ffea8f;
    text-decoration: none;
    background: url(../../images/skin1/nav-bg.png) no-repeat left top;
    padding: 15px 0px 10px 18px;
}

.innerTopNav li a span {
    background: url(../../images/skin1/nav-bg.png) no-repeat -20px -50px;
    padding: 30px 20px 10px 0px;
}

.innerTopNav li a.active {
    font: normal 18px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    background: url(../../images/skin1/nav-bg-active.png) no-repeat left top;
    padding: 15px 0px 10px 18px;
}

.innerTopNav li a.active span {
    background: url(../../images/skin1/nav-bg-active.png) no-repeat -20px -50px;
    padding: 30px 20px 10px 0px;
}


/*======= PAPER ========================================*/


/*======= 2COL ========================================*/

.paper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    top: -45px;
}

.paper .top {
    background: url(../../images/skin1/paper-2col-top.png) no-repeat left top;
    height: 16px;
}

.paper .mid {
    min-height: 600px;
    padding: 20px 0 0 60px;
    background: url(../../images/skin1/paper-2col-mid.png) repeat-y left top;
}

.paper .btm {
    background: url(../../images/skin1/paper-2col-btm.png) no-repeat left top;
}


/*======= 1COL ========================================*/

.paper-1col {
    width: 1200px;
    position: relative;
    top: -45px;
}

.paper-1col .top {
    background: url(../../images/skin1/paper-1col-top.png) no-repeat left top;
}

.paper-1col .mid {
    padding: 20px 0 0 60px;
    background: url(../../images/skin1/paper-1col-mid.png) repeat-y left top;
}

.paper-1col .btm {
    background: url(../../images/skin1/paper-1col-btm.png) no-repeat left top;
}


/*======= LEFTNAV ========================================*/

.leftnav {
    margin: 40px 40px 0 0;
    float: left;
    width: 250px;
}

.leftnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leftnav ul li {
    margin: 0;
    padding: 0 0 10px 0;
}

.leftnav ul li a,
.leftnav ul li span {
    display: block;
    padding: 0 0 0 30px;
    font: normal 20px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
    background: url(../../images/skin1/leftnav-arrow.png) no-repeat left center;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.leftnav ul li span.active {
    display: block;
    padding: 0 0 0 30px;
    font: normal 20px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #ad4d00;
    text-decoration: none;
    background: url(../../images/skin1/leftnav-arrow-active.png) no-repeat left center;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.leftnav ul li span:hover {
    display: block;
    padding: 0 0 0 30px;
    font: normal 20px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    color: #ad4d00;
    text-decoration: none;
    background: url(../../images/skin1/leftnav-arrow-active.png) no-repeat left center;
}

.leftnav ul li ul {
    margin: 15px 0px 15px 30px;
    padding: 0px;
}

.leftnav ul li ul li {
    list-style-type: none;
    padding: 0px 0px 7px 0px;
    display: block;
}

.leftnav ul li ul li a {
    text-decoration: none;
    color: #333333;
    padding: 2px 0 2px 15px;
    font: normal 12px Arial, Helvetica, sans-serif;
    background: url(../../images/skin1/disc.png) no-repeat left 4px;
    -moz-transform: none;
    -webkit-transition: none;
}

.leftnav ul li ul li a:hover {
    color: #AD4D00;
    padding: 2px 0 2px 15px;
    font: normal 12px Arial, Helvetica, sans-serif;
    background: url(../../images/skin1/disc.png) no-repeat left 4px;
    -moz-transform: none;
    -webkit-transition: none;
}


/*======= MAINCONTENT ========================================*/

.breadcrumb {
    margin: 0 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
    font: normal 14px 'colaborate-boldregular', Arial, Helvetica, sans-serif;
}

.maincontent {
    float: left;
    width: 800px;
}

.mod-1100w {
    margin: 0 0 30px 0;
    width: 1100px;
}

.maincontent ul {
    margin: 20px 0 20px 0;
    padding: 5px 0;
    list-style: none;
}

.maincontent li {
    padding: 5px 0;
    font-size: 18px;
    font-weight: normal;
}

.page-hd {
    padding: 20px;
    background: #faf7ec;
}


/*======= PROJECT SUBCATEGORY ========================================*/

.proj-pilot {
    margin: 0 0 60px 0;
}

.proj-pilot .proj-tn {
    float: left;
    margin: 0 30px 60px 0;
    width: 245px;
    height: 162px;
}

.proj-pilot .proj-tn img,
.proj-pilot .proj-tn-last img {
    position: relative;
    top: 25px;
    left: 18px;
}

.proj-pilot .proj-tn a.proj-tnimg,
.proj-pilot .proj-tn-last a.proj-tnimg {
    display: block;
    width: 245px;
    height: 162px;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    background: url("../../images/paper-stack.png")no-repeat;
}

.proj-pilot .proj-tn a.proj-tnimg:hover,
.proj-pilot .proj-tn-last a.proj-tnimg:hover {
    display: block;
    width: 245px;
    height: 162px;
    -moz-transform: rotateZ(5deg) scale3d(1, 1, 1);
    -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(5deg) scale3d(1, 1, 1);
    background: url("../../images/paper-stack.png")no-repeat;
}

.proj-pilot .proj-tn-last {
    float: left;
    margin: 0 0 0 0;
    width: 245px;
    height: 162px;
}

.proj-pilot .proj-tn a.proj-title,
.proj-pilot .proj-tn-last a.proj-title {
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
    color: #333;
    font: normal 22px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.proj-pilot .proj-tn a.proj-title:hover,
.proj-pilot .proj-tn-last a.proj-title:hover {
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
    color: #ad4d00;
    font: normal 24px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    -moz-transform: scale3d(1.2, 1.2, 1);
}


/*======= PROJECT DETAILS ========================================*/

.proj-detail {}

.proj-detail .proj-tn {
    margin: 0 15px 0 0;
    float: left;
    width: 330px;
    height: 275px;
}

.proj-detail .proj-desc h1 {
    margin: 0;
    padding: 0;
}

.proj-detail .proj-desc {
    width: 420px;
    float: left;
    color: #555555;
    color: #333;
    /*font:16px arial, "colaboratelightregular";*/
}

.proj-detail .proj-tn {
    margin: 0 20px 0 0;
    border: 6px solid #fff;
    box-shadow: 0px 7px 5px #ccc;
}

.proj-detail .proj-desc ul {
    margin: 5px 0;
    padding: 5px 0 0 20px;
    font-size: 12px;
}

.proj-detail .proj-desc ul li {
    padding: 5px 0 0 0;
}


/*======= TESTIMONIALS PAGE ========================================*/

.testimony {
    margin: 0 0 0 60px;
}

.testimony .proj-tn img {
    position: relative;
    top: 25px;
    left: 18px;
}

.testimony .proj-tn {
    display: block;
    float: left;
    height: 162px;
    margin: 0 30px 20px 0;
    width: 245px;
    height: 162px;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    background: url("../../images/paper-stack.png")no-repeat;
}

.testimony .testimony-desc {
    margin: 50px 0 20px 0;
    font-size: 16px;
}


/*======= CONTACT FORM ========================================*/

fieldset legend {
    font-size: 14px;
    color: #B99D49;
    font-weight: bold;
}

fieldset {
    margin: 20px 0 0 0;
    color: #333;
    border-color: #ccc;
    border-width: 0 0 0 0;
    border-style: solid 1px solid #b99d49;
}

fieldset ul {
    list-style-type: none;
}

fieldset li {
    display: inline;
}

label.lbl,
label.inputbox {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 120px;
}

label.lbl {
    padding: 6px 20px 0 0;
    font-weight: bold;
    padding: 2px 10px 0 0;
    text-align: right;
    color: #333;
    text-align: right;
}

.inputbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 15px 0;
    padding: 6px 0;
    width: 350px;
}

textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 120px;
    margin-bottom: 15px;
    width: 350px;
}

select {
    padding: 2px;
}

.submit {
    width: 100px;
    height: 46px;
    padding: 5px;
    border: 0;
    background: url(../../images/skin1/submit_btn.png) no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}


/*======= CLEARFIX ========================================*/


/*#CLEARFIX*/


/*#ClearFix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}


/*#Hides from IE-mac \*/

.clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*#End hide from IE-mac */

.clear {
    clear: both;
}


/*======= HEADINGS ========================================*/


/*h1{
	margin:0;
	padding:0;
	font-size:20px;
}*/


/*======= GENERAL ========================================*/

.left-float {
    float: left;
}

.right-float {
    float: right;
}

a {
    color: #ad4d00;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #333;
}

.bold {
    font-weight: bold;
}

img {
    border: 0;
}

.sm {
    font-size: 11px;
}

.med {
    font-size: 14px;
}

.large {
    font-size: 18px;
}

.err {
    color: #cc0000;
}

hr {
    margin: 30px 0;
    color: #dcb35f;
    background-color: #dcb35f;
    height: 1px;
    border: 0
}

ul {}

li {
    padding: 5px 0;
}


/*======= FOOTER ========================================*/

.footer {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-size: 18px;
    font-family: "colaborate-mediumregular", arial;
}

.footerNav {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: "colaboratelightregular", arial;
    text-decoration: none;
    color: #333333;
}

.footerNav li {
    list-style-type: none;
    display: inline;
}

.footerNav li a {
    text-decoration: none;
    color: #713912;
    margin-right: 25px;
}

.footerNav li a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.list1 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.list1 li {
    list-style-type: circle;
    margin: 5px 0px 0px 40px;
    font-weight: normal;
}

.thumbnails {
    border-top: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    margin: 20px 0px;
    padding: 10px 0px;
}

.thumbnails ul {
    margin: 0px;
    padding: 0px;
}

.thumbnails ul li {
    float: left;
    margin-right: 10px;
    width: 183px;
    height: 100px;
    list-style-type: none;
    border: 4px solid #fff;
    box-shadow: 0px 3px 4px #ccc;
}

.thumbnails ul li.last {
    margin-right: 0px;
}

.leftCol {
    float: left;
    width: 460px;
    margin-right: 20px;
}

.rightCol {
    float: left;
    width: 280px;
    margin-left: 20px;
}

.projectList {
    margin: 0px;
    padding: 0px;
}

.projectList li {
    list-style-type: none;
    border-top: 0px solid #cccccc;
    padding-top: 10px;
}

.projectList li img {
    border: 3px solid #fff;
    float: left;
    margin-right: 14px;
    box-shadow: 0px 3px 4px #ccc;
}

.testimonialList {
    margin: 0px;
    padding: 0px;
}

.testimonialList li {
    list-style-type: none;
    border-top: 0px solid #cccccc;
    padding-top: 10px;
}


/*======= TEAM ========================================*/

.team {}

.team .row1 {
    margin: 0 auto;
    width: 750px;
}

.team .row1 .team-img {
    width: 155px;
    height: 155px;
    float: left;
    margin-right: 30px;
    border: 4px solid #fff;
    box-shadow: 0px 7px 5px #ccc;
}

.team .row1 .team-desc {
    float: left;
    width: 550px;
}

.team .row2 {
    margin: 20px auto;
    width: 751px;
}

.team .subcaptain {
    width: 349px;
    float: left;
}

.team .subcaptain .team-img {
    width: 155px;
    height: 155px;
    float: none;
    border: 4px solid #fff;
    box-shadow: 0px 7px 5px #ccc;
}

.team .subcaptain .team-desc {
    margin: 20px 0 0 0;
    float: none;
    width: auto;
}

.team ul {
    margin: 0 0 0 10px;
    padding: 5px 0;
}

.team li {
    padding: 5px 0;
}


/*============ DESIGN PROCESS ===========================================*/

.design-process {
    margin: 0 auto;
    width: 90%;
    border: 0px solid #dcc268;
}

.design-process th {
    width: 33%;
    color: #333;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    background: #d4d4d4;
    text-align: left;
}

.design-process td {
    vertical-align: top;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
}

.design-process .footer td {
    background: #fafafa;
}

.design-process td.even {
    background: #f1f1f1;
}