body {
    background: url('../images/light2_bg.png');
    font-size: 12px;
    line-height: 22px;
    color: #484848;
    margin: 0;
    padding: 0;
    font-family: "ff-cocon-web-pro", sans-serif;
}

h1,h2,h3,h4,h5,h6,blockquote,#MobileNavTrigger {
    font-family: "ff-cocon-web-pro", sans-serif;
    font-weight: normal;
    color: #484848;
}

h1 {
    font-size: 25px;
    margin: 25px 0;
}

::selection {
    background: #f26c4f;
    color: white;
}

.fullWidth,.fullWidth img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.fullWidth iframe{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.fullWidth{
    overflow: hidden !important;
}

/* Mobile */
@media (max-width: 640px) {
    .fullWidthMap {
        height: 250px;
        width: 100%;
        margin: 0;
    }

}

/* Tablet */
@media (min-width: 641px) {
    .fullWidthMap {
        height: 250px;
        width: 100%;
        margin: 0;
    }

}

#Page {
    margin: 0;
}

#Page h2:first-child {
    margin: 0;
}

/* App Page Title */
.content h2 {
	text-align: center;
	margin: 10px 0 20px 0 !important;
	font-size: 24pt;
	line-height: 22pt;
	color:#303030 !important;
}

/* Mobile */
@media (max-width: 640px) {
    #Page article {
        margin: 20px 10px;
    }

}

/* Tablet */
@media (min-width: 641px) {
    #Page article {
        margin: 30px 10px;
    }

}

.half-1 {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
}

.half-2 {
    width: 46%;
    margin: 0;
    float: left;
}

.twothirds {
    float: right;
    width: 66%;
    margin: 0;/* 4% 0 0;*/
}

.onethird {
    width: 30%;
    margin: 0;
    float: right;
    margin: 0 0 0 4%;    
}

/*Mobile */
@media (max-width: 640px) {
    .noColumnOnMobile {
        float: 0;
        margin: 0;
        width: 100%;
    }

}

.onethirds-1_2-wrapper {
    padding: 0;
    margin: 0;
    float: left;
    width: 65%;
}

.onethird-1 {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
}

.onethird-2 {
    width: 46%;
    margin: 0;
    float: left;
}

.onethird-3 {
    width: 30%;
    float: left;
    margin: 0 0 0 5%;
}

.contactInfo p {
    margin: 0;
}

.contactInfo span {
    margin-right: 5px;
}

.contactInfo {
    padding: 1em 0;
}

#Contact article {
    margin: 12px 10px 30px;
}

#Contact h2:first-child {
    margin: 0;
}

#MainLogo {
    text-align: center;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 30px 0;
}

#MainLogo img {
    width: 300px; /* Set width for logo */
}

.cAlignLeft {
    float: left;
}

.cAlignRight {
    float: right;
}

.cOverflow {
    overflow: hidden;
}

.cBlock {
    display: block;
}

.flexslider {
    margin-bottom: 7px;
}

.cBoth {
    clear: both;
}

a {
    color: #a4a1a2;
    text-decoration: none;

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

a:hover {
	/*     color: #cc5433; */
    color: #4f00f6;
}

a {
    text-decoration: none;
}

#container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5px;
    overflow: hidden;
}

.webicons {
    font-family: 'WebSymbolsRegular';
    font-size: 24px;
    position: relative;    
}

		.social-icons {
    font-family: 'SocialicoRegular';
    font-size: 37px;
    position: relative;
}

.tooltip_wrapper {
    position: relative;
}

.MainNavigation {
    font-family: "ff-cocon-web-pro", sans-serif;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.MainNavigation li {
    display: inline-block;
    margin: 10px 10px 20px;
}

.MainNavigation a {
    color: #a4a1a2;
}

.MainNavigation a:hover,.current_page {
    color: #fefefe !important;
}

@media (max-width: 640px) {
    nav ul {
        display: none;
    }

    nav select, #MobileNavigation {
        display: block;
    }

}

nav {
    padding: 0 15px 15px;
}

@media (min-width: 641px) {
    nav ul {
        display: block;
    }

    nav select, #MobileNavigation {
        display: none;
    }

}

#MobileNavigation{
    position: relative;
    margin: 0 auto;
    width: 280px;
    padding-bottom: 50px;
}

#MobileNavTrigger {
    background: url('../images/mobile_menu_bg.png') no-repeat;
    background-position: left;
    color: white;
    position: absolute;
    z-index: 200;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    color: #a4a1a2;
}

