/*-----------------------------------------------------------

    Theme Name: Gamma

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Body & Main
================================================== */
body {
    background: #f5f5f5 url("images/bg.png") repeat;
    nowhitespace: afterproperty;
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body a {
    color: #e2007a
} /*main link color*/
body a:hover {
    text-decoration: none;
    color: #484848
}

body.admin-bar .top-bar-fixed {
    top: 26px !important
} /*fix for site when admin bar is enabled*/

img {
    max-width: 100%;
}

/*main containers*/
#post {
    float: left;
    width: 600px
}

#sidebar {
    float: right;
    width: 250px;
}

#sidebar > h2 {
margin: 2px 0 15px;
}


#wrap {
background: whiteSmoke;
}

#wrap-hp {
    background: url("images/bg_pinkclaim.png") repeat-x;
    margin-top: -90px;
}

.home #main-content {
padding: 90px 25px 40px 25px;
}


#main-content {
padding: 40px 25px;
}

/*entries*/
.entry {
    text-shadow: 1px 1px 1px #fff;
}

.entry p:last-child {
    margin: 0
}

/*lists*/
.entry ul{
    list-style-type: disc;
}
.entry ol,
.entry ul{
    margin: 20px 0 20px 20px;
  list-style-type: disc;

}

.entry a {border-bottom:1px dotted;}
.entry img {margin:10px; border: 5px solid #fff;border-radius: 2px;}

/* Commons
================================================== */

/*class to box in content*/
.outerbox {
    width: 970px;
    margin: 0 auto;
}

.innerbox {
    margin: 0 25px;
}

/*clear floats*/
.remove-margin {
    margin-right: 0 !important
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear: both
}

/*overlays*/
.overlayparent {
    display: block;
    position: relative;
    background: #000;
}

.overlayparent img {
    display: block;
    width: 100%;
}

.overlay {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.overlay span {
    color: #fff;
    font-size: 11px;
}

/*grids*/
.grid-container {
    position: relative;
    margin-right: -20px;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.grid-1 {
    width: 920px;
}

.grid-2 {
    width: 450px;
    margin-bottom: 25px;
}

.grid-3 {
    width: 290px;
    /*margin-right: 25px;*/
    margin-bottom: 25px;
}

.grid-4 {
    width: 215px;
}

.grid-5 {
    width: 168px;
}

.grid-6 {
    width: 140px;
    margin-right: 16px;
    margin-bottom: 16px;
}

/*grid inside #post div*/
#post .grid-1 {
    width: 600px;
}

#post .grid-2 {
    width: 290px;
}

#post .grid-3 {
    width: 190px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#post .grid-4 {
    width: 135px;
}

#post .grid-5 {
    width: 130px;
}

#post .grid-6 {
    width: 85px;
    margin-right: 18px;
    margin-bottom: 18px;
}

/*classes to remove margins*/
.no-right-margin {
    margin-right: 0;
}

.no-btm-margin {
    margin-bottom: 0;
}

/*floats*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*read more*/
a.read-more {
    display: inline-block;
    margin-top: 15px;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
}
.loop-entry a.read-more {
    display: inline;
    margin: 0;
}

#home-wrap .home-widget a.read-more {
line-height: 1em;
text-transform: uppercase;
font-size: 11px;
font-style: normal;
right: 47px;
display: block;
position: absolute;
bottom: -396px;
}


/*blockquote*/
blockquote {
margin: 20px;
padding-left: 20px;
border-left: double #C4C4C4;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
color: #999;
font-size: 18px;
line-height: 1.4em;
}

blockquote p:last-child {
    margin: 0
}

blockquote li {
list-style: square;
margin-bottom: 10px;
}

/*preformatted text*/
pre {
    background: #fff url("images/pre-bg.png") repeat;
    margin: 20px 0px;
    padding: 25px 20px;
    line-height: 25px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/*address*/
address {
    letter-spacing: 0px;
margin: 15px 0;
font-size: 11px;
}

/*note de bas de page*/
.bottom-note {
letter-spacing: 0px;
margin: 15px 0;
font-size: 11px;
line-height: 15px;
}

/*texte large*/
.large {
font-size: 18px;
}

/*page featured image*/
#page-featured-image img {
    display: block;
    width: 100%;
}

/*full-width tag*/
.full-width {
    width: 100% !important;
    float: none !important;
    margin: 0 !important
}

/*lists*/
ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px
}

ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px
}


/* WordPress Styles
================================================== */


/*aligns*/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

/*floats*/
.floatleft {
    float: left
}

.floatright {
    float: right
}

/*text style*/
.textcenter {
    text-align: center
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

/*captions*/
.wp-caption {
    max-width: 100% !important
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100$;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/*smiley reset*/
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

/*blockquote*/
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*img attachment*/
#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px
}

/*gallery shortcode*/
.gallery-item img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*other*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #484848;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #484848;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #e2007a;
}

h2, h3, h4, h5, h6 {
    margin: 30px 0 20px;
    font-weight: 600;
}

h1 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height:38px;
}

h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

h3 {
    font-size: 22px; 
    line-height:30px;
}

h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-size: 11px
}

.subheader {
    color: #777
}

p {
    margin: 0 0 15px
}

p img {
    margin: 0
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

small {
    font-size: 80%
}

hr {
    clear: both;
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

p a, p a:visited {
    line-height: inherit
}

a:link {
    text-decoration: none
}

a:focus {
    outline: 0
}

a {
    outline: 0
}

p a, p a:visited {
    line-height: inherit
}

a:link {
    text-decoration: none
}

a:focus {
    outline: 0
}


/* Headings
================================================== */

/*page heading*/
#page-heading {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    background: url("./images/double-border.png") bottom repeat-x;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#page-heading h1, #page-heading h2 {
    font-size: 27px;
    line-height: 1.3em;
    margin: 0px;
    font-weight: bold;
    color:#E2007A;
    text-transform: uppercase;
}

/*heading class*/
.heading {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding-bottom: 10px;
    background: url('./images/double-border.png') bottom center repeat-x;
    text-shadow: 1px 1px 1px white;
    text-transform: uppercase;
    font-weight: 300;
}

a#heading-link {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    color: #b6b6b6;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-transform: none;
}
a#heading-link:hover {
    color: #000;
}
.heading span[class*='wpex-icon-']{ margin-right: 7px; }


/* Forms
================================================== */

/*inputs*/
input[type="text"], input[type="password"] {
    height: 28px;
    line-height: 28px;
}

input[type="text"], input[type="password"], textarea {
    display: block;
    font: 13px 'Open Source Sans', Helvetica,Arial !important;
    margin-bottom: 8px;
    margin-left: 0;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
    font-weight: 600;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background: #fefefe;
    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    text-shadow: none;
}

textarea {
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="text"], input[type="password"] {
    width: 200px
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #c6c6c6;
    color: #666;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wpcf7-form input {
    margin-top: 10px;
}

/*buttons*/
button, input[type="button"], input[type="submit"] {
    font-size: 12px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-transition: all 0.1s ease-in-out 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
    font-weight: bold;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    color: #505050;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d9dade 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d9dade));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d9dade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d9dade',GradientType=0 );
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background: #d9dade;
    background: -moz-linear-gradient(top,  #d9dade 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dade), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #d9dade 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dade', endColorstr='#f0f0f0',GradientType=0 );
}



/* Social
================================================== */
#footer-social {
    text-align: center;
    margin: 60px 0 0;
}

.home #footer-social {
    margin-top: 20px;
}

#footer-social .title {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 25px;
    background: url("images/double-border.png") center repeat-x;
}

#footer-social .title span {
    background: #f5f5f5;
    padding: 0 25px;
}

.page-template-template-home-php #footer-social .title span {
    background: #f5f5f5 url("images/bg.png") repeat;
    padding: 0 25px;
}

#social {
    list-style: none
}

#social li {
    display: inline-block;
    margin-left: 5px;
}

#social a {
    height: 36px;
    width: 36px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#social a img {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#social a:hover img {
    display: block;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0
}

/* Tipsy Tooltips
================================================== */
.tipsy {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url("images/tipsy.gif");
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #000;
    color: white;
    max-width: 200px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-south {
    background-position: bottom center;
}


/* Header
================================================== */
#header-wrap {
    background: url("images/border_top.png") repeat-x; 
}

#header {
    padding: 30px 25px;
    position: relative;
    min-height: 160px;
}

/*logo*/
#logo {
    width: 30%;
}

#logo a {
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    display: inline-block;
}

#logo img {
display: block;
max-width: 85%;}


#logo h1, #logo h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 1em;
}

.header-baseline {
font-family: 'Dancing Script', cursive;
font-size: 39px;
color: #02C594;
float: right;
margin: 15px 30px 0 0;
position: absolute;
right: 20px;
top: 10px;
line-height: 3em;
}


#ideabox-btn, #ideabox-btn img {
left: 0px;
top: 150px;
margin: 0;
padding: 0;
position: fixed;
z-index: 5000;
}


