/*-----------------------------------------------------------------------------------

	Theme Name: Optima
	Theme URI: http://themeforest.net/user/PixFlow
	Description: <strong>Simple Responsive  Theme by PixFlow</strong> - Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/pixflow'>Follow us on twitter</a><br/> - <a href='https://www.facebook.com/pages/PixFlow/107145602731642'>Join the Facebook Group</a>
	Author: PixFlow
	Author URI: http://www.pixflow.net
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4
	Tags: white, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-colors, flexible-header, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
	Text Domain: TEXTDOMAIN

	Designed & Handcrafted by PixFlow
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	X.	CSS Normalize & Local Font Files
/*-----------------------------------------------------------------------------------*/

@import url(assets/css/normalize.css);
@import url(assets/css/icomoon.css);
@import url(assets/css/elegant.css);

@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot?v=3.2.0');
    src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff?v=3.2.0') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url('assets/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Element Styles
/*-----------------------------------------------------------------------------------*/

body
{
    color:#666;
    font-family:'Open Sans', sans-serif;
    font-size:16px;
    font-weight:200;
    line-height:1.8em;
}

img
{
    height:auto;
    max-width:100%;
    /*width: 100%;
    /* Fix for problem with moving images on hover */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

a img{
    vertical-align: top;
}

/* Paragraph */

p,address {
    margin: 0.85em 0;
}

pre{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
/* hr */

hr{
    display: block;
    height:1px;
    background-color: #a4a4a4;
    border: 0;
    margin: 30px 0;
}


/* Anchor */

a{
    color:#262626;
    text-decoration:none;

    -webkit-transition:color .3s;
    -moz-transition:color .3s;
    -o-transition:color .3s;
    transition:color .3s;
}

a:hover{
    color:#000;
    text-decoration: none;
}

/* Block quote */

blockquote
{
    color:#1f3642;
    font-size:23px;
    line-height:1.3em;
    padding:10px 0 20px;
    position:relative;
    font-weight: 300;
    margin:0;
    border: none;

}
blockquote p:before{
    content: open-quote;
    font-size: 32px;
    padding: 5px;
}
blockquote p:after{
    content: close-quote;
    font-size: 32px;
    padding: 5px;
}

blockquote p
{
    margin:0;
}

/* Headings */

h1, h2, h3, h4, h5, h6{ font-weight: 400; line-height: 1.25em; margin:0 0 10px; color: #222 }

h1{ font-size: 64px; }

h2{ font-size: 40px; }

h3{ font-size: 27px; }

h4{ font-size: 25px; }

h5{ font-size: 23px; }

h6{
    font-size: 19px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}

h6 strong{
    font-weight: 600;
}
/* Text Selection */

::-moz-selection {
    background: #1f3642; /* Firefox */
    color: #FFF;
}
::selection {
    background: #1f3642; /* Safari */
    color: #FFF;
}

/* Forms */

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus { -moz-outline: 0; outline:0; }

.button,
form input[type="submit"]
{
    cursor:pointer;
    margin:0;
    padding:0 20px;
    font-weight: 400;
    height:37px;
    line-height:37px;
    font-size: 15px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition:background-color .3s, color .3s;
    -moz-transition:background-color .3s, color .3s;
    -o-transition:background-color .3s, color .3s;
    transition:background-color .3s, color .3s;
}

form input[type="submit"]{
    border: 1px solid #838383;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    color: #333434;
}

form input[type="submit"]:hover,
form input[type="submit"]:active{
    background-color:#1f3642;
    color: #ffffff;
}


.button
{
    display: inline-block;
}

.button2{
    background-color:transparent;
    border:1px solid #1f3642;
    color:#1f3642;
}

form input[type="submit"]:hover,
form input[type="submit"]:active,
.button2:hover{
    background-color:#1f3642;
    color:#FFF;
    text-decoration: none;
}

.button1{
    background-color:#1f3642;
    color:#FFF;
}

.button1:hover
{
    text-decoration: none;
    background-color:#838383;
    color:#FFF;
}

.button-small
{
    height:32px;
    line-height:32px;
    padding:0 10px;
    font-size: 13px;
}

.button-large
{
    height:43px;
    line-height:43px;
    padding:0 31px;
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Common Classes
/*-----------------------------------------------------------------------------------*/

/* Animation */

.js-enabled .animation-appear{
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);

    -webkit-transition: -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -moz-transition: -moz-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -ms-transition: -ms-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -o-transition: -o-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    transition: transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
}

.js-enabled .animation-appear.start-animation{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Colors */

.color-accent-background
{
    background-color:#1f3642;
}

.color-accent-foreground
{
    color:#1f3642;
}

.color-alt-main-background
{
    background-color: #ededed;
}

/*Used to pad content container*/

.container-vspace{
    padding-bottom:50px;
    padding-top:50px
}

/* Responsive video container */

.video-frame
{
    height:0;
    margin-bottom:20px;
    overflow:hidden;
    padding-bottom:50%;
    position:relative
}

.video-frame iframe
{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}

.js-enabled .video-frame
{
    height:auto;
    overflow:visible;
    padding-bottom:0;
    position:static;
}

.js-enabled .video-frame iframe
{
    height:auto;
    position:static;
    width:auto;
    left:auto;
    top:auto;
}

/* Float */

.float-right{
    float:right !important;
}

/* Visibility */

.visible-phone
{
    display:none!important
}

.visible-tablet
{
    display:none!important
}

.hidden-desktop
{
    display:none!important
}

.hidden
{
    display:none
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* FlexSlider */

.flexslider ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* WP Classes */

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: both;
}

.wp-caption { }
.wp-caption-text{}
.sticky .small-thumb .title{background: url(assets/img/Sticky.png)no-repeat scroll 0 4px; padding-left: 19px;}
.gallery-caption { margin-left: 0; }
.bypostauthor{}
.clearSpace{ margin: 0!important; padding: 0!important;}

/* sidebar classes*/
.border-right{
    border-right:4px solid #e3e3e3;
    padding-right:25px;
}

.border-left{
    border-left:4px solid #e3e3e3;
    padding-left:25px;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	Forms & contact form 7 style
/*-----------------------------------------------------------------------------------*/
.wpcf7-form p{
    font-size: 12px;
}

.wpcf7-form-control-wrap,
.input-text,
.input-textarea{
    background-color: #f7f7f7;

    -webkit-box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"],
.input-text input[type="text"]{
    background-color:#dddddd;
    border:0;
    color:#a8a8a8;
    height:38px;
    line-height:38px;
    padding:0 1%;
    width:98%
}

.wpcf7-form-control-wrap textarea,
.input-textarea textarea{
    background-color:#dddddd;
    border:0;
    padding:10px 1%;
    color:#a8a8a8;
    width:98%;
    max-width: 98%;
    min-width: 98%;
}

/* CF7 Style */


.wpcf7-form-control-wrap{
    display: block;
}

span.wpcf7-not-valid-tip-no-ajax{
    position: absolute;
    top:50%;
    right:1%;
    color: #1f3642;
    width:13px;
    height:20px;
    display: block;
    overflow: hidden;
    margin-top:-10px;
}

div.wpcf7-validation-errors{
    color: #1f3642;
    border: none;
    font-size: 14px;
    font-weight: 400;
}

div.wpcf7-response-output{
    margin:0;
    padding:10px 0;
}
.form-textarea p{
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	Search Form
/*-----------------------------------------------------------------------------------*/

.search-form{
    max-width:300px
}

.search-form fieldset{
    border:0;
    margin:0;
    padding: 0;
}

.search-form form{
    background-color: #f0f0f0;
    padding: 10px 52px 10px 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    position: relative;
}

.search-form input[type="text"]{
    width:100%;
    min-width: 150px;
    background: none;
    border:0;
    color:#838383;
    font-weight: 400;
}

.search-form input[type="submit"]{
    position: absolute;
    right:0;
    top:0;
    width:42px;
    padding:0;
    height:100%;
    background:#b3b3b3 url(assets/img/search.png) no-repeat center center;
    background-size: 18px 18px;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    border: none;
}

.search-form input[type="submit"]:hover{
    background-color: #b3b3b3;
}

.search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b3b3b3;
}
.search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b3b3b3;
    opacity: 1;
}
.search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b3b3b3;
    opacity: 1;
}
.search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #b3b3b3;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Layout Elements & mobile navigation
/*-----------------------------------------------------------------------------------*/

/*Detected by JS*/
.px-translate3d .pushed-left .layout{
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    left:0;
}

.pushed-left .layout{
    left:-260px;
}

.layout{
    width:100%;
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
    background-color: #FFF;
    z-index: 2;

    -webkit-transition: -webkit-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: -moz-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: -o-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: -ms-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

/* Navigation Button inside header */

header .navigation-button{
    display: block;
    width: 32px;
    height:32px;
    color: #707070;
    text-align: center;
    text-decoration: none;
    position: relative;
    top:50%;
    margin-top: -15px;
    float:right;
}

header .navigation-button:hover{
    color: #1F3642;
}

header .navigation-button span{
    line-height: 32px;
    font-size: 32px;
}

/* Mobile Navigation */

.navigation-mobile{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 180px;
    padding: 0 40px;
    background-color: #0c0c0c;
    overflow: hidden;
    display: none;
    z-index: -1;
}

.navigation-mobile ul{
    list-style: none;
    margin:0;
}

.navigation-mobile li{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
}

.navigation-mobile ul ul{
    padding-left: 15px;
}

.navigation-mobile > ul{
    padding:0;
    margin-top: 60px;
}

.navigation-mobile a{
    color: #666;
    text-decoration: none;
}

.navigation-mobile a:hover{
    color: #FFF;
}

.navigation-close{
    cursor: pointer;
    position: absolute;
    right:40px;
    top:30px;
    font-size: 15px;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.navigation-close:hover{
    color: #FFF;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Grid
/*-----------------------------------------------------------------------------------*/

[class*="span"]
{
    float:left;
    margin-left:20px
}

.clearfix
{
    zoom:1
}

.clearfix:before,.clearfix:after
{
    content:"";
    display:table
}

.clearfix:after
{
    clear:both
}

.row:before,.row:after
{
    content:"";
    display:table
}

.row:after
{
    clear:both
}

.container
{
    margin-left:auto;
    margin-right:auto;
    width:940px;
    zoom:1
}

.container:before,.container:after
{
    content:"";
    display:table
}

.container:after
{
    clear:both
}

.relative
{
    position:relative
}

.row
{
    margin-left:-20px
}

.span12
{
    width:940px
}

.span11
{
    width:860px
}

.span10
{
    width:780px
}

.span9
{
    width:700px
}

.span8
{
    width:620px
}

.span7
{
    width:540px
}

.span6
{
    width:460px
}

.span5
{
    width:380px
}

.span4
{
    width:300px
}

.span3
{
    width:220px
}

.span2
{
    width:140px
}

.span1
{
    width:60px
}

.offset12
{
    margin-left:980px
}

.offset11
{
    margin-left:900px
}

.offset10
{
    margin-left:820px
}

.offset9
{
    margin-left:740px
}

.offset8
{
    margin-left:660px
}

.offset7
{
    margin-left:580px
}

.offset6
{
    margin-left:500px
}

.offset5
{
    margin-left:420px
}

.offset4
{
    margin-left:340px
}

.offset3
{
    margin-left:260px
}

.offset2
{
    margin-left:180px
}

.offset1
{
    margin-left:100px
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Header
/*-----------------------------------------------------------------------------------*/
header{
    background-color: #ffffff;
	height:150px;
    padding-top: 20px;
}

/*.header-default{
    background-color:#FFF;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
    -webkit-transform: translateZ(0);
}
*/

.header-default > .container,
header .logo img
{
    -webkit-transition:height 0.3s, max-height 0.3s;
    -moz-transition:height 0.3s, max-height 0.3s;
    -o-transition:height 0.3s, max-height 0.3s;
    transition:height 0.3s, max-height 0.3s;
}


header .logo a{
    height: 100%;
    display: block;
}

header .logo img
{
    max-height: 100%;
    width: auto;
    display: block;
}

/* Navigation - Home Page*/

header .navigation
{
    margin: 0 auto;
    font-weight: 200;
    display: table;
    height: 100%;
   
}

header > .container
{
    height: 70px; /* Value: 70px - Home Page*/
}

header .navigation ul{
    padding:0;
    list-style: none;
}

header .navigation > ul{
    display: table-cell;
    vertical-align: middle;
}

header .navigation li
{
    float:left;
    position:relative;    
}

header .navigation li a
{
    color:#535353;
    display:block;
    padding:5px 20px;
    text-decoration:none
}

header .navigation li a:hover{
    color: #ffffff;
    background-color:#dbbe7c;	
}

header .navigation > ul > li{
    font-size:1.5em; /*Menu font size 16px - Home*/
    margin-left: 20px; /*Value 5px - Home*/
}

header .navigation > ul > li:first-child{
    margin-left: 0;
}

header .navigation > ul > li > .background{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: none;
    z-index: 0;
    opacity: 0;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -o-transition:opacity 0.3s;
    transition:opacity 0.3s;
}

header .navigation > ul > li.current-menu-item > a,
header .navigation > ul > li.current-menu-ancestor > a
{
    color: #1f3642;
    font-weight: 600
}


header .navigation > ul > li.current-menu-item > .background span,
header .navigation > ul > li.current-menu-ancestor > .background span
{
    background-color: #1f3642;
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 6px;
    top: 45%;

    border: 1px solid #1f3642;
    border-radius:50% ;
}

header .navigation > ul > li.current-menu-item > .background,
header .navigation > ul > li.current-menu-ancestor > .background,
header .navigation > ul > li:hover > .background{
    opacity:1;
}

header .navigation > ul > li > a{
    position: relative;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 33px;

    -webkit-transition:color 0.3s, height 0.3s, line-height 0.3s;
    -moz-transition:color 0.3s, height 0.3s, line-height 0.3s;
    -o-transition:color 0.3s, height 0.3s, line-height 0.3s;
    transition:color 0.3s, height 0.3s, line-height 0.3s;
}

header .navigation li ul
{
    font-size: 14px;
    display:none;
    left:0;
    top: 100%;
    position:absolute;
    z-index:100;

    background-color: #FFF;
    border:1px solid #d7d7d7;

    -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

header .navigation > ul > li > ul
{
    margin-top:8px;
}

header .navigation li:hover > ul{
    display:block
}

header .navigation li li
{
    display:block;
    float:none;
    margin:0;
    min-width:210px;
}


header .navigation li.menu-item-parent
{
    background:url(assets/img/navigation-arrow.png) 95% center no-repeat;
    background-size: 6px 11px;
}

header .navigation li li:hover{
    background-color: #1F3642;
}

header .navigation li li:hover > a{
    color:#FFF;
}

header .navigation li li > a
{
    line-height:46px;
    margin:0;
    padding:0 15px;
    white-space: nowrap;
}

header .navigation li li ul
{
    padding-top:0;
    left:101%;
    top:0;
}

header .sf-sub-indicator
{
    display:none
}

/* Search item */

header #menu-item-search{
    font-size: 20px;
}

header #menu-item-search > a{
    color:#b6b6b6;
    border:none;
    line-height:24px;
    padding: 0 0 0 17px;
    border-left: 1px solid #b6b6b6;
    margin-top:6px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

header #menu-item-search:hover a{
    color:#1F3642;
}
header #menu-item-search .search-template{
    visibility: hidden;
    opacity: 0;
    background-color: #FFF;
    position: absolute;
    right:0;
    top:100%;
    padding: 10px;
    border:1px solid #ededed;
    margin-top:-20px;
    z-index: 100;

    -webkit-transition: opacity .3s, margin-top .3s;
    -moz-transition: opacity .3s, margin-top .3s;
    -ms-transition: opacity .3s, margin-top .3s;
    -o-transition: opacity .3s, margin-top .3s;
    transition: opacity .3s, margin-top .3s;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
header #menu-item-search .search-template.visible{
    visibility: visible;
    opacity: 1;
    margin-top:10px;
}
header #menu-item-search form{
    padding: 5px 42px 5px 10px;
    font-size: 13px;

}
header #menu-item-search input[type="submit"]{
    width:35px;
}
header #menu-item-search input[type="text"]{
    width:200px;
}

/* Page title */

#page-title{
    padding:14px 0;
    background-color:#f2f2f2;
}

#page-title .title{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    color:#808080;
    font-family: "open sans";
    float:left;
}

#page-title .breadcrumbs{
    float:right;
    line-height: 20px;
    font-size: 12px;
}

