/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {

	 

min-height:500px;


	



}



hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #fff;
	
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #fff;
	min-height: 100%;

}

.bg-primary2 {
    background-color: #fff;
	min-height: 100%;

}

.bg-primary3 {
    background-color: #fff;
	min-height: 100%;

}

.bg-primary4 {
    background-color: #fff;
	min-height: 100%;

}

.bg-primary5 {
    background-color: #CDCDCD;
	min-height: 100%;

}

.bg-primary6 {
    background-color: #fff;
	min-height: 100%;

}


.bg-primary7 {
    background-color: #fff;
	min-height: 100%;

}


.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 30px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Fjalla One', sans-serif;

    background-color: #000000;

    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
   font-family: 'Fjalla One', sans-serif;

    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #fff;

}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #ED1D24;
		background-color:#000;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #000!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #000;
		

		
		
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
		
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #EE1C25;
		background-color:#000;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #000;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #ED1D24;
    }
}



header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.




.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


.retailsubtitle
{
font-size:20px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#fff;


}


.retailsubtitleblue
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#3894C2;



}

.retailsubtitlegreen
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#60A004;


}

.retailsubtitleorange
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#D26000;


}


.retailcontentfont
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#5E5E5E;
padding-top:10px;
text-align:middle;

}

.aboutfont1
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#000;
line-height:22px;
text-align:justify;



}

.aboutfont1red
{
font-size:22px;
font-family: 'Quicksand', sans-serif;
font-weight: none;
color:#EE1B24;
line-height:34px;
text-decoration:underline;



}


.aboutfont1blue
{
font-size:22px;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
color:#fff;
line-height:34px;
text-decoration:underline;



}


.fbcontentfont
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#5E5E5E;
padding-top:10px;


}


.retailcontentfontblack
{
font-size:22px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#000;
padding-top:10px;
line-height:29px;
text-align:middle;

}

.retailcontentfontblack2
{
font-size:16px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#000;
padding-top:10px;
text-align:middle;

}


.bigfield {
    border: 1px solid #202020;
    margin-bottom: 20px;
    width: 100%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#B3B3B3;
	height:35px;
	background-color:#0C0C0C;
}

.bigfield2 {
    border: 1px solid #202020;
    margin-bottom: 20px;
    min-height: 80px;
    width: 100%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#B3B3B3;
	height:45px;
	background-color:#0C0C0C;
}

.bigfield3 {
    border: 1px solid #202020;
    margin-bottom: 20px;
    min-height: 20px;
   
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#B3B3B3;
	height:45px;
	background-color:#0C0C0C;
}


.retailcontentfontsmall
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#5E5E5E;
padding-top:10px;
text-align:justify;

}

.retailcaptionbig
{
font-size:24px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#000;
padding-top:10px;
text-align:center;

}

.retailcontentfontsmallbottom
{
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#000;
padding-top:10px;
text-align:center;

}

.dotremove {
    list-style: outside none none;
    padding-bottom: 7px;
    padding-top: 7px;
}


.retailcontentfontsmallorg
{
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#FBB040;
padding-top:10px;
text-align:justify;
letter-spacing: 1px;

}


.retailcontentfontsmallgreen
{
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#70B216;
padding-top:10px;
text-align:justify;
letter-spacing: 1px;

}

.footertsmall1
{

font-size:14px;
font-family: 'Open Sans', sans-serif;
text-decoration:underline;
color:#000;
}

.commfont
{
font-family: 'Raleway', sans-serif;
font-size:27px;
color:#6F6F6F;
line-height:30px;
font-weight:300;
text-transform: lowercase;

}


.commfont2
{
font-family: 'Raleway', sans-serif;
font-size:27px;
color:#6F6F6F;
line-height:30px;
font-weight:none;
text-transform: lowercase;

}


.commfontup
{
font-family: 'Raleway', sans-serif;
font-size:27px;
color:#22397F;
line-height:30px;
font-weight:none;
text-transform: uppercase;

}