.lang-selector {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #02C594;
    float: right;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 0px;
display:none;
}

#lang_sel_list {
height: 32px;
position: relative;
z-index: 99;
font-family: verdana, arial, sans-serif;
}

#lang_sel_list ul {
height: 0;
top: 19px;
left: 0;
border-top: 0px solid #CDCDCD;
}

#lang_sel_list li {
float: left;
position: relative;
width: 70px;
text-align: center;
}


#lang_sel_list a, #lang_sel_list a:visited {
display: block;
font-size: 11px;
text-decoration: none !important;
color: #444;
border: none;
background: white;
padding-left: 10px;
line-height: 18px;
}


/* Main Navigation
================================================== */

/*core*/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 190px;
}

.sf-menu ul li {
    width: 130%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0px;
    top: 30px;
    z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 190px;
    top: 1px;
}

/*styling*/
#navigation {
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
    top: 30px;
    padding-top: 15px;
}

#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 190px;
    top: 0
}

#navigation .sf-menu {
float: left;
margin: 15px 0 -5px -1px;
}

#navigation .sf-menu a {
font-size: 12px;
line-height: 15px;
color: #e31082;
text-decoration: none;
text-transform: uppercase;
position:relative;
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-o-transition: color .2s linear;
-ms-transition: all .2s linear;
transition: color .2s linear;
}

#navigation .sf-menu > li > a {
width: 128px;
font-weight: 700;
text-align: center;
background: white;
border-top: 3px solid #E31082;
height: 37px;
padding: 4px 10px 0 10px;
box-shadow: 0px 1px 5px #CBCBCB;
margin-right: 6px;
}

#navigation .sf-menu li {
    float: left;
    position: relative;
}

#navigation .sf-menu > li > a:hover,
#navigation .sf-menu > li.sfHover > a  {
    color: #fff;
    border-top: 3px solid #b00160;
    background: #e2007a;
}


#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > li.current-menu-parent > a,
.single-portfolio #navigation .sf-menu > li.portfolio > a,
.single-services #navigation .sf-menu > li.services > a,
.single-staff #navigation .sf-menu > li.staff > a,
.single-staff #navigation .sf-menu > li.faqs > a,
.single-post #navigation .sf-menu > li.blog > a {
    color: #fff;
    border-top: 3px solid #b00160;
    background: #e2007a!important;
}

/*drop-down styles*/
#navigation .sf-menu ul {
position: absolute;
nowhitespace: afterproperty;
top: -999em;
width: 190px;
z-index: 9999;
margin-top: 10px;
}

#navigation .sf-menu ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e2007a;
    position: absolute;
    top: 8px;
    left: 10px;
}

#navigation .sf-menu ul li:first-child {
    border-top: 0px;
}

#navigation .sf-menu ul li:last-child {
    border-bottom: 0;
    margin-right:0px;
    padding-right:0px;
}

#navigation .sf-menu li:last-child > a {
    margin-right:0px !important;
    padding-right: 13px;
}

#navigation .sub-menu ul {
    padding-top: 0;
    z-index: 1 !important;
}

#navigation .sf-menu ul a {
    display: block;
    padding: 1.4em 1.4em;
}

#navigation .sf-menu ul ul:after {
    display: none
}

#navigation .sf-menu ul li {
    background: #e2007a;
    border-bottom: 1px solid #fff;
}

#navigation .sf-menu ul a {
    color: #fff;
    padding: 15px;
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.3em;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

#navigation .sf-menu ul a:hover {
    background: #e2007a;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px #580e0e;
    -webkit-box-shadow: inset 0 0 10px #580e0e;
    box-shadow: inset 0 0 10px #580e0e;
}

/*icons*/
#navigation span[class*='wpex-icon-'] {
    margin-right: 7px !important
}

#navigation .no-text span[class*='wpex-icon-'] {
    margin-right: 0 !important
}


/* arrows */
#navigation .sf-menu a.sf-with-ul {
}

#navigation .sf-sub-indicator {
    position: absolute;
    display: block;
    bottom: -10px;
    right: 50%;
    margin-left: -2px;
    width: 5px;
    height: 3px;
    text-indent: -999em;
    overflow: hidden;
   /* background: url("images/menu.png") -5px 0px no-repeat;*/
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

#navigation li.sfHover > a >.sf-sub-indicator {
    display: none;
}

#navigation ul ul li.sfHover > a >.sf-sub-indicator {
    display: block;
}

#navigation .sf-menu ul .sf-sub-indicator {
    top: 50%;
    right: 15px;
    margin-left: 0;
    /*background: url("images/menu.png") center left no-repeat;*/
    display: block;
    width: 3px;
    height: 7px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

#navigation .sf-menu ul a:focus >.sf-sub-indicator, #navigation .sf-menu ul a:hover  >.sf-sub-indicator, #navigation .sf-menu ul a:active > .sf-sub-indicator, #navigation .sf-menu ul li:hover > a >.sf-sub-indicator, #navigation .sf-menu ul li.sfHover > a >.sf-sub-indicator {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}


/* Homepage
================================================== */

#home-wrap {
    margin: 0;
}

/*headings*/
#home-wrap .heading {
    margin: 0px 0 25px;
    width:99%;
}

#home-wrap .home-widgets-heading {
    margin-bottom: 0;
    width:280px;
    float: left;
    margin-right:0px;
}

#home-wrap .heading a.view-all {
    float: right;
    text-transform: none;
    color: #e10076;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 13px;
    font-weight:600;
    
}

#home-wrap .heading a.view-all:hover {
    color: #000;
}

/*static page*/
#home-static-page {
    /*margin-bottom: 40px;*/
}

/*highlights*/
#home-highlights {
    margin: 15px 0 0;
}

.hp-highlight {
    position: relative;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.hp-highlight:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.hp-highlight p:last-child {
    margin-bottom: 0px
}

.hp-highlight h3 {
    margin: -30px 0 15px;
    padding: 10px 5px;
    background: #e2007a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.hp-highlight h3 a {
    color: #fff;
}

.hp-highlight h3 span {
    margin-right: 10px;
}

.hp-highlight-inner {
    padding: 15px;
}

.hp-highlight-inner a.hp-highlight-more {
    color: #666;
    text-transform: none;
    font-size: 11px;
    font-style: normal;
}

/*home portfolio*/
#home-portfolio {
    margin-bottom: 20px;
}

/*home services*/
#home-services {
    margin-bottom: 20px;
}

/*home staff*/
#home-staff {
    margin-bottom: 20px;
}

/*home blog*/
#home-blog {
    margin: 0px 20px 0px 0px;
    /*width:66%;*/
    float: left;
}

.home-entry img,
.home-entry {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.home-entry:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.home-entry:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

.home-entry a {
    display: block;
    text-decoration: none
}

.home-entry img {
    display: block;
    width: 100%;
}

.home-entry .home-entry-description {
    background: #fff;
    padding: 15px;
    font-size: 0.95;
    line-height: 1.5em;
    color: #666;
    border-bottom: 1px solid #ddd;
    height:166px;
}

.home-entry .home-entry-description p {
    margin: 0; 

}

.home-entry .home-entry-description h2 {
    font-size: 1.05em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    line-height:20px;
}

.home-entry .home-entry-description p:last-child {
    margin: 0
}

.home-entry .home-entry-description a.read-more {
    text-align: right;
    margin: 10px 0 0;
}

#main-content .home-entry .flexslider {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-entry .flexslider:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.home-entry .flex-control-nav {
    bottom: 20px;
    right: 15px;
}

/*home widgets*/
.home-widget h4 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 20px;
    display:none;
}

#home-wrap .home-widget {
margin-top: 25px;
background: white;
padding: 15px;
font-size: 0.95;
line-height: 1.5em;
color: #666;
border-bottom: 1px solid #DDD;
width: 290px;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 342px;
margin-right:0px;

}

.home-widgets-heading {
    margin-bottom: 0;
}

/*custom modules*/
.home-custom-three, .home-custom-four, .home-custom-five {
    margin-bottom: 40px;
}

/* Slider
================================================== */

/*required*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility: hidden;*/
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
width: 100%;
display: block;
height: 220px;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