#page-title .breadcrumbs a{
    color:#666;
    text-decoration: none;
}

#page-title .breadcrumbs .page,
#page-title .breadcrumbs .separator{
    padding: 0 3px;
}

/* Slider */
.slider
{
    overflow: hidden;
    max-height: 490px;
}

/* Page Banner */
.page-banner{
    background-position: center center;
    font-size: 20px;
    display: table;
    width: 100%;
    background: #1f3642;
    position: relative;
}

.page-banner .banner-title{
    display: table-cell;
    vertical-align: middle;
}

.page-banner .title{
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    margin: 5px 0;
    font-family: "open sans";
    color: #ffffff;
}

.page-banner .sub-title
{
    color: #fff;
    font-size: 15px;
    margin: 0;
}

/* Home Header Intro */
.home-intro{
    margin: 70px 0;
    position: relative;
}

.home-intro p{
    margin:0;
}
.home-intro .intro-title{
    color: #d4be9a;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 10px;
}

.home-intro .intro-sub{
    color: #575757;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;

}

.home-blog-title{
    font-family: "open sans";
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;

}
.home-port-cat{
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget-area{
    color:#666666;
    padding-bottom: 50px;
}

.widget-area .widget-title{
    color:#232323;
    font-size:18px;
    margin-bottom:0;
}

.widget-area hr{
    background-color: #737373;
    margin:10px 0 31px;
}

.widget-area .widget{
    margin-bottom:60px
}

.widget-area .widget:last-child{
    margin-bottom:0
}

.widget-area a{
    font-size:14px;
    font-weight:400;
    color:#949494;
    text-decoration: none;
}

.widget-area a:hover{
    color:#dc6555;
}

/* Search */

.widget-area .search-form form{
    background-color: #ccc;
    padding: 3px 42px 3px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow:none;
    box-shadow:none;
}

.widget-area .search-form input[type="text"]{
    color:#FFF;
}

.widget-area .search-form input[type="submit"]{
    width:32px;
    background-color:#b3b3b3;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget-area .search-form input[type="submit"]:hover{
    background-color: #1f3642;
}

.widget-area .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f2f2f2;
}
.widget-area .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #f2f2f2;
}
.widget-area .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #f2f2f2;
}
.widget-area .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #f2f2f2;
}