nav select {
    position: absolute;
    width: 280px;;
    margin: 0 auto;
    height: 40px;
    opacity: 0;
    margin-left: 3px;
    z-index: 205;
}

header {
    border-top: 4px solid #3d3d3d;
    margin: 0;
    padding: 0;
    background: url('../images/dark_bg.png');
}

input,textarea {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 12px;
    color: #a4a1a2;
    font-family: "ff-cocon-web-pro", sans-serif;
}

input:focus,textarea:focus {
    font-family: "ff-cocon-web-pro", sans-serif;
    outline: none;
    border: 1px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
}

label {
    font-size: 12px;
    color: #484848;
    line-height: 31px;
    font-family: "ff-cocon-web-pro", sans-serif;
    width: 115px;
    display: inline-block;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    padding: 7px 15px;
    font-family: "ff-cocon-web-pro", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin: 3px 6px 3px 0;
}

#message {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    display: block;
    line-height: 22px;
    background: #FBE3E4 url('../assets/error.png') no-repeat 10px 6px;
    padding: 3px 10px 3px 35px;
    color: #8a1f11;
    border: 1px solid #FBC2C4;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.error_messages {
    margin: 0 0 0 15px;
    padding: 0;
}

ul.error_messages li {
    height: 22px;
    line-height: 22px;
    color: #333;
}

.required {
    color: #8a1f11;
}

.loader {
    padding: 0 10px;
}

#contact #success_page h1 {
    background: url('../assets/success.png') left no-repeat;
    padding-left: 22px;
}

dt {
    font-weight: bold;
}

dd {
    font-style: italic;
    margin-left: 10px;
}

pre code {
    line-height: 1.4em;
    padding: 1em;
    margin: 0;
    border: 1px dashed #C9C9C9;
    color: black;
    background-color: #F9F9F9;
    display: block;
    white-space: pre !important;
    overflow: auto;
    color: #292929 !important;
    margin-bottom: 20px;
}

code {
    font-size: 13px;
    color: #292929 !important;
    background-color: #F9F9F9 !important;
}

table {
    line-height: 1.4em;
    margin: 0;
    border: 1px dashed #C9C9C9;
    color: black;
    background-color: #F9F9F9;
    padding: 0;
}

td {
    padding: 10px;
    background: #fefefe;
}

td:first-child {
    border-left: none;
}

th {
    padding: 3px 10px;
    background-color: #F9F9F9;
    text-align: center;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    background: url('../images/light2_bg.png');
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
    border: 1px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
}

input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    border-bottom-width: 1px;
    border-top-width: 2px;
}

input.Bblue {
    background: #b2dbf2;
    color: white;
    border-color: #88a6b6;
}

input.Bblue:hover {
    border-color: #9dc1d5;
}

input.Bred {
    background: #e29a9a;
    color: white;
    border-color: #ac6a6a;
}

input.Bred:hover {
    border-color: #e18585;
}

input.Bgreen {
    background: #b5d674;
    color: white;
    border-color: #8e9e70;
}

input.Bgreen:hover {
    border-color: #adbd8d;
}

input.Bdark {
    background: #737373;
    color: white;
    border-color: #393939;
}

input.Bdark:hover {
    border-color: #636363;
}

input.Bgrey {
    background: url('../images/light2_bg.png');
}

input.Borange {
    color: white;
    background: #ed8e72;
    border-color: #b15b41;
}

input.Borange:hover {
    border-color: #ec7754;
}

.highlightGreen {
    color: white;
    background: #b5d674;
}

.highlightBlue {
    background: #b2dbf2;
    color: white;
}

.highlightDark {
    background: #737373;
    color: white;
}

.highlightGrey {
    color: white;
    background: #a4a1a2;
}

.highlightOrange {
    color: white;
    background: #ed8e72;
}

.highlightRed {
    background: #e29a9a;
    color: white;
}

hr {
    border: none;
    border-bottom: 1px dotted #e3e3e3;
}

/**************************
 *           BLOG          *
 ***************************/
article {
    background: white;
    overflow: hidden;

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin: 30px 0 50px;
}

#contactform {
    margin: 0 10px 20px;
}

#contactform h4 {
    margin-bottom: 20px !important;
}

.title {
    font-size: 20px;
    margin: 20px 0;
}

