/*
 *
 * Template Name: Produkta
 * Template URI: http://azmind.com
 * Description: Produkta - Responsive Product Showcase
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #A5181C url(../img/patternx.jpg);
    border-top: 0px solid #FA0004;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: left;
	margin-top: 0px;
}

strong { font-weight: 700; }
a:link { color:#00aeef;}
a:hover { text-decoration: inherit; }

.logo h2 { margin-top: 7px; padding-left: 50px; font-size: 28px; font-weight: 400; color: #00aeef; text-transform: uppercase; }

.logo a {
    display: inline-block;
    width: 166px;
    height: 33px;
    margin-top: 0px;
    background: url(../img/logo.png) left top no-repeat;
    color: #00aeef;
    text-indent: -9999px;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #00aeef; }

.tel-skype p {
    margin-top: 18px;
    padding-right: 50px;
    text-align: right;
    line-height: 30px;
}

.tel-skype i {
    font-size: 20px;
    vertical-align: middle;
}

.tel-skype .pipe { margin: 0 7px 0 5px; color: #ccc; }



/***** Product Showcase *****/

.product-showcase {
    margin: 0 auto;
    background: #000;
}

.product-showcase-pattern {
    margin: 0 auto;
    background-image: url(../img/pattern-2x.png);

}

.product-background {
    margin-top: 0px;
    padding-bottom: 40px;
    background: #fff; /* browsers that don't support rgba */
    background: rgba(255,255,255,.0);
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product-title {
    margin: 25px 0 0 0;
}

.product-title2 {
    margin: 0px 0px 0px 0px;
	background-color: #FE0307;
	align-content: center;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	color: #000000;
	line-height: 12px;
}



.product-title h1 {
    padding-right: 40px;
    font-size: 44px;
    font-weight: 400;
    color: #000;
    line-height: 44px;
    text-shadow: none;
}

.product-title div.product-description {
    margin-top: 20px;
    padding-right: 40px;
    color: #000;
    line-height: 30px;
    text-shadow: none;
}

.product-title div.product-description h3 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

a.buy-it-now {
    display: inline-block;
    padding: 15px 55px 12px 45px;
    margin-top: 20px;
    background: #00aeef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #73a3a1;
    color: #000000;
    line-height: 22px;
    text-transform: uppercase;
    text-shadow: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

a.buy-it-now i { padding-right: 10px; font-size: 28px; vertical-align: middle; }

a.buy-it-now:hover {
    color: #000000;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
}

a.buy-it-now:active {
    -moz-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    border: 0;
}

.product-image {
    margin-top: 25px;
    text-align: center;
}

.product-image2 {
    margin-top: 25px;
    text-align: center;
	align-items: center;
	align-content: center;
	align-self: center;
	padding-left: 10px;
}

.product-image3 {
    margin-top: 30px;
    text-align: center;
}

/***** Content *****/

.features_2 {
    margin-top: 40px;
}

.features_2 h3 {
    margin: 0 40px 30px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 36px;
    font-weight: 400;
    color: #2d2d2d;
}

.features_2 p {
    line-height: 30px;
}

.features_2 .single-feature { width: 340px; margin-bottom: 15px; }

.features_2 .single-feature-bottom { margin-bottom: 0; }

.features_2 .features-left-span { margin-left: 80px; }

.features_2 .single-feature:hover i { color: #00aeef; }

.features_2 .feature-icon {
    float: left;
    text-align: center;
}

.features_2 .feature-icon i {
    display: inline-block;
    width: 55px;
    margin-top: 13px;
    font-size: 50px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.features_2 .feature-text {
    float: left;
    width: 265px;
    margin-left: 20px;
}

.features_2 .feature-text h4 { font-size: 24px; font-weight: 400; line-height: 28px; }


.about-us_2 {
    margin-top: 10px;
}

.about-us_2 h3 {
    margin: 0 40px 30px 50px;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #aaa;
    font-size: 52px;
    font-weight: 400;
    color: #2d2d2d;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.about-us_2 h4 {
    margin: 0 40px 30px 50px;
    border-bottom: none;
    font-size: 32px;
	line-height:32px;
    font-weight: 400;
    color: #2d2d2d;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.about-us_2 h2 {
    margin-left: 50px;
    margin-right: 40px;
    font-size: 20px;
	font-weight:bold;
    line-height: 32px;
}

.about-us_2 h5 {
    margin-left: 50px;
    margin-right: 40px;

    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.about-us_2 p {
    margin-left: 50px;
    margin-right: 40px;
    line-height: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}


.gallery_2 {
    margin-top: 40px;
}

.gallery_2 h3 {
    margin: 0 40px 30px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 36px;
    font-weight: 400;
    color: #2d2d2d;
}

.gallery_2 p {
    margin-left: 50px;
    margin-right: 40px;
    line-height: 30px;
}

.gallery_2 .gallery-images {
    margin: 15px 40px 25px 50px;
}

.gallery_2 .gallery-images .img-wrapper {
    position: relative;
    display: inline-block;
    margin: 13px 10px 0 0;
    cursor: pointer;
}

.gallery_2 .gallery-images .img-background {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
    z-index: 100;
    text-align: center;
}

.gallery_2 .gallery-images .img-background i {
    font-size: 40px;
    color: #000000;
    line-height: 100px;
    text-shadow: none;
}

.gallery_2 .gallery-images img {
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}


/* Using this */
.using-this {
    margin-top: 35px;
    text-align: center;
}

.using-this h3 {
    margin: 0 40px 40px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 36px;
    font-weight: 400;
    color: #2d2d2d;
    text-align: left;
}

.using-this-container {
    text-align: center;
}

.using-this-container a {
    display: inline-block;
    width: 185px;
    height: 77px;
    margin: 5px;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.using-this-container a.using-this-google { background-image: url(../img/clients/google.png); }
.using-this-container a.using-this-youtube { background-image: url(../img/clients/youtube.png); }
.using-this-container a.using-this-pinterest { background-image: url(../img/clients/pinterest.png); }

.using-this-container a.using-this-google:hover { background-image: url(../img/clients/google-hover.png); }
.using-this-container a.using-this-youtube:hover { background-image: url(../img/clients/youtube-hover.png); }
.using-this-container a.using-this-pinterest:hover { background-image: url(../img/clients/pinterest-hover.png); }



/***** Footer *****/

footer {
    margin-top: 0px;
    padding: 0px 0;
    background: #A5181C url(../img/pattern-3x.jpg);
    color: #000000;
}

footer h3 {
    margin-left: 50px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #ddd;
    text-shadow: none;
}

footer p { line-height: 22px; }

footer a {
    color: #ccc;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
footer a:hover { color: #aaa; }

.from-twitter .show-tweet {
    margin-left: 50px;
}

.tweet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
	
.tweet_list li {
    list-style-type: none;
    line-height: 30px;
}

.testimonials p {
    margin-left: 50px;
}

.testimonials .test-author {
    margin-top: 25px;
    padding-left: 50px;
}

.testimonials .test-author span { color: #ddd; }

.testimonials .test-author img {
    float: left;
    margin-right: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contact-us form {
    margin: 17px 0 0 50px;
}

.contact-us p {
    margin-left: 50px;
    margin-right: 50px;
}

.contact-us form input, .contact-us form textarea {
    width: 75%;
    padding: 8px 15px;
    background: #222;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #aaa;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button {
    margin: 2px 0 0 191px;
    padding: 7px 15px;
    background: #00aeef;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.contact-us form button:hover {
    background: #222;
    color: #aaa;
}

.contact-us form input:-moz-placeholder { color: #aaa; }
.contact-us form input:-ms-input-placeholder { color: #aaa; }
.contact-us form input::-webkit-input-placeholder { color: #aaa; }

.social-links {
    margin: 40px 50px 0 50px;
    padding-top: 40px;
    text-align: center;
}

.copyright {
    margin-top: 16px;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***** Media Queries *****/

@media (min-width: 980px) and (max-width: 1200px) {

    .product-image { text-align: center; }

    .product-image img { width: 95%; }
	
	.product-image2 { text-align: center; }

    .product-image2 img { width: 95%; }
	
	.product-image3 { text-align: center; }

    .product-image3 img { width: 60%; }


    a.buy-it-now:active { border: 1px solid transparent; }

    .features_2 .single-feature { width: 100%; }

    .features_2 .features-left-span { margin-left: 70px; }

    .features_2 .feature-icon i { width: 38px; font-size: 35px; }

    .features_2 .feature-text { width: 217px; margin-left: 15px; }


    .contact-us form button { margin-left: 138px; }

}



@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo h2 { padding-left: 0; text-align: center; }

    .tel-skype p { margin-bottom: 11px; padding-right: 0; text-align: center; }

    .product-background { color: #FFFFFF; width: 100%; margin-left: auto; margin-right: auto; }

    .product-image { text-align: center; }
	
	.product-image2 { text-align: center; }
	
	.product-image2 img { width: 95%; }
	
		.product-image3 { text-align: center; }
	
	.product-image3 img { width: 100%; }
	
		
    .product-title h1, .product-title div.product-description { padding-left: 10px;  font-size: 20px; line-height: 24px; }

    .product-title div.call-to-action { text-align: center }

    a.buy-it-now:active { border: 1px solid transparent; }

    .about-us_2 h3, .features_2 h3, .gallery_2 h3, .about-us_2 h5 { margin-left: 10px; margin-right: 10px; }

    .about-us_2 p, .gallery_2 p { margin-left: 50px; margin-right: 50px; }

    .features_2 .feature-icon { display: none; }

    .features_2 .single-feature { width: 100%; margin-bottom: 0; }

    .features_2 .features-left-span { margin-left: 0; }

    .features_2 .feature-icon i { width: 30px; font-size: 20px; }

    .features_2 .feature-text { float: none; width: auto; margin-left: 20px; margin-right: 20px; }

    .features_2 .feature-text h4 { line-height: 36px; }



    .using-this { margin-top: 40px; }

    .using-this h3 { margin-left: 50px; margin-right: 50px; }

    footer { padding-top: 0; }

    footer h3 { margin-top: 40px; }

    footer h3, .testimonials p, .from-twitter .show-tweet, .contact-us form, .contact-us p, .copyright p { margin-left: 50px; margin-right: 50px; }

    .testimonials .test-author { padding-left: 50px; padding-right: 50px; }

    .contact-us form input, .contact-us form textarea { width: 87%; }

    .contact-us form button { margin-left: 0; }

    .social-links { margin-top: 45px; }

}

@media (max-width: 480px) {

}