/* Lists */

.widget-area ul{
    padding:0;
    margin:0;
    list-style: none;
}

.widget-area li{
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.widget-area li:first-child{
    padding-top: 0;
}

.widget-area li:last-child{
    margin-bottom: 0;
}

.widget-area li a{
    display: inline-block;
}

.widget-area li ul{
    margin-top:10px;
    padding-left:10px;
}

.widget-area li ul li:last-child{
    border-bottom: none;
    padding-bottom:0;
}
/* Tag Cloud */

.tagcloud{
    margin-left: -4px;
}

.tagcloud a{
    padding: 3px 5px;
    border:1px solid #e6e6e6;
    font-size: 13px !important;
    color:#aeaeae;
    text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 4px;
    margin-bottom: 4px;
    display: inline-block;

    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.tagcloud a:hover{
    background-color: #f2f2f2;
    color:#1f3642;
}

.widget-area .tagcloud a,
.widget-area .tagcloud{
    margin-left: 0;
}
/* Calendar */

#wp-calendar{
    width: 100%;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th{
    text-align: center;
    font-size: 11px;
    padding: 3px;
}

#wp-calendar caption{
    margin-bottom: 10px;
}

/* Select Element */

.widget-area select{
    width: 95%;
}

/* Recent entries */

.widget_recent_entries a{
    font-size: 13px;
}

.widget_recent_entries .post-date{
    font-size: 12px;
}

/* Flickr Badge */

.flickr-container{
    margin-left: -7px;
}

.flickr-container:after
{
    clear:both;
    content:"";
    display:table
}

.flickr-container .flickr_badge_image{
    float:left;
    margin-left: 7px;
    margin-bottom: 7px;
}

.flickr-container .flickr_badge_image a{
    display: block;
    padding:5px;
    border:1px solid #ccc;
}

.flickr-container .flickr_badge_image img{
    vertical-align: top;
    width:50px;
}

/* Recent Tweets */

.widget_px_twitter .twitter-recent-list{
    margin:0 0 10px;
}

.widget_px_twitter li a{
    display: inline;
    font-style: normal;
}

.widget_px_twitter li{
    padding:0;
    border-bottom: none;
    margin-bottom: 30px;
    font-weight: 400;
}

.widget_px_twitter .link{
    color:#939393;
    font-size:13px;
    font-style: italic;
}

/* Recent Portfolio & blog */

.widget_px_recent_posts .item,
.widget_px_recent_portfolio .item{
    margin-bottom: 10px;
}

.widget_px_recent_posts .item-image,
.widget_px_recent_portfolio .item-image{
    display: block;
    float:left;
    margin-right:10px;
    width:75px;
    height:63px;
    background-color: #4d4d4d;
}

.widget_px_recent_posts .item-title,
.widget_px_recent_portfolio .item-title{
    font-size: 13px;
    display: block;
}

.widget_px_recent_posts .item-date,
.widget_px_recent_portfolio .item-date{
    font-weight: 300;
    font-size: 12px;
}

/* Progress */
/***** Progress *****/

.progressbar{
    margin-bottom: 16px;
}

.progressbar .title{
    font-size: 13px;
    font-weight: 300;
    color:#666;
}

.progressbar .progress{
    height:16px;
    background-color: #c8eafc;
    overflow: hidden;
}

.progressbar .progress-inner,
.progressbar .progress{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progressbar .progress-inner{
    height:100%;
    background-color: #1f3642;
}

.js-enabled .progressbar.animate .progress-inner{
    position: relative;
    -webkit-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.js-enabled .progressbar.animate.start-animation .progress-inner{
    left: 0 !important;
}


.sidebar .widget_px_progress .progress{
    width:80%
}

.widget_px_progress .progressbar:last-child{
    margin-bottom: 0;
}

/* Testimonials */

.widget_px_testimonials .testimonials-container{
    position: relative;
}

.widget_px_testimonials .testimonials-controls{
    position: absolute;
    right:5px;
    top:0;
    z-index: 10;
}

.widget_px_testimonials .testimonials-controls:after{
    content: "";
    display: table;
    clear:both;
}

.widget_px_testimonials .name{
    font-size:15px;
    font-weight: 400;
    font-style: italic;
    color: #d4be9a;
    margin-bottom:40px;
    padding-right:60px;
    display: inline-block;

    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
}

.widget_px_testimonials blockquote{
    padding: 0;
    background: none;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6923em;
    color:#949494;
    border:none;
}

.widget_px_testimonials ul{
    overflow: hidden;
    position: relative;
}

.widget_px_testimonials li{
    border:none !important;
    padding:0;
    display: none;
}

.widget_px_testimonials li:first-child{
    display: block;
}

.widget_px_testimonials .separator,
.widget_px_testimonials .next,
.widget_px_testimonials .previous{
    display: block;
    text-indent: -1000px;
    float:left;
    overflow: hidden;
}

.widget_px_testimonials .next,
.widget_px_testimonials .previous{
    display: block;
    width:7px;
    height:13px;
    background: url(assets/img/testimonial-controls.png) no-repeat;
    background-size: 14px 13px;
    text-indent: -1000px;
    float:left;
}

.widget_px_testimonials .next:focus ,
.widget_px_testimonials .previous:focus {
    outline: none;
}

.widget_px_testimonials .next{
    background-position: -7px 0;
}

.widget_px_testimonials .separator{
    margin:0 5px;
    height:13px;
    width:1px;
    background-color: #a4a4a4;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Footer
/*-----------------------------------------------------------------------------------*/

footer a
{
    color:#404040;
}

footer a:hover
{
    color:#808080;
    text-decoration: none;
}

.footer-widgets{
    background-color: #f0f0f0;
}

#footer-bottom
{
    color:#fff;
    background-color:#9e823f;
    padding:20px 0
}

#footer-bottom a{
    color: #b3b3b3;
    text-decoration: none;
}

#footer-bottom a:hover
{
    color:#FFF;
}

#footer-bottom p{
    margin:0
}

#footer-bottom .logo{
    float:left;
    margin-right: 50px;
}

#footer-bottom .copyright
{
    line-height:1em;
    font-size: 12px;
    font-weight: 400;
    float:left;
    padding-top: 7px;
}

footer .social-icons
{
    float:right;
    margin:0 0 0 -5px;
    padding:0;
}

footer .social-icons li{
    float:left;
    display: block;
    margin-left:10px;
    width:25px;
    height:25px;
}

footer .social-icons a{
    display: block;
    text-align: center;
}

footer .social-icons span{
    color:#FFF;
    font-size: 19px;
    line-height: 25px;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

footer .social-icons span:hover
{
    color: #1f3642;
}

/* Widgets */

footer .widget-area
{
    color:#666666;
    padding:35px 0 0 0;
    position:relative
}

footer .widget-area .widget-title{
    color:#262626;
}

footer .widget-area hr{
    background-color: #fff;
    margin-bottom: 0px; /*Changed - 40px*/
}

footer .widget-area a{
    color:#565454;
}

/* Lists */

footer .widget-area li{
    border-bottom: 1px solid #4b4b4b;
}

/* Widget Specific styles */

footer .widget_tag_cloud a
{
    border:1px solid #59595a;
    color:#999;
}

footer .widget_tag_cloud a:hover{
    background-color: #474747;
}


/* Flickr badges*/

footer .flickr-container .flickr_badge_image a{
    border:1px solid #4b4b4b;
}

/* Recent Tweets */

footer .widget_px_twitter li{
    border-bottom: none;
    background-color: #1e1e1e;
    padding: 15px;
    font-weight: 300;
    position: relative;
}

footer .widget_px_twitter li span{
    color: #636363;
    font-size: 13px;
    font-style: normal;
}

footer .widget_px_twitter li span > a{
    color:inherit;
    font: inherit;
}

footer .widget_px_twitter li a{
    display: inline;
    font-size: 11px;
    color:#e2e2e2;
}
footer .widget_px_twitter .twitter-tail
{
    background: url(assets/img/tail.png) no-repeat;
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 8px;
}

footer .widget_px_twitter .link{
    color:#939393;
}

footer .widget_px_twitter hr.hr-twitter{
    background-color: #4b4b4b;
}

/* Progress bar */

footer .widget_px_progress .progress{
    background-color: #c4c4c4;
}

/* Search */

footer .widget-area .search-form form{
    background-color: #4d4d4d;
}

footer .widget-area .search-form input[type="text"]{
    color:#dadada;
}

footer .widget-area .search-form input[type="submit"]{
    background-color: #838383;
}

footer .widget-area .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:#dadada;
}
footer .widget-area .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#dadada;
}
footer .widget-area .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#dadada;
}
footer .widget-area .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#dadada;
}