/* Mobile */
@media (max-width: 640px) {
    #contactform #name,#contactform #mail {
        width: 60%;
        margin-right: 5px;
    }

    #contactform textarea {
        width: 93% !important;
    }

}

/* Tablet */
@media (min-width: 641px) {
    #contactform #name,#contactform #mail {
        width: 40%;
        margin-right: 5px;
    }

    #contactform textarea {
        width: 70%;
    }

}

#Blog article h2 {
    margin: 0 0 10px;
}

#Blog {
    margin: 0 10px;
}

#Blog article .webicons {
    margin-right: 8px;
}

.article-info p {
    color: #a4a1a2;
    line-height: 16px;
    display: inline;
    margin-right: 15px;
}

.article-info p:last-child {
    margin-right: 0;
}

.article-footer {
    border-top: 1px dotted #d4d4d4;
}

.article-info span {
    color: #484848;
}

.blogImg {
    width: 100% !important;
    height: auto !important;
}

.blogImg img {
    width: 100% !important;
    height: auto !important;
}

figure {
    margin: 0;
}

video {
    width: 100% !important;
    height: auto !important;
}

.article-info-social .social-icons {
    font-size: 30px !important;
}

.article-info-social {
    margin: 0;
}

blockquote {
    font-size: 20px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a1a2;
}

.headline-blockquote {
    margin: 0 0 7px;
    padding: 25px;
    font-size: 20px;
    color: #D3D3D3;
    line-height: 30px;
    text-align: center;
    background: url('../images/darker_bg.png');

    -webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}

.featured-link {
    margin: 0 0 7px;
    padding: 25px;
    font-size: 20px;
    line-height: 30px;
    font-family: "ff-cocon-web-pro", sans-serif;
    text-align: center;
    background: url('../images/darker_bg.png');

    -webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}

.featured-link a {
    color: #D3D3D3;
}

.featured-link a:hover {
    color: #cb5432;
}

.article-footer p {
    margin: 10px 0 5px;
    line-height: 20px;
}

.SingleArt {
    margin: 30px 0;
}

.content {
    padding: 10px 15px 5px;
}

#Comments {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

#Comments li {
    margin: 20px 15px 40px;
}

.CommentInfo {
    width: 80px;
    float: left;
    bottom: 0;
}

.CommentInfo h4 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.CommentInfo img {
    width: 80px;
    height: auto;
}

.CommentInfo p {
    font-size: 10px;
    color: #a4a1a2;
    line-height: 0;
    text-align: center;
}

.CommentBuble {
    background: white;
    padding: 5px 15px;
    margin-left: 95px;
    position: relative;

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.CommentBuble:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 10px;
    border-width: 7px;
    border-color: white transparent transparent white;
    border-style: solid;
}

/* Mobile */
/* Tablet */
/**************************
 *          =BLOG          *
 ***************************/
/***************************
 ****       FOOTER       ****
 ****************************/
#mainFooter,#mainHeader {
    background: url('../images/dark_bg.png');
}

#mainFooterWrapper {
    max-width: 700px;
    margin: 0 auto;
}

#mainFooter,#mainFooter p,#mainFooter span {
    font-size: 11px;
    line-height: 20px;
    color: #d3d3d3;
    font-family: "ff-cocon-web-pro", sans-serif;
}

#botFooter {
    border-top: 1px dotted #727272;
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: "ff-cocon-web-pro", sans-serif;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #a4a1a2;
}

#navFooter {
    list-style: none;
    margin: 0;
    padding: 0;
}

#botFooter a {
    text-decoration: none;
    color: #a4a1a2;
}

#botFooter a:hover {
    text-decoration: none;
    color: #fefefe;
}

#labelFooter a {
    color: #fefefe;
}

#labelFooter a:hover {
    color: #cb5432;
}

#navFooter li {
    float: left;
    margin-right: 20px;
}

#labelFooter {
    font-size: 10px !important;
    float: right;
    color: #a4a1a2 !important;
    line-height: 60px !important;
}

#widgetsFooter {
    overflow: hidden;
    max-width: 700px;
}

.widgetFooter h4 {
    color: #a4a1a2;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dotted #727272;
    font-weight: normal;
    font-family: "ff-cocon-web-pro", sans-serif;
    padding-bottom: 5px;
}

.widgetTwitterWrapper {
    position: relative;
}

.widgetTwitterDate {
    position: absolute;
    left: 40px;
    bottom: 3px;
    text-align: center;
    width: 85px;
    color: #a4a1a2;
}

