
#feature-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Here we can define different layouts*/
/*====Four-wide====*/
#feature-section.four-wide {
    height: 300px;
    margin-bottom: 10px;
}

#feature-section.four-wide .feature-box {
    height: 300px;
    /*border: 1px dotted black;*/
    border: none;
    float: left;
}
#feature-section.four-wide .feature-box.one-wide {
    margin-right: 3px;
    margin-left: 3px;
    width: 234px;
}
#feature-section.four-wide .feature-box.two-wide {
    margin-right: 3px;
    margin-left: 3px;
    width: 474px;
}
#feature-section.four-wide .feature-box.four-wide {
    margin-right: 3px;
    margin-left: 3px;
    width: 954px;
}

/*====width-300px====*/
/*==This pattern should accomodate standard 300px banners*/
/*==Should only have one-wides*/
#feature-section.width-300px {
    /*height: 300px;*/
    margin-bottom: 10px;
    padding-left: 20px; /*to center blocks*/
}

#feature-section.width-300px .feature-box {
    margin-right: 3px;
    margin-left: 3px;
    /*height: 300px;*/
    /*border: 1px dotted black;*/
    border: none;
    float: left;
}
#feature-section.width-300px .feature-box.one-wide {
    /*height: 300px;*/
}

/*
 *
 *===============================Color Themes============================
 *
*/

/* set background for images - transparencies*/
/*=====Default Color=======*/
#feature-section .feature-box img.feature-box-image {
    background-color: #1899D5;
    border-radius: 10px;
}

/*Blue:*/
/*
#feature-section .blue-background img.feature-box-image {
    background-color: #1b6cb5;
}
#feature-section .blue-background img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1b6cb5),color-stop(1, #01539B));
    background-image: -o-linear-gradient(bottom, #1b6cb5 0%, #01539B 100%);
    background-image: -moz-linear-gradient(bottom, #1b6cb5 0%, #01539B 100%);
    background-image: -webkit-linear-gradient(bottom, #1b6cb5 0%, #01539B 100%);
    background-image: -ms-linear-gradient(bottom, #1b6cb5 0%, #01539B 100%);
    background-image: linear-gradient(to bottom, #1b6cb5 0%, #01539B 100%);
}
*/

/*Yellow*/
/*
#feature-section .yellow-background img.feature-box-image {
    background-color: #fdb913;
}
#feature-section .yellow-background img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdb913),color-stop(1, #E09D00));
    background-image: -o-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -moz-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -webkit-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -ms-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: linear-gradient(to bottom, #fdb913 0%, #E09D00 100%);
}
*/

/*Red:*/
/*
#feature-section .red-background img.feature-box-image {
    background-color: #ed1f24;
}
#feature-section .red-background img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ed1f24),color-stop(1, #D6060D));
    background-image: -o-linear-gradient(bottom, #ed1f24 0%, #D6060D 100%);
    background-image: -moz-linear-gradient(bottom, #ed1f24 0%, #D6060D 100%);
    background-image: -webkit-linear-gradient(bottom, #ed1f24 0%, #D6060D 100%);
    background-image: -ms-linear-gradient(bottom, #ed1f24 0%, #D6060D 100%);
    background-image: linear-gradient(to bottom, #ed1f24 0%, #D6060D 100%);
}
*/

/*Magenta*/
/*
#feature-section .magenta-background img.feature-box-image {
    background-color: #9B015B;
}
#feature-section .magenta-background img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9B015B),color-stop(1, #770043));
    background-image: -o-linear-gradient(bottom, #9B015B 0%, #770043 100%);
    background-image: -moz-linear-gradient(bottom, #9B015B 0%, #770043 100%);
    background-image: -webkit-linear-gradient(bottom, #9B015B 0%, #770043 100%);
    background-image: -ms-linear-gradient(bottom, #9B015B 0%, #770043 100%);
    background-image: linear-gradient(to bottom, #9B015B 0%, #770043 100%);
}
*/

/*Aqua*/
/*
#feature-section .aqua-background img.feature-box-image{
    background-color: #008a83;
}
#feature-section .aqua-background img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #008a83),color-stop(1, #006B63));
    background-image: -o-linear-gradient(bottom, #008a83 0%, #006B63 100%);
    background-image: -moz-linear-gradient(bottom, #008a83 0%, #006B63 100%);
    background-image: -webkit-linear-gradient(bottom, #008a83 0%, #006B63 100%);
    background-image: -ms-linear-gradient(bottom, #008a83 0%, #006B63 100%);
    background-image: linear-gradient(to bottom, #008a83 0%, #006B63 100%);
}
*/

