﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 14px;
}

.set-pad {
    padding-top:35px;
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 40px;
}

#menu {
    background-color: #222;
    color: #999;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
}


.navbar-inverse {
    border-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF;
        padding: 22px 10px;
    }


/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    /*background: url(../img/WT_hintergrundbild_it-support_3544x1414px_03_9.jpg) no-repeat center center;*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: scroll;
}

    .home-sec .overlay {
        //background: rgba(34, 34, 34, 0.49);
        min-height: 750px;
    }

    .home-sec h1 {
        color: #fff;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 35px;
    }

    .home-sec h3 {
        text-transform: uppercase;
    }

	
	
.set-box{
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 150px;
}

.box-shadow{
	background: rgba(34, 34, 34, 0.5);
	margin: 0 210px;
	padding-bottom: 20px;
	min-width: 385px;	
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}

/*=====================================
  TEAMVIEWER SECTION 
    ===================================*/

#teamviewer-sec .download-container{
	width: 50%;
	min-height: 525px;
	padding: 70px;
	text-align: center;
	float: left;
}

#teamviewer-sec .download-container h3{
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

#teamviewer-sec .download-container hr{
	border: 1px solid #009FE3;
}

#teamviewer-sec .download-container p{
	padding-top: 10px;
}

#teamviewer-sec .download-container .info-text{
	min-height: 100px;
}

/*=====================================
  ET-local and PLUGIN SECTION 
    ===================================*/

#ETlocal_plugin-sec .download-container{
	width: 50%;
	min-height: 375px;
	padding: 15px 40px;
	text-align: center;
	float: left;
    position: relative;
    left: 25%;
}


/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

    .tag-line h2 {
        font-size: 20px;
        font-weight: 900;
        padding: 5px 10px 10px 5px;
        color: #005E5A;
    }

        .tag-line h2 > i {
            margin-left: 8px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: inherit;
}

h1::after {
    content: " ";
    border: solid 2px #2f9484;
    display: block;
    width: 240px;
    margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
.about-div {
    padding: 30px;
	text-align: center;
}

.icon-round-border {
    border: 10px double #009FE3;
    color: #727272;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .icon-round-border:hover {
        color: #fff;
        border: 10px double #fff;
        background-color: #0BB6FF;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.about-div hr {
    border: 1px solid #009FE3;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}

/*=====================================
  ET-local AND PLUGIN STYLES 
  ===================================*/
#ETlocal_plugin-sec {
    background-color: #333;
    color: #FFF;
}
	
.ETlocal_plugin-div h4 {
    line-height:30px;
    font-weight:700;
}
.ETlocal_plugin-div {
    padding: 30px;
}

    .ETlocal_plugin-div hr {
        border: 1px solid #1A94C4;
    }

    .ETlocal_plugin-div h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }    

    .ETlocal_plugin-div img {
        border: 10px double #fff;
    }
	
	.ETlocal_plugin-div table {
		width: 100%;
    }
	
	.ETlocal_plugin-div div.download-description {
        font-size: 18px;
		font-weight: 600;		
		margin-bottom: 20px;
    }
	
	
/*=====================================
  ET-local AND PLUGIN STYLES 
  ===================================*/
#iniFiles-sec {
    background-color: #fff;
    color: inherit;
}

	#iniFiles-sec .download-container{
		width: 50%;
		min-height: 375px;
		padding: 15px 40px;
		text-align: center;
		float: left;
		position: relative;
		left: 25%;
	}

.iniFiles-div h4 {
    line-height:30px;
    font-weight:700;
}
.iniFiles-div {
    padding: 30px;
}

    .iniFiles-div hr {
        border: 1px solid #009FE3;
    }

    .iniFiles-div h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }    

	.iniFiles-div table {
		width: 100%;
    }
	
	.iniFiles-div div.download-description {
        font-size: 18px;
		font-weight: 600;		
		margin-bottom: 20px;
		text-align: left;
    }

/*=====================================
  CONTACT STYLES 
  ===================================*/
#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    padding: 0;
    color: #fff;
}

#contact-sec .overlay {
        background: rgba(0, 0, 0, 0.76);
        min-height: 600px;
    }

    #contact-sec h1 {
        color:#fff;
    }
#contact-sec .form-control{
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
}

#contact-sec td{
	padding-right: 30px;	
}

#contact-sec h4{
	margin: 0;
	line-height: 25px;	
    font-weight: 300;
}

/*=====================================
  Footer STYLES 
  ===================================*/
#footer {
    padding: 5px 20px;
    background-color: #222;
    text-align: left;
    color: #fff;
    font-size: 15px;
}

#footer a{
	color: #fff;	
}

#footer h2{
	line-height: 50px;
    font-weight: 400;
}
