/*
Theme Name: StronaZaTysiaka
Theme URI: http://www.stronazatysiaka.pl
Author: stronazatysiaka.pl
Author URI: http://stronazatysiaka.pl
Description: StronaZaTysiaka Responsive theme
Version: 1b

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap&subset=latin-ext');

/*
    font-family: 'Open Sans', sans-serif;
*/

/* Global */
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #000000; }
a, img { outline: none !important; }

a, .transInOut, section.projects .no-space a img, figure.gallery-item img, i { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.transInOutShort { -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out;transition: all .1s ease-in-out; }
.transitionNone { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; }

a { color: #59caf3; }
a:hover, a:active, a.current-page-item { color: #0083b4; text-decoration: none; }

.black-text { color: #000000; }
.white-text { color: #ffffff; }

.text-shadow { text-shadow: 1px 1px 0px rgba(0,0,0,0.5); }

embed, iframe, object { max-width: 100%;}

.spacer { display: block; width: 100%; height: 54px; clear: both; margin: 30px auto; background: url('img/spacer.png') no-repeat center center; }

.gradientLightGray { 
	background-image: -webkit-gradient(linear, left top,left bottom,color-stop(0.5, #ffffff),color-stop(1, #fcfcfc));
	background-image: -o-linear-gradient(bottom, #ffffff 50%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 50%, #fcfcfc 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 50%, #fcfcfc 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 50%, #fcfcfc 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #fcfcfc 100%); }

.gradientBlackBlackish { 
	background-image: -webkit-gradient(linear, left top,left bottom,color-stop(0.5, rgba(0,0,0,0.3)),color-stop(1, rgba(0,0,0,1)));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%); }

a span.button { border: 2px solid #8ba5a6; padding: 10px 20px; font-size: 3.6rem; font-weight: normal; clear: both; -webkit-border-radius: 5px;
border-radius: 5px; color: #8ba5a6; }
a span.button:hover, a span.button:focus { border-color: #a8bebc; color: white; }

.btn-blue { background: #004899; border: 0; font-size: 32px; color: white; margin: 0 auto; -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1); box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1) ;}
.btn-blue:hover, .btn-blue:focus { background: #2b74c6; color: white; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
box-shadow: 0 0 0 0 rgba(0,0,0,0);}

.relative { position: relative; }
.marginesMaly { margin: 40px auto; float: none !important; display: block; }
.paddingMaly { padding: 40px 0; }
.paddingDuzy { padding: 65px 0; }
.valign-mid { vertical-align: middle; }
.p-sm { padding: 1em; }

@media (min-width: 300px) and (max-width: 991px) {
	.paddingMaly { padding: 20px 0; }
	.paddingDuzy { padding: 30px 0; }
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/* Boostrap Fix */
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.row-fluid.egal [class*="col-"]{ margin-bottom: -99999px; padding-bottom: 99999px; }
.row-fluid.egal { overflow: hidden; }

#nav.affix {  position: fixed; top: 0; width: 100%; z-index:10;}
#sidebar.affix-top { position: static;}
#sidebar.affix { position: fixed; top: 80px;}

.col-center-block { float: none;  display: block;  margin: 0 auto; /* margin-left: auto; margin-right: auto; */ }

/* Row Table */
.like-table-row { display: table; width: 100%; }
.like-table-row.row > [class*=col-] { display: table-cell; vertical-align: middle; float: none; }

h1.titlePage  { color: #1a573b; text-align: center; font-weight: 900; padding: 0; margin: 2% 0;}
h1.titlePage:after { content: " "; display: block; margin: 2% auto; width: 100%; height: 50px; background: url('img/spacer.png') no-repeat center center; }

.bt_hidden{ opacity:0;}
.bt_visible{ opacity:1;}

.goBack { background-color: #808080; color: white; -webkit-border-radius: 5px; border-radius: 5px; display: block; margin: 40px auto 20px auto; line-height: 20px; padding: 20px; font-size: 18px; max-width: 300px;}
.goBack:hover, .goBack:focus { background-color: #000000; color: white; -webkit-box-shadow: -5px 5px 0 0 rgba(0,0,0,0.1); box-shadow: -5px 5px 0 0 rgba(0,0,0,0.1); }


.button-border:hover , section.promocje a:hover .button-border { -webkit-animation-name: Rotate; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: Rotate; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;
}

@-webkit-keyframes Rotate
{
 from{-webkit-transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
 from{-moz-transform:rotate(0deg);}
 to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
 from{-ms-transform:rotate(0deg);}
 to{-ms-transform:rotate(360deg);}
}

.btn-sztgrad {	background-image: linear-gradient(to right, #54c8f2 0%, #0084b5 100%); border-radius: 5px; box-sizing: border-box;
	color: #ffffff; font-size: 24px; letter-spacing: 1px; margin: 0 auto; padding: 4px;	position: relative;	text-decoration: none;
	text-transform: uppercase; z-index: 2; -webkit-box-shadow: 5px 5px 10px 1px rgba(0,0,0,.75); box-shadow: 5px 5px 10px 1px rgba(0,0,0,.75); border: 0; }
.btn-sztgrad:hover { color: #fff !important; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.4); box-shadow: 0px 0px 5px 1px rgba(0,0,0,.4); }
.btn-sztgrad span { align-items: center; background: #54c8f2; border-radius: 5px; display: flex; justify-content: center;
	height: 100%; transition: background .5s ease; width: 100%; padding: 20px 30px;}
.btn-sztgrad:hover span { background: transparent; }

@media (min-width: 300px) and (max-width: 991px) {
	.btn-sztgrad { font-size: 18px; }
	.btn-sztgrad span { padding: 10px 20px; }
}

/************* 
Theme Sections 
*************/

/* Header */
.masthead { display: block; clear: both; min-height: 100px;}
.masthead .container { position: relative; }

div.logoTop { display: block; margin: 15px 0 15px auto;}
.main-logo { display: block; width: 325px; height: 113px; text-indent: 120%; white-space: nowrap; overflow: hidden; background: url('img/logo.png') no-repeat; background-size: 100%; margin: 0 auto; position: relative; z-index: 1000;}
.main-logo-footer { display: block; width: 250px; height: 87px; text-indent: 120%; white-space: nowrap; overflow: hidden; background: url('img/logo-white.png') no-repeat; background-size: 100%; margin: 0 auto; position: relative; z-index: 1000; }

/* Navbar */
.navbar-default .navbar-toggle .icon-bar { background-color: #000000; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: #54c8f2; }

.navbar { padding: 0; margin: 20px 0 0 0; text-align: center;}
.navbar-default i { font-size: 20px; line-height: 0; }

.navbar-brand, .navbar-nav > li > a { text-shadow: none; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: white; }
.navbar-default { background-image: none; box-shadow: none; -webkit-box-shadow: none; background-color: transparent; border: transparent; }

.navbar-nav { width: 100%; text-align: center; background-color: #000000;}
.navbar-default .navbar-nav > li { padding: 0; margin: 0; float: none; display: inline-block; }
.navbar-default .navbar-nav > li:hover { }
.navbar-default .navbar-nav > li > a { color: #ffffff; font-size: 18px; font-weight: normal; font-family: 'Open Sans', Arial sans-serif; text-transform: capitalize; background-position: center 100px; line-height: 1.8em; border-bottom: 2px solid transparent;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #54c8f2; background: transparent; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 0 rgba(0,0,0,0);  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); box-shadow: inset 0 0 0 rgba(0,0,0,0); border-bottom: 2px solid #54c8f2; } 

.navbar-default .navbar-nav > li.menu-button { }
.navbar-default .navbar-nav > li.menu-button > a { background-color: #1f1f20; padding: 7px 10px; border-bottom: 2px solid transparent;  }
.navbar-default .navbar-nav > li.menu-button > a:hover, .navbar-default .navbar-nav > li.menu-button > a:focus { border-bottom: 2px solid transparent; }

.dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; max-height: 0; display: block; overflow: hidden; opacity: 0; }
.dropdown.open .dropdown-menu { max-height: 300px; opacity: 1; }

.dropdown-menu { background-color: rgba(0,0,0,0.80);-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.2); box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.2);}

.dropdown-menu > li > a { font-size: 17px; color: #ffffff; font-weight: 300; line-height: 1.8em; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { font-weight: 600; background-color: #000000; background-image: none;color: #ffffff;}

.navbar-nav li.homepage a { text-indent: -9999px; }

ul.topListings { display: block; width: 100%; text-align: right; list-style: none; margin: 10px 0; padding: 0; }
ul.topListings li { display: inline-block; padding: 0; margin-left: 10px; color: #808080}
ul.topListings li a { color: #000000; display: block; line-height: 1.2em; font-size: 16px; font-family: 'Open Sans', Arial, sans-serif; font-weight: 400;}
ul.topListings li i { color: #54c8f2;}
ul.topListings li a:hover { color: #54c8f2; }
ul.topListings li:hover i { color: #000000; }
ul.topListings span { line-height: 1.2em; font-size: 16px; margin: 5px 0; font-weight: 300; }
ul.topListings li:nth-child(3) { padding-left: 20px; }

/* Footer */
footer#site-footer { padding: 30px 0; background-color: #000000; color: #ffffff; }
footer#site-footer .logoContainerFooter { display: block; margin: 0 auto; clear: both; margin: 30px auto 0 auto; }
footer#site-footer ul { list-style: none; display: block; margin: 15px auto 0 auto; text-align: center; padding: 0;}
footer#site-footer li { display: inline-block; }
footer#site-footer ul.footer-nav { max-width: 100%; }
footer#site-footer ul.footer-nav li a { color: #ffffff; font-size: 14px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 400; text-transform: capitalize; line-height: 60px; padding: 0 10px; }
footer#site-footer ul.footer-nav li a:hover, footer ul.footer-nav li a:focus { color: #54c8f2; }

#footer-row .copyrights { padding: 10px 0; font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
#footer-row .copyrights a { }

/* SZT FOOTER */
footer .szt { background: url('img/stronazatysiaka-white.png') no-repeat left top; padding-left: 35px; display: inline-block; margin: 0; height: 29px; line-height: 2em;}

/******************* 
Sections - HOME PAGE 
*******************/
section.homePage { padding: 65px 0; overflow: hidden; }
section.homePage h1 { font-family: 'Open Sans', Arial sans-serif; text-align: center; font-weight: 800; padding: 0; margin: 0; }
section.homePage h1:after { content: " "; display: block; margin: 35px auto; width: 282px; height: 45px; background: url('img/spacer.png') no-repeat center center; }
section.homePage p.maintext { font-family: 'Open Sans', Helvetica, Arial, sans-serif; text-align: center; font-size: 21px; font-weight: 300; line-height: 3.4rem; padding: 0; margin: 0; clear: both; }
section.homePage img {   }

/* Section - slider */
section.slider { display: block; width: 100%; margin: 0 auto 0 auto ; clear: both;}  

/* Section - 1 */
section.about { text-align: center; background: url('img/about-back.jpg') no-repeat top center; background-size: cover;}
section.about div { vertical-align: top; }
section.about h1 { color: #54c8f2; }
section.about p.maintext { color: #000000; }
section.about .button-container:hover i, section.about .button-container:hover { color: #0084b5;}
section.about .button-border { width: 100px; height: 100px; background: transparent; -webkit-border-radius: 50%; border-radius: 50%; border: 2px dashed #000000;}
section.about .button-container { display: block; margin: 0 auto; position:relative; width:100px; height:100px; color: #ffffff;}
section.about .button-container i { color: #54c8f2; }
section.about .button-icon { position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); }
section.about .aboutList { margin: 20px auto;}
section.about .aboutList h2 { color: #222120; text-transform: uppercase; font-size: 22px; min-height: 35px;}
section.about .aboutList p { font-weight: 300; font-size: 17px; color: #000000; margin-top: 15px; }
section.about .aboutList .aboutListItem { display: block; margin: 0 auto; max-width: 350px; }

/* Section - 2 */
section.promosection { text-align: center; background: url('img/sectionPromoBack.jpg') no-repeat center center #000000; background-size: cover; color: white; background-attachment: fixed}
section.promosection h1:after { background: url('img/spacer.png') no-repeat center center;}
section.promosection div { vertical-align: top; }
section.promosection h3 { font-family: 'Open Sans', Arial sans-serif; font-weight: 600;}
section.promosection a { color: white; }
section.promosection a:hover { color: #38aba7; }


/* Section - 3 */
section.contactHome { text-align: center; }
section.contactHome h1 { color: #000000; }
section.contactHome h3 { font-weight: 300; }
section.contactHome a { color: #000000;}
section.contactHome a:hover, section.contactHome a:focus { color: #0084b5; }
section.contactHome i { color: #54c8f2; }

/* Section - 4 */
section.social { text-align: center; background: url('img/socialBack.jpg') no-repeat top center #ffffff; background-size: cover; color: white; min-height: 450px;}
section.social h1 { line-height: 8em; font-size: 60px;}
section.social h1:after { display: none; }


/* Realizacje */
a.tcp-ext, a.tcp-view { background-color: #000000; border-color: #000000;}

/* Subpagelist */
a.subpageList { display: block; margin: 35px auto; text-align: center; vertical-align: top; position: relative; overflow: hidden;}
a.subpageList img { display: block; margin: 0 auto; z-index: 1; -webkit-filter: grayscale(100%);  filter: grayscale(100%); -webkit-transition: .3s ease-in-out;  transition: .3s ease-in-out; }
a.subpageList:hover img, a.subpageList:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); cursor: pointer; }
a.subpageList h2 { position: absolute; bottom: -300px; left: 0px; color: white; font-size: 20px; padding: 40px 10px; margin: 0; z-index: 10;}
a.subpageList:hover h2, a.subpageList:focus h2 { bottom: 0; }

/* CONTACT FORM 7 */
.wpcf7 { display: block; width: 100%; clear: both;}
.wpcf7 form { }
.wpcf7 input, .wpcf7 input[type=radio], .wpcf7 input[type=checkbox], .wpcf7 textarea , .wpcf7 select, .wpcf7 form label  {
	padding: 14px 10px;
	border: solid 1px #808080;
	outline: 0;
	margin: 0 0 15px 0;
	font: 400 17px/100% 'Open Sans', Verdana, Tahoma, sans-serif;
	height: auto;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.wpcf7 input[type=checkbox] { position: relative; margin: 0 10px 0 0; }

.wpcf7 textarea { max-width: 100%; height: 150px; line-height: 150%;}
.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 input:focus, .wpcf7 textarea:focus { border-color: #000000; -webkit-box-shadow: 0 0 8px 1px rgba(128,128,128,0.5); box-shadow: 0 0 8px 1px rgba(128,128,128,0.5);}
.wpcf7 form label { margin: 0 auto; display: block; text-align: left; border: 0;}
.wpcf7 .wpcf7-submit { width: auto; padding: 15px 25px 15px 75px;background: url('img/form/send.png') no-repeat left 25px center #1f1f20; background-size: 40px 40px; border: 0; color: #fff !important;-moz-border-radius: 5px;-webkit-border-radius: 5px; float: left; margin: 20px 0 20px 10px;}
.wpcf7 .wpcf7-submit:hover { cursor: pointer; color: #fff; background-color: #54c8f2;}
.wpcf7 .wpcf7-list-item { width: 20%; text-align: left; float: left; }
.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-submit { color: #000; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; -ms-transition: all .2s linear;transition: all .2s linear;}
.wpcf7-validation-errors {  }
.wpcf7-response-output { clear: both; }

.form-group { margin: 15px 0; }

/* WP - Post page */
header.entry-header {  border-bottom: 1px solid #dcddde;}
header.entry-header div.container { min-height: 165px; background-size: cover; background-position: center center;}
header.entry-header h1 { color: #1f1f20; text-align: center; font-family: 'Open Sans', Arial sans-serif; font-weight: 600; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
main article div.entry-content strong { color: #1f1f20; }
article div.entry-content ul { list-style: none; }
article div.entry-content ul li { padding: 5px 0 5px 20px; font-size: 110%; line-height: 1.4em;}
article div.entry-content ul li:nth-child(odd) { background: url('img/listOdd.png') no-repeat left center; }
article div.entry-content ul li:nth-child(even) { background: url('img/listEven.png') no-repeat left center; }
article div.entry-content { font-size: 120%; }
article div.entry-content p {  }
article div.entry-content { padding: 40px 0; }
article div.entry-content h2 { color: #1f1f20; }
article div.entry-content i { color: #54c8f2;  }
article .entry-meta-comment-tools { display: none; }

article header.post-header a { font-size: 24px; }
article header.post-header a h1.post-title { margin-top: 0; font-size: 2.5rem;}
article header.post-header a img { margin: 10px 0; }


.postSignle header.entry-header { background-color: #ffffff; border: 0 !important; }
.postSignle header.entry-header h1 { position: relative; display: block; left: auto; top: auto; transform: none; line-height: 2em;  color: #000000;}
.postSignle header.entry-header h1:after { content: " "; display: block; margin: 30px auto; width: 276px; height: 41px; background: url('img/spacer.png') no-repeat center center; }
.postSignle header.entry-header h1 a { color: #000000; }

.sjb-page .sjb-filters .btn-search { margin-top: 15px; }

/* 
Required WordPress CSS
*/
.alignleft { display: inline; float: left; margin-right: 1.5em;}
.alignright { display: inline; float: right; margin-left: 1.5em;}
.bypostauthor {}

/* WordPress gallery */

.gallery-caption {}
.gallery { margin-bottom: 1.6em; }
.gallery-item { display: inline-block; padding: 1.79104477%; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-icon img { margin: 0 auto; }
.gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-family: 'Open Sans', sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; }
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

figure.gallery-item img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
figure.gallery-item img:hover, figure.gallery-item img:focus { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.sticky {}
.wp-caption { border: 1px solid #ccc; margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 1.2% auto 0; max-width: 98%;}
.wp-caption-text { text-align: center;}
.wp-caption .wp-caption-text { margin: 0.8075em 0;}

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;}
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */}
img, img[class*="align"], img[class*="wp-image-"] { max-width: 100%; height: auto; }
img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0;}
img.alignright { margin-left: 1em 0 1em 1em;}
img.alignleft { margin: 1em 1em 1em 0;}
img.aligncenter{  display: block; margin: 1em auto;}

/* Pricing Table */
.rpt_style_basic .rpt_plan .rpt_title { text-align: center !important;  }
.rpt_style_basic .rpt_plan .rpt_head .rpt_description { padding: 0 20px 15px !important; }

@media (min-width: 991px) {
.rpt_plans rpt_1_plans, .rpt_style_basic { max-width: 100%; display: block; margin: 0 auto;}

}


/* media */	
@media (min-width: 300px) and (max-width: 768px) {
	div.logoTop { margin: 10px auto; }
	.main-logo { width: 250px; height: 87px;}
	.masthead { min-height: 50px; }
	.navbar-toggle { display: block; margin: 10px auto; float: none !important; }
	.navbar-default .navbar-nav { width: auto; }
	.navbar-default .navbar-nav > li { padding: 5px 0; margin: 0 2px; display: block; clear: both; }

	section.homePage { padding: 35px 0; overflow: hidden; }
	section.homePage h1 { font-size: 24px; }
	section.homePage h1:after { margin: 25px auto; }
	section.homePage p.maintext  { font-size: 17px; line-height: 1.4em;}

	article div.entry-content ul { padding-left: 10px; }
	article div.entry-content ul li { padding-left: 15px; margin-left: 0;}
	article div.entry-content ul li ul {  }
	article div.entry-content ul li ul li { font-size: 15px; }

	.paddingDuzy { padding: 15px 0; }

	a.subpageList h2 { font-size: 18px; padding: 20px 10px; }
}

@media (min-width: 300px) and (max-width: 991px) {
	nav ul.nav { border-top: none; }	
	.navbar { margin-top: 0; }
	.navbar-default .navbar-nav > li > a { line-height: 1.2em; }

	.masthead .pull-right, .masthead .pull-left { float: none !important; display: block; clear: both; padding: 5px ;}
	.topListings { display: block; position: relative !important; margin: 0px auto 10px auto; text-align: center; }
	ul.topListings { float: none; display: block; margin: 0 auto; text-align: center;}
	ul.topListings li:first-child, ul.topListings li:nth-child(2) { display: block; clear: both; }
	ul.topListings li:nth-child(3) { padding-left: 0; }
	ul.topListings li a { line-height: 1.6em; }

	section.about .aboutList .aboutListItem { min-height: 250px; }

	section.contactHome h3 { font-size: 17px; }
		
	.btn-blue { font-size: 22px; }

	footer#site-footer { text-align: center; margin: 0 auto; }
	footer#site-footer li { display: block; line-height: 1.4em; }
	footer#site-footer ul.footer-nav li a { line-height: 30px;  }

	div.headerImg { display: block; clear: both; margin-bottom: 20px; width: 100%; min-height: 90px;}
	div.headerImg img { display: block; margin: 0 auto; float: none; }
}

@media (min-width: 769px) and (max-width: 990px) {
	.masthead { min-height: 120px; }
	.navbar-default .navbar-nav > li { margin: 0; }
	.navbar-default .navbar-nav > li > a { font-size: 18px; padding: 10px 3px;}

	.dropdown-menu > li > a { font-size: 14px; }

	
}


@media (min-width: 991px) and (max-width: 1200px) {
	.navbar-default .navbar-nav > li { margin: 0 2px; }	
	.navbar-default .navbar-nav > li > a { padding: 10px 5px; font-size: 17px;}
	ul.topListings { margin-top: 70px; }

	section.about .aboutList { min-height: 250px; }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1201px) and (max-width: 1550px) {

}
@media (min-width: 1201px) {
	ul.topListings { margin-top: 55px; }
}