/*Green*/
/*
#feature-section .green-background img.feature-box-image{
    background-color: #098f43;
}
#feature-section .green-background img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #098f43),color-stop(1, #027F36));
    background-image: -o-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -moz-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -webkit-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -ms-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: linear-gradient(to bottom, #098f43 0%, #027F36 100%);
}
*/

/*Purple*/
/*
#feature-section .purple-background img.feature-box-image{
    background-color: #801c7d;
}
#feature-section .purple-background img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #801c7d),color-stop(1, #560153));
    background-image: -o-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -moz-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -webkit-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -ms-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: linear-gradient(to bottom, #801c7d 0%, #560153 100%);
}
*/

/*=====Orange and Yellow Theme=======*/
/*Yellow*/
/*
#feature-section.orange-and-yellow-theme .yellow-background img.feature-box-image {
    background-color: #f74f22;
}
#feature-section.orange-and-yellow-theme .yellow-background img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f74f22),color-stop(1, #d34723));
    background-image: -o-linear-gradient(bottom, #f74f22 0%, #d34723 100%);
    background-image: -moz-linear-gradient(bottom, #f74f22 0%, #d34723 100%);
    background-image: -webkit-linear-gradient(bottom, #f74f22 0%, #d34723 100%);
    background-image: -ms-linear-gradient(bottom, #f74f22 0%, #d34723 100%);
    background-image: linear-gradient(to bottom, #f74f22 0%, #d34723 100%);
}
*/