/*main*/
.flexslider-container {
    position: relative;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider ul {
    margin: 0;
}

.flexslider li.slide {
    margin: 0;
    position: relative;
}

/*next/prev arrows*/
.flexslider .flex-direction-nav li a {
    background: url("./images/slider-arrows.png") no-repeat scroll 0 0 #000;
    cursor: pointer;
    display: block;
    height: 48px;
    width: 48px;
    margin: -24px 0 0;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    -moz-transition: background 0.3s ease-in-out 0s;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
}

.flexslider .flex-direction-nav li .flex-next {
    background-position: -48px 0;
    right: 0;
}

.flexslider .flex-direction-nav li .flex-next:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.flexslider .flex-direction-nav li .flex-prev {
    left: 0;
}

.flexslider .flex-direction-nav li .flex-prev:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

/*control nav*/
.flex-control-nav {
    height: 8px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li:first-child {
    margin: 0
}

.flex-control-nav li a {
    background: url("./images/bullets.png") no-repeat scroll -13px 0 transparent;
    cursor: pointer;
    display: block;
    height: 13px;
    text-indent: -9999px;
    width: 13px;
}

.flex-control-nav li a:hover {
    background-position: 0 0
}

.flex-control-nav li a.flex-active {
    background-position: 0 0;
    cursor: default;
}

/* slider caption */
.flexslider-container .flex-caption {
    text-shadow: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: left;
    margin: 0;
    background: #e2007a;
    padding: 20px 30px;
    font-size: 16px;
    color: #fff;
    max-width: 400px;
    font-weight: 400;
}

.flexslider-container .flex-caption p {
    margin: 0 0 10px
}

.flexslider-container .flex-caption p:last-child {
    margin: 0
}

.flexslider-container .flex-caption a {
    color: #ef4135 !important
}

.flexslider-container .flex-caption a:hover {
    text-decoration: underline
}


/*video slide*/
.video-slide {
}


/*add shadow to sliders in main wrap*/
#main-content .flexslider {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*header Slider*/
#header-slider .flexslider .slide-inner{
    margin: 0 auto;
    width: 910px;
    position: relative;
    border: 6px solid white;
    box-shadow: 0px 0px 7px #A19B9E;
}

.slide-inner img {width:910px;}

#header-slider .flexslider .flex-direction-nav li a {
    background-color: #222;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}
#header-slider .flexslider .flex-direction-nav li a:hover{
    background-color: #d01d10;
}

#header-slider .flex-next {
    right: 0;
}

#header-slider .flex-prev {
    left: 0;
}


/* Claim Ribbon
================================================== */

#claim_ribbon {
margin-bottom: 30px;
width: 100%;
color: white;
display: inline-table;
}

#claim_ribbon a {color:#fff!important;}
#claim_ribbon a:hover {color:#fff!important;border-bottom:1px dotted #fff;}

#claim_ribbon h3 {
    font-size:16px;
}

#claim_ribbon .column1 {
float: left;
background: url("images/claim-arrow.png") no-repeat 220px 150px;
margin-right: 50px;
min-height: 200px;
}

#claim_ribbon .column2 {
    float:right;
    width: 50%;
}

#claim_ribbon .column1 li {
padding-left: 35px;
line-height: 40px;
}

#claim_ribbon .column2 li {
padding-left: 35px;
margin-bottom: 10px;
line-height: 18px;
}

li.claim-1 {
    background: url("images/claim-1.png") no-repeat;
    background-position-y: center;
    }

li.claim-2 {
    background: url("images/claim-2.png") no-repeat;
    background-position-y: center;
}

li.claim-3 {
    background: url("images/claim-3.png") no-repeat;
    background-position-y: center;
}

li.claim-4 {
    background: url("images/claim-4.png") no-repeat;
    background-position-y: center;
}

.column1 h3, .column2 h3 {
color: #fff;
border-bottom: 1px solid #fff;
margin-bottom: 8px;
line-height: 38px;
margin-top: 0;
}



/* Portfolio
================================================== */
#portfolio-wrap {
    margin-right: -25px;
    margin-bottom: -20px;
}
#portfolio-filter-content{
    padding: 0;
    margin: 0;
}

#portfolio-description {
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url("images/double-border.png") bottom repeat-x;
}

#portfolio-description p:last-child, .portfolio-description p {
    margin: 0
}

#portfolio-wrap ul {
    margin: 0px;
    list-style: none;
}

/*filter*/
ul.filter {
    font-size: 13px;
    list-style: none;
    font-weight: 600;
    margin: 0 0 20px !important;
    text-align: left
}

ul.filter li {
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

ul.filter a {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #777;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background: #f6f6f6;
    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
}

ul.filter a:hover {
    background: #f6f6f6;
    color: #333;
}

ul.filter a.active,
ul.filter li.current-cat a {
    text-decoration: none;
    border-color: #bbb;
    background: #eee;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
}

ul.filter li:last-child {
    margin: 0;
    padding: 0
}

/*portfolio entry*/
.portfolio-entry-inner,
.portfolio-entry-inner img {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.portfolio-entry-inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.portfolio-entry-inner:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

.portfolio-entry-img-link img {
    display: block;
}

.portfolio-entry-img-link {
    display: block;
    text-decoration: none;
    position: relative;
}

.portfolio-entry img {
    width: 100%;
}

.portfolio-entry-description {
    position: relative;
    background: #fff;
    padding: 15px;
    font-size: 0.95;
    line-height: 1.5em;
    color: #666;
    border-bottom: 1px solid #ddd;
}
.portfolio-entry-description  p {
    margin: 0
}

.portfolio-entry-description h2 {
    font-size: 1.05em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.portfolio-entry-description p:last-child {
    margin: 0
}

.portfolio-entry-description a.read-more {
    display: block;
    text-align: right;
    margin: 10px 0 0;
}

.portfolio-entry.grid-5 .portfolio-entry-description,
.portfolio-entry.grid-6 .portfolio-entry-description,
#post .portfolio-entry.grid-4 .portfolio-entry-description {
    display: none;
}

.portfolio-entry.grid-5 h2,
.portfolio-entry.grid-6 h2 {
    margin: 0
}

.overlay-icon {
    display: none;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e2007a;
}

/*single portfolio*/
#single-portfolio-description {
    float: left;
    width: 295px
}

#portfolio-meta {
    margin: 0 0 20px !important;
    list-style: none;
}

#portfolio-meta li {
    float: left;
    clear: none;
}

#portfolio-meta li span {
    margin-right: 5px
}

#single-portfolio-media {
    float: right;
    width: 600px;
    margin-bottom: 15px
}

#portfolio-slides-wrap {
    margin-bottom: 5px
}

#single-portfolio-media {
    text-align: center
}

#single-portfolio-media img {
    width: 100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#portfolio-post-thumbnail img,
#portfolio-single-video-other embed,
#portfolio-single-video-other iframe {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#single-portfolio-media img:hover {

}

#single-portfolio-media .flexslider-container .flex-caption {
    font-size: 14px;
    padding: 15px;
}

#single-portfolio-info {
    float: left;
    width: 280px;
}

#single-portfolio-info p:last-child {
    margin: 0
}

/*related*/
#single-portfolio-related {
    background: url("./images/double-border.png") top repeat-x;
    margin: 10px 0;
}

#single-portfolio-related .heading {
    padding-top: 10px;
}


/* Blog Posts & Blog Entries
================================================== */

/*entry*/
.loop-entry {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.loop-entry-thumbnail {
    display: block;
    margin: 0 0 20px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.loop-entry  h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 25px
}

.loop-entry a.button {
    float: right;
    margin: 20px 0 0;
}

.blog-entry-img-link {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.blog-entry-img-link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.blog-entry-img-link img {
    display: block;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.blog-entry-img-link:hover img{
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

.loop-entry .postformat-slider,
.loop-entry .postformat-video {
    margin-bottom: 20px;
}

.loop-entry .postformat-video embed,
.loop-entry .postformat-video iframe {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

/*post featured image*/
#post-thumbnail,
.single-blog-post-wrap .postformat-video,
.single-blog-post-wrap .postformat-slider {
    margin-bottom: 25px;
}

#post-thumbnail img {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.single-blog-post-wrap .postformat-video embed,
.single-blog-post-wrap .postformat-video iframe {
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#post-thumbnail img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*entry style 2*/
.loop-entry-two .loop-entry-thumbnail {
    float: left;
    margin-bottom: 20px;
}

.loop-entry-two .entry-right {
    float: right;
    width: 420px;
}

/*tags*/
.post-tags {
    margin-top: 40px
}

.post-tags a {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    background: #fafafa;
    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.post-tags a:hover {
    background: #fff;
    color: #444;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
}

/*author bio*/
#single-author {
    margin-top: 40px
}

#author-image {
    float: left;
    width: 60px
}

#author-image img {
    display: block;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

#author-image img:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

#author-bio {
    float: right;
    width: 515px
}

#author-bio p:last-child {
    margin: 0
}

#author-bio h4 {
    font-size: 13px;
    margin: -3px 0 5px
}

/*related posts*/
#related-posts {
    margin-top: 40px;
    text-shadow: 1px 1px 1px #fff;
}

#related-posts .alignleft {
    margin: 4px 25px 0 0
}

#related-posts h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

#related-posts .related-entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#related-posts .related-entry .read-more {
    font-size: 11px
}

#related-posts .related-entry-thumbnail {
    display: block;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#related-posts a.read-more {
    display: display;
    margin-top: 0;
}


/* Meta
================================================== */
#main-content ul.meta {
    color: #666;
    margin: -5px 0 15px;
    font-size: 12px;
    text-shadow: none;
}

.meta a {
    color: #666
}

