/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

h1 {
	font-size: 40px;
}
.main_phone {
	font-size: 30px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.main_sect {
	font-family: "RobotoCondensedRegular";
	background-position: center left;
}
h1 {
	font-size: 50px;
	margin-top: 40px;
	background: none;
}
.main_sect h3 {
	background: none;
}
.main_phone {
	margin-top: -20px;
}
.text {
	font-size: 35px;
}
video {
	margin-top: 0;
}
.master {
	display: none;
}

.example_header {
	font-size: 35px;
}
.main_price {
	background-size: cover;
}
.left_img img {
	max-width: 90%;
}
.right_prices {
	min-width: 230px;
	text-align: center;
	margin-left: -10px;
	margin-bottom: 20px;
}
table {
	font-family: "RobotoLight";
	margin: 0 auto;
}
tr,th,td {
	padding:2px;
}
th {
	color: #525252;
	font-size: 20px;
}
td {
	font-size: 18px;
}
.items {
	margin-top: 10px;
}
.foto {
	padding-top: 20px;
}
.foto img {
	max-width: 250px;
}
.testimonials_text {
	margin-top: 0;
}
.about_block_1 {
	margin-bottom: 15px;

}
.about_us h4 {
	font-size: 35px;
	text-decoration: underline;
}
.about_us p {
	font-size: 25px;
}
.services_item {
	margin-bottom: 20px;
}
.services_item h4 {
	font-size: 25px;
}
.services_item p {
	font-size: 25px;
}
.testimonials_text {
	font-size: 20px;
}
.carousel img {
width: 100%;
}
.sertificats img{
	width: 100%;
}
.example_header {
	font-size: 45px;
}
.next_button, 
.prev_button {
	padding: 0 10px;
}
.info {
	display: none;
}
.mail_info p {
	text-align: center;
	font-size: 90%;
}
.top_links {
	display: inline-block !important;
}
.main_mnu {
	margin-top: 15px;
	margin-bottom: 0;
	display: block !important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
h1 {
	font-size: 28px;
}
h3 {
	font-size: 23px;
	margin-top: 40px;
	margin-bottom: 0
}
.main_phone p {
	font-size: 24px;
}
.main_phone a {
	font-size: 30px;
}
p.call_info  {
	font-size: 18px;
}
.abot_info p {
	font-size: 21px;
	padding: 0;
	letter-spacing: 0.1em;
}
.work_example ul {
list-style-type: square;
}
.quotes p {
	font-family: "RobotoCondensedLight";
	font-size: 22px;
}
.add_services h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
.main_mnu ul {
	display: none;
	background-color: #29B674;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.top_contacts {
	font-size: 23px;
	padding: 0 3px;
}
.main_mnu ul li {
	display: block;
}
.dop_info {
    font-size: 14px;
}

.next_button {
	right: 0px;
}
.prev_button {
	left: 0px;
}
.abot_info {
	margin: 0;
}
.abot_info p {
    font-size: 17px;
  }
  .about_us p {
    font-size: 16px;
}
.about_us {
    margin-bottom: 0px;
}
.work_1 {
    margin: 20px 0 0 0;
    font-size: 30px;
}
.work_example ul {
    padding: 5px 0 0 30px;
    font-size: 17px;
}
.gallery {
    padding: 0px;
    margin-top: 0px;
}
.work_3 {
    margin: 0;
}
.example_header {
    font-size: 30px;
}
.info_area ul {
    font-size: 17px;
}    
.work_2 {
    font-family: "AeroMaticsBoldItalic";
    color: #000000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.service_item img {
	max-width: 60%;
}
.services_item h4 {
    font-size: 14px;
}
.service_item {
    margin-bottom: 10px;

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
h1 {
	font-size: 40px;
}
.main_sect h3 {
	font-size: 35px;
}
.main_gallery h2 {
	margin-top: 20px;
	font-size: 25px;
}
.galery_box1 {
	padding: 0px;
}
.galery_box2 {
	padding: 0px;
}
.galery_box1 img {
	margin-bottom: 15px;
	max-width: 90%;
}
.galery_box2 img {
	margin-bottom: 15px;
	max-width: 90%;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.carousel img {
width: 100%;
}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}