/*=====By Position Number=======*/
/*First Box - Yellow*/
#feature-section .first img.feature-box-image {
    background-color: #fdb913;
}
#feature-section .first img.feature-box-image:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdb913),color-stop(1, #E09D00));
    background-image: -o-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -moz-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -webkit-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: -ms-linear-gradient(bottom, #fdb913 0%, #E09D00 100%);
    background-image: linear-gradient(to bottom, #fdb913 0%, #E09D00 100%);
}

/*Second Box - Purple*/
#feature-section .second img.feature-box-image{
    background-color: #801c7d;
}
#feature-section .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #801c7d),color-stop(1, #560153));
    background-image: -o-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -moz-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -webkit-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: -ms-linear-gradient(bottom, #801c7d 0%, #560153 100%);
    background-image: linear-gradient(to bottom, #801c7d 0%, #560153 100%);
}

/*Third Box - Green*/
#feature-section .third img.feature-box-image{
    background-color: #098f43;
}
#feature-section .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #098f43),color-stop(1, #027F36));
    background-image: -o-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -moz-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -webkit-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: -ms-linear-gradient(bottom, #098f43 0%, #027F36 100%);
    background-image: linear-gradient(to bottom, #098f43 0%, #027F36 100%);
}



/*=====Shurfine Theme=======*/
/*First Box*/
#feature-section.shurfine-template .first img.feature-box-image{
    background-color: #589199;
}
#feature-section.shurfine-template .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #589199),color-stop(1, #4c797f));
    background-image: -o-linear-gradient(bottom, #589199 0%, #4c797f 100%);
    background-image: -moz-linear-gradient(bottom, #589199 0%, #4c797f 100%);
    background-image: -webkit-linear-gradient(bottom, #589199 0%, #4c797f 100%);
    background-image: -ms-linear-gradient(bottom, #589199 0%, #4c797f 100%);
    background-image: linear-gradient(to bottom, #589199 0%, #4c797f 100%);
}

/*Second Box*/
#feature-section.shurfine-template .second img.feature-box-image{
    background-color: #f53f5b;
}
#feature-section.shurfine-template .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f53f5b),color-stop(1, #d63b53));
    background-image: -o-linear-gradient(bottom, #f53f5b 0%, #d63b53 100%);
    background-image: -moz-linear-gradient(bottom, #f53f5b 0%, #d63b53 100%);
    background-image: -webkit-linear-gradient(bottom, #f53f5b 0%, #d63b53 100%);
    background-image: -ms-linear-gradient(bottom, #f53f5b 0%, #d63b53 100%);
    background-image: linear-gradient(to bottom, #f53f5b 0%, #d63b53 100%);
}

/*Third Box*/
#feature-section.shurfine-template .third img.feature-box-image{
    background-color: #2b1e60;
}
#feature-section.shurfine-template .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2b1e60),color-stop(1, #362487));
    background-image: -o-linear-gradient(bottom, #2b1e60 0%, #362487 100%);
    background-image: -moz-linear-gradient(bottom, #2b1e60 0%, #362487 100%);
    background-image: -webkit-linear-gradient(bottom, #2b1e60 0%, #362487 100%);
    background-image: -ms-linear-gradient(bottom, #2b1e60 0%, #362487 100%);
    background-image: linear-gradient(to bottom, #2b1e60 0%, #362487 100%);
}


/*=====Red Black Theme=======*/
/*First Box*/
#feature-section.red-black-template .first img.feature-box-image, #feature-section.ogc-template .first img.feature-box-image{
    background-color: #CC0000;
}
#feature-section.red-black-template .first img.feature-box-image:hover, #feature-section.ogc-template .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CC0000),color-stop(1, #ad0000));
    background-image: -o-linear-gradient(bottom, #CC0000 0%, #ad0000 100%);
    background-image: -moz-linear-gradient(bottom, #CC0000 0%, #ad0000 100%);
    background-image: -webkit-linear-gradient(bottom, #CC0000 0%, #ad0000 100%);
    background-image: -ms-linear-gradient(bottom, #CC0000 0%, #ad0000 100%);
    background-image: linear-gradient(to bottom, #CC0000 0%, #ad0000 100%);
}

/*Second Box*/
#feature-section.red-black-template .second img.feature-box-image,#feature-section.ogc-template .second img.feature-box-image{
    background-color: #352b2b;
}
#feature-section.red-black-template .second img.feature-box-image:hover, #feature-section.ogc-template .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #352b2b),color-stop(1, #141010));
    background-image: -o-linear-gradient(bottom, #352b2b 0%, #141010 100%);
    background-image: -moz-linear-gradient(bottom, #352b2b 0%, #141010 100%);
    background-image: -webkit-linear-gradient(bottom, #352b2b 0%, #141010 100%);
    background-image: -ms-linear-gradient(bottom, #352b2b 0%, #141010 100%);
    background-image: linear-gradient(to bottom, #352b2b 0%, #0141010 100%);
}

/*Third Box*/
#feature-section.red-black-template .third img.feature-box-image, #feature-section.ogc-template .third img.feature-box-image{
    background-color: #0fa89c;
}
#feature-section.red-black-template .third img.feature-box-image:hover, #feature-section.ogc-template .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0fa89c),color-stop(1, #0c877d));
    background-image: -o-linear-gradient(bottom, #0fa89c 0%, #0c877d 100%);
    background-image: -moz-linear-gradient(bottom, #0fa89c 0%, #0c877d 100%);
    background-image: -webkit-linear-gradient(bottom, #0fa89c 0%, #0c877d 100%);
    background-image: -ms-linear-gradient(bottom, #0fa89c 0%, #0c877d 100%);
    background-image: linear-gradient(to bottom, #0fa89c 0%, #0c877d 100%);
}


/*=====Orange and Yellow Theme=======*/
/*First Box*/
#feature-section.orange-and-yellow-theme .first img.feature-box-image{
    background-color: #fa4e0c;
}
#feature-section.orange-and-yellow-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fa4e0c),color-stop(1, #d6400a));
    background-image: -o-linear-gradient(bottom, #fa4e0c 0%, #d6400a 100%);
    background-image: -moz-linear-gradient(bottom, #fa4e0c 0%, #d6400a 100%);
    background-image: -webkit-linear-gradient(bottom, #fa4e0c 0%, #d6400a 100%);
    background-image: -ms-linear-gradient(bottom, #fa4e0c 0%, #d6400a 100%);
    background-image: linear-gradient(to bottom, #fa4e0c 0%, #d6400a 100%);
}

/*Second Box*/
#feature-section.orange-and-yellow-theme .second img.feature-box-image{
    background-color: #098F43;
}
#feature-section.orange-and-yellow-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #098F43),color-stop(1, #076d32));
    background-image: -o-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -moz-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -webkit-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -ms-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: linear-gradient(to bottom, #098F43 0%, #076d32 100%);
}

/*Third Box*/
#feature-section.orange-and-yellow-theme .third img.feature-box-image{
    background-color: #28628f;
}
#feature-section.orange-and-yellow-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #28628f),color-stop(1, #1d4f75));
    background-image: -o-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -moz-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -webkit-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -ms-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: linear-gradient(to bottom, #28628f 0%, #1d4f75 100%);
}


/*=====Lime Green Theme=======*/
/*First Box*/
#feature-section.lime-green-theme .first img.feature-box-image{
    background-color: #790266;
}
#feature-section.lime-green-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #790266),color-stop(1, #4f0142));
    background-image: -o-linear-gradient(bottom, #790266 0%, #4f0142 100%);
    background-image: -moz-linear-gradient(bottom, #790266 0%, #4f0142 100%);
    background-image: -webkit-linear-gradient(bottom, #790266 0%, #4f0142 100%);
    background-image: -ms-linear-gradient(bottom, #790266 0%, #4f0142 100%);
    background-image: linear-gradient(to bottom, #790266 0%, #4f0142 100%);
}

/*Second Box*/
#feature-section.lime-green-theme .second img.feature-box-image{
    background-color: #098F43;
}
#feature-section.lime-green-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #098F43),color-stop(1, #076d32));
    background-image: -o-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -moz-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -webkit-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: -ms-linear-gradient(bottom, #098F43 0%, #076d32 100%);
    background-image: linear-gradient(to bottom, #098F43 0%, #076d32 100%);
}

/*Third Box*/
#feature-section.lime-green-theme .third img.feature-box-image{
    background-color: #28628f;
}
#feature-section.lime-green-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #28628f),color-stop(1, #1d4f75));
    background-image: -o-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -moz-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -webkit-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -ms-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: linear-gradient(to bottom, #28628f 0%, #1d4f75 100%);
}

/*=====Hispanic Red Theme=======*/
/*First Box*/
#feature-section.hispanic-red-theme .first img.feature-box-image{
    background-color: #AA4042;
}
#feature-section.hispanic-red-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AA4042),color-stop(1, #d34e50));
    background-image: -o-linear-gradient(bottom, #AA4042 0%, #d34e50 100%);
    background-image: -moz-linear-gradient(bottom, #AA4042 0%, #d34e50 100%);
    background-image: -webkit-linear-gradient(bottom, #AA4042 0%, #d34e50 100%);
    background-image: -ms-linear-gradient(bottom, #AA4042 0%, #d34e50 100%);
    background-image: linear-gradient(to bottom, #AA4042 0%, #d34e50 100%);
}

/*Second Box*/
#feature-section.hispanic-red-theme .second img.feature-box-image{
    background-color: #28628f;
}
#feature-section.hispanic-red-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #28628f),color-stop(1, #1d4f75));
    background-image: -o-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -moz-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -webkit-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -ms-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: linear-gradient(to bottom, #28628f 0%, #1d4f75 100%);
}

/*Third Box*/
#feature-section.hispanic-red-theme .third img.feature-box-image{
    background-color: #70995A;
}
#feature-section.hispanic-red-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #70995A),color-stop(1, #5b7c49));
    background-image: -o-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -moz-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -webkit-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -ms-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: linear-gradient(to bottom, #70995A 0%, #5b7c49 100%);
}



/*=====Hispanic Blue Theme=======*/
/*First Box*/
#feature-section.hispanic-blue-theme .first img.feature-box-image{
    background-color: #92321F;
}
#feature-section.hispanic-blue-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #92321F),color-stop(1, #b53b26));
    background-image: -o-linear-gradient(bottom, #92321F 0%, #b53b26 100%);
    background-image: -moz-linear-gradient(bottom, #92321F 0%, #b53b26 100%);
    background-image: -webkit-linear-gradient(bottom, #92321F 0%, #b53b26 100%);
    background-image: -ms-linear-gradient(bottom, #92321F 0%, #b53b26 100%);
    background-image: linear-gradient(to bottom, #92321F 0%, #b53b26 100%);
}

/*Second Box*/
#feature-section.hispanic-blue-theme .second img.feature-box-image{
    background-color: #28628f;
}
#feature-section.hispanic-blue-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #28628f),color-stop(1, #1d4f75));
    background-image: -o-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -moz-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -webkit-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: -ms-linear-gradient(bottom, #28628f 0%, #1d4f75 100%);
    background-image: linear-gradient(to bottom, #28628f 0%, #1d4f75 100%);
}

/*Third Box*/
#feature-section.hispanic-blue-theme .third img.feature-box-image{
    background-color: #70995A;
}
#feature-section.hispanic-blue-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #70995A),color-stop(1, #5b7c49));
    background-image: -o-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -moz-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -webkit-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: -ms-linear-gradient(bottom, #70995A 0%, #5b7c49 100%);
    background-image: linear-gradient(to bottom, #70995A 0%, #5b7c49 100%);
}



/*=====Blue Vines Theme=======*/
/*First Box*/
#feature-section.blue-vines-theme .first img.feature-box-image{
    background-color: #236090;
}
#feature-section.blue-vines-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #236090),color-stop(1, #1c4a6d));
    background-image: -o-linear-gradient(bottom, #236090 0%, #1c4a6d 100%);
    background-image: -moz-linear-gradient(bottom, #236090 0%, #1c4a6d 100%);
    background-image: -webkit-linear-gradient(bottom, #236090 0%, #1c4a6d 100%);
    background-image: -ms-linear-gradient(bottom, #236090 0%, #1c4a6d 100%);
    background-image: linear-gradient(to bottom, #236090 0%, #1c4a6d 100%);
}

/*Second Box*/
#feature-section.blue-vines-theme .second img.feature-box-image{
    background-color: #5C9700;
}
#feature-section.blue-vines-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5C9700),color-stop(1, #4d7c00));
    background-image: -o-linear-gradient(bottom, #5C9700 0%, #4d7c00 100%);
    background-image: -moz-linear-gradient(bottom, #5C9700 0%, #4d7c00 100%);
    background-image: -webkit-linear-gradient(bottom, #5C9700 0%, #4d7c00 100%);
    background-image: -ms-linear-gradient(bottom, #5C9700 0%, #4d7c00 100%);
    background-image: linear-gradient(to bottom, #5C9700 0%, #4d7c00 100%);
}

/*Third Box*/
#feature-section.blue-vines-theme .third img.feature-box-image{
    background-color: #960000;
}
#feature-section.blue-vines-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #960000),color-stop(1, #750000));
    background-image: -o-linear-gradient(bottom, #960000 0%, #750000 100%);
    background-image: -moz-linear-gradient(bottom, #960000 0%, #750000 100%);
    background-image: -webkit-linear-gradient(bottom, #960000 0%, #750000 100%);
    background-image: -ms-linear-gradient(bottom, #960000 0%, #750000 100%);
    background-image: linear-gradient(to bottom, #960000 0%, #750000 100%);
}



/*=====Red Stripes Theme=======*/
/*First Box*/
#feature-section.red-stripes-theme .first img.feature-box-image{
    background-color: #C60514;
}
#feature-section.red-stripes-theme .first img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C60514),color-stop(1, #a8010c));
    background-image: -o-linear-gradient(bottom, #C60514 0%, #a8010c 100%);
    background-image: -moz-linear-gradient(bottom, #C60514 0%, #a8010c 100%);
    background-image: -webkit-linear-gradient(bottom, #C60514 0%, #a8010c 100%);
    background-image: -ms-linear-gradient(bottom, #C60514 0%, #a8010c 100%);
    background-image: linear-gradient(to bottom, #C60514 0%, #a8010c 100%);
}

/*Second Box*/
#feature-section.red-stripes-theme .second img.feature-box-image{
    background-color: #FFA200;
}
#feature-section.red-stripes-theme .second img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFA200),color-stop(1, #db8a00));
    background-image: -o-linear-gradient(bottom, #FFA200 0%, #db8a00 100%);
    background-image: -moz-linear-gradient(bottom, #FFA200 0%, #db8a00 100%);
    background-image: -webkit-linear-gradient(bottom, #FFA200 0%, #db8a00 100%);
    background-image: -ms-linear-gradient(bottom, #FFA200 0%, #db8a00 100%);
    background-image: linear-gradient(to bottom, #FFA200 0%, #db8a00 100%);
}

/*Third Box*/
#feature-section.red-stripes-theme .third img.feature-box-image{
    background-color: #6A4401;
}
#feature-section.red-stripes-theme .third img.feature-box-image:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6A4401),color-stop(1, #895700));
    background-image: -o-linear-gradient(bottom, #6A4401 0%, #895700 100%);
    background-image: -moz-linear-gradient(bottom, #6A4401 0%, #895700 100%);
    background-image: -webkit-linear-gradient(bottom, #6A4401 0%, #895700 100%);
    background-image: -ms-linear-gradient(bottom, #6A4401 0%, #895700 100%);
    background-image: linear-gradient(to bottom, #6A4401 0%, #895700 100%);
}