.meta a:hover {
    color: #000;
}

.meta li {
    background: #e7e7e7;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
}

.meta li span {
    margin-right: 5px
}

#single-meta {
    margin-bottom: 0;
    margin-top: 10px;
    text-shadow: none;
    font-size: 12px;
}

#single-meta li {
    float: left;
    clear: none;
}

#single-meta li span {
    margin-right: 5px
}


/* Services
================================================== */

#services-wrap {
    float: left;
    margin-bottom: -20px;
}

#services-description p:last-child {
    margin: 0;
}

#services-description {
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url("images/double-border.png") bottom repeat-x;
}

.services-entry {
    position: relative;
    background: #fff;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px 20px 60px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.services-entry:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.services-entry-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    background: #d01d10;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    background:#ff8197;
}

.services-entry .services-entry-icon {background:#ff8197;}



.services-entry:hover {
    top: -2px;
}

.services-entry p {
    margin: 0
}

.services-entry h2 {
    font-size: 1.05em;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.services-entry .read-more{
    float: right;
}


/* FAQs
================================================== */
.faq-content p:last-child {
    margin: 0
}

#faqs-description {
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url("images/double-border.png") bottom repeat-x;
}

#faqs-description p:last-child {
    margin: 0;
}

/* Pagination
================================================== */
.page-of-page {
    float: left
}

.page-of-page span.inner {
    padding: 0 7px
}

.page-of-page, .page-pagination a, .page-pagination span.outer {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    height: 25px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background: #fefefe;
    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.page-pagination a, .page-pagination span.outer {
    width: 25px
}

.page-pagination a:hover {
    background: #f6f6f6;
    color: #505050;
}

.page-pagination span.current {
    text-decoration: none;
    border-color: #bbb;
    background: #eee;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
}

#staff-template .page-pagination, #portfolio-template .page-pagination {
    margin: 5px 0 0;
}

/* Single Nav
================================================== */
#single-nav {
    background: url("images/double-border.png") top repeat-x;
    padding-top: 25px;
    font-size: 13px;
}

.services-single-nav{
    margin-top: 40px;
}

#single-nav-left, #single-nav-right {
    float: left;
    width: 50%;
}

#single-nav-right {
    float: right;
    text-align: right;
}

#single-nav a {
    color: #666;
}

#single-nav a:hover {
    color: #000;
}

#single-nav-left span {
    margin-right: 7px;
}

#single-nav-right span {
    margin-left: 7px;
}


/* Sidebar
================================================== */
#sidebar {
    position: relative;
    background: url("images/sidebar.png") left center repeat-y;
    margin-top: 5px;
    font-size: 13px;
    padding-left: 35px;
    padding-bottom: 25px;
    text-shadow: 1px 1px 1px #fff;
}

#sidebar:before {
    content: "";
    display: block;
    height: 59px;
    width: 25px;
    background: url("images/sidebar-top.png");
    position: absolute;
    top: 0;
    left: 0;
}

#sidebar:after {
    content: "";
    display: block;
    height: 59px;
    width: 25px;
    background: url("images/sidebar-bottom.png");
    position: absolute;
    bottom: 0;
    left: 0;
}

#sidebar a {
    color: #999;
}

#sidebar a:hover {
    color: #444;
}

.sidebar-box {
    margin-bottom: 30px;
}

.sidebar-box h4 {
    margin: 0 0 15px;
    text-transform: uppercase;
}


/* Widgets
================================================== */

/* Top sidebar menu*/

#sidebar .textwidget0 li.current_page_item {
}

#sidebar .textwidget0 {margin: 2px 0px 40px 0px;}

#sidebar .textwidget0 li.current_page_item a {
    	color: #fff;
	font-weight:bold;
	border:none;
	text-shadow:none;
	background: url("images/left-arrow.png") 6px no-repeat #e2007a;
	margin-left: -15px;
	padding-left: 20px;
	position:relative;
	border-bottom: 1px solid #fff;

}

#sidebar .textwidget0 li.current_page_item a:hover {
    	color: #fff;
	font-weight:bold;
	background: url("images/left-arrow.png") 6px no-repeat #e2007a;
	margin-left: -15px;
	padding-left: 20px;
	position:relative;
	border-bottom: 1px solid #fff;	
}

#sidebar .textwidget0 a {
	text-shadow:none;
	margin-left: 0px;
	line-height: 15px;
	padding: 8px;
	background: white;
	border-bottom: 1px solid #E9E7E7;
	margin-bottom: 6px;
	font-size: 13px;
	display: block;
	color: #6b6b6B;
}

#sidebar .textwidget0 a:hover {
	color: #fff;
	border:none;
	text-shadow:none;
	background: url("images/left-arrow.png") 6px no-repeat #e2007a;
	margin-left: -15px;
	padding-left: 20px;
	position:relative;
	font-weight:bold;
}

.textwidget0 ul {margin-left: 0px;}

.textwidget0 li {
list-style: none;
margin-left: 0px;
}


/*main wp widgets*/
.widget_nav_menu li, .widget_recent_entries li, .widget_categories li, .widget_archive a, widget_meta li, .wpex-taxonomies-widget li, .wpex-recent-post-types-widget li {
    margin-bottom: 3px;
}

#footer .widget_nav_menu li, #footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive a, #footer widget_meta li, #footer .wpex-taxonomies-widget li, #footer #footer .wpex-recent-post-types-widget li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a1a1a;
}

#footer .widget_nav_menu li:last-child, #footer .widget_recent_entries li:last-child, #footer .widget_categories li:last-child, #footer .widget_archive a:last-child, #footer widget_meta li:last-child, #footer .wpex-taxonomies-widget li:last-child, #footer .wpex-recent-post-types-widget li:last-child {
    margin-bottom: 0;
}

.widget_categories li a {
color: #e0007a !important;
padding: 4px 20px;
font-size: 14px;
background: #eee;
width: 211px;
display: block;
}


/*taxonomies*/
.wpex-taxonomies-widget li {
    font-size: 10px;
}

.wpex-taxonomies-widget a {
    font-size: 13px;
    margin-right: 5px;
}


/*tagcloud*/
.tagcloud a {
    float: left;
    display: block;
    font-size: 12px !important;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    background: #f6f6f6;
    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
}

#sidebar .tagcloud a {
    color: #777;
}

#sidebar .tagcloud a:hover {
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px #fff, inset 0 0 3px rgba(0,0,0,0.2);
}

#footer .tagcloud a {
    background: #333;
    border-color: #000;
    color: #fff;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer .tagcloud a:hover {
    background: #e2007a;
}

/*calendar*/
#wp-calendar {
    font-size: 11px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}

#wp-calendar caption {
    background: #000;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #000;
    font-size: 13px;
    text-shadow: none;
    color: #fff;
}

#wp-calendar, #footer #wp-calendar tr {
    width: 100%
}

#wp-calendar th {
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 0;
    background: #fff;
    color: #444;
}

#wp-calendar tbody td {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #ddd;
    background: #f9f9f9;
    color: #666;
}

#wp-calendar tbody td:hover {
    background: #f5f5f5;
    color: #000;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}

#wp-calendar tbody a {
    display: block;
    color: #e2007a;
}

#sidebar #wp-calendar a:hover {
    color: #e2007a;
}

#wp-calendar tfoot {
    background: #fff;
    border: 1px solid #ddd;
}

#wp-calendar tfoot td {
    padding: 2px 8px;
    font-size: 11px;
    color: #444;
}

#wp-calendar tfoot td a {
    color: #444;
}

#wp-calendar tfoot #next {
    text-align: right;
}

/*video*/
.wpex-video-widget-description {
    margin-top: 10px;
    text-align: center
}

.wpex-video-widget-description p:last-child {
    margin: 0;
}

/*twitter*/
.wpex-tweets span.wpex-icon-twitter, #twitter-5 {
color: #DBDBDB;
/*margin-right: 10px;*/
font-size: 30px;
float: left;
}

.wpex-tweets li, .widget_twitter li {
margin-bottom: 10px;
padding: 0 0 10px 35px;
border-bottom: 1px solid #dbdbdb;
line-height: 18px;
font-size: 12px;
background: url(images/twitter-icon.png) -8px 0px no-repeat;
}

.tweet-content {
}

.wpex-tweets li {
    border-color: #ddd;
}

#home-widgets ul.wpex-tweets {height:260px;}

ul.wpex-tweets {
}

.wpex-tweets li:last-child {
    margin: 0;
}

#sidebar .wpex-tweets a {
    color: #E2007A;
}

#sidebar .wpex-tweets a:hover {
    color: #E2007A;
    text-decoration:underline;
}

#home-widgets .wpex-twitter-follow, #home-widgets .btn-o {
    text-align: right;
    font-size: 11px;
}


.wpex-twitter-follow, .btn-o {
       font-size: 11px;
}

#footer .wpex-tweets li {
    border-bottom: 1px solid #1a1a1a;
}