/* Testimonials */

footer .widget_px_testimonials blockquote{
    color:#d5d5d5;
}

footer .widget_px_testimonials .separator{
    background-color: #646464;
}

/* Custom Menu */

footer .widget_nav_menu .sub-menu{
    margin: 8px 0 0 10px;
}

footer .widget_nav_menu a{
    display: block;
    padding: 3px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition:all 200ms;
    -o-transition:all 200ms ;
    -webkit-transition:all 200ms;
    transition:all 200ms;
}

footer .widget_nav_menu a:hover{
    background-color: #b3b3b3;
    padding-left: 10px;
}

/* CF7 */

.footer-widgets .wpcf7 p{
    margin: 0;
}

.footer-widgets .wpcf7 br{
    display: none;
}

.footer-widgets .wpcf7-form-control-wrap{
    padding-bottom: 3px;
    margin-bottom: 3px;
    background-color:transparent;
    border-bottom: 2px solid #919191;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer-widgets .wpcf7-form-control-wrap input[type="text"],
.footer-widgets .wpcf7-form-control-wrap input[type="email"]{
    height: 26px;
    line-height: 26px;
}

.footer-widgets .wpcf7 input[type="submit"]{
    margin-top:7px;
    background-color: #d9d9d9;
    color: #151515;
}

.footer-widgets .wpcf7 input[type="submit"]:hover{
    background-color: #1f3642;
    color:#FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Shortcodes
/*-----------------------------------------------------------------------------------*/

/***** Horizontal separator *****/

.hr-center{
    margin-left:  auto;
    margin-right: auto;
    width: 75%;
}

.hr-medium{
    width:35%;
}

.hr-small{
    width:0%; /*Changed - 17%*/
}

.hr-margin-medium{
    margin-top:17px;
    margin-bottom:17px;
}

.hr-margin-small{
    margin-top:10px;
    margin-bottom:10px;
}

.hr-thick{
    height:2px;
}

/***** Team *****/

.team-member{
    text-align: center;
    border-bottom: ; /*Changed 1px solid #dedede;*/
    padding-bottom: 13px;
}

.team-member .image{
    margin-bottom: 30px;
    position: relative;
}

.team-member .image img{
    vertical-align: top;
}

.team-member .name{
    margin-bottom:20px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #9e813f;
}

.team-member .name a{
    text-decoration: none;
    color:inherit;
}

.team-member .name a:hover{
    color:#1f3642;
}

.team-member .job-title{
    font-size: 14px;
    font-weight: 400;
    color:#222;
}

.team-member .description{
    margin-top:22px;
    margin-bottom:15px;
    font-weight: 300;
}

.team-member .icons{
    margin-bottom: 17px;
}

/* Overlay */

.team-member .image-overlay
{
    position: absolute;
    top:0;
    left:0;
    width: 100.3%;
    height:100.3%;
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.team-member .image:hover .image-overlay{
    opacity:1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-member .image-overlay-wrap
{
    width: 100%;
    height:100%;
    display: table;
    background-color: #222222;
    background-color: rgba(255, 255, 255, .2);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.team-member .overlay
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/* Icons */

.team-member .icons{
    list-style: none;
    padding:0;
    margin: 0 auto;
    display: table;
}

.team-member .icons:after{
    display: table;
    content:"";
    clear:both;
}

.team-member .icons li{
    float: left;
    padding-left:10px;
}

.team-member .icons li:first-child{
    padding-left:0;
}

.team-member .icons a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color:#7f7f7f;
}

.team-member .icons a:hover{
    color:#1f3642;
}

/***** Accordion and toggle *****/

.accordion,
.toggle{
    border:2px solid #e7e7e7;
    border-bottom: none;
}

.accordion .tab:last-child,
.toggle .tab:last-child{
    border-bottom: none;
}

.accordion .tab,
.toggle .tab{
    border-bottom: 2px solid #e7e7e7;
}



.accordion .header,
.toggle .header{
    padding: 4px 0;
}

.accordion .tab-button,
.toggle .tab-button{
    width: 37px;
    height:31px;
    border-right:2px solid #e7e7e7;
    float:left;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    margin-right: 10px;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.accordion .title,
.toggle .title{
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    margin:0;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.accordion .header:hover .title,
.toggle .header:hover .title,
.accordion .header:hover .tab-button,
.toggle .header:hover .tab-button{
    color:#1f3642;
}

.accordion .body,
.toggle .body{
    padding: 10px;
}

/***** Tabs *****/

.tabs{
    border-top: 0px solid #e7e7e7;
}

.tabs .head{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -2px;
}

.tabs .head li{
    display: block;
    float:left;
    padding: 13px 20px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.tabs .head .current,
.tabs .head li:hover{
    color:#e63822;
}

.tabs .head .current{
    border-bottom: 2px solid #e63822;
}

.tabs .content{
    border:1px solid #e7e7e7;
    padding: 15px;
}


/***** GMap *****/

.gmap img{
    max-width: none;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Portfolio listing
/*-----------------------------------------------------------------------------------*/

/***** Portfolio List *****/
.portfolio-content{
    margin: 0 0 15px;
    position: relative;

}

.portfolio-image img {
    width: 100%;
}


.portfolio-content p:last-child{
    margin-bottom: 0px; /*Changed from 50px*/
}

.portfolio-page-meta{
    margin-bottom: 20px;
}

.portfolio-list .item
{
    float:left;
    position: relative;
    display: block;
}

.portfolio-list .item-image
{
    position: relative;
    height: 100%;
}

.portfolio-list .item-image img{
    vertical-align: top;
    width: 100%;
    height: auto;

    -moz-transition:-moz-transform 1s, opacity .3s;
    -o-transition:-o-transform 1s, opacity .3s;
    -webkit-transition:-webkit-transform 1s, opacity .3s;
    transition:transform 1s, opacity .3s;
}

.js-enabled .portfolio-list .item-image img
{
    opacity: 0;

}

.portfolio-list .item-image img.start-animation{
    opacity: 1;
}

.portfolio-list .item-meta a
{
    text-decoration: none;
    color: #555;
}

.portfolio-list .item-image-overlay
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -moz-transition:opacity .3s;
    -o-transition:opacity .3s;
    -webkit-transition:opacity .3s;
    transition:opacity .3s;
}

.portfolio-list .item-wrap:hover .item-image-overlay
{
    opacity: 0.8;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* Style 1 */
.portfolio-style1{
    width: 100%;
    margin: 0;
}

.portfolio-style1 .item
{
    height:auto;
    overflow: hidden;
    width: 20%;

}
.portfolio-style1 .item-wrap{
    width: 100%;
    height: auto;
    height: 100%;
}

.portfolio-style1 .item-meta{
    padding:10px 15px;
    background-color: #FFF;
    border:1px solid #e8e8e8;
    height:45px;
    overflow:hidden;

    -webkit-transition: background-color .3s, border-color .3s;
    -moz-transition: background-color .3s, border-color .3s;
    -ms-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
}

.portfolio-style1 .item-title{
    text-transform: uppercase;
    margin:0 0 3px;
    font-size: 16px;
    font-weight: 400;
}

.portfolio-style1 .item-title a,
.portfolio-style1 .item-wrap:hover .item-category{
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.portfolio-style1 .item-category{
    font-weight: 300;
    color:#939393;
    font-size: 13px;
}

.portfolio-style1 .item-image-overlay
{
    background-color: #1f3642;
    background-color: rgba(31, 54, 66, .7);

}

.portfolio-style1 .item-image-link
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
}

/* Single portfolio */
.portfolio-meta{
    margin-top: 40px;
}

/* portfolio pagination*/
.portfolio-pagination{
    float: right;
}
.portfolio-pagination .post-pagination{
    margin: 0;
}

/* Filter */

.portfolio-list .filter
{
    margin: 10px 0;
    font-weight: 400;
    color:#999;
    float: left;
    padding: 0;

}

.portfolio-list .filter ul
{
    padding:0;
}

.portfolio-list .filter li
{
    display: inline;
    padding-right: 20px;
}


.portfolio-list .filter a{
    text-decoration: none;
    color:#999;
    line-height: 40px;
}

.portfolio-list .filter a:hover
{
    color:#666;
}

.portfolio-list .filter a:focus {
    outline: none;
}

.portfolio-list .filter a.current
{
    color: #1f3642;
    padding-bottom: 5px;
    border-bottom: 2px solid #1f3642;
}

/* Element Query */

.portfolio-list[data-maxwidth="480"] .filter li
{
    display: block;
    padding: 0 0 10px;
}


/* Image Popup */

.portfolio-list-mfp .mfp-figure
{
    opacity: 0;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    -webkit-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -moz-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -ms-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -o-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    transform: translateX(-20px) perspective(600px) rotateY(20deg);
}

.portfolio-list-mfp.mfp-ready .mfp-figure
{
    opacity: 1;

    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    -moz-transform: translateY(0) perspective(600px) rotateY(0);
    -ms-transform: translateY(0) perspective(600px) rotateY(0);
    -o-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
}

.portfolio-list-mfp.mfp-removing .mfp-figure
{
    opacity: 0;

    -webkit-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -moz-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -ms-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    -o-transform: translateX(-20px) perspective(600px) rotateY(20deg);
    transform: translateX(-20px) perspective(600px) rotateY(20deg);
}


.portfolio-list-mfp.mfp-bg
{
    opacity: 0;

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

/* animate in */
.portfolio-list-mfp.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.portfolio-list-mfp.mfp-removing.mfp-bg {
    opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Portfolio Single
/*-----------------------------------------------------------------------------------*/

.full .portfolio-media{
    margin-bottom: 30px
}

.portfolio-related .item
{
    position: relative;
}

.portfolio-related img{
    vertical-align: top;
}

.portfolio-related .portfolio-related-info
{
    position: absolute;
    top:0;
    left:0;
    width: 100.3%;
    height:100%;
    opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.portfolio-related .portfolio-related-info:hover
{
    opacity:1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-related .overlay-wrapper
{
    width: 100%;
    height:100%;
    display: table;
    background-color: #111;
    background-color: rgba(17, 17, 17, .95);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.portfolio-related .overlay
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}

.portfolio-related .overlay-title
{
    text-transform: uppercase;
    text-decoration: none;
    color:#FFF;
    font-size: 14px;
    font-weight: 700;
    margin:0;
}

.portfolio-related .overlay hr{
    display: inline-block;
    width: 50%;
    margin:8px 0;
    background-color: #666;
}

.portfolio-related .overlay-category
{
    color:#FFF;
    font-size: 11px;
    text-transform: uppercase;
}

.portfolio-related .overlay-link
{
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-indent: -9999px;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Blog listing/Archive
/*-----------------------------------------------------------------------------------*/

article{

}
.archive .post .small-thumb{
    width: 100%;
}
.post .small-thumb{
    margin:0 10px 20px;
    /*width: 290px;*/
}

.post-media
{
    margin-bottom: 20px;
}

.small-thumb .title{
    margin-top: 15px;
    display: block;
    font-family: 'oswald',sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}

.small-thumb .title a{
    color: #262626;
}

.small-thumb .post-image
{
    width: 100%;
    overflow: hidden;
    display: block;
}

.small-thumb .post-media{
    width: 100%;
    position: relative;
}

.post-media iframe,
.post-media img{
    vertical-align: top;
    width: 100%;
}

.small-thumb .post-content{
    color: #969696;
    font-size: 14px;
    border-bottom: 1px solid #e6e3e3;
    margin: 0;
}

.small-thumb .post-content p:first-child{
    padding-top: 20px;
}

.small-thumb .bottom-seprator{
    width: 55%;
    border-top: 2px solid #e6e3e3;
    border-bottom: 2px solid #e6e3e3;
    margin-top: 2px;
    transition:width 2s;
    -webkit-transition:width 2s; /* Safari */
}

.small-thumb:hover .bottom-seprator{
    width:10%
}

.archive .post-meta
{
    padding-right: 3%;
}

.archive .post-meta hr,
.blog .post-meta hr{
    margin: 8px 0;
}

.archive .post-meta .tagcloud,
.blog .post-meta .tagcloud{
    margin-top:50px;
}


.format-quote .post-content{
    border: 1px solid #bfbfbf;
    padding: 30px;
}

.format-quote .post-content .name{
    font-size: 14px;
    font-weight: 300;
    color: #4e4e4e;
}

.archive .post-info-container,
.blog .post-info-container{
    font-weight: 400;
    color:#2a2a2a;
}

.archive .post-info,
.blog .post-info{
    margin-bottom: 15px;
}
.post-meta .post-info{
    float: left;
}

.post-info span{
    color:#969696;
    text-transform:uppercase;
    font-size:12px;
    margin-top:4px;
    transition:500ms;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}

.post-info span:hover,
.post-info span:hover a
{
    color: #000;
}

.post-info a{
    color:#969696;
}

.more-link{
    color:#9e823f;
}


/* post image hover */
.post-media .post-related-info
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    opacity: 0;

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: 4;
}

.post-media:hover .post-related-info
{
    opacity:1;
}

.overlay-wrapper
{
    width: 100%;
    height:100%;
    display: table;

}

.small-thumb .overlay-wrapper{
    background-color: rgba(31, 54, 66, 0.7);
}

.overlay-wrapper .overlay
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}

.overlay .overlay-title
{
    text-transform: uppercase;
    text-decoration: none;
    color:#FFF;
    margin:0;
}

.overlay-wrapper .overlay hr{
    display: inline-block;
    width: 60%;
    margin:8px 0;
    opacity:.6;
    background-color: #FFFFFF;
}

.overlay-wrapper .overlay .overlay-category
{
    color:#FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}

.overlay-wrapper .overlay .overlay-link
{
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-indent: -9999px;
}
/* Fix Height View */
.fix-height article{
    margin-bottom: 65px;
}
.fix-height .post-image
{
    height: auto ;
    overflow: hidden;
}
/* Responsive View */
.blog-list[data-maxwidth="630"]  .item
{
    width: 250px;
}

/* Single */

.single-post .post-meta{
    margin-bottom:30px;
    float: left;
}
.single-post .post-title{
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 0;
}

.single-post .title-sep{
    color: #C2C2C2;
    height: 1px;
    margin: 0;
    width: 50%;
}

.single-post .post-title-sep{

margin: 50px 0 20px;

}

.single-post .post-content{
    margin: 0 0 45px;
}
.meta-button{
    float:right;
}


.meta-button .back-to-blog,
.meta-button .back-to-portfolio,
.post-content .post-paginate a
{
    padding: 6px 20px;
    font-family: Oswald;
    float: right;
    color: #333434;
    font-size: 17px;
    border: 1px solid #959595;
    font-weight: 300;
    margin-top: 100px;
}

.post-content .post-paginate a{
    clear: both;
    display: inline-block;
    float: none !important;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 8px 10px;
}
.post-paginate{
    color: #1f3642;
    font-size: 20px;
}

.meta-button .back-to-portfolio{
    margin-top: 40px;
}

.meta-button .back-to-blog:hover,
.meta-button .back-to-portfolio:hover,
.post-content .post-paginate a:hover{

    text-decoration: none;
    background-color:#1f3642 ;
    color: #fff;
}



/* Pagination */

.post-pagination{
    margin:22px 0;
}

.post-pagination a{
    display: inline-block;
    height: 32px;
    line-height: 25px;
    margin: 0 4px 2px 0;
    min-width: 27px;
    text-align: center;
    overflow-y: hidden;
    font-size: 17px;
    color: #333434;
    border: 1px solid #959595;
}
post-pagination .prev-page-link .text{
    float: right;
}
.post-pagination a .text{
    float: left;
    font-size: 17px;
    height: auto;
    line-height: 22px;
    margin: 0;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    font-family: Oswald;
}

.post-pagination .next-page,
.post-pagination .prev-page{
    width: 13px;
    height: 20px;
    margin-top: 7px;
    margin-left: 12px;
    background-repeat: no-repeat;
}

.post-pagination a:hover
{
    color: #ffffff;
}

.post-pagination a:hover .next-page,
.post-pagination a:hover .prev-page
{
    background-image:url(assets/img/pagination-arrows.png);
}

.post-pagination .prev-page-link .prev-page,
.post-pagination .next-page-link .next-page
{
    text-indent: -10000px;
    background-image:url(assets/img/pagination-arrows-hover.png);
    display: inline-block;
    float: left;
}

.post-pagination .next-page-link .next-page{
    background-position: -16px 0;
    margin-left: 0;
    margin-right: 12px;
}

.post-pagination .page-numbers
{
    background-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Blog Single
/*-----------------------------------------------------------------------------------*/
.comments
{
    background-color: #f6f6f6;
    padding: 40px 0;
}

.comments-wrap
{
    margin-bottom:50px;
}

/*List*/

.comments-list{
    list-style: none;
    padding:0;
    margin:0;
    font-weight: 400;
    font-size: 12px;
}

.comments-list .comment
{
    padding:20px 10px;
    color:#9c9c9c;
    border: 1px solid #D5D5D5;
    position:relative;
}

.comments-list .comment-image
{
    float:left;
    margin-right:10px;
    padding:4px;
    background-color: #FFF;
    border:1px solid #e5e5e5;
    min-height:64px;
}

.comments-list .comment-image img
{
    display:block;
}

.comments-list .comment-reply-link
{
    display: block;
    position:absolute;
    right: 10px;
    top: 20px;
    color:#7e7e7e;
    padding-right:5px;
    padding-left:26px;
    border:1px solid #dfdfdf;
    background:url(assets/img/comment-reply.png) no-repeat 9px center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
    text-decoration: none;
}

.comments-list .comment-reply-link:hover
{
    border: none;
    background-color: #1f3642;
    background-image:url("assets/img/comment-reply-hover.png");
    color:#FFF;
}

.comments-list cite,
.comments-list span{
    font-style: normal;
    color: #565656;
}

.comments-list cite a{
    color: #565656;
    text-decoration: none;
}

.comments-list .comment-date
{
    font-size: 10px;
    color:#9c9c9c;
    text-decoration: none;
}

/* Comment reply style */
.comments-list .line
{
    display: none;
    width:14px;
    height:1px;
    background-color: #d6d6d6;
    position: absolute;
    left:-41px;
    top:40px;
}

.comments-list ul
{
    list-style: none;
    padding:0;
}

.comments-list .children
{
    margin:10px 0;
    padding:10px 0 10px 40px;
    border-left:1px solid #d6d6d6;
}

.comments-list .children .line
{
    display: block;
}

/* Respond Wrap View */
#respond-wrap .comment-reply-title{
    font-size: 25px;
    color: #111111;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Respond form
/*-----------------------------------------------------------------------------------*/

.comments-list #respond
{
    margin: 20px 0;
}

#commentform .input-text
{
    float:left;
    width:32%;
    margin-left: 2%;
}

#commentform .input-text:first-child{
    margin-left: 0;
}

#commentform p:first-child{
    font-size:12px;
    font-weight: 400;
    color:#9c9c9c;
}

#commentform .input-textarea,
#commentform p:first-child,
#commentform .form-fields
{
    margin-bottom:25px;
}

#commentform .input-textarea{
    width:100%;
}

#commentform .input-text input[type="text"]{
    padding:0 3%;
    width:94%
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Search Page
/*-----------------------------------------------------------------------------------*/

.search-item{
    padding:22px;
    margin-bottom: 30px;
    color:#9c9c9c;
    background-color: #fbfbfb;
    border-bottom: 4px solid #e2e2e2;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(170, 170, 170, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(170, 170, 170, 0.2);

    -webkit-border-radius: 4px;
    border-radius: 4px;

    position:relative;
}

.search-item .count{
    float:left;
    font-size: 30px;
    font-weight: 400;
    color: #7e7e7e;
    padding: 5px 17px 5px 0;
    border-right: 2px solid #7e7e7e;
    margin-top:7px;
}

.search-item .content{
    float:left;
    margin-left: 22px;
}

.search-item .title{
    margin:0;
}

.search-item .title a{
    font-size: 24px;
    color: #7e7e7e;
    text-decoration: none;
}

/***************************

Retina displays styles

***************************/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 2) {

    /* Header navigation */
    header .navigation li.menu-item-parent{ background-image:url("assets/img/navigation-arrow@2x.png"); }

    /* Block quote *
    blockquote{  }
    blockquote .end { background-size: 16px 11px; }

    /* Comments link */
    .post-info-container .comments-link{ background-image: url('assets/img/comments-count@2x.png'); background-size: 30px 7px }

    /* Comment Reply */
    .comments-list .comment-reply-link { background-image:url('assets/img/comment-reply@2x.png'); background-size: 13px 11px; }
    .comments-list .comment-reply-link:hover{ background-image: url('assets/img/comment-reply-hover@2x.png'); }

    /* Post Pagination */
    .post-pagination .prev-page-link,
    .post-pagination .next-page-link { background-image:url('assets/img/pagination-arrows@2x.png'); background-size: 54px 27px; }

    /*Testimonial widget */

    .widget_px_testimonials .next,
    .widget_px_testimonials .previous{ background-image: url('assets/img/testimonial-controls@2x.png');  }

    /* Search widget */
    .widget_px_search input[type="submit"]{ background-image:url('assets/img/search@2x.png'); }

    /* Team member sc */
    .team-member .overlay-icon{ background-image: url('assets/img/team-member-plus@2x.png'); }

    /* Image carousel */
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right { background-image: url('assets/img/image-carousel-arrows@2x.png'); }


    /* Post/Portfolio slider */
    .post-slider .nav-prev, .post-slider .nav-next{ background-image: url(assets/img/post-slider-controls@2x.png);}
}

/***************************

End of Retina displays styles

***************************/

/*-----------------------------------------------------------------------------------*/
/*	Additional
/*-----------------------------------------------------------------------------------*/

.home_teaser {
	height: 300px;
	margin-bottom: 20px;
	background-image: url("http://localhost:8888/lepantab/wp/wp-content/uploads/2014/11/company_banner_company_strength_2.jpg");
}

.home_teaser_text{
	max-width:500px;
	padding: 40px 40px 0 40px;
	color:#ffffff;
	text-align: justify;
}

.home_teaser_text h2{
	color:#ffffff;
}

.about_teaser {
	height: 500px;
	margin-bottom: 20px;
	background-image: url("http://localhost:8888/lepantab/wp/wp-content/uploads/2014/11/company_banner_company_strength_2.jpg");
}

.about_teaser_text{
	height: 420px;
	padding: 40px 40px 0 40px;
	color:#ffffff;
	text-align: justify;
	background-color: #5c5c5c;
	margin:20px 0;
	font-weight: 100;
	line-height: 1.6em;
}

.about_teaser_pic {
	height: 460px;
	background-color: #fafafa;
	margin:20px 0;
}

.about_teaser_text h2{
        font-size: 2em;
	color:#ffffff;
}

.about_teaser_text p{
 	font-size: .9em;
}
.download_text{
	height: 420px;
  	width: 398px;
	padding: 10px 20px;
	float: right;
	background-color: #f3f3f3;
	margin:20px 35px 20px 10px;
	
}

.download_text li a:hover{
	color: #9e823f;
}

.download_text p {
	color:#ffffff;
	text-align: justify;
	font-weight: 100;
	line-height: 1.6em;
}


.download_pic {
	height: 420px;
  	width: 433px;
	padding: 10px;
	float: left;
	background-color: #fafafa;
	margin:20px 0;
}

.about_teaser_text h2{
        font-size: 2em;
	color:#ffffff;
}

.about_teaser_text p{
 	font-size: .9em;
}

.header_nav {
	height: 200px;
}

/* Overview Banner */

.overview_right {
	width: 400px; 
	height: auto; 
	padding: 35px 20px 0 53%;
}

.overview_right h2 {
	color:#9e7d46;
	font-weight: 100;
	text-transform: uppercase;
}

.overview_center {
	width: 700px; 
	height: auto; 
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}

.overview_center h2 {
	color:#9e7d46;
	font-weight: 100;
	text-transform: uppercase;
}

.overview_left {
	width: 400px; 
	height: auto; 
	padding: 35px 0 0 20px;
}

.overview_left h2 {
	color:#9e7d46;
	font-weight: 100;
	text-transform: uppercase;
}

.portfolio_banner {
	width: 906px;
	height: 400px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(243,243,243,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Fx 3.6-15*/
  	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(243,243,243,1)); /*Standard*/
}

.portfolio_banner_bk816 {
	width: 906px;
	height: 550px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(243,243,243,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Fx 3.6-15*/
  	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(243,243,243,1)); /*Standard*/
}

.portfolio_banner_mini {
	width: 906px;
	height: 800px;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(243,243,243,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(243,243,243,1)); /*Fx 3.6-15*/
  	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(243,243,243,1)); /*Standard*/
}
	
.buy_text{
	height: 243px;
	padding: 10px 20px;
	color: #5c5c5c;
	margin:20px 35px 20px 10px;
	
}



.buy_pic {
	height: 243px;
	padding: 10px;
	margin:20px 0;
}

.service iframe {
width: 810px;
height: 992px;
display: block;
margin-left: 65px;
}