.retailcontentfontall {
    color: #5e5e5e;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding-top: 10px;
	text-decoration:underline;
}




.retailcontentfontall22 {
    color: #5e5e5e;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}

.retailcontentfont22
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#5E5E5E;
padding-top:10px;
text-align:left;

}


.retailcontentfontall22orange {
    color: #EB6B00;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}


.retailcontentfontall22green {
    color: #BBDE07;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}


.retailcontentfontall22darkgreen {
    color: #81C41A;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}


.retailcontentfontall22blue {
    color: #0687CA;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}


.retailcontentfontall22lightblue {
    color: #21B99D;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}

.retailcontentfontall22lightblue2 {
    color: #223972;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}

.movieside
{


}

.nopadding {

padding: 0px !important;
margin: 0px !impotant;
}

.quotebottom{
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 21px;



}


.aboutred
{
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#ED1D24;
padding-top:10px;
text-align:justify;
letter-spacing: 1px;
line-height:27px;

}

.quotefont22
{
font-family: 'Anton', sans-serif;
font-size:45px;
color:#ED1D24;
line-height:30px;
font-weight:none;
text-transform: uppercase;

}



.aboutredside
{
font-size: 10px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#ED1D24;
padding-top:10px;
text-align:justify;
letter-spacing: 1px;


}

.linesep
{
border-top: 1px solid #C0C0C0;


}

.linesep2
{
border-top: 1px solid #070707;
margin-top:10px;
margin-bottom:10px;



}

.linesep3
{
border-top: 1px solid #292929;
margin-top:5px;
margin-bottom:5px;



}
.linesep4
{
border-top: 1px solid #313131;
margin-top:5px;
margin-bottom:5px;



}




.retailcontentfontyellow
{
font-size:18px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#D68000;
padding-top:10px;
text-align:left;
letter-spacing: 1px;

}


.retailcontentfontgreen
{
font-size:18px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#589F00;
padding-top:10px;
text-align:left;
letter-spacing: 1px;

}

.retailcontentfontviolet
{
font-size:18px;
font-family: 'Oswald', sans-serif;S
font-weight: bold;
color:#A60058;
padding-top:10px;
text-align:left;
letter-spacing: 1px;

}


.retailcontentfontdarkgreen
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#00542D;
padding-top:10px;
text-align:left;

}

.retailcontentfonttopred
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
color:#ED1D24;
padding-top:10px;
text-align:left;

}

.bluetabbg
{
background-color:#1C75BC;
margin-top:4px;
margin-bottom:4px;
font-size:12px;
font-family: 'Open Sans', sans-serif;
padding-left:10px;
color:#fff;

}

.greytabbg
{
background-color:#C5C5C5;
margin-top:4px;
margin-bottom:4px;
font-size:12px;
font-family: 'Open Sans', sans-serif;
padding-left:10px;

}

.retailcontentfont22tiny
{
font-size:12px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#5E5E5E;
padding-top:10px;
text-align:left;

}


.smallfont
{
font-size:12px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color:#585858;
padding-top:10px;
text-align:left;

}

.retailcontentfontall22allgrey{
    color: #6F6F6F;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
	text-decoration:bold;
}


.runningfont
{
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;

text-align:middle;

}

.runningfont2
{
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;
line-height:26px;



}

.runningfont3
{
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#FF0000;
line-height:26px;
}



.runningfont4
{
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;
line-height:23px;



}

.runningfont5
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;
line-height:26px;
text-align:justify;



}

.runningfont5a
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;
line-height:16px;
text-align:justify;



}
.runningfont6
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#fff;
line-height:26px;
}
.runningfont7
{
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight: none;
color:#7C7C7C;
line-height:26px;
}

.runningfont8
{
font-size:14px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#6E6E6E;
line-height:18px;

}
.runningfont9
{
font-size:11px;
font-family: 'Oswald', sans-serif;
font-weight: none;
color:#6E6E6E;
line-height:18px;

}


.externnav a:link {

    text-decoration: underline;
	color: #0099d2;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    line-height: 26px;
	
}
.externnav a:active {
    text-decoration: none;
	color: #0099d2;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    line-height: 26px;
}
.externnav a:visited {
    text-decoration: none;
	color: #0099d2;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    line-height: 26px;
}
.externnav a:hover {
    text-decoration: none;
	color: #F436B4;
	background-color:#fff;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    line-height: 26px;
}



.secbg
{
background-color:#272727;

}


.secbg2
{
background-color:#4F4F4F;

}

.secbg3
{
background-color:#3E3E3E;

}

.redbg
{
	 background: url('../img/redbg.png');
	 background-repeat:repeat;
}

.blackbg2a
{
	 background: url('../img/blackpng.png');
	 background-repeat:repeat;
}
.blackbg3a
{
	 background: url('../img/blackpng.png');
	 background-repeat:repeat;
	 padding:0px;
}

.fontbig
{
font-family: 'Fjalla One', sans-serif;
font-size:44px;
color: #ffffff;


}


.fontbig2
{
font-family: 'Fjalla One', sans-serif;
font-size:44px;
color: #BE0027;


}

.fontbig3
{
font-family: 'Fjalla One', sans-serif;
font-size:24px;
color: #ffffff;


}

.fontbig3a
{
font-family: 'Fjalla One', sans-serif;
font-size:14px;
color: #fff;
font-weight:200px;
}


.fontbig3ab
{
font-family: 'Fjalla One', sans-serif;
font-size:14px;
color: #fff;
font-weight:200px;
text-align:left;


}



.fontbig4
{
font-family: 'Fjalla One', sans-serif;
font-size:74px;
color: #BE0027;


}

.fontbig5
{
font-family: 'Fjalla One', sans-serif;
font-size:74px;
color: #565656;



}
.fontbig6
{
font-family: 'Fjalla One', sans-serif;
font-size:74px;
color: #9D9D9D;



}
.fontbig7
{
font-family: 'Fjalla One', sans-serif;
font-size:40px;
color: #ffffff;



}
.fontbig8
{
font-family: 'Fjalla One', sans-serif;
font-size:40px;
color: #B20025;



}

.blackbg
{
background-color:#000000;

}

.sidebg
{
 background: url('../img/sidebg.jpg');
	 background-repeat:repeat-y;
	 background-color:#000;
}

.whitebg
{
	 background-color:#fff;
}

.whitebg2
{
	 background-color:#fff;
	  border: 1px solid #B8B8B8;
	  padding:20px;
	  width:100%;
}

.coverbg
{
background: url(../img/bg.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}


.footerbg
{
background-color:#D3D3D3;

}

.smallfontnew
{
font-size:14px;
font-family: 'Open Sans', sans-serif;
color:#000000;
font-weight:bold;
line-height:12px;

}




.externnavtop a:link {

    text-decoration: underline;
	color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
	font-weight:bold;
	
}
.externnavtop a:active {
    text-decoration: none;
	color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
	font-weight:bold;
}
.externnavtop a:visited {
    text-decoration: none;
	color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
	font-weight:bold;
}
.externnavtop a:hover {
    text-decoration: underline;
	color: #FF0000;
font-weight:bold;
     font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.nodots
{
	list-style: none;

}




.borderall
{
    border: 1px solid #212121;
	padding:6px;
	text-decoration: none;
	color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
    font-size: 44px;
	line-height:49px;
	text-align:center;
}


.knowbutton
{
border: 2px solid #373737;
padding:6px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:20px;
padding-right:20px;
}

.knowbutton2
{
border: 2px solid #373737;
padding:26px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:80px;
padding-right:80px;
}

.readmore
{
border: 2px solid #ffffff;
padding:6px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#232323;
text-align:center;
padding-left:20px;
padding-right:20px;
}


.coverbg2
{
background: url(../img/bg2.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}





.coverbg3
{
background: url(../img/bg3.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}


.coverbg4
{
background: url(../img/bg4.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}

.coverbg5
{
background: url(../img/bg5.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}

.coverbg6
{
background: url(../img/bg6.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}


.externnavline a:link {

    text-decoration: none;
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
	
}
.externnavline a:active {
    text-decoration: none;
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.externnavline a:visited {
    text-decoration: none;
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.externnavline a:hover {
    text-decoration: none;
	color: #F21219;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.txt_captcha_one
{
background-color:#000;
border:1px solid #000;
padding:10px;

}


.bigfield4 {
    border: 1px solid #202020;
    margin-bottom: 20px;
    min-height: 20px;
    width: 10%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#B3B3B3;
	height:39px;
	background-color:#0C0C0C;
}

.runningfontja
{
padding:20px;

}


.knowbutton2aa
{
border: 2px solid #373737;
padding:13px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:40px;
padding-right:40px;
}


.coverbgannadurai
{
background: url(../img/bg.jpg) fixed ;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% !important;
background-position: 100px 50px ; 
background-position: top 80px ;
background-position: left 80px ;
background-color:#000;
}


.runningfont5aaab
{
font-size:31px;
font-family: 'Fjalla One', sans-serif;
font-weight: none;
border:1px solid #000;
color:#fff;
padding:6px;
line-height:31px;
text-align:center;
text-shadow: 1px 1px #FF1800, 2px 2px #FF1800, 3px 3px #FF1800;
-webkit-animation: color-change 1s infinite;
-moz-animation: color-change 1s infinite;
-o-animation: color-change 1s infinite;
-ms-animation: color-change 1s infinite;
animation: color-change 1s infinite;
}


.knowbuttonsmall
{
border: 2px solid #373737;
padding:7px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:10px;
padding-right:10px;

}

.playcolor
{


}


.smallfiax
{
padding:0px;

}


.readmoreaa
{
border: 1px solid #000;
padding:6px;
text-decoration: none;
color: #C80000;
font-family: 'Fjalla One', sans-serif;
font-size:22px;
background-color:#232323;
text-align:center;
padding-left:20px;
padding-right:20px;
}





.runningfont5111
{
font-size:33px;
font-family: 'Fjalla One', sans-serif;
font-weight: none;
color:#fff;
line-height:31px;
text-align:center;
}


.fixa
{


width:100px;

}
@-webkit-keyframes color-change {
        0% { color: red; }
        50% { color: black; }
        100% { color: white; }
    }
    @-moz-keyframes color-change {
        0% { color: red; }
        50% { color: black; }
        100% { color: white; }
    }
    @-ms-keyframes color-change {
        0% { color: red; }
        50% { color: black; }
        100% { color: white; }
    }
    @-o-keyframes color-change {
        0% { color: red; }
        50% { color: black; }
        100% { color: white; }
    }
    @keyframes color-change {
        0% { color: red; }
        50% { color: black; }
        100% { color: white; }
}
	
	
	
.runningfont5aaab2
{
font-size:12px;
font-family: 'Fjalla One', sans-serif;
font-weight: none;
text-decoration:underline;
color:#fff;
padding:6px;
line-height:31px;
text-align:center;
}





.runningfont5small
{
font-size:16px;
font-family: 'Fjalla One', sans-serif;
font-weight: none;
border:1px solid #000;
color:#fff;
padding:6px;
line-height:31px;
text-align:center;


}




.knowbutton2aanew
{
border: 1px solid #373737;
padding:6px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:15px;
padding-right:15px;
}



.knowbutton2aasmall
{
border: 2px solid #373737;
padding:5px;
text-decoration: none;
color: #ffffff;
font-family: 'Fjalla One', sans-serif;
font-size: 19px;
background-color:#0E0E0E;
text-align:center;
padding-left:15px;
padding-right:15px;
}