#footer .wpex-tweets span.wpex-icon-twitter {
    color: #fff;
}


/*recent posts with thumb*/
.wpex-widget-recent-posts {
    line-height: 1.5em;
}

#sidebar .wpex-widget-recent-posts a {
    color: #444;
}

#sidebar .wpex-widget-recent-posts a:hover {
    color: #000;
}

.wpex-widget-recent-posts li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.wpex-widget-recent-posts li:last-child {
    margin: 0;
}

.wpex-widget-recent-posts li .date {
    font-size: 11px;
    color: #999;
}

.wpex-widget-recent-posts img {
    float: left;
    margin-right: 15px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
}

.wpex-widget-recent-posts img:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7
}

#footer .wpex-widget-recent-posts li {
    border-bottom: 1px solid #1a1a1a;
}

#footer .wpex-widget-recent-posts a {
    font-weight: 600;
}

.wpex-widget-recent-posts li .date {
    color: #666;
}

#footer .wpex-widget-recent-posts img {
    border: 1px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7
}

#footer .wpex-widget-recent-posts img:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}


/* Staff
================================================== */
#staff-description {
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url("images/double-border.png") bottom center repeat-x;
}

#staff-description p:last-child {
    margin: 0
}

/*templates*/
#staff-by-cat-template {
    padding-top: 15px;
    margin-bottom: -40px;
}

.staff-by-cat-title {
    font-size: 21px;
    margin: 0 0 25px;
}

.staff-by-cat-title span {
    font-weight: 300;
    background: #fff;
    padding: 3px 10px;
}

.staff-cat {
    margin-bottom: 40px;
    padding-bottom: 15px;
    background: url("images/double-border.png") bottom center repeat-x;
}
.staff-cat:last-child{
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*single post*/
#page-heading #staff-post-position {
    margin-top: 10px;
    color: #666;
    background: #e7e7e7;
    font-size: 14px;
    font-weight: 300;
    float: left;
    padding: 3px 12px;
    text-shadow: none;
}

#staff-post-thumbnail {
    max-width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 4px;
}

#staff-post-thumbnail img {
    display: block;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*staff entries*/
.staff-entry img,
.staff-entry {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.staff-entry:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.staff-entry:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

.staff-entry a {
    display: block;
    text-decoration: none
}

.staff-entry-img-link .staff-entry-img {
    display: block;
    width: 100%;
}

.staff-entry-description {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.staff-entry-description h3,
.staff-entry-description h2 {
    font-size: 1.05em;
    font-weight: 600;
    margin: 0;
}

.staff-entry-description .staff-entry-position {
    font-size: 12px;
    color: #777;
}

.staff-entry:hover .staff-entry-description {
    background: #e2007a;
    color: #fff;
}

.staff-entry:hover .staff-entry-description h2 a,
.staff-entry:hover .staff-entry-description h3 a {
    color: #fff;
}

.staff-entry:hover .staff-entry-description .staff-entry-position {
    color: #f6c3c3;
}

#post .staff-entry.grid-6 .staff-entry-description {
    display: none
}


/* Landing Page
================================================== */
body.page-template-template-landing-page-php #content-wrap.outerbox{
    margin: 0;
    width: 100%;
}
body.page-template-template-landing-page-php #main-content{
    padding: 0;
    width: 100%;
}
#landing-page-wrap{
    margin-top: -1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    background: #000;
}
#landing-page-img{
    width: 100%;
    display: block;
}
#landing-page-content{
    background: #000;
    position: absolute;
    top: -400px;
    left: 50%;
    color: #fff;
    font-size: 38px;
    line-height: 1.2em;
    padding: 40px;
    max-width: 600px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#landing-page-content .button:last-child{
    margin-bottom: 0;
}



/* Footer
================================================== */
#copyright {
	float:right;
	text-align:right;
	width: 30%;
	margin-right: 0;}

/*footer main*/
#footer-wrap {
    background: url("images/footer-bg.gif") repeat-x;
    width: 100%;
    color: #fff;
    padding-bottom:15px;
}

#footer {
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
}

#footer a {
    color: white;
text-transform: uppercase;
background: url("images/link-arrow.png") no-repeat 0px;
padding-left: 15px;
margin-top: 5px;
float:left;
}

# success {text-transform: italic;}

#footer a:hover {
    font-weight:bold;
}

#footer ul {
    margin: 0
}

#footer [class*='grid-'] {
    margin-bottom: 0;
    margin-top: 0;
}

/*footer widgets*/
.footer-widget h4 {
    font-size: 24px;
color: white;
text-transform: uppercase;
background: url("images/bordertitle-footer.gif") bottom repeat-x;
margin: 3px 0 15px;
text-align: center;
font-weight: 300;
line-height: 55px;
}

/*footer bottom*/
#footer-bottom {
font-size: 13px;
background-color: #008564;
color: white;
font-weight: bold;
min-height: 15px;
padding: 8px 0 14px 0;
}


.footer-center {
width:920px; margin: 0 auto;}

#footer-bottom a {
    color: #fff
}

#footer-bottom a:hover {
border-bottom: 1px solid dotted #fff;
}

/*footer menu*/
#footer-menu {
    text-align: left;
}

#footer-menu li {
    display: inline-block;
    margin: 0 15px 0 0;
}

#footer-menu a {
    display: block;
    display: inline;
    padding-right: 7px;
    margin-right: 2px;
}

#footer-menu a:hover {text-decoration:underline;}

#footer-menu li:last-child a {
    margin: 0;
    padding: 0;
    background: none
}


/* Search
================================================== */

/*main*/
#searchbar {
    width: 100%;
}

#searchbar input#search {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 40px 0 10px;
    background: #fff url("images/search.png") 94% center no-repeat;
    line-height: 36px;
    line-height: 36px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0,0.07);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}


#searchbar input#search:focus {
    boder-color: #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#searchbar input#search::-webkit-search-decoration {
    display: none
}

#searchbar input#search::-webkit-search-cancel-button {
    -webkit-appearance: none
}


/*inside Yoast breadcrumbs*/

#breadcrumbs-wrap .outerbox #searchbar {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -14px;
    width: 150px;
    line-height: 28px;
}

#breadcrumbs-wrap .outerbox #searchbar input#search {
    height: 28px;
    line-height: 28px;
    width: 150px;
    color: #999;
    background: #fff url("images/search-light.png") 93% 52% no-repeat;
    box-shadow: 0 1px 1px #eee;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #ddd;
    vertical-align: central;
}

#breadcrumbs-wrap .outerbox #searchbar input#search:focus {
    color: #444;
    background: #fff url("images/search.png") 94% 52% no-repeat;
    border-color: #bbb;
    padding-right: 30px;
}

/* Comments
================================================== */
#commentsbox {
    margin-top: 40px;
    text-shadow: 1px 1px 1px #fff;
}

.comment-details ul {
    margin: 0
}

.commentlist {
    margin: 0
}

.commentlist li {
    list-style: none;
    margin: 0;
}

.children li.depth-2 {
    margin: 0 0 0px 65px
}

.children li.depth-3 {
    margin: 0 0 0px 65px
}

.children li.depth-4 {
    margin: 0 0 0px 65px
}

.children li.depth-5 {
    margin: 0 0 0px 65px
}

.children li.depth-6 {
    margin: 0 0 0px 65px
}

.children li.depth-7 {
    margin: 0 0 0px 65px
}

.children li.depth-8 {
    margin: 0 0 0px 65px
}

.children li.depth-9 {
    margin: 0 0 0px 65px
}

.children li.depth-10 {
    margin: 0 0 0px 65px
}

.comment-details {
    position: relative;
    margin-left: 75px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.comment-avatar {
    position: absolute;
    left: -75px;
    top: 0;
}

.comment-avatar img {
    display: block;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.comment-author {
    font-weight: bold
}

.comment-author .author a:link, .comment-author .author a:visited {
    font-size: 14px;
    color: #505050;
    font-weight: bold
}

.comment-author .author a:hover {
    color: #999
}

.comment-content {
    margin-top: 5px
}

.comment-content p:last-child {
    margin: 0;
}

.comment-date {
    font-size: 12px;
    font-weight: normal
}

.comment-date a {
    color: #888
}

#commentsbox .reply {
    margin-top: 15px;
}

.comment-reply-link, #cancel-comment-reply-link {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
}

#cancel-comment-reply-link {
    display: block;
    margin-bottom: 10px;
}

#cancel-comment-reply-link span {
    margin-right: 3px;
}

.commentlist .children {
    margin: 0
}

#comments_wrap {
    margin-top: 15px
}

#comments-logged-in {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 12px;
}

#log-out {
    float: right;
    margin-top: -56px;
}

#submit {
    margin-bottom: 0;
}

#reply-title {
    display: none;
}

.children #commentform textarea {
    width: 95.6%
}

#commentform label {
    font-size: 12px;
    display: block;
    float: left;
    text-align: left
}

#commentform input {
    margin-top: 0 !important
}

