.company_page{
	background-color: white;
}

.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:" "}.breadcrumb>.active{color:#777}

.company-page-header{
    		background-color: #34495e;
    	}
    	.arrow-align{
    		text-align: right;
    	}
    	.arrow-align:hover .arrow-holder{
    		color:#ddd;
    	}
    	.arrow-align-left:hover .arrow-holder{
    		color:#ddd;
    	}
    	.arrow-align-left{
    		text-align: left;
    	}
    	.arrow-holder{
    		color:#fff;
    		line-height: 60px;
    		font-size: 23px;
    	}
    	.company-title{
    		text-align: center;
            height: 60px;
            line-height: 60px;
    	}
    	.company-title h1{
    		color:#fff;
    		font-weight: 300;
    		font-size: 15px;
    		line-height: 20px;
            display: inline-block;
    	}
        .company-title h1 a{
            display: inline-block;
            color: white;
            text-decoration: underline;
        }
        .company-title h1 a:hover{
            color: #ddd;
        }

    	.company-slider-information{
    		text-align: center;
    	}
    	.company-slider-information h2{
    		font-weight: 300;
    		color: #2778bf;
    		font-size: 18px;
    		padding-top: 25px;
    		line-height: 20px;
    	}
    	.company-slider-information h3{
    		font-weight: 300;
    		color: #777;
    		font-size: 15px;
    		margin-bottom: 25px;
    	}
    	.company-slide{
    		width:760px;
    		height: 400px;
    		border-radius: 5px;
    		border: 8px solid #eee;
    		margin: 0 auto;
            overflow: hidden;
            position: relative;
    	}
    	.company-slider-container{
    		margin-left: 0px !important;
    	}
        .company-page-slide-1{
            width: 102%;
        }
        .company-page-bottom{
            background-color: #1A456B;
            padding-top: 30px;
            padding-bottom: 10px;
        }
        .company-page-bottom-content h3{
            color:#fff;
            font-weight: 600;
            font-size: 15px;   
        }
        .company-page-bottom-content p{
            color:#fff;
            font-weight: 300;
            font-size: 13px;
            line-height: 28px;   
        }

        .company-page-button{
            width:100%;
            height: 45px;
            background-color: #f39c12;
            margin-top: 50px;
            text-align: center;
            border-radius: 5px;
            margin-bottom: 35px;
        }

        .company-page-button:hover{
            background-color: #f4a637;
        }

        .company-page-button p{
            font-weight: 300;
            color: #fff;
            line-height: 45px;
            font-size: 16px;
        }
        .footer2{
            margin-top: 0 !important;
        }

        .company-slider-holder{
            height: 600px;
            overflow: hidden;
            width: 100%;
        }
        .slide-seperation{
            transition: margin-top 0.5s ease;
        }
        .comapny-slider-full-slide{
            height: 600px;
            background-color: white;
            width: 100%;
            transition: margin-top 0.5s ease;
            text-align: center;
        }

        .comapny-slider-full-slide i{
            font-size: 55px;
            color: #f39c12;
            cursor: pointer;
        }
        .comapny-slider-full-slide i:hover{
            font-size: 55px;
            color: #f4a637;
        }
        .slider-buttonz{

        }
        .linktosite-slide{
            position: absolute;
            width:760px;
            height: 400px;
            background-color: rgba(0,0,0,.45);
            line-height: 400px;
            display: none;
        }
        .linktositebutton{
            width: 360px;
            height: 40px;
            border-radius: 45px;
            background-color: #f39c12;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            cursor: pointer;
        }

        .linktositebutton:hover{
            background-color: #f4a637;
        }

        .linktositebutton p{
            font-size: 18px;
            font-weight: 300;
            color: #fff;
            line-height: 40px;
        }
        .individual-trophy{
            position: relative;
            min-height:167px;    
        }
        .individual-trophy img{
            width: 100%;
        }

	.company-page-header .text-right{
		text-align: right;	
	}


        @media screen and (max-width: 960px){

            #responsive-logo{
                height:inherit;
            }

            .company-title h1 {
                color: #fff;
                font-weight: 600;
                font-size: 9px;
                display: inline-block;
                overflow: hidden;
            }

            .company-slider-information h2 {
                font-weight: 300;
                color: #2778bf;
                font-size: 18px;
                padding-top: 25px;
                line-height: 20px;
                padding-bottom: 12px;
            }

            .company-slide {
                width: 280px;
                height: 150px;
                border-radius: 5px;
                border: 8px solid #eee;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
            }

            .comapny-slider-full-slide i{
                display: none;
            }

            .linktosite-slide {
                position: absolute;
                width: 280px;
                height: 166px;
                background-color: rgba(0,0,0,.45);
                line-height: 166px;
                display: none;
            }

            .linktositebutton {
                width: 240px;
            }

            .company-slider-holder{
                height: 380px;
            }

            .individual-trophy img {
                position: initial;
            }


            .company-page-button{
                height: inherit;
            }

            .company-page-button p {
                font-size: 13px;
                line-height: 20px;
                padding-top: 8px;
                padding-bottom: 8px;
            }


        }