.widgetTwitter {
    height: 134px;
    width: 155px;
    padding: 15px 20px;
    background: url('../images/twitter_widget.png') no-repeat;
}

.widgetRecentPosts {
    margin: 0;
    padding-left: 0;
    text-transform: capitalize;
    font-size: 11px;
    list-style: none;
}

.widgetRecentPosts li:before {
    content: '» ';
    color: #f3f3f3 !important;
}

.widgetRecentPosts span {
    font-size: 11px;
}

.widgetArchive {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 11px;
    list-style: none;
}

.widgetArchive li {
    width: 50%;
    float: left;
}

/* Mobile */
@media (max-width: 640px) {
    .widgetFooter,#botFooter {
        color: #fefefe;
        width: 90%;
        margin: 20px auto;
        display: block;
    }

    #navFooter {
        display: none;
    }

    #labelFooter {
        float: none;
    }

    #botFooter {
        margin: 0 auto;
    }

}

/* Tablet */
@media (min-width: 641px) {
    .widgetFooter {
        color: #fefefe;
        width: 197px;
        margin: 15px 52px 35px 0;
        float: left;
    }

    .widgetFooter:last-child {
        margin-right: 0 !important;
    }

}

/***************************
 ***       =FOOTER        ***
 ****************************/
/**************************
 *        PORTFOLIO        *
 ***************************/
.appPrev {
    list-style: none;
    padding: 0;
    text-align: center;
}

.appPrev li {
    display: inline-block;
    margin: 25px;
}

.appPrev h4 {
    font-size: 14px;
    margin: 0;
}

.appPrev p {
    margin: 0;
}

/* Mobile */
@media (max-width: 640px) {
    .appPrev li {
        max-width: 640px;
        margin: 15px auto;
    }

    .appPrev li img {
        max-width: 640px;
    }

}

@media (max-width: 320px) {
    .appPrev li {
        width: 220px;
        margin: 15px auto;
    }

    .appPrev li img {
        max-width: 220px;
    }

}

/* Tablet */
@media (min-width: 641px) {
    .appPrev li {
        width: 318px;
        margin: 25px 15px;
    }

    .appPrev li img {
        width: 318px;
    }

}

/* Mobile */
@media (max-width: 640px) {
    .ProjectContent {
        width: 94%;
        margin: 0 3%;
    }

    .ProjectContent .content {
        margin: 0 0px;
    }

    .ProjectInfo {
        max-width: 640px;
        margin: 15px 15px 0;
    }

}

/* Tablet */
@media (min-width: 641px) {
    .ProjectContent {
        width: 460px;
        margin: 0 30px 0 0;
        float: left;
    }

    .ProjectInfo {
        width: 210px;
        float: right;
        margin: 0;
    }

}

.ProjectInfo h4 {
    font-size: 14px;
    margin: 25px 0 15px;
    /*color: #a4a1a2 !important;*/
    color: #303030 !important;    
    padding-bottom: 3px;
    border-bottom: 1px dotted #a4a1a2;
}

.ProjectInfo h4:first-child {
    margin-top: 0;
}

.ProjectContent h2 {
    margin-top: 5px;
}

.ProjectInfo p {
    margin: 5px 0;
    color: #a4a1a2;
}

.ProjectInfo span.webicons {
    color: #484848;
    margin-right: 5px;
}

#porftolio {
    margin: 12px 0 30px;
}

.ProjectInfo .webicons {
    font-size: 20px;
}

.ProjectInfo .social-icons {
    font-size: 40px;
}

.flex-control-nav {
    text-align: center;
    margin-bottom: 0;
}

.flex-control-nav li {
    display: inline-block;
}

.flex-control-nav li a {
    background: #D3D3D3;
    font-size: 0 !important;
    color: #D3D3D3;
    padding: 3px 25px;
    margin-right: 10px;
    cursor: pointer;

    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.flex-control-nav li a:hover,.flex-control-nav li a.active {
    background: #727272;
    color: #727272;
}

.flex-control-nav li:last-child a {
    margin-right: 0;
}

.webicons:hover .tooltip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.social-icons:hover .tooltip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip {
    background: #484848;
    color: #D3D3D3;
    font-size: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 60px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: -25px;
    left: -15px;
    z-index: 9999;
    font-family: "ff-cocon-web-pro", sans-serif;

    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

/**************************
 *        =PORTFOLIO       *
 ***************************/