#commentform input#author, #commentform input#email, #commentform input#url {
    width: 40%;
    margin-top: 10px;
}

#commentform textarea {
    width: 100%;
    margin-top: 10px
}

/*WP JetPack*/
.comment-subscription-form {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.comment-subscription-form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.comment-subscription-form input, .comment-subscription-form label {
    float: left;
    margin: 0px !important;
    margin-right: 5px !important;
    padding: 10px;
}

#comment-left {
    float: left;
    width: 160px;
    padding-right: 35px;
}

#comment-right {
    float: left;
    width: 445px;
}


/* Sitemap
================================================== */
.sitemap-container ul {
    margin-bottom: 30px;
    margin-left: 0
}

#sitemap-wrap h2 {
    font-size: 14px;
    margin: 0 0 10px;
}

.sitemap-container a {
    color: #999
}

.sitemap-container a:hover {
    color: #000;
    text-decoration: none;
}

.sitemap-container ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
}


/* Contact
================================================== */
#contact-map .googlemap {
    margin: 0;
    border-bottom: 1px solid #ddd;
}


/* 404 Page
================================================== */
#error-page {
    margin: 100px 0
}

#error-page-title {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    background: none;
    line-height: 1em;
    border: none;
    margin: 0 0 10px;
    color: #000
}

#error-page-title span {
    margin-right: 10px;
    font-size: 32px;
}

#error-page-text {
    text-align: center;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}


/* Shortcodes
================================================== */

/*callout*/
.callout {
    position: relative;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.5em;
    padding: 25px;
    background: #fff;
    border: 1px solid #ddd;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.entry .callout {
    margin: 25px auto;
}
.callout-text{
    float: left;
    margin-right: 180px;
}
.callout .button{
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -20px;
}
    

/*gallery-photo*/
.single-gallery-thumb {
    display: block;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.single-gallery-thumb img {
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.single-gallery-thumb:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*google map*/
.googlemap {
    margin: 0 0 20px;
    position: relative;
    max-width: inherit;
}

.googlemap .map_canvas {
    width: 100%;
    height: 100%;
}

.googlemap .map_canvas h3 {
    margin: 0 0 10px;
    font-size: 14px
}

.map_canvas img {
    max-width: none !important
}

/*hr*/
hr.none {
    border: none;
    outline: none;
    height: 1px;
    background: none;
}

hr.dotted-line {
    border: none;
    border-top: 1px dotted #ddd;
}

hr.solid-line {
    border: none;
    border-top: 1px solid #e6e6e6;
}

hr.double-line {
    border: none;
    background: url("./images/double-border.png") center repeat-x;
    height: 2px;
}

hr.dashed-line {
    border: none;
    border-top: 1px dashed #ddd;
}

/*testimonial*/
.testimonial-content {
    font-size: 14px;
    position: relative;
    background: #fff;
    padding: 20px 20px 20px 50px;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    text-shadow: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.testimonial-content:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.testimonial-content:before {
    content: '\201C';
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 1em;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #eee;
}

.testimonial-content p:last-child {
    margin: 0
}

.testimonial-author:before {
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #ddd;
    margin: 20px 0 20px;
}

.testimonial-author {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*social*/
.wpex-social-icon {
    margin-bottom: 5px;
    margin-right: 5px;
}

.wpex-social-icon:hover {
    opacity: 0.7;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9
}

/*alerts*/
.alert-gray, .alert-red, .alert-green, .alert-blue, .alert-yellow {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
    color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.alert-white {
    font-size: 14px;
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
    line-height: 18px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
    text-shadow: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}


.alert-white .alert-title {
    color: #e30079 ;
}

.alert-white h2 {
color: #e30079;
margin: 5px 0 10px 0;
border-bottom: 2px solid #F0F0F0;
padding-bottom: 10px;
}

.alert-white p a, .alert-white a {
line-height: 30px;
margin-left: 20px;
}

.alert-red .alert-title, .alert-green .alert-title {
color: #fff;
margin: 0 0 8px;
font-size: 18px;
font-weight: bold;
line-height: 20px;
}

.alert-green blockquote {
    margin: 20px;
    padding-left: 20px;
    border-left: none;
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    color: #e9e9e9;
    font-size: 15px;
    line-height: 19px;
}

.alert-red img {margin:5px 15px 15px 15px;position:relative;}


.alert-gray {
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d9dade 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d9dade));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d9dade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d9dade',GradientType=0 );
    color: #505050;
    text-shadow: none;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.alert-gray .alert-title {
    color: #505050;
}

.alert-red {
    background: #ef8098;
    border: 1px solid #f67d8f;
    text-shadow: none;
overflow:overlay;
}

.alert-green {
    color: #fff;
    background: #2acca4;
    border: 1px solid #16a884;
    text-shadow: none;
}

.alert-blue {
    background: #1571f0;
    background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0));
    background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 );
    border: 1px solid #1a6dd7;
    text-shadow: none;
}

.alert-yellow {
    background: #ffc750;
    background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00));
    background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 );
    border: 1px solid #faaa00;
    color: #9C6533;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.alert-yellow .alert-title {
    color: #9C6533;
    text-shadow: 1px 1px 1px #ffe2a5;
}

.alert-red p:last-child, .alert-green p:last-child, .alert-blue p:last-child, .alert-yellow p:last-child {
    margin: 0;
}

#sidebar [class*='alert-'] {
    margin-bottom: 0;
}

