 
object, input {outline:none;}
a {outline:none; text-decoration:none;}
img {border:0;}


::selection { background: #808080 ; color:#FFFFFF; /* Safari */ }
::-moz-selection {background: #808080 ; color:#FFFFFF ; /* Firefox */ }
 
html {
    height:100%;
    width:100%;
} 

body {
	font-family: "filson-pro", sans-serif;font-weight:300;	
	font-smooth:always;
	margin: 0;
	padding: 0;
	color: #808080;
	font-size:16px;
	width:100%;
	height:100%;
	text-align:left;
	line-height: 1.2em;
    overflow-x:hidden;
    overflow-y:auto;
    background-color: #fff;
}


bdo {
    font-family: ;
}
bdo, .english_text, a bdo, a:visited bdo {
    font-family: ;
    direction:ltr;
    font-size:0.9em;
}



b bdo,strong bdo {
    font-family: ;
}



p {
    line-height:1.6em;
    font-family: "filson-pro", sans-serif;font-weight:300;
    font-size:1em;
    color:inherit;
}


p:empty {
    display:none;
}

p bdo {
    font-size:1em;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    /*color:#567c97;*/
    color:inherit;
}

a:focus,
a:hover {
    color:#567c97;
    text-decoration: none;
}
a.disabled {
    cursor:default;
}

h1, h2, h3, h4, h5, h6 {
    color:#808080;
    font-family: "filson-pro", sans-serif;font-weight:500;
    line-height: 1;
    margin:0;
}

h1 bdo,h2 bdo,h3 bdo,h4 bdo,h5 bdo,h6 bdo {
    font-family: ;
}


h1 {
    font-size: 3.5em;
}
h2 {
    font-size: 1.35em;
    margin-top: 0;
    font-family: "filson-pro", sans-serif;font-weight:300;
}
h3 {
    font-weight: 800;
    color:#808080;
    font-size:1.2em;    
    margin-top: 2em;
    margin-bottom:0.3em;
}



ul, ol, dl {
    font-size:1em;
    color:inherit;
}

sup { vertical-align: super; line-height: 0;}
sub { vertical-align: sub; line-height: 0; }

strong, b {
	font-family: "filson-pro", sans-serif;font-weight:700; 
}


.shadow {
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.mask {
    overflow:hidden;
    position:relative;
}

.gm-style img,
.gmnoprint img {
    max-width: none; 
}


.gm-style-cc > div:nth-child(2),
.gmnoprint.gm-style-cc > div > div:nth-child(2),
.gmnoscreen > div,
.gmnoprint > div > div:nth-child(2) {
    background-color: rgba(0,0,0,0.5);
    color: rgb(169,169,169) !important;
    
}
.gm-style-cc a,
.gmnoprint.gm-style-cc a,
.gmnoprint > div > div:nth-child(2) span {
    color: rgb(169,169,169) !important;
}
/*
.gm-style-cc:last-child > div {
    display:none;
}*/

.gm-style-cc,
.gm-style-cc a,
.gm-style-cc span,
.gm-style-cc div,
.gmnoprint a,
.gmnoprint span,
.gmnoprint div {
    background-color:transparent !important;
    background:transparent !important;
}


.fullWidth {
   padding:0px;
}

.centerMe {
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:100;
}

ul.list-inline {
    margin:0;
    padding:0;
    list-style-type:none;
}
ul.list-inline li {
    display:inline-block;
    margin:0 0.3em;
}
ul.list-inline:not(.portfolio-item-filters) li:first-child {
    margin-left:0;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.95);
    position:fixed;
    z-index:99999999;
    display:none;
    top:0px;
    left:0px;
}

#overlay .content_win {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;

    /*width:700px;
    height:500px;
    padding: 15px;*/
}


#overlay .close_btn {
    width: 36px;
    height: 36px;
    display: block;
    position:absolute;
    right: 0px;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/overlay-close.svg');
}
 #overlay .close_btn:hover {
    /*background-image: url('../images/overlay-close_2.svg');*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
} 

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


footer {
    position: absolute;
    color:#9f9f9f;
    bottom:0px;
    margin-top:50px;
}

footer p,
footer a {
    color:#9f9f9f;
    line-height: 1.5em;
    margin-bottom: 0;
}
footer a:hover {
    color:#567c97;
}


footer ul {
    margin:0;
    line-height: 1.3;
}




footer .links {
    text-align: left;
    /*color: #5e5e5e;*/
    font-size: 0.7em;
}


footer ul, footer ul li {
    list-style-type: none;
    margin:0;
    padding:0;
    display:block;
    color:#9f9f9f;
    line-height:1.4em;
}



footer ul li.contact {
    margin-top:0.5em;
    margin-bottom:1em;
}
footer ul li.contact i {
    margin-right:5px;
    width:20px;
    font-size:1em;
}

/*
footer ul li:not(:first-child) {
    margin-left:3em;
}*/

footer li.credit {
    display: block;
}
footer li.link,
footer li.credit  {
    /*font-size: 0.8em;*/
}

/*footer li.social  {
    font-size: 0.8em;
}*/
footer li.social a {
    margin-right:0.6em;
    vertical-align: middle;
    font-size: 1.6em;
}

footer li.social a.etsy_btn {
    margin-right:0.7em;
}


/* @media screen and (max-width:768px) {

    footer li.link {
        margin: 15px 0;
    }
} */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.error_page,
.sitemap {
    text-align: center;
}

.sitemap .row {
    padding:30px 0;
}

.error_page .row,
.sitemap .row {
    font-size: 1.3em;
}
.error_page .row {
    padding: 4em;
}

.sitemap .noCat,
.sitemap .subCatBtn {
    margin-top:1.5em;
}

.sitemap .noCat > a,
.sitemap .subCatBtn > a:first-of-type  {
    font-family:"filson-pro", sans-serif;font-weight:700;
    font-size:1.2em;
}
.sitemap .subCat li a:not(.cat) {
    font-size:0.875em;
}

.sitemap ul.subCatGroup {
    margin-bottom:2em;
}
.sitemap li {
	list-style-type:none;
    display:block !important;
    /*margin:0 !important;*/
}

.sitemap .subCat {
    margin:10px 0;
}

.sitemap .subCatBtn > a {
    cursor: default;
}

.sitemap .subCatBtn > a:hover {
    color:inherit;
}


.sitemap a {
	text-decoration:none !important;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.browsehappy {
    position:relative;
    z-index:99999999999;
    top:0px;
    width: 100%;
    padding:3px 8px 5px 8px;
    background:#567c97;
    font-size:0.9em;
    display:none;
    text-align: center;
    color:#fff;
}

.browsehappy a {
    color:#fff;
}

body:not(.mobile) .browsehappy a:hover {
    color:#808080;
}

.no-js .browsehappy.nojs {
    display:block;
}
.outdated .browsehappy.outdated {
    display:block;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////HOME/////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////SERVICES/////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////CONTACT US/////////////////////////////////////////////////////*/

