﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


* {
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
    list-style: none;
}

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

/*================================
TYPOGRAPHY
================================*/
body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 1.8em;
}

.bigicon {
    font-size: 3em;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
    line-height: 1.4em;
}

p {
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
    font-weight: 100;
}

.center {
    text-align: center;
}


/*================================
DEFAULT STYLE & FORMATING
================================*/
ul {
    padding: 0;
}

a {
    color: #000!important;
}

    a:hover {
        color: #FC0000!important;
        text-decoration: none;
    }


.sectionhead {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

hr.separetor {
    width: 80px;
    color: #363942;
    border-top: 2px solid #ea9312;
}


.btn-default {
    background: none;
    border: none;
    text-transform: uppercase;
    margin: 50px 0;
    color: #c3c3c3;
    letter-spacing: 2px;
}

    .btn-default:hover {
        background: none;
        color: #ea9312;
    }

.btnicon, .brandicon {
    margin-right: 10px;
}

.ion-3x {
    font-size: 3em;
    color: #ffc600;
}


.col-md-3{
	width:25%;
	float:left;
}
.col-md-9{
	width:75%;
	float:left;
}
.col-md-10 {
  width: 83.33333333%;
  float:left;
}
.col-md-2 {
  width: 16.66666667%;
  float:left;
}
/*================================
Header AREA
================================*/
header {
    padding: 10px;
}
header .col-md-3 img{
	width:250px;
}
    header div > div:first-child {
        text-align: left;
		width:50%!important;
    }

    header div > div:last-child {
        text-align: right;
		width:50%!important;
    }
/*================================
HERO AREA
================================*/
#hero {
    padding-top: 0px;

}

i {
    padding-right: 5px;
}

header .container,
#hero .container,
footer .container{
    width:950px!important;
	padding: 0;
}
#hero .left-section {
    padding: 0;
	
}

    #hero .left-section .section-1-1,
    #hero .left-section .section-1-2,
    #hero .left-section .section-1-3 {
        border: 1px solid #D8D8D8;
        padding: 5px;
        padding-top: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 25px;
        width: 100%;
    }


        #hero .left-section .section-1-1 li,
        #hero .left-section .section-1-3 li {
            line-height: 35px;
            padding: 0px 10px;
        }

            #hero .left-section .section-1-1 li:nth-child(2n+1),
            #hero .left-section .section-1-3 li:nth-child(2n+1) {
                background: #37b8eb;
            }

            #hero .left-section .section-1-1 li label,
            #hero .left-section .section-1-3 li label {
                margin: 0;
            }

            #hero .left-section .section-1-1 li span,
            #hero .left-section .section-1-3 li span {
                right: 20px;
                position: absolute;
            }

        #hero .left-section .section-1-2 #render {
            overflow: hidden;
            width: 220px;
            height: 124px;
        }

            #hero .left-section .section-1-2 #render li {
                max-width: 220px;
                max-height: 124px;
                list-style: none;
                display: none;
            }

        #hero .left-section .section-1-2 li img {
            max-width: 220px;
            max-height: 124px;
        }

#hero .right-section .section-1,
#hero .right-section .section-1-0,
#hero .right-section .section-2, 
#hero .right-section .kamera{
    border: 1px solid #D8D8D8;
    padding: 5px;
    padding-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}

    #hero .right-section .section-1 h1,
    #hero .right-section .section-1-0 h1,
    #hero .right-section .section-2 h1,
    #hero .left-section h1,
	#hero .right-section .kamera h1	{
        padding: 5px;
        background-color: #ACC7D8;
        border-color: #85A2B2;
        border-style: solid;
        border-width: 1px;
        font-size: 20px;
        margin-top: 14px;
        line-height: 34px;
    }

#hero .left-section .section-1-3 h1 {
    /*font-size: 14px;*/
}

#hero .right-section .section-1  li {
    float: left;
    width: 31.76%;
    border: 1px solid #D8D8D8;
    margin: 5px;
    padding: 15px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    #hero .right-section .section-1  li img {
        float: left;
        margin-right: 10px;
		width: 80px;
    }

    #hero .right-section .section-1  li div {
        height: 65px;
    }

    #hero .right-section .section-1  li p:first-child {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        margin-top: 12px;
    }

    #hero .right-section .section-1  li p:last-child {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
    }

    #hero .right-section .section-1  li h4 {
        position: relative;
        margin-top: 16px;
        margin-bottom: -15px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
        background: #37b8eb;
        font-size: 15px;
        padding: 2px;
        font-weight: bold;
    }


#hero .right-section .section-1-0  li {
    float: left;
    width: 31.76%;
    border: 1px solid #D8D8D8;
    margin: 5px;
    padding: 15px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    #hero .right-section .section-1-0  li i {
        font-size: 60px;
        float: left;
        padding-left: 15px;
    }

    #hero .right-section .section-1-0  li #degwind {
        position: absolute;
        bottom: 25px;
        left: 30px;
        font-size: 50px;
    }

    #hero .right-section .section-1-0  li div {
        height: 65px;
    }

    #hero .right-section .section-1-0  li p:first-child {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        margin-top: 12px;
    }

    #hero .right-section .section-1-0  li p:last-child {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
    }

    #hero .right-section .section-1-0 li h4 {
        position: relative;
        margin-top: 16px;
        margin-bottom: -15px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
        background: #37b8eb;
        font-size: 15px;
        padding: 2px;
        font-weight: bold;
    }

#hero .right-section .section-2  li {
    float: left;
    width: 48.47%;
    border: 1px solid #D8D8D8;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    #hero .right-section .section-2  li h4 {
        position: relative;
        margin-top: 0px;
        margin-bottom: -15px;
        /* margin-left: -15px; */
        /* margin-right: 0; */
        text-align: center;
        background: #37b8eb;
        font-size: 15px;
        padding: 2px;
        font-weight: bold;
        width: 100%;
    }
	#hero .right-section .kamera #image {
		position:relative;
		overflow:hidden;
	}
	#hero .right-section .kamera #image h4{
		  position: absolute;
		  bottom: 0;
		  left: 45%;
		  color: #fff;
		  font-size: 40px;
	}
	#hero .right-section .kamera #image li{
		   display:none;
	}