/*buttons*/
.button {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    line-height: 1.1em;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    outline: none;
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d9dade 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d9dade));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d9dade 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d9dade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d9dade',GradientType=0 );
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button span.button-inner {
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 1.1em 1.4em;
    line-height: 0.8em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.button:active {
    background: -moz-linear-gradient(center top,rgba(0,0,0,.25) 0%,rgba(255,255,255,.1) 100%);
    background: -webkit-gradient(linear,center bottom,center top,from(rgba(255,255,255,.1)),to(rgba(0,0,0,.25)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000',EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000',EndColorStr='#19FFFFFF')";
}

.button:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}

.button.black {
    background: #505050;
    background: -moz-linear-gradient(top,  #505050 0%, #101010 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#101010));
    background: -webkit-linear-gradient(top,  #505050 0%,#101010 100%);
    background: -o-linear-gradient(top,  #505050 0%,#101010 100%);
    background: -ms-linear-gradient(top,  #505050 0%,#101010 100%);
    background: linear-gradient(to bottom,  #505050 0%,#101010 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010',GradientType=0 );
    border: 1px solid #101010;
}

.button.black:active {
    background: #101010;
    background: -moz-linear-gradient(top,  #101010 0%, #505050 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#505050));
    background: -webkit-linear-gradient(top,  #101010 0%,#505050 100%);
    background: -o-linear-gradient(top,  #101010 0%,#505050 100%);
    background: -ms-linear-gradient(top,  #101010 0%,#505050 100%);
    background: linear-gradient(to bottom,  #101010 0%,#505050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050',GradientType=0 );
}

.button.black span.button-inner {
    border-top: 1px solid #6e6e6e;
}

.button.gray {
    background: #aaaaaa;
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #7e7e7e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7e7e7e));
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
    background: -o-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
    background: -ms-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
    background: linear-gradient(to bottom,  #aaaaaa 0%,#7e7e7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e',GradientType=0 );
    border: 1px solid #7e7e7e;
}

.button.gray:active {
    background: #7e7e7e;
    background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa));
    background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
    background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
    background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 );
}

.button.gray span.button-inner {
    border-top: 1px solid #c3c3c3;
}

.button.light-gray {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.button.light-gray span.button-inner {
    border-top: 1px solid #fff;
    color: #505050;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.button.light-gray:active {
    background: #d9dade;
    background: -moz-linear-gradient(top,  #d9dade 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dade), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #d9dade 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #d9dade 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dade', endColorstr='#f0f0f0',GradientType=0 );
}

.button.red {
    background: #d01d10;
    background: -moz-linear-gradient(top,  #f36d64 0%, #d01d10 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36d64), color-stop(100%,#d01d10));
    background: -webkit-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
    background: -o-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
    background: -ms-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
    background: linear-gradient(to bottom,  #f36d64 0%,#d01d10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10',GradientType=0 );
    border: 1px solid #d01d10;
}

.button.red span.button-inner {
    border-top: 1px solid #f69a93;
}

.button.red:active {
    background: #d01d10;
    background: -moz-linear-gradient(top,  #d01d10 0%, #f36d64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01d10), color-stop(100%,#f36d64));
    background: -webkit-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
    background: -o-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
    background: -ms-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
    background: linear-gradient(to bottom,  #d01d10 0%,#f36d64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64',GradientType=0 );
}

.button.orange {
    background: #fa9e19;
    background: -moz-linear-gradient(top,  #fa9e19 0%, #fb6909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909));
    background: -webkit-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
    background: -o-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
    background: -ms-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
    background: linear-gradient(to bottom,  #fa9e19 0%,#fb6909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909',GradientType=0 );
    border: 1px solid #FB6909;
}

.button.orange span.button-inner {
    border-top: 1px solid #fcc87d;
}

.button.orange:active {
    background: #fb6909;
    background: -moz-linear-gradient(top,  #fb6909 0%, #fa9e19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6909), color-stop(100%,#fa9e19));
    background: -webkit-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
    background: -o-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
    background: -ms-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
    background: linear-gradient(to bottom,  #fb6909 0%,#fa9e19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19',GradientType=0 );
}

.button.blue {
    background: #1571f0;
    background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0));
    background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
    background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 );
    border: 1px solid #1a6dd7;
}

.button.blue span.button-inner {
    border-top: 1px solid #84c6fd;
}

.button.blue:active {
    background: #1571f0;
    background: -moz-linear-gradient(top,  #1571f0 0%, #41a7fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1571f0), color-stop(100%,#41a7fc));
    background: -webkit-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
    background: -o-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
    background: -ms-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
    background: linear-gradient(to bottom,  #1571f0 0%,#41a7fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc',GradientType=0 );
}

.button.rosy {
    background: #f295a2;
    background: -moz-linear-gradient(top,  #ee7787 0%, #e84a5f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7787), color-stop(100%,#e84a5f));
    background: -webkit-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
    background: -o-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
    background: -ms-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
    background: linear-gradient(to bottom,  #ee7787 0%,#e84a5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f',GradientType=0 );
    border: 1px solid #e84a5f;
}

.button.rosy:active {
    background: #e84a5f;
    background: -moz-linear-gradient(top,  #e84a5f 0%, #ee7787 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84a5f), color-stop(100%,#ee7787));
    background: -webkit-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
    background: -o-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
    background: -ms-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
    background: linear-gradient(to bottom,  #e84a5f 0%,#ee7787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787',GradientType=0 );
}

.button.rosy span.button-inner {
    border-top: 1px solid #f3a4af;
}

.button.pink {
    background: #e3618d;
    background: -moz-linear-gradient(top,  #e3618d 0%, #cb245c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3618d), color-stop(100%,#cb245c));
    background: -webkit-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
    background: -o-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
    background: -ms-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
    background: linear-gradient(to bottom,  #e3618d 0%,#cb245c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c',GradientType=0 );
    border: 1px solid #cb245c;
}

.button.pink:active {
    background: #cb245c;
    background: -moz-linear-gradient(top,  #cb245c 0%, #e3618d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb245c), color-stop(100%,#e3618d));
    background: -webkit-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
    background: -o-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
    background: -ms-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
    background: linear-gradient(to bottom,  #cb245c 0%,#e3618d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d',GradientType=0 );
}

.button.pink span.button-inner {
    border-top: 1px solid #eb8cac;
}

.button.green {
    color: #fff;
    background: #88dd48;
    background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139));
    background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
    background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
    background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
    background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 );
    border-color: #60AE40;
}

.button.green span.button-inner {
    border-top: 1px solid #b7ea90;
}

.button.green:active {
    background: #5fb139;
    background: -moz-linear-gradient(top,  #5fb139 0%, #88dd48 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb139), color-stop(100%,#88dd48));
    background: -webkit-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
    background: -o-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
    background: -ms-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
    background: linear-gradient(to bottom,  #5fb139 0%,#88dd48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48',GradientType=0 );
}

.button.brown {
    background: #876565;
    background: -moz-linear-gradient(top,  #876565 0%, #604848 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876565), color-stop(100%,#604848));
    background: -webkit-linear-gradient(top,  #876565 0%,#604848 100%);
    background: -o-linear-gradient(top,  #876565 0%,#604848 100%);
    background: -ms-linear-gradient(top,  #876565 0%,#604848 100%);
    background: linear-gradient(to bottom,  #876565 0%,#604848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848',GradientType=0 );
    border: 1px solid #604848;
}

.button.brown:active {
    background: #604848;
    background: -moz-linear-gradient(top,  #604848 0%, #876565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#604848), color-stop(100%,#876565));
    background: -webkit-linear-gradient(top,  #604848 0%,#876565 100%);
    background: -o-linear-gradient(top,  #604848 0%,#876565 100%);
    background: -ms-linear-gradient(top,  #604848 0%,#876565 100%);
    background: linear-gradient(to bottom,  #604848 0%,#876565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565',GradientType=0 );
}

.button.brown span.button-inner {
    border-top: 1px solid #ae9393;
}

.button.purple {
    background: #524656;
    background: -moz-linear-gradient(top,  #635569 0%, #372f3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635569), color-stop(100%,#372f3a));
    background: -webkit-linear-gradient(top,  #635569 0%,#372f3a 100%);
    background: -o-linear-gradient(top,  #635569 0%,#372f3a 100%);
    background: -ms-linear-gradient(top,  #635569 0%,#372f3a 100%);
    background: linear-gradient(to bottom,  #635569 0%,#372f3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635569', endColorstr='#372f3a',GradientType=0 );
    border: 1px solid #372f3a;
}

.button.purple:active {
    background: #372f3a;
    background: -moz-linear-gradient(top,  #372f3a 0%, #635569 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#372f3a), color-stop(100%,#635569));
    background: -webkit-linear-gradient(top,  #372f3a 0%,#635569 100%);
    background: -o-linear-gradient(top,  #372f3a 0%,#635569 100%);
    background: -ms-linear-gradient(top,  #372f3a 0%,#635569 100%);
    background: linear-gradient(to bottom,  #372f3a 0%,#635569 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372f3a', endColorstr='#635569',GradientType=0 );
}

.button.purple span.button-inner {
    border-top: 1px solid #7e6c85;
}

.button.gold {
    background: #ffc750;
    background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00));
    background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
    background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 );
    border: 1px solid #faaa00;
}

.button.gold:active {
    background: #faaa00;
    background: -moz-linear-gradient(top,  #faaa00 0%, #ffc750 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faaa00), color-stop(100%,#ffc750));
    background: -webkit-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
    background: -o-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
    background: -ms-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
    background: linear-gradient(to bottom,  #faaa00 0%,#ffc750 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750',GradientType=0 );
}

.button.gold span.button-inner {
    color: #9C6533;
    text-shadow: 1px 1px 1px #ffe2a5;
    border-top: 1px solid #ffd783;
}

.button.teal {
    background: #3c9091;
    background: -moz-linear-gradient(top,  #3c9091 0%, #286061 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9091), color-stop(100%,#286061));
    background: -webkit-linear-gradient(top,  #3c9091 0%,#286061 100%);
    background: -o-linear-gradient(top,  #3c9091 0%,#286061 100%);
    background: -ms-linear-gradient(top,  #3c9091 0%,#286061 100%);
    background: linear-gradient(to bottom,  #3c9091 0%,#286061 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9091', endColorstr='#286061',GradientType=0 );
    border: 1px solid #286061;
}

.button.teal:active {
    background: #286061;
    background: -moz-linear-gradient(top,  #286061 0%, #3c9091 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286061), color-stop(100%,#3c9091));
    background: -webkit-linear-gradient(top,  #286061 0%,#3c9091 100%);
    background: -o-linear-gradient(top,  #286061 0%,#3c9091 100%);
    background: -ms-linear-gradient(top,  #286061 0%,#3c9091 100%);
    background: linear-gradient(to bottom,  #286061 0%,#3c9091 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#3c9091',GradientType=0 );
}

.button.teal span.button-inner {
    border-top: 1px solid #63bdbf;
}

.button.navy {
    background: #2c76cf;
    background: -moz-linear-gradient(top,  #2c76cf 0%, #1d4e89 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c76cf), color-stop(100%,#1d4e89));
    background: -webkit-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
    background: -o-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
    background: -ms-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
    background: linear-gradient(to bottom,  #2c76cf 0%,#1d4e89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89',GradientType=0 );
    border: 1px solid #1d4e89;
}

.button.navy:active {
    background: #1d4e89;
    background: -moz-linear-gradient(top,  #1d4e89 0%, #2c76cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4e89), color-stop(100%,#2c76cf));
    background: -webkit-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
    background: -o-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
    background: -ms-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
    background: linear-gradient(to bottom,  #1d4e89 0%,#2c76cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf',GradientType=0 );
}

.button.navy span.button-inner {
    border-top: 1px solid #619ade;
}

.button {
    font-size: 13px
}

.button.large {
    font-size: 16px
}

.button.giant {
    font-size: 18px
}

.button.left {
    float: left
}

.button.right {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.button.center {
    margin: 0 auto
}

/*toggle*/
.wpex-toggle-wrap {
    margin: 0;
}

.wpex-toggle-wrap .trigger {
    margin: 0px;
}

.wpex-toggle-wrap .trigger a.trigger-link {
    color: #333;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    outline: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -moz-linear-gradient(top, #eee, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd')"
}

.wpex-toggle-wrap .trigger a.trigger-link:hover {
    border: 1px solid #ccc;
    color: #333;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee')";
    background: -moz-linear-gradient(top, #ddd, #eee)
}

.wpex-toggle-wrap .active a.trigger-link,
.wpex-toggle-wrap .active a.trigger-link:hover {
    color: #fff;
    background: #b0190e;
    background: -moz-linear-gradient(top,  #ee3225 0%, #b0190e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3225), color-stop(100%,#b0190e));
    background: -webkit-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: -o-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: -ms-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: linear-gradient(to bottom,  #ee3225 0%,#b0190e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3225', endColorstr='#b0190e',GradientType=0 );
    border-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-shadow: none
}

.wpex-toggle-wrap .toggle_container {
    display: none;
    background-color: #fdfdfd;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px
}

.wpex-toggle-wrap .trigger a span[class*='wpex-icon-'] {
    margin-right: 7px; 
    float: left;
    padding-right: 5px;
}

/*.accordion*/
.wpex-accordion .trigger {
    color: #333;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    outline: 0 !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
    background-color: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -moz-linear-gradient(top, #eee, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd')";
    cursor: pointer
}

.ui-state-focus {
    outline: none
}

.wpex-accordion .trigger:hover {
    border: 1px solid #ccc;
    color: #333;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
    background: -moz-linear-gradient(top, #ddd, #eee);
    background: -moz-linear-gradient(top, #ddd, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee')"
}

.wpex-accordion .ui-state-active,
.wpex-accordion .ui-state-active:hover {
    color: #fff;
    background: #b0190e;
    background: -moz-linear-gradient(top,  #ee3225 0%, #b0190e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3225), color-stop(100%,#b0190e));
    background: -webkit-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: -o-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: -ms-linear-gradient(top,  #ee3225 0%,#b0190e 100%);
    background: linear-gradient(to bottom,  #ee3225 0%,#b0190e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3225', endColorstr='#b0190e',GradientType=0 );
    border-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-shadow: none;
}

.wpex-accordion .ui-accordion-content {
    background-color: #fdfdfd;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
}

.wpex-accordion .ui-accordion-content p:last-child {
    margin: 0px
}

.wpex-accordion .ui-icon {
    margin-right: 7px
}

/*tabs*/
.tab-shortcode ul.ui-tabs-nav {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -moz-linear-gradient(top, #eee, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd')";
    border: solid 1px #d7d7d7;
}

.tab-shortcode ul.ui-tabs-nav li {
    display: block;
    width: auto;
    height: 35px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

.tab-shortcode ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 35px;
    padding: 0px 20px;
    line-height: 35px;
    border-right: 1px solid #ccc;
    border-left: solid 1px #eee;
    margin: 0;
    font-size: 14px;
    color: #444 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
.tab-shortcode ul.ui-tabs-nav li:first-child a{
    border-left: 0;
}

.tab-shortcode ul.ui-tabs-nav li a:hover {
    color: #333;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
    background: -moz-linear-gradient(top, #ddd, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee')";
}

.tab-shortcode ul.ui-tabs-nav .ui-state-active a {
    background: #fdfdfd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ffffff')";
    height: 36px;
    position: relative;
    margin: 0 0 -1px 0;
    color: #111 !important;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.tab-shortcode ul.ui-tabs-nav .ui-state-active a:hover {
    background: #fdfdfd;
}

.tab-shortcode ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0
}

.tab-shortcode ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.tab-shortcode ul.ui-tabs-nav li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.tab-shortcode .tab-content {
    background: #fdfdfd;
    padding: 20px;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

.tab-shortcode ul.tabs:before, ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.tab-shortcode ul.tabs:after {
    clear: both
}

.tab-shortcode ul.tabs {
    zoom: 1
}

.tab-shortcode .ui-tabs-hide {
    display: none
}

.tab-shortcode:before, ul.tab-shortcode:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.tab-shortcode:after {
    clear: both
}

.tab-shortcode {
    zoom: 1
}

.tab-shortcode .ui-tabs-hide {
    display: none
}

/*columns*/
.one-half, .two-columns {
    width: 48%
}

.one-third, .three-columns {
    width: 30.66%
}

.one-two-third {
    width: 65.33%
}

.one-fourth, .four-columns {
    width: 22%
}

.one-three-fourth {
    width: 74%
}

.one-fifth {
    width: 16.8%
}

.one-sixth {
    width: 13.33%
}

.two-columns, .three-columns, .four-columns, .one-two-third, .one-three-fourth, .one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.column-last {
    margin-right: 0px
}

.column-first {
    margin-left: 0px
}

.column-last:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

#main-content .one-full h1:first-child, #main-content .one-full h2:first-child, #main-content .one-full h3:first-child, #main-content .one-full h4:first-child, #main-content .one-full h5:first-child, #main-content .one-full h6:first-child, #main-content .one-half h1:first-child, #main-content .one-half h2:first-child, #main-content .one-half h3:first-child, #main-content .one-half h4:first-child, #main-content .one-half h5:first-child, #main-content .one-half h6:first-child, #main-content .one-third h1:first-child, #main-content .one-third h2:first-child, #main-content .one-third h3:first-child, #main-content .one-third h4:first-child, #main-content .one-third h5:first-child, #main-content .one-third h6:first-child, #main-content .one-fourth h1:first-child, #main-content .one-fourth h2:first-child, #main-content .one-fourth h3:first-child, #main-content .one-fourth h4:first-child, #main-content .one-fourth h5:first-child, #main-content .one-fourth h6:first-child, #main-content .one-fifth h1:first-child, #main-content .one-fifth h2:first-child, #main-content .one-fifth h3:first-child, #main-content .one-fifth h4:first-child, #main-content .one-fifth h5:first-child, #main-content .one-fifth h6:first-child, #main-content .one-sixth h1:first-child, #main-content .one-sixth h2:first-child, #main-content .one-sixth h3:first-child, #main-content .one-sixth h4:first-child, #main-content .one-sixth h5:first-child, #main-content .one-sixth h6:first-child,
#main-content .one-two-third h3:first-child, #main-content .one-two-third h4:first-child, #main-content .one-ftwo-third h5:first-child, #main-content .one-two-third h6:first-child,
#main-content .one-three-fourth h3:first-child, #main-content .one-three-fourth h4:first-child, #main-content .one-three-fourth h5:first-child, #main-content .one-three-fourth h6:first-child {
    margin-top: 0px
}


/* Pricing Table */
.pricing-table {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: -25px !important;
    list-style: none;
}

.pricing-table > li {
    list-style: none;
    position: relative;
    background-color: #fff;
    text-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pricing-table > li:hover {
    margin-top: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pricing-table li .pricing-featured {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #e2007a;
    font-size: 28px;
}

.pricing-header {
    background: #000;
    text-align: center;
    padding: 25px 20px 20px;
}

.pricing-header h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding-bottom: 25px;
    background: url("images/dotted-border-half.png") bottom repeat-x;
}

.pricing-cost .pricing-ammount {
    color: #fff;
    font-size: 64px;
    line-height: 1em;
    font-weight: 300;
}

.pricing-cost .pricing-ammount .pricing-per {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.pricing-cost .pricing-cost-extra {
    color: #888;
    font-size: 12px;
    font-weight: 600;
}

.pricing-content {
    padding: 0 20px;
    text-align: center;
}

.pricing-content ul {
    margin: 0 !important;
    list-style: none;
}

.pricing-content ul li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.pricing-button {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px;
}

.pricing-button .button {
    float: none;
    margin: 0 auto;
    display: inline-block;
}


/* Isotope CSS Animations
================================================== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* Yoast breadcrumbs Support
================================================== */
#breadcrumbs-wrap {
    width: 100%;
    overflow: hidden;
    color: #999;
    background: #f5f5f5 url("images/bg.png") repeat;
    border-bottom: 1px solid #e0dfdf;
    height:55px;
}

#breadcrumbs-wrap .outerbox {
    position: relative;
    height: 30px;
    line-height: 30px;
}

#breadcrumbs {
    background: url("images/home-icon.png") left 49% no-repeat;
    padding-left: 12px;
    font-size: 12px;
    margin-left: 25px;
}

#breadcrumbs span {
    margin: 0 2px;
}

#breadcrumbs a {
    color: #444;
}

#breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}


@media screen and (max-width: 640px) {
 .header-baseline {
	font-family: 'Dancing Script', cursive;
	font-size: 230%;
	color: #02C594;
	float: right;
	display: block;
	position: relative;
	margin: 0 0 60px 0;}

#wrap-hp {
background: url("images/bg_pinkclaim.png") repeat-x;
margin-top: -90px;
}

#home-static-page {
display: none;
}

.home-custom-two {margin-bottom:0;}

div.sharedaddy div.sd-block {
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0,0,0,.13);
border-bottom: 1px solid #ddd;
border-bottom: 1px solid rgba(0,0,0,.13);
padding: 20px 0 20px !important;
margin: 0;
width: 100% !important;
}

.success p {font-weight:bold; color: #333;}